summary refs log tree commit diff
path: root/Makefile
diff options
context:
space:
mode:
authorGerrit Pape <pape@smarden.org>2003-02-25 12:51:38 +0000
committerGerrit Pape <pape@smarden.org>2003-02-25 12:51:38 +0000
commit2ea2e0c40b29e3a129d540e4c29bffcac304e55a (patch)
tree581fe2a05eb926605b0131eecfc834fab9c3411d /Makefile
parent761593c09e514e4219bbc187d4fafbabb970592c (diff)
downloadrunit-2ea2e0c40b29e3a129d540e4c29bffcac304e55a.tar.gz
runit-2ea2e0c40b29e3a129d540e4c29bffcac304e55a.tar.xz
runit-2ea2e0c40b29e3a129d540e4c29bffcac304e55a.zip
* doc/benefits.html: new.
  * doc/index.html, doc/upgrade.html: adapt.
  * etc/*/1, etc/*/3, etc/*/ctrlaltdel: set permissions on the magic files
    instead of creating and removing them (can make them symbolic links
    now); set PATH.
  * runit.h: new; centralize runit's compiled in magic file names.
  * runit.c: check permissions of magic files instead of sole existence;
    conditionally call reboot(RB_AUTOBOOT), reboot(RB_POWER_OFF),
    reboot(RB_HALT_SYSTEM) if possible; code cleanup.
  * runit-init.c: set permissions on magic files instead of creating or
    removing them; code cleanup.
  * runsvdir.c: detect and tolerate system time warp; code cleanup.
  * runsv.c, runsvchdir.c, runsvctrl.c, runsvstat.c, svwaitdown.c,
    svwaitup.c, utmpset.c: code cleanup.
0.8.0.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index db4eba5..988c6a6 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
 DESTDIR=
 
-PACKAGE=runit-0.7.2
+PACKAGE=runit-0.8.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