diff options
author | Herb Lewis <herb@samba.org> | 1998-12-07 20:27:01 +0000 |
---|---|---|
committer | Herb Lewis <herb@samba.org> | 1998-12-07 20:27:01 +0000 |
commit | e12592e19f95c1b9c2a67103a511dff6379794f6 (patch) | |
tree | 486951b15cd2cdeda21f8fadb20092ddee305218 /packaging/SGI/samba.rc | |
parent | 9c848ec329a6ce86cffb2304746590116d9292f0 (diff) | |
download | samba-e12592e19f95c1b9c2a67103a511dff6379794f6.tar.gz |
sync with 2.0 tree
(This used to be commit 44d962b73634c3e43973b35c1f02aaff6edc5981)
Diffstat (limited to 'packaging/SGI/samba.rc')
-rw-r--r-- | packaging/SGI/samba.rc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packaging/SGI/samba.rc b/packaging/SGI/samba.rc index 121b3400a3..bc0f90ee77 100644 --- a/packaging/SGI/samba.rc +++ b/packaging/SGI/samba.rc @@ -35,6 +35,7 @@ case $1 in 'stop') $ECHO "Stopping Samba Servers." $KILLALL -15 smbd nmbd + exit 0 ;; *) echo "usage: /etc/init.d/samba {start|stop}" |