forked from bruceg/daemontools-encore
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGES
103 lines (66 loc) · 3.55 KB
/
CHANGES
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
Changes in daemontools-encore-1.10
==================================
Added support for fnmatch patterns in multilog.
Increased the multilog file size limit to 2GB.
(Thanks to SATOH Fumiyasu)
Fixed missing separator between system error texts.
Major speed ups in multilog, tai64n, and tai64nlocal.
Added support for signal propagation and disabling setsid behavior in
supervise. (Thanks to Alan Grow)
Changes in daemontools-encore-1.06
==================================
Added options to svstat to control checking the log script service.
Added -l option to svc to explicitly control the main service.
Fixed race issuing svc commands to log and then main service.
Changed the "safely written" option for multilog to "w".
Fixed daemontools leaking the status file descriptor to its children.
Fixed svc sending commands to both the log and main service.
Changes in daemontools-encore-1.05
==================================
Added options to svup to control checking the log script service.
Eliminated some compiler warnings.
Changes in daemontools-encore-1.04
==================================
Fixed bug in svscan preventing it from starting services with a "log"
script instead of directory.
Changes in daemontools-encore-1.03
==================================
Added -s option to setuidgid to set the supplemental GIDs.
(Thanks to SATOH Fumiyasu)
Changes in daemontools-encore-1.02
==================================
If a supervise is managing both a main and log service, issuing
"svc -dx" on the service will cause the log to stop after the main
service exits.
Changes between daemontools-0.76 and daemontools-encore
=======================================================
Added support to supervise/svc for sending SIGQUIT/USR1/USR2/WINCH.
(original patch by Wayne Marshall, based on patch by Scott Gifford)
Modified supervise to automatically put the forked service into its own
process group to facilitate sending signals to the group.
Added support to supervise/svc for sending signals to the group.
Added support to softlimit for reading limits from environment variables.
Modified supervise to run "start" once before executing "run" to allow
for single-shot initialization, and to run "stop" after "run" exits for
the last time. The presence of "run" is also optional.
Modified supervise to stop trying to restart the service if it exits 100.
(semantics borrowed from qmail control files)
Added support to multilog for "accustamp" time stamps.
(derived from patch by Matthias Andree)
Added support to supervise for storing the status files in an alternate
directory specified by $SUPERVISEDIR.
Modified multilog to support specifying an alternate "safely written"
filename extension (useful for compressed logs).
Added extended state information to the supervise/status file and svstat.
Added support to supervise for a "notify" script, executed whenever a
subprocess is started or exits. If present, it is passed the script
name, "start" or "exit", the PID, and the exit code.
Added support for piping to "log" within supervise. This requires "log"
to be an executable file (instead of a directory as for svscan).
Modified supervise to overwrite status instead of creating a new file.
This allows the "supervise" subdirectory to be non-writeable.
Added a "svup" tool to determine if a service is running.
Modified svscan to optionally redirect all output through a service.
(adapted from http://www.gluelogic.com/code/daemontools/daemontools-0.76-gps-logging-0.01.patch)
Note that this feature works differently from the GlueLogic
modification. See the svscan(8) man page for details.