diff options
author | Gerrit Pape <pape@smarden.org> | 2003-01-24 14:18:11 +0000 |
---|---|---|
committer | Gerrit Pape <pape@smarden.org> | 2003-01-24 14:18:11 +0000 |
commit | 3bc722193d7b59c78dc15c723b747919b093828d (patch) | |
tree | 2220a941aca32ffbfb7ca44cee8d4b94dc1fb0f4 /Makefile | |
parent | 66db52c8b65bbecf38c15db7222fc9a6eede601c (diff) | |
download | runit-3bc722193d7b59c78dc15c723b747919b093828d.tar.gz runit-3bc722193d7b59c78dc15c723b747919b093828d.tar.xz runit-3bc722193d7b59c78dc15c723b747919b093828d.zip |
* runsv.c: close finish script file descriptor.
* runsv.c: close logpipe[] instead of sending sigterm to logservice when told to exit, loggers should exit when they see EOF on stdin (thx Paul Jarc). * etc/*/1, etc/*/3: remove explicit 'exit'. * error.h: include <errno.h> (upcoming glibc changes). 0.8.2.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile index df55700..db4eba5 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ DESTDIR= -PACKAGE=runit-0.7.1 +PACKAGE=runit-0.7.2 DIRS=doc man etc package src MANPAGES=runit.8 runit-init.8 runsvdir.8 runsv.8 svwaitdown.8 svwaitup.8 \ utmpset.8 runsvchdir.8 runsvstat.8 runsvctrl.8 @@ -15,6 +15,8 @@ all: clean .manpages $(PACKAGE).tar.gz s}<!--.*-->}}g' \ > doc/$$i.html ; \ done ; \ + echo 'fix up html manually...' + sh touch .manpages $(PACKAGE).tar.gz: |