aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--e2fsprogs/Config.src2
-rw-r--r--networking/nc.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/e2fsprogs/Config.src b/e2fsprogs/Config.src
index f362c6b0a..62bc810f8 100644
--- a/e2fsprogs/Config.src
+++ b/e2fsprogs/Config.src
@@ -45,7 +45,7 @@ config LSATTR
45 45
46config TUNE2FS 46config TUNE2FS
47 bool "tune2fs" 47 bool "tune2fs"
48 default y 48 default n # off: it is too limited compared to upstream version
49 help 49 help
50 tune2fs allows the system administrator to adjust various tunable 50 tune2fs allows the system administrator to adjust various tunable
51 filesystem parameters on Linux ext2/ext3 filesystems. 51 filesystem parameters on Linux ext2/ext3 filesystems.
diff --git a/networking/nc.c b/networking/nc.c
index 0dacaf117..c77137480 100644
--- a/networking/nc.c
+++ b/networking/nc.c
@@ -34,7 +34,7 @@
34//config: 34//config:
35//config:config NC_110_COMPAT 35//config:config NC_110_COMPAT
36//config: bool "Netcat 1.10 compatibility (+2.5k)" 36//config: bool "Netcat 1.10 compatibility (+2.5k)"
37//config: default y 37//config: default n # off specially for Rob
38//config: depends on NC 38//config: depends on NC
39//config: help 39//config: help
40//config: This option makes nc closely follow original nc-1.10. 40//config: This option makes nc closely follow original nc-1.10.