diff options
author | Michael K. Johnson <johnsonm@redhat.com> | 2001-08-27 18:27:21 +0000 |
---|---|---|
committer | Michael K. Johnson <johnsonm@redhat.com> | 2001-08-27 18:27:21 +0000 |
commit | 10f2dcce25c780f6773755fcd8884b173e460b75 (patch) | |
tree | cc710c32a595538bfa4bc6573a21aaefceee8e00 /rc.d/init.d | |
parent | cc7e4c047f910dc7c86ed2df3408a583dc3a30b6 (diff) | |
download | initscripts-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-x | rc.d/init.d/halt | 3 |
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 |