diff options
author | Eric Andersen | 2001-08-02 20:56:16 +0000 |
---|---|---|
committer | Eric Andersen | 2001-08-02 20:56:16 +0000 |
commit | 0b7d70c822ae473b42a9db95cdc026286d992a48 (patch) | |
tree | 64e0bd523ef185d3b4ebb1734f7773fa3058606c /debian | |
parent | 8aa0b62a885e1a0f125e4cd47d993fa7025daf36 (diff) | |
download | busybox-0b7d70c822ae473b42a9db95cdc026286d992a48.zip busybox-0b7d70c822ae473b42a9db95cdc026286d992a48.tar.gz |
Fix up some silly messups with the debian packaging, and a dumb0_60_0
bug with chroot. I've had the package uploaded but perms set to
000, so I am going to re-tag things and re-cut the release. Folks
who pulled from CVS in the last 30 minutes with just have to cope.
-Erik
Diffstat (limited to 'debian')
-rw-r--r-- | debian/Config.h-deb | 6 | ||||
-rw-r--r-- | debian/Config.h-static | 17 | ||||
-rw-r--r-- | debian/Config.h-udeb | 8 |
3 files changed, 17 insertions, 14 deletions
diff --git a/debian/Config.h-deb b/debian/Config.h-deb index f8b2bdc..892ce13 100644 --- a/debian/Config.h-deb +++ b/debian/Config.h-deb @@ -78,13 +78,15 @@ #define BB_MKNOD #define BB_MKSWAP //#define BB_MKTEMP -//#define BB_NC +//#define BB_MODPROBE #define BB_MORE #define BB_MOUNT //#define BB_MSH //#define BB_MT #define BB_MV +//#define BB_NC //#define BB_NSLOOKUP +//#define BB_PIDOF #define BB_PING //#define BB_PIVOT_ROOT #define BB_POWEROFF @@ -117,6 +119,7 @@ //#define BB_TFTP #define BB_TOUCH #define BB_TR +//#define BB_TRACEROUTE #define BB_TRUE_FALSE #define BB_TTY //#define BB_UNIX2DOS @@ -468,4 +471,3 @@ # define BB_SH # define shell_main msh_main #endif - diff --git a/debian/Config.h-static b/debian/Config.h-static index 90d7e15..71f6df0 100644 --- a/debian/Config.h-static +++ b/debian/Config.h-static @@ -52,7 +52,7 @@ #define BB_HEAD #define BB_HOSTID #define BB_HOSTNAME -#define BB_HUSH +//#define BB_HUSH #define BB_ID #define BB_IFCONFIG #define BB_INIT @@ -60,7 +60,7 @@ #define BB_KILL #define BB_KILLALL #define BB_KLOGD -#define BB_LASH +//#define BB_LASH #define BB_LENGTH #define BB_LN #define BB_LOADACM @@ -78,13 +78,15 @@ #define BB_MKNOD #define BB_MKSWAP #define BB_MKTEMP -#define BB_NC +//#define BB_MODPROBE #define BB_MORE #define BB_MOUNT -#define BB_MSH +//#define BB_MSH #define BB_MT #define BB_MV +#define BB_NC #define BB_NSLOOKUP +#define BB_PIDOF #define BB_PING #define BB_PIVOT_ROOT #define BB_POWEROFF @@ -117,6 +119,7 @@ #define BB_TFTP #define BB_TOUCH #define BB_TR +#define BB_TRACEROUTE #define BB_TRUE_FALSE #define BB_TTY #define BB_UNIX2DOS @@ -148,10 +151,10 @@ // // If you enabled one or more of the shells, you may select which one // should be run when sh is invoked: -//#define BB_FEATURE_SH_IS_ASH +#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 @@ -468,5 +471,3 @@ # define BB_SH # define shell_main msh_main #endif - - diff --git a/debian/Config.h-udeb b/debian/Config.h-udeb index d3994a4..51446ff 100644 --- a/debian/Config.h-udeb +++ b/debian/Config.h-udeb @@ -78,13 +78,15 @@ #define BB_MKNOD #define BB_MKSWAP //#define BB_MKTEMP -//#define BB_NC +//#define BB_MODPROBE #define BB_MORE #define BB_MOUNT //#define BB_MSH //#define BB_MT #define BB_MV +//#define BB_NC //#define BB_NSLOOKUP +//#define BB_PIDOF #define BB_PING #define BB_PIVOT_ROOT #define BB_POWEROFF @@ -117,6 +119,7 @@ //#define BB_TFTP #define BB_TOUCH #define BB_TR +//#define BB_TRACEROUTE #define BB_TRUE_FALSE #define BB_TTY //#define BB_UNIX2DOS @@ -468,6 +471,3 @@ # define BB_SH # define shell_main msh_main #endif - - - |