Package: monit / 1:5.9-1+deb8u1

Metadata

Package Version Patches format
monit 1:5.9-1+deb8u1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
01_spelling.patch | (download)

monit.1 | 16 8 + 8 - 0 !
1 file changed, 8 insertions(+), 8 deletions(-)

 spelling fixes from lintian
05_monitrc.patch | (download)

monitrc | 28 15 + 13 - 0 !
1 file changed, 15 insertions(+), 13 deletions(-)

 setup default minimal monitrc file to allow
 monit daemon start after install.
Bug-Debian: http://bugs.debian.org/583132
11_enable_hurd.patch | (download)

configure | 6 5 + 1 - 0 !
configure.ac | 5 5 + 0 - 0 !
libmonit/configure | 4 4 + 0 - 0 !
libmonit/configure.ac | 4 4 + 0 - 0 !
libmonit/src/Config.h | 6 6 + 0 - 0 !
src/device/sysdep_HURD.c | 1 1 + 0 - 0 !
src/monit.h | 5 5 + 0 - 0 !
src/process/sysdep_HURD.c | 20 20 + 0 - 0 !
8 files changed, 50 insertions(+), 1 deletion(-)

 support for gnu/hurd
12_FTBFS_on_kfreebsd.patch | (download)

src/process/sysdep_FREEBSD.c | 4 4 + 0 - 0 !
1 file changed, 4 insertions(+)

 fix ftbfs on kfreebsd
13_umask_fix.patch | (download)

libmonit/src/system/Command.c | 24 24 + 0 - 0 !
libmonit/src/system/Command.h | 16 16 + 0 - 0 !
libmonit/src/system/Process.h | 12 10 + 2 - 0 !
libmonit/test/CommandTest.c | 5 4 + 1 - 0 !
src/control.c | 1 1 + 0 - 0 !
src/p.y | 1 1 + 0 - 0 !
src/tokens.h | 480 238 + 242 - 0 !
src/y.tab.c | 4109 2395 + 1714 - 0 !
8 files changed, 2689 insertions(+), 1959 deletions(-)

 restore the umask when executing start/stop/restart programs
 and check program.
Bug-Debian: http://bugs.debian.org/796989