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) | |
download | busybox-w32-c97ec34370f66771713809ab7da19b7fe923cffe.tar.gz busybox-w32-c97ec34370f66771713809ab7da19b7fe923cffe.tar.bz2 busybox-w32-c97ec34370f66771713809ab7da19b7fe923cffe.zip |
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 @@ | |||
1 | 0.51pre | 1 | 0.51pre |
2 | * Erik Andersen -- added env applet | 2 | * Erik Andersen -- added env applet |
3 | * Erik Andersen -- Split utility.c into libbb | 3 | * Erik Andersen -- Split utility.c into libbb |
4 | * <fixme> | 4 | * Andreas Neuhaus <andy@fasta.fh-dortmund.de> -- fix for merging |
5 | kernel command line environment variables into child environment | ||
6 | for init.c | ||
7 | * Matt Kraai -- Added a new 'shutdown' action to busybox init. Now | ||
8 | you can specify arbitrary behavior for 'ctrlaltdel' without that | ||
9 | behavior needing to be a reboot. | ||
5 | 10 | ||
6 | 11 | ||
7 | -Erik Andersen, not yet released | 12 | -Erik Andersen, not yet released |