-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ChangeLog
37 lines (25 loc) · 1.26 KB
/
ChangeLog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
2015-10-30 Matteo Corti <matteo@corti.i>
* daemonizer.c: applied patch from Jan Hacker for OS X
2008-04-20 Matteo Corti <matteo.corti@id.ethz.ch>
* daemonizer.c: option to specify a file where to write the daemonized
program's PID
2008-04-18 Matteo Corti <matteo.corti@id.ethz.ch>
* daemonizer.c: default is to keep the environment
* daemonizer.c: wait() substituted with waitpid (waiting for the
right child).
* daemonizer.c: wait to get adopted by init before executing
2008-04-17 Matteo Corti <matteo.corti@id.ethz.ch>
* daemonizer.c: command line option --clear to optionally clear
the environment
2008-04-15 Matteo Corti <matteo.corti@id.ethz.ch>
* daemonizer.c: command line options (-h, --version, ...)
* daemonizer.c: command line arguments to specify the program (with
arguments) to daemonize
* daemonizer.c: removed chdir("/") since it had a user-hidden effect on
the location of the specified log file
* daemonizer.c: added some comments (Doxygen style)
* Makefile.am: automake file
* configure.ac: file to generate the configure script (tests for header
files)
2008-04-14 Matteo Corti <matteo.corti@id.ethz.ch>
* daemonizer.c: initial import from John Kelly