aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2009-10-22 00:55:55 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2009-10-22 00:55:55 +0200
commit3945bc15340dc9cfa8aae0164f3baf94db6d40c3 (patch)
tree0899d64dba6f6331df7c321db763c80a5dc40306 /include
parent481ca9604d1d367c02b9f0799a8c4328232900b5 (diff)
downloadbusybox-w32-3945bc15340dc9cfa8aae0164f3baf94db6d40c3.tar.gz
busybox-w32-3945bc15340dc9cfa8aae0164f3baf94db6d40c3.tar.bz2
busybox-w32-3945bc15340dc9cfa8aae0164f3baf94db6d40c3.zip
tune2fs: new applet by Vladimir. Only supports -L LABEL
function old new delta tune2fs_main - 165 +165 packed_usage 26692 26702 +10 applet_names 2148 2156 +8 applet_main 1264 1268 +4 applet_nameofs 632 634 +2 applet_install_loc 158 159 +1 ------------------------------------------------------------------------------ (add/remove: 1/0 grow/shrink: 5/0 up/down: 190/0) Total: 190 bytes Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'include')
-rw-r--r--include/applets.h2
-rw-r--r--include/usage.h18
2 files changed, 11 insertions, 9 deletions
diff --git a/include/applets.h b/include/applets.h
index 9ca84623b..134f21e2f 100644
--- a/include/applets.h
+++ b/include/applets.h
@@ -396,7 +396,7 @@ IF_TRUE(APPLET_NOFORK(true, true, _BB_DIR_BIN, _BB_SUID_DROP, true))
396IF_TTY(APPLET(tty, _BB_DIR_USR_BIN, _BB_SUID_DROP)) 396IF_TTY(APPLET(tty, _BB_DIR_USR_BIN, _BB_SUID_DROP))
397IF_TTYSIZE(APPLET(ttysize, _BB_DIR_USR_BIN, _BB_SUID_DROP)) 397IF_TTYSIZE(APPLET(ttysize, _BB_DIR_USR_BIN, _BB_SUID_DROP))
398IF_TUNCTL(APPLET(tunctl, _BB_DIR_SBIN, _BB_SUID_DROP)) 398IF_TUNCTL(APPLET(tunctl, _BB_DIR_SBIN, _BB_SUID_DROP))
399//IF_TUNE2FS(APPLET(tune2fs, _BB_DIR_SBIN, _BB_SUID_DROP)) 399IF_MKFS_EXT2(APPLET(tune2fs, _BB_DIR_SBIN, _BB_SUID_DROP))
400IF_APP_UDHCPC(APPLET(udhcpc, _BB_DIR_SBIN, _BB_SUID_DROP)) 400IF_APP_UDHCPC(APPLET(udhcpc, _BB_DIR_SBIN, _BB_SUID_DROP))
401IF_APP_UDHCPD(APPLET(udhcpd, _BB_DIR_USR_SBIN, _BB_SUID_DROP)) 401IF_APP_UDHCPD(APPLET(udhcpd, _BB_DIR_USR_SBIN, _BB_SUID_DROP))
402IF_UDPSVD(APPLET_ODDNAME(udpsvd, tcpudpsvd, _BB_DIR_USR_BIN, _BB_SUID_DROP, udpsvd)) 402IF_UDPSVD(APPLET_ODDNAME(udpsvd, tcpudpsvd, _BB_DIR_USR_BIN, _BB_SUID_DROP, udpsvd))
diff --git a/include/usage.h b/include/usage.h
index 80111e5ef..9c0d29d94 100644
--- a/include/usage.h
+++ b/include/usage.h
@@ -4666,22 +4666,24 @@
4666 "\n -f name tun device (/dev/net/tun)" \ 4666 "\n -f name tun device (/dev/net/tun)" \
4667 "\n -t name Create iface 'name'" \ 4667 "\n -t name Create iface 'name'" \
4668 "\n -d name Delete iface 'name'" \ 4668 "\n -d name Delete iface 'name'" \
4669IF_FEATURE_TUNCTL_UG( \ 4669 IF_FEATURE_TUNCTL_UG( \
4670 "\n -u owner Set iface owner" \ 4670 "\n -u owner Set iface owner" \
4671 "\n -g group Set iface group" \ 4671 "\n -g group Set iface group" \
4672 "\n -b Brief output" \ 4672 "\n -b Brief output" \
4673) 4673 )
4674#define tunctl_example_usage \ 4674#define tunctl_example_usage \
4675 "# tunctl\n" \ 4675 "# tunctl\n" \
4676 "# tunctl -d tun0\n" 4676 "# tunctl -d tun0\n"
4677 4677
4678#define tune2fs_trivial_usage \ 4678#define tune2fs_trivial_usage \
4679 "[-c max-mounts-count] [-e errors-behavior] [-g group] " \ 4679/* "[-c max-mounts-count] [-e errors-behavior] [-g group] " */ \
4680 "[-i interval[d|m|w]] [-j] [-J journal-options] [-l] [-s sparse-flag] " \ 4680/* "[-i interval[d|m|w]] [-j] [-J journal-options] [-l] [-s sparse-flag] " */ \
4681 "[-m reserved-blocks-percent] [-o [^]mount-options[,...]] " \ 4681/* "[-m reserved-blocks-percent] [-o [^]mount-options[,...]] " */ \
4682 "[-r reserved-blocks-count] [-u user] [-C mount-count] " \ 4682/* "[-r reserved-blocks-count] [-u user] [-C mount-count] " */ \
4683 "[-L volume-label] [-M last-mounted-dir] [-O [^]feature[,...]] " \ 4683 "[-L LABEL] " \
4684 "[-T last-check-time] [-U UUID] device" 4684/* "[-M last-mounted-dir] [-O [^]feature[,...]] " */ \
4685/* "[-T last-check-time] [-U UUID] " */ \
4686 "BLOCKDEV"
4685#define tune2fs_full_usage "\n\n" \ 4687#define tune2fs_full_usage "\n\n" \
4686 "Adjust filesystem options on ext[23] filesystems" 4688 "Adjust filesystem options on ext[23] filesystems"
4687 4689