summaryrefslogtreecommitdiff
path: root/community/smbnetfs/rc-smbnetfs
diff options
context:
space:
mode:
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