diff options
| author | Bill Nottingham <notting@redhat.com> | 2000-04-19 20:09:44 +0000 |
|---|---|---|
| committer | Bill Nottingham <notting@redhat.com> | 2000-04-19 20:09:44 +0000 |
| commit | 47d7713bfecc6c96f462a180a4f38050621c1127 (patch) | |
| tree | 18da45bbaa26db3a2ced82352527927aa5dc3c2b /rc.d/init.d | |
| parent | 4121d98cec8bd1260b4d7608f82797f63beb0f36 (diff) | |
| download | initscripts-47d7713bfecc6c96f462a180a4f38050621c1127.tar.gz initscripts-47d7713bfecc6c96f462a180a4f38050621c1127.tar.xz initscripts-47d7713bfecc6c96f462a180a4f38050621c1127.zip | |
typo
Diffstat (limited to 'rc.d/init.d')
| -rwxr-xr-x | rc.d/init.d/halt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rc.d/init.d/halt b/rc.d/init.d/halt index 36263c7c..598aa3f5 100755 --- a/rc.d/init.d/halt +++ b/rc.d/init.d/halt @@ -118,7 +118,7 @@ elif [ -f /forcefsck ]; then fi HALTARGS="-i -d" -if [ -f /poweroff -o ! -f /halt]; then +if [ -f /poweroff -o ! -f /halt ]; then HALTARGS="$HALTARGS -p" fi |
