summary refs log tree commit diff
path: root/package/CHANGES
diff options
context:
space:
mode:
authorGerrit Pape <pape@smarden.org>2003-10-28 12:06:44 +0000
committerGerrit Pape <pape@smarden.org>2003-10-28 12:06:44 +0000
commit72dfd7484b220331a212f19699db782a45bbae85 (patch)
treecda2a628580accbcd07f0ca38a3c9d7ef1033557 /package/CHANGES
parente038f1f27785ec5ad48590a59d9ce3ba94f58f3c (diff)
downloadrunit-72dfd7484b220331a212f19699db782a45bbae85.tar.gz
runit-72dfd7484b220331a212f19699db782a45bbae85.tar.xz
runit-72dfd7484b220331a212f19699db782a45bbae85.zip
* runsv.c: don't use EOVERFLOW as it is not standard (thx Christoph
    Scheurer).
  * reboot_system.h1, reboot_system.h2, tryreboot.c: new; test if reboot()
    function takes one or two arguments (solaris).
  * runit.c: fallthrough stage 3: re-get stderr; sync() before reboot().
  * uw_tmp.h1, uw_tmp.h2, tryuwtmp.c, tryuwtmpx.c: new; test for utmpx or
    utmp support.
  * utmpset.c: support systems with utmp or utmpx (solaris).
  * Makefile: adapt.
  * supports the solaris platform (thx Uffe Jakobsen).
pre 0.11.4.
Diffstat (limited to 'package/CHANGES')
-rw-r--r--package/CHANGES13
1 files changed, 12 insertions, 1 deletions
diff --git a/package/CHANGES b/package/CHANGES
index f970fed..6a60fff 100644
--- a/package/CHANGES
+++ b/package/CHANGES
@@ -1,3 +1,14 @@
+  * runsv.c: don't use EOVERFLOW as it is not standard (thx Christoph
+    Scheurer).
+  * reboot_system.h1, reboot_system.h2, tryreboot.c: new; test if reboot()
+    function takes one or two arguments (solaris).
+  * runit.c: fallthrough stage 3: re-get stderr; sync() before reboot().
+  * uw_tmp.h1, uw_tmp.h2, tryuwtmp.c, tryuwtmpx.c: new; test for utmpx or
+    utmp support.
+  * utmpset.c: support systems with utmp or utmpx (solaris).
+  * Makefile: adapt.
+  * supports the solaris platform (thx Uffe Jakobsen).
+
 runit 0.11.2
 Tue, 23 Sep 2003 10:15:32 +0200
   * doc/useinit.html, etc/macosx/StartupItems/runit: don't use /etc/runit/2
@@ -46,12 +57,12 @@ Wed, 04 Jun 2003 13:56:33 +0200
   * man/svlogd.8: document -v option; minor.
   * etc/freebsd/3, etc/openbsd/3: check if magic files in /etc/runit/ are
     executable, not readable.
-  A
   * etc/*/getty-tty*/run: remove utmpset from script.
   * etc/*/getty-tty*/finish: new: run utmpset.
   * doc/replaceinit.html: adapt.
   * setuidgid.c: new: daemontools' setuidgid drop in replacement (not
     installed by default).
+  A
   * Makefile: build setuidgid.
   * doc/index.html: update.