diff options
| author | Glenn L McGrath <bug1@ihug.co.nz> | 2001-06-26 01:19:34 +0000 |
|---|---|---|
| committer | Glenn L McGrath <bug1@ihug.co.nz> | 2001-06-26 01:19:34 +0000 |
| commit | f8736d251e4291e414bd0bdaca2346cd7ef265dd (patch) | |
| tree | 3c0018fb1226672ebaac9a2043eb078fbc940368 /include | |
| parent | 6c947d289fde9468092a23ed686632c81f99dcac (diff) | |
| download | busybox-w32-f8736d251e4291e414bd0bdaca2346cd7ef265dd.tar.gz busybox-w32-f8736d251e4291e414bd0bdaca2346cd7ef265dd.tar.bz2 busybox-w32-f8736d251e4291e414bd0bdaca2346cd7ef265dd.zip | |
rpm2cpio applet by Laurence Anderson
Diffstat (limited to 'include')
| -rw-r--r-- | include/applets.h | 3 | ||||
| -rw-r--r-- | include/usage.h | 7 |
2 files changed, 9 insertions, 1 deletions
diff --git a/include/applets.h b/include/applets.h index 88aec8ad1..287b29cf2 100644 --- a/include/applets.h +++ b/include/applets.h | |||
| @@ -326,6 +326,9 @@ | |||
| 326 | #ifdef BB_ROUTE | 326 | #ifdef BB_ROUTE |
| 327 | APPLET(route, route_main, _BB_DIR_USR_BIN) | 327 | APPLET(route, route_main, _BB_DIR_USR_BIN) |
| 328 | #endif | 328 | #endif |
| 329 | #ifdef BB_RPM2CPIO | ||
| 330 | APPLET(rpm2cpio, rpm2cpio_main, _BB_DIR_USR_BIN) | ||
| 331 | #endif | ||
| 329 | #ifdef BB_RPMUNPACK | 332 | #ifdef BB_RPMUNPACK |
| 330 | APPLET(rpmunpack, rpmunpack_main, _BB_DIR_USR_BIN) | 333 | APPLET(rpmunpack, rpmunpack_main, _BB_DIR_USR_BIN) |
| 331 | #endif | 334 | #endif |
diff --git a/include/usage.h b/include/usage.h index bf10e114f..a19f0fe22 100644 --- a/include/usage.h +++ b/include/usage.h | |||
| @@ -1310,11 +1310,16 @@ | |||
| 1310 | #define route_full_usage \ | 1310 | #define route_full_usage \ |
| 1311 | "Edit the kernel's routing tables" | 1311 | "Edit the kernel's routing tables" |
| 1312 | 1312 | ||
| 1313 | #define rpm2cpio_trivial_usage \ | ||
| 1314 | "package.rpm" | ||
| 1315 | #define rpm2cpio_full_usage \ | ||
| 1316 | "Outputs a cpio archive of the rpm file." | ||
| 1317 | |||
| 1313 | #define rpmunpack_trivial_usage \ | 1318 | #define rpmunpack_trivial_usage \ |
| 1314 | "< package.rpm | gunzip | cpio -idmuv" | 1319 | "< package.rpm | gunzip | cpio -idmuv" |
| 1315 | #define rpmunpack_full_usage \ | 1320 | #define rpmunpack_full_usage \ |
| 1316 | "Extracts an rpm archive." | 1321 | "Extracts an rpm archive." |
| 1317 | 1322 | ||
| 1318 | #define sed_trivial_usage \ | 1323 | #define sed_trivial_usage \ |
| 1319 | "[-nef] pattern [files...]" | 1324 | "[-nef] pattern [files...]" |
| 1320 | #define sed_full_usage \ | 1325 | #define sed_full_usage \ |
