diff options
author | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2000-11-29 21:38:11 +0000 |
---|---|---|
committer | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2000-11-29 21:38:11 +0000 |
commit | 44cd42dacb2db43a0275454e747ac054f15b7f74 (patch) | |
tree | 8541687153725cb192f1fac48ddadbb060b4c24e /Config.h | |
parent | 861ddcc97a432faf6f7c93cc167687e45a6f0706 (diff) | |
download | busybox-w32-44cd42dacb2db43a0275454e747ac054f15b7f74.tar.gz busybox-w32-44cd42dacb2db43a0275454e747ac054f15b7f74.tar.bz2 busybox-w32-44cd42dacb2db43a0275454e747ac054f15b7f74.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.
git-svn-id: svn://busybox.net/trunk/busybox@1343 69ca8d6d-28ef-0310-b511-8ec308f3f277
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 |