added the ability to start/stop the server from SWAT.
commit20bb22d61b986d2036c681fc33db60f2b2b3c1c7
authorAndrew Tridgell <tridge@samba.org>
Sat, 14 Mar 1998 12:57:58 +0000 (14 12:57 +0000)
committerAndrew Tridgell <tridge@samba.org>
Sat, 14 Mar 1998 12:57:58 +0000 (14 12:57 +0000)
tree14ebce65d712fd6cf90bb28264ef6fda30787dd2
parentb0e1183b2cbeb7a3150b7250cd19d14c9e5508b6
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.
source/include/proto.h
source/lib/util.c
source/nmbd/nmbd.c
source/smbd/server.c
source/web/swat.c