- Moved become_daemon() here from socket.c and made it static.
authorWayne Davison <wayned@samba.org>
Sun, 30 Sep 2007 06:57:07 +0000 (06:57 +0000)
committerWayne Davison <wayned@samba.org>
Sun, 30 Sep 2007 06:57:07 +0000 (06:57 +0000)
commita1d2685b08312addc2c6bf772c6f4dd801629a4a
tree0a1a9df628f798ba9226d63dc7cb8f7a4c8a052b
parent0f6b4909dbe592bf05f17db7772e835cff2f5839
- Moved become_daemon() here from socket.c and made it static.
- Call lp_load() before we call become_daemon().
- Output an error to stderr if we fail to open/parse the config file.
- Added a create_pid_file() static function and call it earlier in
  the startup sequence.
clientserver.c