aboutsummaryrefslogtreecommitdiffstats
path: root/rc.d/init.d
diff options
context:
space:
mode:
authorMichael K. Johnson <johnsonm@redhat.com>2001-08-27 18:27:21 +0000
committerMichael K. Johnson <johnsonm@redhat.com>2001-08-27 18:27:21 +0000
commit10f2dcce25c780f6773755fcd8884b173e460b75 (patch)
treecc710c32a595538bfa4bc6573a21aaefceee8e00 /rc.d/init.d
parentcc7e4c047f910dc7c86ed2df3408a583dc3a30b6 (diff)
downloadinitscripts-10f2dcce25c780f6773755fcd8884b173e460b75.tar
initscripts-10f2dcce25c780f6773755fcd8884b173e460b75.tar.gz
initscripts-10f2dcce25c780f6773755fcd8884b173e460b75.tar.bz2
initscripts-10f2dcce25c780f6773755fcd8884b173e460b75.tar.xz
initscripts-10f2dcce25c780f6773755fcd8884b173e460b75.zip
first pass at implementing /.autofsck; archive modules/symbol info
Diffstat (limited to 'rc.d/init.d')
-rwxr-xr-xrc.d/init.d/halt3
1 files changed, 3 insertions, 0 deletions
diff --git a/rc.d/init.d/halt b/rc.d/init.d/halt
index 165a86eb..6f6f738c 100755
--- a/rc.d/init.d/halt
+++ b/rc.d/init.d/halt
@@ -175,6 +175,9 @@ done
# Try them all, one last time.
umount -a -f
+# remove the crash indicator flag
+rm -f /.autofsck
+
# Remount read only anything that's left mounted.
#echo $"Remounting remaining filesystems (if any) readonly"
mount | awk '/( \/ |^\/dev\/root)/ { print $3 }' | while read line; do