diff options
author | vapier <vapier@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2005-04-22 02:33:37 +0000 |
---|---|---|
committer | vapier <vapier@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2005-04-22 02:33:37 +0000 |
commit | 10e09ab750bf0a7e9287cd961fbcdf1136f0ed5e (patch) | |
tree | a7fd230099dc3388b179ca51e806495f052c01c5 /include/applets.h | |
parent | d56d67e62e80b78e658f4334896f571cd34734ab (diff) | |
download | busybox-w32-10e09ab750bf0a7e9287cd961fbcdf1136f0ed5e.tar.gz busybox-w32-10e09ab750bf0a7e9287cd961fbcdf1136f0ed5e.tar.bz2 busybox-w32-10e09ab750bf0a7e9287cd961fbcdf1136f0ed5e.zip |
import lsattr and chattr from e2fsprogs
git-svn-id: svn://busybox.net/trunk/busybox@10151 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'include/applets.h')
-rw-r--r-- | include/applets.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/applets.h b/include/applets.h index 462d91801..5ecdf7949 100644 --- a/include/applets.h +++ b/include/applets.h | |||
@@ -89,6 +89,9 @@ | |||
89 | #ifdef CONFIG_CAT | 89 | #ifdef CONFIG_CAT |
90 | APPLET(cat, cat_main, _BB_DIR_BIN, _BB_SUID_NEVER) | 90 | APPLET(cat, cat_main, _BB_DIR_BIN, _BB_SUID_NEVER) |
91 | #endif | 91 | #endif |
92 | #ifdef CONFIG_CHATTR | ||
93 | APPLET(chattr, chattr_main, _BB_DIR_BIN, _BB_SUID_NEVER) | ||
94 | #endif | ||
92 | #ifdef CONFIG_CHGRP | 95 | #ifdef CONFIG_CHGRP |
93 | APPLET(chgrp, chgrp_main, _BB_DIR_BIN, _BB_SUID_NEVER) | 96 | APPLET(chgrp, chgrp_main, _BB_DIR_BIN, _BB_SUID_NEVER) |
94 | #endif | 97 | #endif |
@@ -359,6 +362,9 @@ | |||
359 | #ifdef CONFIG_LS | 362 | #ifdef CONFIG_LS |
360 | APPLET(ls, ls_main, _BB_DIR_BIN, _BB_SUID_NEVER) | 363 | APPLET(ls, ls_main, _BB_DIR_BIN, _BB_SUID_NEVER) |
361 | #endif | 364 | #endif |
365 | #ifdef CONFIG_LSATTR | ||
366 | APPLET(lsattr, lsattr_main, _BB_DIR_BIN, _BB_SUID_NEVER) | ||
367 | #endif | ||
362 | #ifdef CONFIG_LSMOD | 368 | #ifdef CONFIG_LSMOD |
363 | APPLET(lsmod, lsmod_main, _BB_DIR_SBIN, _BB_SUID_NEVER) | 369 | APPLET(lsmod, lsmod_main, _BB_DIR_SBIN, _BB_SUID_NEVER) |
364 | #endif | 370 | #endif |