diff options
author | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2001-04-03 18:01:51 +0000 |
---|---|---|
committer | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2001-04-03 18:01:51 +0000 |
commit | 0427b6742d1907d9af79fd93ed021717e71e433b (patch) | |
tree | 113cfd14600fe4ccb65e392eeb06e368df13f1ef /Changelog | |
parent | 525f521dd6a3796012a4a9b476d056a2c4da2d87 (diff) | |
download | busybox-w32-0427b6742d1907d9af79fd93ed021717e71e433b.tar.gz busybox-w32-0427b6742d1907d9af79fd93ed021717e71e433b.tar.bz2 busybox-w32-0427b6742d1907d9af79fd93ed021717e71e433b.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.
git-svn-id: svn://busybox.net/trunk/busybox@2232 69ca8d6d-28ef-0310-b511-8ec308f3f277
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 |