Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Kraai <kraai@debian.org>2001-08-27 22:55:10 +0400
committerMatt Kraai <kraai@debian.org>2001-08-27 22:55:10 +0400
commit91631011ccac8a6d14c07d8beaaf6456e4ddeffa (patch)
treef6fac6544fea719c535c2aa1aec966852fd8aad5 /include
parent863a3e15d6f08e187238ded7fc17422dd947ef1e (diff)
Remove traces of rpmunpack (patch by Laurence Anderson).
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 @@
#ifdef BB_RPM2CPIO
APPLET(rpm2cpio, rpm2cpio_main, _BB_DIR_USR_BIN)
#endif
-#ifdef BB_RPMUNPACK
- APPLET(rpmunpack, rpmunpack_main, _BB_DIR_USR_BIN)
-#endif
#ifdef BB_SED
APPLET(sed, sed_main, _BB_DIR_BIN)
#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 @@
#define rpm2cpio_full_usage \
"Outputs a cpio archive of the rpm file."
-#define rpmunpack_trivial_usage \
- "< package.rpm | gunzip | cpio -idmuv"
-#define rpmunpack_full_usage \
- "Extracts an rpm archive."
-
#define sed_trivial_usage \
"[-nef] pattern [files...]"
#define sed_full_usage \