diff options
author | Eric Andersen | 2001-08-21 23:34:10 +0000 |
---|---|---|
committer | Eric Andersen | 2001-08-21 23:34:10 +0000 |
commit | 994c6ffd3ba666ebec1bf72ff786ed85b6894eda (patch) | |
tree | 4d0086e6d83136db4c6f57745872951467635db5 | |
parent | c61804ed592f22340b3698eec6b67216c010cae0 (diff) | |
download | busybox-994c6ffd3ba666ebec1bf72ff786ed85b6894eda.zip busybox-994c6ffd3ba666ebec1bf72ff786ed85b6894eda.tar.gz |
Disable the tinylogin apps by default.
-rw-r--r-- | Config.h | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -7,8 +7,8 @@ // // // BusyBox Applications -#define BB_ADDGROUP -#define BB_ADDUSER +//#define BB_ADDGROUP +//#define BB_ADDUSER //#define BB_ADJTIMEX //#define BB_AR //#define BB_ASH @@ -28,8 +28,8 @@ //#define BB_DC #define BB_DD //#define BB_DEALLOCVT -#define BB_DELGROUP -#define BB_DELUSER +//#define BB_DELGROUP +//#define BB_DELUSER #define BB_DF #define BB_DIRNAME #define BB_DMESG @@ -49,7 +49,7 @@ //#define BB_FREERAMDISK //#define BB_FSCK_MINIX //#define BB_GETOPT -#define BB_GETTY +//#define BB_GETTY #define BB_GREP #define BB_GUNZIP #define BB_GZIP |