Remove traces of rpmunpack (patch by Laurence Anderson).
This commit is contained in:
parent
863a3e15d6
commit
91631011cc
@ -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
|
||||
|
@ -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 \
|
||||
|
@ -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,
|
||||
@ -71,3 +71,4 @@ usleep, uudecode, uuencode, watchdog, wc, wget, which, whoami, xargs, yes, zcat,
|
||||
|
||||
=over 4
|
||||
|
||||
|
||||
|
@ -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
|
||||
|
@ -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 \
|
||||
|
@ -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).
|
||||
|
||||
|
5
usage.h
5
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 \
|
||||
|
Loading…
Reference in New Issue
Block a user