diff options
author | Gerrit Pape <pape@smarden.org> | 2002-06-24 14:09:47 +0000 |
---|---|---|
committer | Gerrit Pape <pape@smarden.org> | 2002-06-24 14:09:47 +0000 |
commit | 8276d6b84272dd3f3c94f455a2cf22d4b186b401 (patch) | |
tree | 90a4c7840b514503fae8cb4f0260bf94d60ebf25 /Makefile | |
parent | 085c0b94c7625d7f629b0bbd3ff62767bf8ef336 (diff) | |
download | runit-8276d6b84272dd3f3c94f455a2cf22d4b186b401.tar.gz runit-8276d6b84272dd3f3c94f455a2cf22d4b186b401.tar.xz runit-8276d6b84272dd3f3c94f455a2cf22d4b186b401.zip |
* utmpset.c: new option -w: additionally write wtmp record.
0.4.1.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile index 1707d3e..f3a327e 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ DESTDIR= -PACKAGE=runit-0.4.0 +PACKAGE=runit-0.4.1 DIRS=doc man etc package src MANPAGES=man/runit.8 man/runit-init.8 man/svwaitdown.8 man/svwaitup.8 |