diff options
author | Gerrit Pape <pape@smarden.org> | 2002-10-04 09:05:26 +0000 |
---|---|---|
committer | Gerrit Pape <pape@smarden.org> | 2002-10-04 09:05:26 +0000 |
commit | 989c0c438e25f285982b59db50c05de9ac212264 (patch) | |
tree | 4b2e42084b20ef82b9dfa63aa6c8b8621a6634c3 /Makefile | |
parent | 592b229608248b1f73e057edc0ddb9b7a75c57ae (diff) | |
download | runit-989c0c438e25f285982b59db50c05de9ac212264.tar.gz runit-989c0c438e25f285982b59db50c05de9ac212264.tar.xz runit-989c0c438e25f285982b59db50c05de9ac212264.zip |
* runsv.c: sleep 1 second before exiting on fatal error.
* runsvdir.c: check service directory's inode and device in addition to mtime; sleep 1 second if stat(service directory) fails. * runsvstat.c: new option -l: only show log service if -l is set. * runsvchdir: new; change service directory runsvdir is running in. 0.6.3.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile index 2d76106..97789a2 100644 --- a/Makefile +++ b/Makefile @@ -1,9 +1,9 @@ DESTDIR= -PACKAGE=runit-0.6.0 +PACKAGE=runit-0.6.3 DIRS=doc man etc package src MANPAGES=runit.8 runit-init.8 runsvdir.8 runsv.8 svwaitdown.8 svwaitup.8 \ -utmpset.8 +utmpset.8 runsvchdir.8 all: clean .manpages $(PACKAGE).tar.gz |