aboutsummaryrefslogtreecommitdiff
path: root/include/applets.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 /include/applets.h
parentd58ff8731ce635a75406cc8b9629f1041bb4ed32 (diff)
downloadbusybox-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 '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