aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2009-11-04 18:49:03 -0500
committerMike Frysinger <vapier@gentoo.org>2009-11-04 18:49:03 -0500
commit78824f38a3df1848ee323ca93cece049c00930ab (patch)
tree446976a957a4aa4412fa353f3e351f070ca8f632
parentcaa79406aa3d9aac512ad5a32968398cb1c2dde0 (diff)
downloadbusybox-w32-78824f38a3df1848ee323ca93cece049c00930ab.tar.gz
busybox-w32-78824f38a3df1848ee323ca93cece049c00930ab.tar.bz2
busybox-w32-78824f38a3df1848ee323ca93cece049c00930ab.zip
applets: fix alphabetical order
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
-rw-r--r--include/applets.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/applets.h b/include/applets.h
index 7d25f1bab..e1b8e76aa 100644
--- a/include/applets.h
+++ b/include/applets.h
@@ -80,8 +80,8 @@ IF_ASH(APPLET(ash, _BB_DIR_BIN, _BB_SUID_DROP))
80IF_AWK(APPLET_NOEXEC(awk, awk, _BB_DIR_USR_BIN, _BB_SUID_DROP, awk)) 80IF_AWK(APPLET_NOEXEC(awk, awk, _BB_DIR_USR_BIN, _BB_SUID_DROP, awk))
81IF_BASENAME(APPLET_NOFORK(basename, basename, _BB_DIR_USR_BIN, _BB_SUID_DROP, basename)) 81IF_BASENAME(APPLET_NOFORK(basename, basename, _BB_DIR_USR_BIN, _BB_SUID_DROP, basename))
82IF_BBCONFIG(APPLET(bbconfig, _BB_DIR_BIN, _BB_SUID_DROP)) 82IF_BBCONFIG(APPLET(bbconfig, _BB_DIR_BIN, _BB_SUID_DROP))
83IF_BBSH(APPLET(bbsh, _BB_DIR_BIN, _BB_SUID_DROP))
83IF_BEEP(APPLET(beep, _BB_DIR_USR_BIN, _BB_SUID_DROP)) 84IF_BEEP(APPLET(beep, _BB_DIR_USR_BIN, _BB_SUID_DROP))
84//IF_BBSH(APPLET(bbsh, _BB_DIR_BIN, _BB_SUID_DROP))
85IF_BLKID(APPLET(blkid, _BB_DIR_SBIN, _BB_SUID_DROP)) 85IF_BLKID(APPLET(blkid, _BB_DIR_SBIN, _BB_SUID_DROP))
86IF_BRCTL(APPLET(brctl, _BB_DIR_USR_SBIN, _BB_SUID_DROP)) 86IF_BRCTL(APPLET(brctl, _BB_DIR_USR_SBIN, _BB_SUID_DROP))
87IF_BUNZIP2(APPLET(bunzip2, _BB_DIR_USR_BIN, _BB_SUID_DROP)) 87IF_BUNZIP2(APPLET(bunzip2, _BB_DIR_USR_BIN, _BB_SUID_DROP))