summaryrefslogtreecommitdiff
path: root/include/applets.h
diff options
context:
space:
mode:
authorGlenn L McGrath <bug1@ihug.co.nz>2002-11-10 21:28:13 +0000
committerGlenn L McGrath <bug1@ihug.co.nz>2002-11-10 21:28:13 +0000
commit5a7ec22c493a02106d892effeef78e65a4e6b4a0 (patch)
treec778c0ba94a65cb9b5baf733f0867ff6edd27422 /include/applets.h
parenteebe31d9979917242bd55274cd153ef08a289480 (diff)
downloadbusybox-w32-5a7ec22c493a02106d892effeef78e65a4e6b4a0.tar.gz
busybox-w32-5a7ec22c493a02106d892effeef78e65a4e6b4a0.tar.bz2
busybox-w32-5a7ec22c493a02106d892effeef78e65a4e6b4a0.zip
last_patch64 from Vladimir N. Oleynik <dzo@simtreas.ru>
Diffstat (limited to 'include/applets.h')
-rw-r--r--include/applets.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/applets.h b/include/applets.h
index 317344511..a9f93cc49 100644
--- a/include/applets.h
+++ b/include/applets.h
@@ -111,7 +111,7 @@
111 APPLET(crond, crond_main, _BB_DIR_USR_SBIN, _BB_SUID_NEVER) 111 APPLET(crond, crond_main, _BB_DIR_USR_SBIN, _BB_SUID_NEVER)
112#endif 112#endif
113#ifdef CONFIG_CRONTAB 113#ifdef CONFIG_CRONTAB
114 APPLET(crontab, crontab_main, _BB_DIR_USR_BIN, _BB_SUID_NEVER) 114 APPLET(crontab, crontab_main, _BB_DIR_USR_BIN, _BB_SUID_ALWAYS)
115#endif 115#endif
116#ifdef CONFIG_CUT 116#ifdef CONFIG_CUT
117 APPLET(cut, cut_main, _BB_DIR_USR_BIN, _BB_SUID_NEVER) 117 APPLET(cut, cut_main, _BB_DIR_USR_BIN, _BB_SUID_NEVER)