diff options
author | Gerrit Pape <pape@smarden.org> | 2003-03-09 14:05:49 +0000 |
---|---|---|
committer | Gerrit Pape <pape@smarden.org> | 2003-03-09 14:05:49 +0000 |
commit | 9a8b3be3fbbaa3291b9a592318dbcf4cdc844796 (patch) | |
tree | a29b44b8991f84efe5b834473bda9ff4d01b1d78 /Makefile | |
parent | 10441f801b62cf41b9a3d02daa4d6a71d3435482 (diff) | |
download | runit-9a8b3be3fbbaa3291b9a592318dbcf4cdc844796.tar.gz runit-9a8b3be3fbbaa3291b9a592318dbcf4cdc844796.tar.xz runit-9a8b3be3fbbaa3291b9a592318dbcf4cdc844796.zip |
* runsvdir.c, runsv.c: close-on-exec file descriptors of current dir and
lock files (thx Lukas Beeler). 0.8.1.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile index 988c6a6..0023ed1 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ DESTDIR= -PACKAGE=runit-0.8.0 +PACKAGE=runit-0.8.1 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 |