]> git.pld-linux.org Git - packages/samba.git/commitdiff
- use the same message for stopping service as for starting
authorJan Rękorajski <baggins@pld-linux.org>
Mon, 12 Aug 2013 11:29:45 +0000 (13:29 +0200)
committerJan Rękorajski <baggins@pld-linux.org>
Wed, 15 Jan 2014 18:06:11 +0000 (19:06 +0100)
samba.init

index d6a8cf23a7a6a71df00d193ccc02050f277a3485..bec37c37eb33c2371dc552e94bc6d3fa491e49c1 100644 (file)
@@ -51,7 +51,7 @@ stop() {
                return
        fi
 
-       msg_stopping "Samba SMB/CIFS Server"
+       msg_stopping "Samba AD Server"
        killproc --pidfile /var/run/samba/samba.pid samba
        rm -f /var/lock/subsys/samba >/dev/null 2>&1
 }
This page took 0.3483 seconds and 4 git commands to generate.