diff options
author | Gerrit Pape <pape@smarden.org> | 2006-01-02 20:38:10 +0000 |
---|---|---|
committer | Gerrit Pape <pape@smarden.org> | 2006-01-02 20:38:10 +0000 |
commit | c2761c3fce17025663afe1d7016c156eead77659 (patch) | |
tree | 7b9d4bb38ccfb4c0213e34f5db60704527019c5b /Makefile | |
parent | cc8f7577b6cf2cdc2b0489e3d18251bd98ba73c5 (diff) | |
download | runit-c2761c3fce17025663afe1d7016c156eead77659.tar.gz runit-c2761c3fce17025663afe1d7016c156eead77659.tar.xz runit-c2761c3fce17025663afe1d7016c156eead77659.zip |
* chpst.c: adjust nice value and set limits before dropping permissions.
* sv.c: new additional command 'check'; with -v check for CONT through ./check if service is up. * man/sv.8: adapt. 1.3.3.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile index a11075e..5083bc3 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ DESTDIR= -PACKAGE=runit-1.3.2 +PACKAGE=runit-1.3.3 DIRS=doc man etc package src MANPAGES=runit.8 runit-init.8 runsvdir.8 runsv.8 sv.8 svwaitdown.8 svwaitup.8 \ utmpset.8 runsvchdir.8 runsvstat.8 runsvctrl.8 svlogd.8 chpst.8 |