From cff3fe3ae9696584f0c4bdad6860e8d94d5e99f9 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Wed, 20 Sep 2000 19:22:26 +0000 Subject: Added dos2unix, unix2dos, and unrpm.c thanks to robotti@metconnect.com. -Erik --- busybox.def.h | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'busybox.def.h') diff --git a/busybox.def.h b/busybox.def.h index c70948d06..9d046ab73 100644 --- a/busybox.def.h +++ b/busybox.def.h @@ -23,6 +23,7 @@ #define BB_DF #define BB_DIRNAME #define BB_DMESG +#define BB_DOS2UNIX #define BB_DUTMP #define BB_DU #define BB_DUMPKMAP @@ -98,6 +99,7 @@ #define BB_TR #define BB_TRUE_FALSE #define BB_TTY +#define BB_UNRPM #define BB_UPTIME #define BB_USLEEP #define BB_WC @@ -109,6 +111,7 @@ #define BB_UMOUNT #define BB_UNIQ #define BB_UNAME +#define BB_UNIX2DOS #define BB_UPDATE #define BB_YES // End of Applications List @@ -173,7 +176,7 @@ #define BB_FEATURE_USE_INITTAB // //Enable init being called as /linuxrc -//#define BB_FEATURE_LINUXRC +#define BB_FEATURE_LINUXRC // //Have init enable core dumping for child processes (for debugging only) //#define BB_FEATURE_INIT_COREDUMPS @@ -203,7 +206,7 @@ //#define BB_FEATURE_MOUNT_MTAB_SUPPORT // // Enable support for mounting remote NFS volumes -//#define BB_FEATURE_NFSMOUNT +#define BB_FEATURE_NFSMOUNT // // Enable support forced filesystem unmounting // (i.e. in case of an unreachable NFS system). -- cgit v1.2.3