aboutsummaryrefslogtreecommitdiff
path: root/include/applets.h
diff options
context:
space:
mode:
author"Vladimir N. Oleynik" <dzo@simtreas.ru>2006-01-25 14:19:11 +0000
committer"Vladimir N. Oleynik" <dzo@simtreas.ru>2006-01-25 14:19:11 +0000
commit7b4aa6ffc6a412ebc12cda823d0631abcda6a55f (patch)
treeca353b1b80613aaecbde67780f8c6039af236a4d /include/applets.h
parent8aa9e5714932b0e1a9f4b638e2d985faa7e4d911 (diff)
downloadbusybox-w32-7b4aa6ffc6a412ebc12cda823d0631abcda6a55f.tar.gz
busybox-w32-7b4aa6ffc6a412ebc12cda823d0631abcda6a55f.tar.bz2
busybox-w32-7b4aa6ffc6a412ebc12cda823d0631abcda6a55f.zip
new applet. Thanks Roberto A. Foglietta
Diffstat (limited to 'include/applets.h')
-rw-r--r--include/applets.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/applets.h b/include/applets.h
index c6f54e157..1fb279ffa 100644
--- a/include/applets.h
+++ b/include/applets.h
@@ -164,6 +164,9 @@
164#ifdef CONFIG_DMESG 164#ifdef CONFIG_DMESG
165 APPLET(dmesg, dmesg_main, _BB_DIR_BIN, _BB_SUID_NEVER) 165 APPLET(dmesg, dmesg_main, _BB_DIR_BIN, _BB_SUID_NEVER)
166#endif 166#endif
167#ifdef CONFIG_DNSD
168 APPLET(dnsd, dnsd_main, _BB_DIR_USR_SBIN, _BB_SUID_ALWAYS)
169#endif
167#ifdef CONFIG_DOS2UNIX 170#ifdef CONFIG_DOS2UNIX
168 APPLET(dos2unix, dos2unix_main, _BB_DIR_USR_BIN, _BB_SUID_NEVER) 171 APPLET(dos2unix, dos2unix_main, _BB_DIR_USR_BIN, _BB_SUID_NEVER)
169#endif 172#endif