diff options
-rwxr-xr-x | rc.d/rc.sysinit | 2 |
1 files changed, 1 insertions, 1 deletions
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 |