diff options
author | Gerrit Pape <pape@smarden.org> | 2003-06-22 18:25:31 +0000 |
---|---|---|
committer | Gerrit Pape <pape@smarden.org> | 2003-06-22 18:25:31 +0000 |
commit | 6f61edc615e01b95e70e8ef2220ae6d4a3003c88 (patch) | |
tree | bf869075e2e237d4cee9f692df57bac802e1a140 /Makefile | |
parent | fcdd951bae15d759d3f7d0aa89ad0b278859fa34 (diff) | |
download | runit-6f61edc615e01b95e70e8ef2220ae6d4a3003c88.tar.gz runit-6f61edc615e01b95e70e8ef2220ae6d4a3003c88.tar.xz runit-6f61edc615e01b95e70e8ef2220ae6d4a3003c88.zip |
* doc/index.html, doc/install.html, doc/replaceinit.html, doc/useinit.html:
how to install and configure runit on MacOSX. * svlogd.c: fix incorrect handling of processor's state file; minor code cleanup. * runit-init.c: exit 0 on wrong usage. 0.10.0
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile index 72e079c..de7e095 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ DESTDIR= -PACKAGE=runit-0.9.5 +PACKAGE=runit-0.10.0 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 svlogd.8 |