Re: apt, yum, up2date, smartpm, ... ?
Matthew Miller <[email protected]>
| Newsgroups | gmane.linux.freshrpms.user |
|---|---|
| Message-ID | <[email protected]> |
On Thu, Sep 22, 2005 at 10:13:07AM -0300, Martín Marqués wrote: > My yum doesn't bring that script. I comes with something that is bothering > me: yum.cron that has this: > #!/bin/sh > > if [ -f /var/lock/subsys/yum ]; then > /usr/bin/yum -R 10 -e 0 -d 0 -y update yum > /usr/bin/yum -R 120 -e 0 -d 0 -y update > fi > This is not what I want my system to do. sudo service yum stop sudo chkconfig yum off That way, you won't have /var/lock/subsys/yum, and you won't get automatic updates. -- Matthew Miller [email protected] <http://www.mattdm.org/> Boston University Linux ------> <http://linux.bu.edu/>