diff options
author | Bill Nottingham <notting@redhat.com> | 2003-09-04 01:40:33 +0000 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2003-09-04 01:40:33 +0000 |
commit | 2b703d9f532e61f7b25e1d6f635477c840956386 (patch) | |
tree | de021b3ef347d742a28537ab4cc97e49973b39ba /rc.d/rc.sysinit | |
parent | cda9de1a356ac6b018a86845083693f8eb61dcc0 (diff) | |
download | initscripts-2b703d9f532e61f7b25e1d6f635477c840956386.tar initscripts-2b703d9f532e61f7b25e1d6f635477c840956386.tar.gz initscripts-2b703d9f532e61f7b25e1d6f635477c840956386.tar.bz2 initscripts-2b703d9f532e61f7b25e1d6f635477c840956386.tar.xz initscripts-2b703d9f532e61f7b25e1d6f635477c840956386.zip |
remove superfluous variable (#83527)
Diffstat (limited to 'rc.d/rc.sysinit')
-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 |