aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorkraai <kraai@69ca8d6d-28ef-0310-b511-8ec308f3f277>2001-08-27 18:55:10 +0000
committerkraai <kraai@69ca8d6d-28ef-0310-b511-8ec308f3f277>2001-08-27 18:55:10 +0000
commit9e5387651330e187979416754cbba635eb3c1eb3 (patch)
treef6fac6544fea719c535c2aa1aec966852fd8aad5 /include
parent396cb7c917620c86d485ece0b3f88b77305c3259 (diff)
downloadbusybox-w32-9e5387651330e187979416754cbba635eb3c1eb3.tar.gz
busybox-w32-9e5387651330e187979416754cbba635eb3c1eb3.tar.bz2
busybox-w32-9e5387651330e187979416754cbba635eb3c1eb3.zip
Remove traces of rpmunpack (patch by Laurence Anderson).
git-svn-id: svn://busybox.net/trunk/busybox@3362 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'include')
-rw-r--r--include/applets.h3
-rw-r--r--include/usage.h5
2 files changed, 0 insertions, 8 deletions
diff --git a/include/applets.h b/include/applets.h
index 41b783862..2388c159e 100644
--- a/include/applets.h
+++ b/include/applets.h
@@ -362,9 +362,6 @@
362#ifdef BB_RPM2CPIO 362#ifdef BB_RPM2CPIO
363 APPLET(rpm2cpio, rpm2cpio_main, _BB_DIR_USR_BIN) 363 APPLET(rpm2cpio, rpm2cpio_main, _BB_DIR_USR_BIN)
364#endif 364#endif
365#ifdef BB_RPMUNPACK
366 APPLET(rpmunpack, rpmunpack_main, _BB_DIR_USR_BIN)
367#endif
368#ifdef BB_SED 365#ifdef BB_SED
369 APPLET(sed, sed_main, _BB_DIR_BIN) 366 APPLET(sed, sed_main, _BB_DIR_BIN)
370#endif 367#endif
diff --git a/include/usage.h b/include/usage.h
index ac980bf8c..d825131e1 100644
--- a/include/usage.h
+++ b/include/usage.h
@@ -1376,11 +1376,6 @@
1376#define rpm2cpio_full_usage \ 1376#define rpm2cpio_full_usage \
1377 "Outputs a cpio archive of the rpm file." 1377 "Outputs a cpio archive of the rpm file."
1378 1378
1379#define rpmunpack_trivial_usage \
1380 "< package.rpm | gunzip | cpio -idmuv"
1381#define rpmunpack_full_usage \
1382 "Extracts an rpm archive."
1383
1384#define sed_trivial_usage \ 1379#define sed_trivial_usage \
1385 "[-nef] pattern [files...]" 1380 "[-nef] pattern [files...]"
1386#define sed_full_usage \ 1381#define sed_full_usage \