Releases: sagredo-dev/daemontools
Releases · sagredo-dev/daemontools
v0.78.3
- all package/* scripts now run the bash shell
- package/run script will recognize if we are in an lxc container to skip inittab configuration
- package/run.rclocal will find both /etc/rc.local and /etc/rc.d/rc.local
- daemontools-0.78.2 directory renamed to daemontools
Full Changelog: v0.78.2...v0.78.3
v0.78.2
- compatibility with systems with glibc prior to v. 2.17 like RHEL6/CentOS6, where the librt.so library is not linked
Full Changelog: v0.78.1...v0.78.2
v0.78.1
- added missing package/compile script (tx Bai Borko)
Full Changelog: v0.78...v0.78.1
v0.78
- multilog prints a readable datetime if used with "d" flag, it prints timestamps if used in the usual way with the "t" flag (80f2133)
- fixed several compilation warnings and/or breaks on gcc-14.1
- fixed a .gitignore issue which was preventing the package/compile script upload (thanks Ivelin Topalov)
Full Changelog: v0.77...v0.78
v0.77
Original djb daemontools-0.76 plus the following patches:
- errno patch
- multilog_filesize_limit patch by Sam Tang, which extends the file log size limit to 100MB (default is 16MB).
- my multilog-readable_datetime patch, which replaces the timestamp with a human readable datetime.