diff options
| author | Bill Nottingham <notting@redhat.com> | 2005-04-15 20:54:43 +0000 |
|---|---|---|
| committer | Bill Nottingham <notting@redhat.com> | 2005-04-15 20:54:43 +0000 |
| commit | cd9c3b924d41ffbacbaf318798a9681ac1dabc28 (patch) | |
| tree | c6c883f206fbb98ef001f1c48bd5ba8813992b52 | |
| parent | 48c1114ec4d5f2af45a7c901fff2fc0094efa02c (diff) | |
| download | initscripts-cd9c3b924d41ffbacbaf318798a9681ac1dabc28.tar initscripts-cd9c3b924d41ffbacbaf318798a9681ac1dabc28.tar.gz initscripts-cd9c3b924d41ffbacbaf318798a9681ac1dabc28.tar.bz2 initscripts-cd9c3b924d41ffbacbaf318798a9681ac1dabc28.tar.xz initscripts-cd9c3b924d41ffbacbaf318798a9681ac1dabc28.zip | |
syntax
| -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 55083d7c..80072b89 100755 --- a/rc.d/init.d/halt +++ b/rc.d/init.d/halt @@ -199,7 +199,7 @@ done rm -f /.autofsck # Try all file systems other than root and RAM disks, one last time. -mount | awk '!/( \/ |^\/dev\/root|^\/dev\/ram| \/proc )/ { print $3 }' | sort -r \ +mount | awk '!/( \/ |^\/dev\/root|^\/dev\/ram| \/proc )/ { print $3 }' | sort -r | \ while read line; do umount -f $line done |
