From 2b703d9f532e61f7b25e1d6f635477c840956386 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Thu, 4 Sep 2003 01:40:33 +0000 Subject: remove superfluous variable (#83527) --- 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 e3231a55..5d308ec7 100755 --- a/rc.d/rc.sysinit +++ b/rc.d/rc.sysinit @@ -7,7 +7,7 @@ # Rerun ourselves through initlog if [ -z "$IN_INITLOG" -a -x /sbin/initlog ]; then - exec /sbin/initlog $INITLOG_ARGS -r /etc/rc.d/rc.sysinit + exec /sbin/initlog -r /etc/rc.d/rc.sysinit fi # If we're using devfs, start devfsd now - we need the old device names -- cgit v1.2.1