aboutsummaryrefslogtreecommitdiff
path: root/include/applets.h
diff options
context:
space:
mode:
authorandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2000-11-29 21:38:11 +0000
committerandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2000-11-29 21:38:11 +0000
commit44cd42dacb2db43a0275454e747ac054f15b7f74 (patch)
tree8541687153725cb192f1fac48ddadbb060b4c24e /include/applets.h
parent861ddcc97a432faf6f7c93cc167687e45a6f0706 (diff)
downloadbusybox-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 'include/applets.h')
-rw-r--r--include/applets.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/applets.h b/include/applets.h
index f21a49076..a747b8619 100644
--- a/include/applets.h
+++ b/include/applets.h
@@ -262,6 +262,9 @@ const struct BB_applet applets[] = {
262#ifdef BB_RMMOD 262#ifdef BB_RMMOD
263 {"rmmod", rmmod_main, _BB_DIR_SBIN, rmmod_usage}, 263 {"rmmod", rmmod_main, _BB_DIR_SBIN, rmmod_usage},
264#endif 264#endif
265#ifdef BB_RPMUNPACK
266 {"rpmunpack", rpmunpack_main, _BB_DIR_USR_BIN, rpmunpack_usage},
267#endif
265#ifdef BB_SED 268#ifdef BB_SED
266 {"sed", sed_main, _BB_DIR_BIN, sed_usage}, 269 {"sed", sed_main, _BB_DIR_BIN, sed_usage},
267#endif 270#endif
@@ -328,9 +331,6 @@ const struct BB_applet applets[] = {
328#ifdef BB_UNIX2DOS 331#ifdef BB_UNIX2DOS
329 {"unix2dos", unix2dos_main, _BB_DIR_USR_BIN, unix2dos_usage}, 332 {"unix2dos", unix2dos_main, _BB_DIR_USR_BIN, unix2dos_usage},
330#endif 333#endif
331#ifdef BB_UNRPM
332 {"unrpm", unrpm_main, _BB_DIR_USR_BIN, unrpm_usage},
333#endif
334#ifdef BB_UPDATE 334#ifdef BB_UPDATE
335 {"update", update_main, _BB_DIR_SBIN, update_usage}, 335 {"update", update_main, _BB_DIR_SBIN, update_usage},
336#endif 336#endif