From 2ecdbd9eb86a21956a53466fd50dee6fb26a2cf1 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Fri, 19 Oct 2001 06:14:16 +0000 Subject: [PATCH] update apps enabled in the .deb --- busybox/debian/Config.h-deb | 38 ++++++++++++++++++------------------- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/busybox/debian/Config.h-deb b/busybox/debian/Config.h-deb index fd848e192..368b5e97c 100644 --- a/busybox/debian/Config.h-deb +++ b/busybox/debian/Config.h-deb @@ -10,19 +10,19 @@ //#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 @@ -33,10 +33,10 @@ //#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 @@ -101,7 +101,7 @@ #define BB_RM #define BB_RMDIR //#define BB_RMMOD -//#define BB_ROUTE +#define BB_ROUTE //#define BB_RPM2CPIO #define BB_SED //#define BB_SETKEYCODES @@ -114,8 +114,8 @@ #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 @@ -131,14 +131,14 @@ //#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 // // @@ -154,7 +154,7 @@ //#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 @@ -221,14 +221,14 @@ //#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 @@ -249,16 +249,16 @@ #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. -- 2.25.1