CVS: initscripts/rc.d rc.sysinit,1.1.1.1,1.2

Jasper Huysmans jasper at lunar-linux.org
Wed Oct 29 23:08:27 GMT 2003


Update of /var/cvs/lunar/initscripts/rc.d
In directory dbguin.lunar-linux.org:/tmp/cvs-serv20591

Modified Files:
	rc.sysinit 
Log Message:
pidof is in /bin

Index: rc.sysinit
===================================================================
RCS file: /var/cvs/lunar/initscripts/rc.d/rc.sysinit,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- rc.sysinit	26 Oct 2003 17:14:43 -0000	1.1.1.1
+++ rc.sysinit	29 Oct 2003 23:08:24 -0000	1.2
@@ -808,7 +808,7 @@
 chmod 600 /var/log/ksyms.0
 # create the crash indicator flag to warn on crashes, offer fsck with timeout
 touch /.autofsck
-kill -TERM `/sbin/pidof getkey` >/dev/null 2>&1
+kill -TERM `/bin/pidof getkey` >/dev/null 2>&1
 } &
 if strstr "$cmdline" confirm ; then
 	touch /var/run/confirm




More information about the Lunar-commits mailing list