diff options
author | Eric Andersen <andersen@codepoet.org> | 2001-04-03 18:01:51 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2001-04-03 18:01:51 +0000 |
commit | c97ec34370f66771713809ab7da19b7fe923cffe (patch) | |
tree | 113cfd14600fe4ccb65e392eeb06e368df13f1ef /Changelog | |
parent | 0f0c0b41ced8c30d382a0490719c79371260b9d1 (diff) |
A patch from Matt Kraai that adds a new 'shutdown' action to busybox init. Now
you can specify an arbitrary behavior for 'ctrlaltdel' without that behavior
needing to be a reboot.
Diffstat (limited to 'Changelog')
-rw-r--r-- | Changelog | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -1,7 +1,12 @@ 0.51pre * Erik Andersen -- added env applet * Erik Andersen -- Split utility.c into libbb - * <fixme> + * Andreas Neuhaus <andy@fasta.fh-dortmund.de> -- fix for merging + kernel command line environment variables into child environment + for init.c + * Matt Kraai -- Added a new 'shutdown' action to busybox init. Now + you can specify arbitrary behavior for 'ctrlaltdel' without that + behavior needing to be a reboot. -Erik Andersen, not yet released |