diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2008-11-29 09:05:50 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2008-11-29 09:05:50 +0000 |
commit | d16950ded91446a23a6ceef35fb3e100400301d9 (patch) | |
tree | 038faff9ea801e5d7f022b75256fc52e66186b75 /include/applets.h | |
parent | f7d87f9b183aa28777ce09d40222fbe221d15c91 (diff) | |
download | busybox-w32-d16950ded91446a23a6ceef35fb3e100400301d9.tar.gz busybox-w32-d16950ded91446a23a6ceef35fb3e100400301d9.tar.bz2 busybox-w32-d16950ded91446a23a6ceef35fb3e100400301d9.zip |
acpid: new applet by Vladimir. +737 bytes
Diffstat (limited to 'include/applets.h')
-rw-r--r-- | include/applets.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/applets.h b/include/applets.h index fb904bb9f..ad3925577 100644 --- a/include/applets.h +++ b/include/applets.h | |||
@@ -69,6 +69,7 @@ s - suid type: | |||
69 | 69 | ||
70 | USE_TEST(APPLET_NOFORK([, test, _BB_DIR_USR_BIN, _BB_SUID_NEVER, test)) | 70 | USE_TEST(APPLET_NOFORK([, test, _BB_DIR_USR_BIN, _BB_SUID_NEVER, test)) |
71 | USE_TEST(APPLET_NOFORK([[, test, _BB_DIR_USR_BIN, _BB_SUID_NEVER, test)) | 71 | USE_TEST(APPLET_NOFORK([[, test, _BB_DIR_USR_BIN, _BB_SUID_NEVER, test)) |
72 | USE_ACPID(APPLET(acpid, _BB_DIR_SBIN, _BB_SUID_NEVER)) | ||
72 | USE_ADDGROUP(APPLET(addgroup, _BB_DIR_BIN, _BB_SUID_NEVER)) | 73 | USE_ADDGROUP(APPLET(addgroup, _BB_DIR_BIN, _BB_SUID_NEVER)) |
73 | USE_ADDUSER(APPLET(adduser, _BB_DIR_BIN, _BB_SUID_NEVER)) | 74 | USE_ADDUSER(APPLET(adduser, _BB_DIR_BIN, _BB_SUID_NEVER)) |
74 | USE_ADJTIMEX(APPLET(adjtimex, _BB_DIR_SBIN, _BB_SUID_NEVER)) | 75 | USE_ADJTIMEX(APPLET(adjtimex, _BB_DIR_SBIN, _BB_SUID_NEVER)) |