Default configuration of yum

Bill Nottingham notting at redhat.com
Sun Aug 10 20:55:43 UTC 2003


seth vidal (skvidal at phy.duke.edu) said: 
> /sbin/chkconfig --add yum

OK, but will set it as enabled if it's enabled by default in the
initscripts.

> #/sbin/chkconfig yum on

Wrong, but commented out. :)

> /sbin/service yum condrestart >> /dev/null

Shouldn't be in %post, should be in %postun:

%postun
/sbin/service yum condrestart > /dev/null 2>&1 || :

Bill





More information about the fedora-test-list mailing list