summaryrefslogtreecommitdiff
path: root/community/smbnetfs/rc-smbnetfs
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2011-11-21 23:14:49 +0000
committerroot <root@rshg054.dnsready.net>2011-11-21 23:14:49 +0000
commit859f538490d5f7a35356c8813cf5757b175eea98 (patch)
treef3da527fbc96be7a7a02fe3a8812d99c93fa8012 /community/smbnetfs/rc-smbnetfs
parent70b4878648fd376433739bd5c835503f6301a5b2 (diff)
Mon Nov 21 23:14:49 UTC 2011
Diffstat (limited to 'community/smbnetfs/rc-smbnetfs')
-rw-r--r--community/smbnetfs/rc-smbnetfs4
1 files changed, 2 insertions, 2 deletions
diff --git a/community/smbnetfs/rc-smbnetfs b/community/smbnetfs/rc-smbnetfs
index 3b79d6d5f..69c00d120 100644
--- a/community/smbnetfs/rc-smbnetfs
+++ b/community/smbnetfs/rc-smbnetfs
@@ -33,7 +33,7 @@ case "$1" in
;;
stop)
- stat_busy "Stopping smbnetfs daemon"
+ stat_busy "Stopping smbnetfs"
fusermount -u $SMBNETFS_MOUNT_POINT &> /dev/null
rm -f /var/run/smbnetfs.pid &> /dev/null
@@ -47,6 +47,6 @@ case "$1" in
$0 start
;;
*)
- echo "usage: $0 {start|stop|restart}"
+ echo "usage: $0 {start|stop|restart}"
esac
exit 0