aboutsummaryrefslogtreecommitdiff
path: root/include/applets.h
diff options
context:
space:
mode:
authorvapier <vapier@69ca8d6d-28ef-0310-b511-8ec308f3f277>2005-09-24 07:11:16 +0000
committervapier <vapier@69ca8d6d-28ef-0310-b511-8ec308f3f277>2005-09-24 07:11:16 +0000
commitcf7a2a2c35d9846bc6f2cff3514a960375574973 (patch)
treeb099fd873abe7e76231ee24fe373dda750c002cf /include/applets.h
parent476db6f50683d451cb76641ac98b00c20a767a28 (diff)
downloadbusybox-w32-cf7a2a2c35d9846bc6f2cff3514a960375574973.tar.gz
busybox-w32-cf7a2a2c35d9846bc6f2cff3514a960375574973.tar.bz2
busybox-w32-cf7a2a2c35d9846bc6f2cff3514a960375574973.zip
import the very fat e2fsck/fsck applets
git-svn-id: svn://busybox.net/trunk/busybox@11623 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'include/applets.h')
-rw-r--r--include/applets.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/include/applets.h b/include/applets.h
index 0b4faacaa..a814ce1b1 100644
--- a/include/applets.h
+++ b/include/applets.h
@@ -182,6 +182,9 @@
182#ifdef CONFIG_DUMPLEASES 182#ifdef CONFIG_DUMPLEASES
183 APPLET(dumpleases, dumpleases_main, _BB_DIR_USR_BIN, _BB_SUID_NEVER) 183 APPLET(dumpleases, dumpleases_main, _BB_DIR_USR_BIN, _BB_SUID_NEVER)
184#endif 184#endif
185#ifdef CONFIG_E2FSCK
186 APPLET(e2fsck, e2fsck_main, _BB_DIR_SBIN, _BB_SUID_NEVER)
187#endif
185#ifdef CONFIG_E2LABEL 188#ifdef CONFIG_E2LABEL
186 APPLET_NOUSAGE("e2label", tune2fs_main, _BB_DIR_SBIN, _BB_SUID_NEVER) 189 APPLET_NOUSAGE("e2label", tune2fs_main, _BB_DIR_SBIN, _BB_SUID_NEVER)
187#endif 190#endif
@@ -239,6 +242,13 @@
239#ifdef CONFIG_FREERAMDISK 242#ifdef CONFIG_FREERAMDISK
240 APPLET(freeramdisk, freeramdisk_main, _BB_DIR_SBIN, _BB_SUID_NEVER) 243 APPLET(freeramdisk, freeramdisk_main, _BB_DIR_SBIN, _BB_SUID_NEVER)
241#endif 244#endif
245#ifdef CONFIG_FSCK
246 APPLET(fsck, fsck_main, _BB_DIR_SBIN, _BB_SUID_NEVER)
247#endif
248#ifdef CONFIG_E2FSCK
249 APPLET_NOUSAGE("fsck.ext2", e2fsck_main, _BB_DIR_SBIN, _BB_SUID_NEVER)
250 APPLET_NOUSAGE("fsck.ext3", e2fsck_main, _BB_DIR_SBIN, _BB_SUID_NEVER)
251#endif
242#ifdef CONFIG_FSCK_MINIX 252#ifdef CONFIG_FSCK_MINIX
243 APPLET_ODDNAME("fsck.minix", fsck_minix_main, _BB_DIR_SBIN, _BB_SUID_NEVER, fsck_minix) 253 APPLET_ODDNAME("fsck.minix", fsck_minix_main, _BB_DIR_SBIN, _BB_SUID_NEVER, fsck_minix)
244#endif 254#endif