From 6b4d645722626c6d6ea49dcdc4189b1623df9a68 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Mon, 3 Sep 2001 19:30:08 +0000 Subject: [PATCH] remove traces of rpmunpack --- busybox/applets.h | 3 --- busybox/applets/usage.h | 5 ----- busybox/docs/busybox_header.pod | 2 +- busybox/include/applets.h | 3 --- busybox/include/usage.h | 5 ----- busybox/tests/testcases | 2 -- busybox/usage.h | 5 ----- 7 files changed, 1 insertion(+), 24 deletions(-) diff --git a/busybox/applets.h b/busybox/applets.h index a26a06e21..bf7d7b431 100644 --- a/busybox/applets.h +++ b/busybox/applets.h @@ -347,9 +347,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/busybox/applets/usage.h b/busybox/applets/usage.h index 13759d23f..5f1054967 100644 --- a/busybox/applets/usage.h +++ b/busybox/applets/usage.h @@ -1335,11 +1335,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 \ diff --git a/busybox/docs/busybox_header.pod b/busybox/docs/busybox_header.pod index 84a2a5f44..b80b63143 100644 --- a/busybox/docs/busybox_header.pod +++ b/busybox/docs/busybox_header.pod @@ -63,7 +63,7 @@ hostname, id, ifconfig, init, insmod, kill, killall, klogd, length, ln, loadacm, loadfont, loadkmap, logger, logname, ls, lsmod, makedevs, md5sum, mkdir, mkfifo, mkfs.minix, mknod, mkswap, mktemp, more, mount, mt, mv, nc, nslookup, ping, pivot_root, poweroff, printf, ps, pwd, rdate, readlink, reboot, -renice, reset, rm, rmdir, rmmod, route, rpm2cpio, rpmunpack, sed, setkeycodes, +renice, reset, rm, rmdir, rmmod, route, rpm2cpio, sed, setkeycodes, sh, sleep, sort, stty, swapoff, swapon, sync, syslogd, tail, tar, tee, telnet, test, tftp, touch, tr, true, tty, umount, uname, uniq, unix2dos, update, uptime, usleep, uudecode, uuencode, watchdog, wc, wget, which, whoami, xargs, yes, zcat, diff --git a/busybox/include/applets.h b/busybox/include/applets.h index a26a06e21..bf7d7b431 100644 --- a/busybox/include/applets.h +++ b/busybox/include/applets.h @@ -347,9 +347,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/busybox/include/usage.h b/busybox/include/usage.h index 13759d23f..5f1054967 100644 --- a/busybox/include/usage.h +++ b/busybox/include/usage.h @@ -1335,11 +1335,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 \ diff --git a/busybox/tests/testcases b/busybox/tests/testcases index 4708e54e2..2aad9b651 100644 --- a/busybox/tests/testcases +++ b/busybox/tests/testcases @@ -294,8 +294,6 @@ route # rpm2cpio -# rpmunpack - # sed - we can do some one-liners here, some testing is a little # difficult to do in just this space (like a,i,c cmds). diff --git a/busybox/usage.h b/busybox/usage.h index 13759d23f..5f1054967 100644 --- a/busybox/usage.h +++ b/busybox/usage.h @@ -1335,11 +1335,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 \ -- 2.25.1