diff options
author | Glenn L McGrath | 2003-09-24 03:22:57 +0000 |
---|---|---|
committer | Glenn L McGrath | 2003-09-24 03:22:57 +0000 |
commit | eebcc1d98a9901ff69ffb97ba99bccd36666000f (patch) | |
tree | ad1e21191b4aef5ff0c0fa9c30717e77d023cc5d /include/applets.h | |
parent | d72e34c7524a947ba004afff91272c27549b3085 (diff) | |
download | busybox-eebcc1d98a9901ff69ffb97ba99bccd36666000f.zip busybox-eebcc1d98a9901ff69ffb97ba99bccd36666000f.tar.gz |
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.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/applets.h b/include/applets.h index 0b65266..b1425fa 100644 --- a/include/applets.h +++ b/include/applets.h @@ -283,6 +283,9 @@ #ifdef CONFIG_INSMOD APPLET(insmod, insmod_main, _BB_DIR_SBIN, _BB_SUID_NEVER) #endif +#ifdef CONFIG_INSTALL + APPLET(install, install_main, _BB_DIR_USR_BIN, _BB_SUID_NEVER) +#endif #ifdef CONFIG_IP APPLET(ip, ip_main, _BB_DIR_BIN, _BB_SUID_NEVER) #endif |