SCIENTIFIC-LINUX-DEVEL Archives

July 2004

SCIENTIFIC-LINUX-DEVEL@LISTSERV.FNAL.GOV

Options: Use Monospaced Font
Show Text Part by Default
Show All Mail Headers

Message: [<< First] [< Prev] [Next >] [Last >>]
Topic: [<< First] [< Prev] [Next >] [Last >>]
Author: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Subject:
From:
Pierre-Francois Honore <[log in to unmask]>
Reply To:
Pierre-Francois Honore <[log in to unmask]>
Date:
Sat, 10 Jul 2004 01:08:08 +0200
Content-Type:
text/plain
Parts/Attachments:
text/plain (21 lines)
I have found a small bug in /etc/init.d/apt-autoupdate from
apt-autoupdate-1-3.SL.noarch.rpm and apt-autoupdate-1-4.SL.noarch.rpm.

In /etc/init.d/apt-autoupdate, the name of the lockfile should be:
/var/lock/subsys/apt-autoupdate and not /var/lock/subsys/apt-autoupate
to match the name expected in /etc/cron.hourly/apt-autoupdate

#######################################################################
--- apt-autoupdate      2004-07-10 00:35:42.000000000 +0200
+++ apt-autoupdate.rpmnew       2004-07-10 00:27:38.000000000 +0200
@@ -15,7 +15,7 @@
 # source function library
 . /etc/rc.d/init.d/functions

-lockfile=/var/lock/subsys/apt-autoupate
+lockfile=/var/lock/subsys/apt-autoupdate

 RETVAL=0

#######################################################################

ATOM RSS1 RSS2