diff options
author | Eric Andersen <andersen@codepoet.org> | 2000-11-29 21:38:11 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2000-11-29 21:38:11 +0000 |
commit | e500d2083560b2988e7e48e00ba836ce0450c656 (patch) | |
tree | 8541687153725cb192f1fac48ddadbb060b4c24e /Config.h | |
parent | d58ff8731ce635a75406cc8b9629f1041bb4ed32 (diff) | |
download | busybox-w32-e500d2083560b2988e7e48e00ba836ce0450c656.tar.gz busybox-w32-e500d2083560b2988e7e48e00ba836ce0450c656.tar.bz2 busybox-w32-e500d2083560b2988e7e48e00ba836ce0450c656.zip |
Apply a patch fromkent robotti:
Renamed unrpm to original rpmunpack, so you can use an included shell script
called unrpm as a front end to it.
There's also a shell script called undeb included for debian packages.
Change undeb and unrpm scripts to work with the busybox tar and gunzip.
Diffstat (limited to 'Config.h')
-rw-r--r-- | Config.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -84,6 +84,7 @@ | |||
84 | #define BB_RM | 84 | #define BB_RM |
85 | #define BB_RMDIR | 85 | #define BB_RMDIR |
86 | #define BB_RMMOD | 86 | #define BB_RMMOD |
87 | #define BB_RPMUNPACK | ||
87 | #define BB_SED | 88 | #define BB_SED |
88 | #define BB_SETKEYCODES | 89 | #define BB_SETKEYCODES |
89 | #define BB_SH | 90 | #define BB_SH |
@@ -101,7 +102,6 @@ | |||
101 | #define BB_TR | 102 | #define BB_TR |
102 | #define BB_TRUE_FALSE | 103 | #define BB_TRUE_FALSE |
103 | #define BB_TTY | 104 | #define BB_TTY |
104 | #define BB_UNRPM | ||
105 | #define BB_UPTIME | 105 | #define BB_UPTIME |
106 | #define BB_USLEEP | 106 | #define BB_USLEEP |
107 | #define BB_WC | 107 | #define BB_WC |