update apps enabled in the .deb
authorEric Andersen <andersen@codepoet.org>
Fri, 19 Oct 2001 06:14:16 +0000 (06:14 -0000)
committerEric Andersen <andersen@codepoet.org>
Fri, 19 Oct 2001 06:14:16 +0000 (06:14 -0000)
busybox/debian/Config.h-deb

index fd848e1929191afdbda7c997fc0e8a7bb0643348..368b5e97c35a8446a02ecf8a1d324d788dc86bad 100644 (file)
 //#define BB_ADJTIMEX
 #define BB_AR
 //#define BB_ASH
-#define BB_BASENAME
+//#define BB_BASENAME
 #define BB_CAT
 #define BB_CHGRP
 #define BB_CHMOD
 #define BB_CHOWN
 #define BB_CHROOT
-#define BB_CHVT
+//#define BB_CHVT
 #define BB_CLEAR
 //#define BB_CMP
 #define BB_CP
 //#define BB_CPIO
 #define BB_CUT
-#define BB_DATE
+//#define BB_DATE
 //#define BB_DC
 #define BB_DD
 //#define BB_DEALLOCVT
 //#define BB_DPKG
 //#define BB_DPKG_DEB
 //#define BB_DUTMP
-#define BB_DU
+//#define BB_DU
 //#define BB_DUMPKMAP
 #define BB_ECHO
-#define BB_ENV
+//#define BB_ENV
 #define BB_EXPR
 //#define BB_FBSET
 //#define BB_FDFLUSH
@@ -54,7 +54,7 @@
 //#define BB_HOSTNAME
 //#define BB_HUSH
 #define BB_ID
-//#define BB_IFCONFIG
+#define BB_IFCONFIG
 #define BB_INIT
 //#define BB_INSMOD
 #define BB_KILL
@@ -69,7 +69,7 @@
 #define BB_LOGGER
 //#define BB_LOGNAME
 #define BB_LS
-#define BB_LSMOD
+//#define BB_LSMOD
 //#define BB_MAKEDEVS
 #define BB_MD5SUM
 #define BB_MKDIR
 #define BB_RM
 #define BB_RMDIR
 //#define BB_RMMOD
-//#define BB_ROUTE
+#define BB_ROUTE
 //#define BB_RPM2CPIO
 #define BB_SED
 //#define BB_SETKEYCODES
 #define BB_TAIL
 #define BB_TAR
 //#define BB_TEE
-//#define BB_TEST
-#define BB_TELNET
+#define BB_TEST
+//#define BB_TELNET
 //#define BB_TFTP
 #define BB_TOUCH
 #define BB_TR
 //#define BB_UPDATE
 #define BB_UPTIME
 //#define BB_USLEEP
-#define BB_VI
+//#define BB_VI
 //#define BB_WATCHDOG
 #define BB_WC
 #define BB_WGET
 #define BB_WHICH
 #define BB_WHOAMI
-#define BB_XARGS
-#define BB_YES
+//#define BB_XARGS
+//#define BB_YES
 // End of Applications List
 //
 //
 //#define BB_FEATURE_SH_IS_ASH
 //#define BB_FEATURE_SH_IS_HUSH
 //#define BB_FEATURE_SH_IS_LASH
-#define BB_FEATURE_SH_IS_MSH
+//#define BB_FEATURE_SH_IS_MSH
 //
 // BusyBox will, by default, malloc space for its buffers.  This costs code
 // size for the call to xmalloc.  You can use the following feature to have
 //#define BB_FEATURE_EXTRA_QUIET
 //
 // enable syslogd -R remotehost
-#define BB_FEATURE_REMOTE_LOG
+//#define BB_FEATURE_REMOTE_LOG
 //
 // enable syslogd -C
 //#define BB_FEATURE_IPC_SYSLOG
 //
 //Disable for a simple tail implementation (2.34k vs 3k for the full one).
 //Both provide 'tail -f', but this cuts out -c, -q, -s, and -v. 
-#define BB_FEATURE_FANCY_TAIL
+//#define BB_FEATURE_FANCY_TAIL
 //
 // Enable support for loop devices in mount
 #define BB_FEATURE_MOUNT_LOOP
 #define BB_FEATURE_TAR_CREATE
 //
 // Enable support for "--exclude" and "-X" for excluding files
-#define BB_FEATURE_TAR_EXCLUDE
+//#define BB_FEATURE_TAR_EXCLUDE
 //
 // Enable support for tar -z option (currently only works for inflating)
 #define BB_FEATURE_TAR_GZIP 
 //
 // Enable reverse sort
-#define BB_FEATURE_SORT_REVERSE
+//#define BB_FEATURE_SORT_REVERSE
 //
 // Enable uniqe sort
-#define BB_FEATURE_SORT_UNIQUE
+//#define BB_FEATURE_SORT_UNIQUE
 //
 // Enable command line editing in the shell.  
 // Only relevant if a shell is enabled. On by default.