[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

busybox config.h



here is snippets of the current diff between my local busybox Config.h
and the one in -4

--- /usr/src/Config.h-deb	Sat Sep  1 23:51:39 2001
+++ debian/Config.h-deb	Thu Sep 27 04:24:07 2001
@@ -9,7 +9,7 @@
 // BusyBox Applications
 //#define BB_ADJTIMEX
 #define BB_AR
-//#define BB_ASH
+#define BB_ASH
 //#define BB_BASENAME
 #define BB_CAT
 #define BB_CHGRP
@@ -27,34 +27,34 @@
 #define BB_DD
 //#define BB_DEALLOCVT
 #define BB_DF
-//#define BB_DIRNAME
+#define BB_DIRNAME

don't need dirname

 #define BB_DMESG
 //#define BB_DOS2UNIX
 //#define BB_DPKG
 //#define BB_DPKG_DEB
 //#define BB_DUTMP
-//#define BB_DU
+#define BB_DU

i don't see any need for du

 #define BB_FIND
-//#define BB_FREE
+#define BB_FREE

why do we need free?  

-#define BB_GZIP
+//#define BB_GZIP

report a problem currently needs this, but i don't see any real need
to gzip it, the tarball created by it is rather small anyway...  

 #define BB_PS
-//#define BB_PWD
+#define BB_PWD

pwd is a shell builtin  (or is this because of busybox ash?)

-//#define BB_RESET
+#define BB_RESET

why do we need reset?

-//#define BB_UNIQ
+#define BB_UNIQ

why do we need uniq?  debootstrap doesn't use it, does anything?

-//#define BB_UPTIME
+#define BB_UPTIME

come now who needs this on boot-floppies?

-#define BB_WC
+//#define BB_WC

debootstrap is using wc at the moment (thats how it does its progress
bar thing).  

 // enable ls -p and -F
-//#define BB_FEATURE_LS_FILETYPES
+#define BB_FEATURE_LS_FILETYPES

we don't need this.

 // Disable for a smaller (but less functional) ping
-//#define BB_FEATURE_FANCY_PING
+#define BB_FEATURE_FANCY_PING
 //

we don't need this.

 //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

we don't need this.

 // Enable support for "--exclude" and "-X" for excluding files
-//#define BB_FEATURE_TAR_EXCLUDE
+#define BB_FEATURE_TAR_EXCLUDE

we don't need this.

 // Enable reverse sort
-//#define BB_FEATURE_SORT_REVERSE
+#define BB_FEATURE_SORT_REVERSE

i severly doubt we need this.

 // Enable uniqe sort
-//#define BB_FEATURE_SORT_UNIQUE
+#define BB_FEATURE_SORT_UNIQUE

i severly doubt we need this.

 //
 // Enable command line editing in the shell.  
 // Only relevant if a shell is enabled. On by default.


-- 
Ethan Benson
http://www.alaska.net/~erbenson/

Attachment: pgppvPvDj9nEu.pgp
Description: PGP signature


Reply to: