diff options
| author | Denys Vlasenko <vda.linux@googlemail.com> | 2016-11-23 18:54:59 +0100 |
|---|---|---|
| committer | Denys Vlasenko <vda.linux@googlemail.com> | 2016-11-23 18:54:59 +0100 |
| commit | f7683cdf83f9eb6793b0be34058dcff92e41252d (patch) | |
| tree | 35a9e4b4298e42c049a396254de4d56ada7e7bf8 /include | |
| parent | a8e52da7742b2bc8a3993f7f7c3c70da8fe79848 (diff) | |
| download | busybox-w32-f7683cdf83f9eb6793b0be34058dcff92e41252d.tar.gz busybox-w32-f7683cdf83f9eb6793b0be34058dcff92e41252d.tar.bz2 busybox-w32-f7683cdf83f9eb6793b0be34058dcff92e41252d.zip | |
Convert all udhcp applets to "new style" applet definitions
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'include')
| -rw-r--r-- | include/applets.src.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/include/applets.src.h b/include/applets.src.h index 4e789151d..10e85de78 100644 --- a/include/applets.src.h +++ b/include/applets.src.h | |||
| @@ -73,15 +73,12 @@ s - suid type: | |||
| 73 | 73 | ||
| 74 | 74 | ||
| 75 | INSERT | 75 | INSERT |
| 76 | IF_DHCPRELAY(APPLET(dhcprelay, BB_DIR_USR_SBIN, BB_SUID_DROP)) | 76 | |
| 77 | IF_DUMPLEASES(APPLET(dumpleases, BB_DIR_USR_BIN, BB_SUID_DROP)) | ||
| 78 | //IF_E2FSCK(APPLET(e2fsck, BB_DIR_SBIN, BB_SUID_DROP)) | 77 | //IF_E2FSCK(APPLET(e2fsck, BB_DIR_SBIN, BB_SUID_DROP)) |
| 79 | //IF_E2LABEL(APPLET_ODDNAME(e2label, tune2fs, BB_DIR_SBIN, BB_SUID_DROP, e2label)) | 78 | //IF_E2LABEL(APPLET_ODDNAME(e2label, tune2fs, BB_DIR_SBIN, BB_SUID_DROP, e2label)) |
| 80 | //IF_E2FSCK(APPLET_ODDNAME(fsck.ext2, e2fsck, BB_DIR_SBIN, BB_SUID_DROP, fsck_ext2)) | 79 | //IF_E2FSCK(APPLET_ODDNAME(fsck.ext2, e2fsck, BB_DIR_SBIN, BB_SUID_DROP, fsck_ext2)) |
| 81 | //IF_E2FSCK(APPLET_ODDNAME(fsck.ext3, e2fsck, BB_DIR_SBIN, BB_SUID_DROP, fsck_ext3)) | 80 | //IF_E2FSCK(APPLET_ODDNAME(fsck.ext3, e2fsck, BB_DIR_SBIN, BB_SUID_DROP, fsck_ext3)) |
| 82 | //IF_PARSE(APPLET(parse, BB_DIR_USR_BIN, BB_SUID_DROP)) | 81 | //IF_PARSE(APPLET(parse, BB_DIR_USR_BIN, BB_SUID_DROP)) |
| 83 | IF_UDHCPC(APPLET(udhcpc, BB_DIR_SBIN, BB_SUID_DROP)) | ||
| 84 | IF_UDHCPD(APPLET(udhcpd, BB_DIR_USR_SBIN, BB_SUID_DROP)) | ||
| 85 | 82 | ||
| 86 | #if !defined(PROTOTYPES) && !defined(NAME_MAIN) && !defined(MAKE_USAGE) \ | 83 | #if !defined(PROTOTYPES) && !defined(NAME_MAIN) && !defined(MAKE_USAGE) \ |
| 87 | && !defined(MAKE_LINKS) && !defined(MAKE_SUID) | 84 | && !defined(MAKE_LINKS) && !defined(MAKE_SUID) |
