From 4803db53b874aa5182944927c10d632333ad4f0e Mon Sep 17 00:00:00 2001 From: Matthew Stoltenberg Date: Thu, 13 Aug 2009 00:59:32 +0200 Subject: volname: new applet function old new delta volname_main - 90 +90 packed_usage 26373 26387 +14 applet_names 2078 2086 +8 applet_main 1232 1236 +4 applet_nameofs 616 618 +2 applet_install_loc 154 155 +1 ------------------------------------------------------------------------------ (add/remove: 1/0 grow/shrink: 5/0 up/down: 119/0) Total: 119 bytes Signed-off-by: Matthew Stoltenberg Signed-off-by: Denys Vlasenko --- include/applets.h | 1 + include/usage.h | 5 +++++ 2 files changed, 6 insertions(+) (limited to 'include') diff --git a/include/applets.h b/include/applets.h index e1b09cc..cb1ed56 100644 --- a/include/applets.h +++ b/include/applets.h @@ -416,6 +416,7 @@ IF_UUENCODE(APPLET(uuencode, _BB_DIR_USR_BIN, _BB_SUID_DROP)) IF_VCONFIG(APPLET(vconfig, _BB_DIR_SBIN, _BB_SUID_DROP)) IF_VI(APPLET(vi, _BB_DIR_BIN, _BB_SUID_DROP)) IF_VLOCK(APPLET(vlock, _BB_DIR_USR_BIN, _BB_SUID_REQUIRE)) +IF_VOLNAME(APPLET(volname, _BB_DIR_USR_BIN, _BB_SUID_DROP)) IF_WATCH(APPLET(watch, _BB_DIR_BIN, _BB_SUID_DROP)) IF_WATCHDOG(APPLET(watchdog, _BB_DIR_SBIN, _BB_SUID_DROP)) IF_WC(APPLET(wc, _BB_DIR_USR_BIN, _BB_SUID_DROP)) diff --git a/include/usage.h b/include/usage.h index 5aedeab..accda33 100644 --- a/include/usage.h +++ b/include/usage.h @@ -4901,6 +4901,11 @@ IF_FEATURE_TUNCTL_UG( \ "\nOptions:" \ "\n -a Lock all VTs" \ +#define volname_trivial_usage \ + "[DEVICE]" +#define volname_full_usage "\n\n" \ + "Show CD volume name of the DEVICE (default /dev/cdrom)" + #define watch_trivial_usage \ "[-n seconds] [-t] PROG [ARGS]" #define watch_full_usage "\n\n" \ -- cgit v1.1