diff options
author | Gerrit Pape <pape@smarden.org> | 2001-11-22 17:42:01 +0000 |
---|---|---|
committer | Gerrit Pape <pape@smarden.org> | 2001-11-22 17:42:01 +0000 |
commit | f7ccdd14a5c954c1c5f0aab084776c2a49586dc1 (patch) | |
tree | 14124814db7129cb8afc2b33641a23694d7ac710 /package | |
parent | 54b64b3f09fde903a80fafb0244165e7623998e4 (diff) | |
download | runit-f7ccdd14a5c954c1c5f0aab084776c2a49586dc1.tar.gz runit-f7ccdd14a5c954c1c5f0aab084776c2a49586dc1.tar.xz runit-f7ccdd14a5c954c1c5f0aab084776c2a49586dc1.zip |
* collects all terminated children in all stages
* sends sigkill to whole process group if stage2 crashes and waits 5 seconds before restarting * ctraltdel not automatically shuts down, now respects /etc/runit/stopit * /etc/runit/ctrlaltdel touches /etc/runit/stopit * on shutdown request: send sigterm to stage 2, wait max 5 second, send sigkill if still running, leave stage 2, enter stage 3
Diffstat (limited to 'package')
-rw-r--r-- | package/CHANGES | 10 | ||||
-rwxr-xr-x | package/upgrade | 4 |
2 files changed, 12 insertions, 2 deletions
diff --git a/package/CHANGES b/package/CHANGES index b3bfbb2..cb46641 100644 --- a/package/CHANGES +++ b/package/CHANGES @@ -1,3 +1,13 @@ +runit 0.1.2 +Thu, 22 Nov 2001 18:29:05 +0100 + * collects all terminated children in all stages + * sends sigkill to whole process group if stage2 crashes and waits + 5 seconds before restarting + * ctraltdel not automatically shuts down, now respects /etc/runit/stopit + * /etc/runit/ctrlaltdel touches /etc/runit/stopit + * on shutdown request: send sigterm to stage 2, wait max 5 second, send + sigkill if still running, leave stage 2, enter stage 3 + runit 0.1.1 Tue, 20 Nov 2001 11:56:58 +0100 * package moved to smarden.org diff --git a/package/upgrade b/package/upgrade index bef6a88..581da29 100755 --- a/package/upgrade +++ b/package/upgrade @@ -7,9 +7,9 @@ test -d src || ( echo 'Wrong working directory.'; exit 1 ) here=`env - PATH=$PATH pwd` parent=`dirname $here` -echo 'Creating symlink runit -> runit-0.1.1...' +echo 'Creating symlink runit -> runit-0.1.2...' rm -f runit -ln -s runit-0.1.1 runit +ln -s runit-0.1.2 runit mv -f runit .. echo 'Making command links in /command...' |