added the ability to start/stop the server from SWAT.
authorAndrew Tridgell <tridge@samba.org>
Sat, 14 Mar 1998 12:57:58 +0000 (12:57 +0000)
committerAndrew Tridgell <tridge@samba.org>
Sat, 14 Mar 1998 12:57:58 +0000 (12:57 +0000)
commitc063e9ec3e90508e846dd51e22a643c74c02f7c1
treeacc4717e33dfdf1a6492e00b5737da1a3a708be0
parente2b50d04ad5eb5fa7c10b59cf5ba0cfe374ab240
added the ability to start/stop the server from SWAT.

I needed to modify the way the pidfile is handled in nmbd and smbd to
do this. Jeremy, you may wish to look at what I've done as it probably
breaks the Whistle use of pidfiles. In particular I've removed the -f
option and instead smbd and nmbd always create a pidfile in the lock
directory.
(This used to be commit 20bb22d61b986d2036c681fc33db60f2b2b3c1c7)
source3/include/proto.h
source3/lib/util.c
source3/nmbd/nmbd.c
source3/smbd/server.c
source3/web/swat.c