[git commit] Remove outdated comments

Denys Vlasenko vda.linux at googlemail.com
Wed Nov 23 20:51:11 UTC 2016


commit: https://git.busybox.net/busybox/commit/?id=5bbee27c0fcafe60f43a294afa1352b5ddcab6f3
branch: https://git.busybox.net/busybox/commit/?id=refs/heads/master

Signed-off-by: Denys Vlasenko <vda.linux at googlemail.com>
---
 e2fsprogs/tune2fs.c   | 2 ++
 include/applets.src.h | 5 -----
 2 files changed, 2 insertions(+), 5 deletions(-)

diff --git a/e2fsprogs/tune2fs.c b/e2fsprogs/tune2fs.c
index c9f88b3..e9bad66 100644
--- a/e2fsprogs/tune2fs.c
+++ b/e2fsprogs/tune2fs.c
@@ -15,6 +15,8 @@
 
 //applet:IF_TUNE2FS(APPLET(tune2fs, BB_DIR_SBIN, BB_SUID_DROP))
 
+//TODO alias to "tune2fs -L LABEL": //applet:IF_E2LABEL(APPLET_ODDNAME(e2label, tune2fs, BB_DIR_SBIN, BB_SUID_DROP, e2label))
+
 //kbuild:lib-$(CONFIG_TUNE2FS) += tune2fs.o
 
 //usage:#define tune2fs_trivial_usage
diff --git a/include/applets.src.h b/include/applets.src.h
index 10e85de..2ddf120 100644
--- a/include/applets.src.h
+++ b/include/applets.src.h
@@ -74,11 +74,6 @@ s     - suid type:
 
 INSERT
 
-//IF_E2FSCK(APPLET(e2fsck, BB_DIR_SBIN, BB_SUID_DROP))
-//IF_E2LABEL(APPLET_ODDNAME(e2label, tune2fs, BB_DIR_SBIN, BB_SUID_DROP, e2label))
-//IF_E2FSCK(APPLET_ODDNAME(fsck.ext2, e2fsck, BB_DIR_SBIN, BB_SUID_DROP, fsck_ext2))
-//IF_E2FSCK(APPLET_ODDNAME(fsck.ext3, e2fsck, BB_DIR_SBIN, BB_SUID_DROP, fsck_ext3))
-//IF_PARSE(APPLET(parse, BB_DIR_USR_BIN, BB_SUID_DROP))
 
 #if !defined(PROTOTYPES) && !defined(NAME_MAIN) && !defined(MAKE_USAGE) \
 	&& !defined(MAKE_LINKS) && !defined(MAKE_SUID)


More information about the busybox-cvs mailing list