diff options
author | Denis Vlasenko | 2007-04-01 19:10:36 +0000 |
---|---|---|
committer | Denis Vlasenko | 2007-04-01 19:10:36 +0000 |
commit | 60fadaca28f262c1cbd0b5e1553118f22f802d1b (patch) | |
tree | b1f94d06f1747f36d8c880ec1160ae7abc151408 /include | |
parent | 57a426b15becb6b91850a55986244e53b8b22773 (diff) | |
download | busybox-60fadaca28f262c1cbd0b5e1553118f22f802d1b.zip busybox-60fadaca28f262c1cbd0b5e1553118f22f802d1b.tar.gz |
udpsvd: next part of ipsvd applets (not working yet)
Diffstat (limited to 'include')
-rw-r--r-- | include/applets.h | 1 | ||||
-rw-r--r-- | include/usage.h | 5 |
2 files changed, 6 insertions, 0 deletions
diff --git a/include/applets.h b/include/applets.h index 8073c15..386f4b1 100644 --- a/include/applets.h +++ b/include/applets.h @@ -311,6 +311,7 @@ USE_TTY(APPLET(tty, _BB_DIR_USR_BIN, _BB_SUID_NEVER)) //USE_TUNE2FS(APPLET(tune2fs, _BB_DIR_SBIN, _BB_SUID_NEVER)) USE_APP_UDHCPC(APPLET(udhcpc, _BB_DIR_SBIN, _BB_SUID_NEVER)) USE_APP_UDHCPD(APPLET(udhcpd, _BB_DIR_USR_SBIN, _BB_SUID_NEVER)) +USE_UDPSVD(APPLET(udpsvd, _BB_DIR_USR_BIN, _BB_SUID_NEVER)) USE_UMOUNT(APPLET(umount, _BB_DIR_BIN, _BB_SUID_NEVER)) USE_UNAME(APPLET(uname, _BB_DIR_BIN, _BB_SUID_NEVER)) USE_UNCOMPRESS(APPLET(uncompress, _BB_DIR_BIN, _BB_SUID_NEVER)) diff --git a/include/usage.h b/include/usage.h index e1fbf75..cec2dd7 100644 --- a/include/usage.h +++ b/include/usage.h @@ -3348,6 +3348,11 @@ USE_FEATURE_RUN_PARTS_FANCY("\n -l Prints names of all matching files even when "\n-E Do not set up TCP-related environment variables" \ "\n-v Verbose" +#define udpsvd_trivial_usage \ + "TODO" +#define udpsvd_full_usage \ + "TODO" + #define tftp_trivial_usage \ "[OPTION]... HOST [PORT]" #define tftp_full_usage \ |