From 10f2dcce25c780f6773755fcd8884b173e460b75 Mon Sep 17 00:00:00 2001 From: "Michael K. Johnson" Date: Mon, 27 Aug 2001 18:27:21 +0000 Subject: first pass at implementing /.autofsck; archive modules/symbol info --- rc.d/init.d/halt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'rc.d/init.d') 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 -- cgit v1.2.1