From 859f538490d5f7a35356c8813cf5757b175eea98 Mon Sep 17 00:00:00 2001 From: root Date: Mon, 21 Nov 2011 23:14:49 +0000 Subject: Mon Nov 21 23:14:49 UTC 2011 --- community/smbnetfs/rc-smbnetfs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'community/smbnetfs/rc-smbnetfs') 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 -- cgit v1.2.3-54-g00ecf