summaryrefslogtreecommitdiffstats
path: root/rc.d
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2006-11-20 21:55:34 +0000
committerBill Nottingham <notting@redhat.com>2006-11-20 21:55:34 +0000
commitcbf2da88966bcf337be2ee5eada7552da8a4d78d (patch)
tree023c5b395b6d0db9b07b3fa64218465c21d5e486 /rc.d
parentdb50c4a7fbc073b50c9af09ffefe2963fc0ed8a7 (diff)
downloadinitscripts-cbf2da88966bcf337be2ee5eada7552da8a4d78d.tar.gz
initscripts-cbf2da88966bcf337be2ee5eada7552da8a4d78d.tar.xz
initscripts-cbf2da88966bcf337be2ee5eada7552da8a4d78d.zip
ncfps too
Diffstat (limited to 'rc.d')
-rwxr-xr-xrc.d/init.d/halt2
1 files changed, 1 insertions, 1 deletions
diff --git a/rc.d/init.d/halt b/rc.d/init.d/halt
index a9ad72b2..bfb48cf6 100755
--- a/rc.d/init.d/halt
+++ b/rc.d/init.d/halt
@@ -25,7 +25,7 @@ runcmd() {
halt_get_remaining() {
awk '$2 ~ /^\/$|^\/proc|^\/dev/{next}
$3 == "tmpfs" || $3 == "proc" {print $2 ; next}
- /(^#|loopfs|autofs|nfs|cifs|smbfs|sysfs|devfs|^none|^\/dev\/ram|^\/dev\/root)/ {next}
+ /(^#|loopfs|autofs|nfs|cifs|ncpfs|smbfs|sysfs|devfs|^none|^\/dev\/ram|^\/dev\/root)/ {next}
{print $2}' /proc/mounts
}