diff options
author | Eric Andersen <andersen@codepoet.org> | 2000-11-29 21:39:02 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2000-11-29 21:39:02 +0000 |
commit | 4bfb6b7b67ff4238fde52e4019efe2284b9f99ef (patch) | |
tree | e9e09f6d93fc8e16b2fd13844b07beede33176d8 /Changelog | |
parent | e500d2083560b2988e7e48e00ba836ce0450c656 (diff) | |
download | busybox-w32-4bfb6b7b67ff4238fde52e4019efe2284b9f99ef.tar.gz busybox-w32-4bfb6b7b67ff4238fde52e4019efe2284b9f99ef.tar.bz2 busybox-w32-4bfb6b7b67ff4238fde52e4019efe2284b9f99ef.zip |
Finish commit of rpmunpack and add in scripts for undeb and unrpm
Diffstat (limited to 'Changelog')
-rw-r--r-- | Changelog | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -2,7 +2,10 @@ | |||
2 | 2 | ||
3 | * Fixed uname problem causing the kernel version to be | 3 | * Fixed uname problem causing the kernel version to be |
4 | mis-detected (causing problems with poweroff, init, | 4 | mis-detected (causing problems with poweroff, init, |
5 | and other things). | 5 | and other things). |
6 | * kent robotti -- Renamed unrpm to original rpmunpack, so you can use | ||
7 | an included shell script called unrpm as a front end to it. There's | ||
8 | also a shell script called undeb included for debian packages. | ||
6 | 9 | ||
7 | -Erik Andersen | 10 | -Erik Andersen |
8 | 11 | ||