aboutsummaryrefslogtreecommitdiff
path: root/include/applets.src.h
diff options
context:
space:
mode:
authorTito Ragusa <farmatito@tiscali.it>2011-06-21 17:11:40 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2011-06-21 17:11:40 +0200
commit33092f1003982fc26339c0fda66283805cfbcfb1 (patch)
tree6d3bdffb6610734bb3f28b2f32b05e9d0310b340 /include/applets.src.h
parent561f9c8585e7cb0882472297f4fd2ed763dc085a (diff)
downloadbusybox-33092f1003982fc26339c0fda66283805cfbcfb1.tar.gz
groups: new applet
Signed-off-by: Tito Ragusa <farmatito@tiscali.it> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'include/applets.src.h')
-rw-r--r--include/applets.src.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/applets.src.h b/include/applets.src.h
index 133f376a3..c6d99fe8c 100644
--- a/include/applets.src.h
+++ b/include/applets.src.h
@@ -180,7 +180,6 @@ IF_HOSTID(APPLET_NOFORK(hostid, hostid, BB_DIR_USR_BIN, BB_SUID_DROP, hostid))
IF_HOSTNAME(APPLET(hostname, BB_DIR_BIN, BB_SUID_DROP))
IF_HTTPD(APPLET(httpd, BB_DIR_USR_SBIN, BB_SUID_DROP))
IF_HWCLOCK(APPLET(hwclock, BB_DIR_SBIN, BB_SUID_DROP))
-IF_ID(APPLET_NOEXEC(id, id, BB_DIR_USR_BIN, BB_SUID_DROP, id))
IF_IFCONFIG(APPLET(ifconfig, BB_DIR_SBIN, BB_SUID_DROP))
IF_IFUPDOWN(APPLET_ODDNAME(ifdown, ifupdown, BB_DIR_SBIN, BB_SUID_DROP, ifdown))
IF_IFENSLAVE(APPLET(ifenslave, BB_DIR_SBIN, BB_SUID_DROP))