diff options
author | Daniel Robbins <drobbins@gentoo.org> | 2001-05-26 20:02:06 +0000 |
---|---|---|
committer | Daniel Robbins <drobbins@gentoo.org> | 2001-05-26 20:02:06 +0000 |
commit | 515899118251a29cf0b69fb939de43d0db461197 (patch) | |
tree | 8d45fd96ee1c8cab69cbe395bfb97ba6c801b6b6 /net-fs | |
parent | *** empty log message *** (diff) | |
download | historical-515899118251a29cf0b69fb939de43d0db461197.tar.gz historical-515899118251a29cf0b69fb939de43d0db461197.tar.bz2 historical-515899118251a29cf0b69fb939de43d0db461197.zip |
now says "Stopping Samba" when service stopped
Diffstat (limited to 'net-fs')
-rwxr-xr-x | net-fs/samba/files/samba | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-fs/samba/files/samba b/net-fs/samba/files/samba index 5dacdcd366d3..72bda1b5986a 100755 --- a/net-fs/samba/files/samba +++ b/net-fs/samba/files/samba @@ -19,7 +19,7 @@ start() { } stop() { - ebegin "Starting $SERVICE" + ebegin "Stopping $SERVICE" start-stop-daemon --stop --quiet --exec $EXE0 result=$? start-stop-daemon --stop --quiet --exec $EXE1 |