aboutsummaryrefslogtreecommitdiff
path: root/include/applets.h
diff options
context:
space:
mode:
authorGlenn L McGrath <bug1@ihug.co.nz>2003-09-24 03:22:57 +0000
committerGlenn L McGrath <bug1@ihug.co.nz>2003-09-24 03:22:57 +0000
commiteebcc1d98a9901ff69ffb97ba99bccd36666000f (patch)
treead1e21191b4aef5ff0c0fa9c30717e77d023cc5d /include/applets.h
parentd72e34c7524a947ba004afff91272c27549b3085 (diff)
downloadbusybox-w32-eebcc1d98a9901ff69ffb97ba99bccd36666000f.tar.gz
busybox-w32-eebcc1d98a9901ff69ffb97ba99bccd36666000f.tar.bz2
busybox-w32-eebcc1d98a9901ff69ffb97ba99bccd36666000f.zip
Add the "install" applet, move get_ug_id to libbb as its used by chown,
chgrp and install.
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 0b65266f3..b1425fa81 100644
--- a/include/applets.h
+++ b/include/applets.h
@@ -283,6 +283,9 @@
283#ifdef CONFIG_INSMOD 283#ifdef CONFIG_INSMOD
284 APPLET(insmod, insmod_main, _BB_DIR_SBIN, _BB_SUID_NEVER) 284 APPLET(insmod, insmod_main, _BB_DIR_SBIN, _BB_SUID_NEVER)
285#endif 285#endif
286#ifdef CONFIG_INSTALL
287 APPLET(install, install_main, _BB_DIR_USR_BIN, _BB_SUID_NEVER)
288#endif
286#ifdef CONFIG_IP 289#ifdef CONFIG_IP
287 APPLET(ip, ip_main, _BB_DIR_BIN, _BB_SUID_NEVER) 290 APPLET(ip, ip_main, _BB_DIR_BIN, _BB_SUID_NEVER)
288#endif 291#endif