aboutsummaryrefslogtreecommitdiff
path: root/Config.h
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2000-11-29 21:38:11 +0000
committerEric Andersen <andersen@codepoet.org>2000-11-29 21:38:11 +0000
commite500d2083560b2988e7e48e00ba836ce0450c656 (patch)
tree8541687153725cb192f1fac48ddadbb060b4c24e /Config.h
parentd58ff8731ce635a75406cc8b9629f1041bb4ed32 (diff)
downloadbusybox-e500d2083560b2988e7e48e00ba836ce0450c656.tar.gz
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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Config.h b/Config.h
index 82c17d63a..cb798ca25 100644
--- a/Config.h
+++ b/Config.h
@@ -84,6 +84,7 @@
#define BB_RM
#define BB_RMDIR
#define BB_RMMOD
+#define BB_RPMUNPACK
#define BB_SED
#define BB_SETKEYCODES
#define BB_SH
@@ -101,7 +102,6 @@
#define BB_TR
#define BB_TRUE_FALSE
#define BB_TTY
-#define BB_UNRPM
#define BB_UPTIME
#define BB_USLEEP
#define BB_WC