diff options
author | "Vladimir N. Oleynik" | 2006-01-25 14:19:11 +0000 |
---|---|---|
committer | "Vladimir N. Oleynik" | 2006-01-25 14:19:11 +0000 |
commit | 7b4aa6ffc6a412ebc12cda823d0631abcda6a55f (patch) | |
tree | ca353b1b80613aaecbde67780f8c6039af236a4d /include/applets.h | |
parent | 8aa9e5714932b0e1a9f4b638e2d985faa7e4d911 (diff) | |
download | busybox-7b4aa6ffc6a412ebc12cda823d0631abcda6a55f.zip busybox-7b4aa6ffc6a412ebc12cda823d0631abcda6a55f.tar.gz |
new applet. Thanks Roberto A. Foglietta
Diffstat (limited to 'include/applets.h')
-rw-r--r-- | include/applets.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/applets.h b/include/applets.h index c6f54e1..1fb279f 100644 --- a/include/applets.h +++ b/include/applets.h @@ -164,6 +164,9 @@ #ifdef CONFIG_DMESG APPLET(dmesg, dmesg_main, _BB_DIR_BIN, _BB_SUID_NEVER) #endif +#ifdef CONFIG_DNSD + APPLET(dnsd, dnsd_main, _BB_DIR_USR_SBIN, _BB_SUID_ALWAYS) +#endif #ifdef CONFIG_DOS2UNIX APPLET(dos2unix, dos2unix_main, _BB_DIR_USR_BIN, _BB_SUID_NEVER) #endif |