aboutsummaryrefslogtreecommitdiff
path: root/netfs
diff options
context:
space:
mode:
authorJudd Vinet <judd@archlinux.org>2006-07-25 22:36:42 +0000
committerJudd Vinet <judd@archlinux.org>2006-07-25 22:36:42 +0000
commit977797d7a67033d03c4be04dba5b789ecdf2a36f (patch)
treeef13377b7fedb08172fc8a241769442f91238215 /netfs
parent87132356080924e00822a4b24d593e94bb18e24a (diff)
downloadinitscripts-977797d7a67033d03c4be04dba5b789ecdf2a36f.tar.xz
set a default for LOCALE so it's no longer needed in /etc/profile
Diffstat (limited to 'netfs')
-rwxr-xr-xnetfs2
1 files changed, 1 insertions, 1 deletions
diff --git a/netfs b/netfs
index 105d96f..6a490fc 100755
--- a/netfs
+++ b/netfs
@@ -15,7 +15,7 @@ case "$1" in
fi
;;
stop)
- stat_busy "Unmounting network filesystems"
+ stat_busy "Unmounting Network Filesystems"
umount -a -t nfs,smbfs,codafs,cifs,shfs,fuse
if [ $? -gt 0 ]; then
stat_fail