forked from mschilli/app-daemon
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathChanges
More file actions
43 lines (35 loc) · 1.61 KB
/
Changes
File metadata and controls
43 lines (35 loc) · 1.61 KB
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
37
38
39
40
41
42
43
Revision history for Perl extension App::Daemon.
0.08 (05/06/2009)
(fo) Added feature for changing and checking appname.
Every daemon now set the appname in the processtable.
If the -c flag is set, befor sending a kill to a process,
the appname will be checked.
0.07 (03/24/2009)
(ms) Applied patch by Sadrak [rt:44513] to check if Log4perl has
already been initialized and skip the easy_init call in this
case. Note that -v then has to be handled by the user-provided
Log4perl configuration instead.
0.06 (03/05/2009)
(ms) Added detach() as an importable method for simple daemons.
0.05 (02/17/2009)
(ms) Better docs as requested by Tim Appnel
(ms) docs on application-specific command line options
(ms) Better daemonization according to Stevens (Advanced Programming
in the UNIX environment)
(ms) Make sure the child isn't killed by a closed session before
it is able to detach from the tty.
(ms) Better __DIE__ handler as suggested by Karl Rune Nilsen in
http://rt.cpan.org/Ticket/Display.html?id=39917.
0.04 10/02/2008
(ms) Fixed logfile permissions if daemon starts up at root and
then drops priviledges. Added docs.
0.03 08/03/2008
(ms) Fixed test suite for Freebsd, which locks tempfiles
exclusively. Thanks to to CPAN tester Slaven Rezic.
(ms) Removed restriction on perl-5.8.
0.02 08/01/2008
(ms) Added setting logfile and pidfile within the script itself, as
suggested by Kimo Rosenbaum.
(ms) Fixed OLDERR warnings in test suite.
0.01 07/19/2008
(ms) Where it all began.