From e0084ea34525c5f96d6781295dc7d914c65ded01 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Mon, 20 Sep 1999 17:17:15 +0000 Subject: use kill & pidof, not killall (no /usr) --- rc.d/rc.sysinit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rc.d') diff --git a/rc.d/rc.sysinit b/rc.d/rc.sysinit index df838f6e..02e92506 100755 --- a/rc.d/rc.sysinit +++ b/rc.d/rc.sysinit @@ -511,7 +511,7 @@ EOF # Now that we have all of our basic modules loaded and the kernel going, # let's dump the syslog ring somewhere so we can find it later dmesg > /var/log/dmesg -killall -TERM getkey >/dev/null 2>&1 +kill -TERM `/sbin/pidof getkey` >/dev/null 2>&1 } & if [ "$PROMPT" != "no" ]; then /sbin/getkey i && touch /tmp/confirm -- cgit v1.2.1