Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | main: moved code to daemon.c | Max Kellermann | 2009-01-18 | 1 | -0/+19 |
| | | | | | Moved changeToUser(), cleanUpPidFile(), killFromPidFile() to daemon.c. These are daemonization functions. | ||||
* | listen: moved redirect_stdin() to daemon.c | Max Kellermann | 2008-12-30 | 1 | -0/+6 |
| | | | | | redirect_stdin() is a daemonization function, and disconnecting from the standard input is always a good idea for MPD. | ||||
* | main: moved daemonize() to daemon.c | Max Kellermann | 2008-12-30 | 1 | -0/+27 |