summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authoranbr <vdr07@deltab.de>2011-11-19 11:48:14 +0100
committeranbr <vdr07@deltab.de>2011-11-19 11:48:14 +0100
commit5129402a919a0fc84f341864d29eec4f2f4b15e8 (patch)
treed9a6a8e8beab0edb9d73e106c3871199090c1729 /lib
parent353abee56794349d414c96f8b22c7b6050c5cad4 (diff)
downloadxxv-5129402a919a0fc84f341864d29eec4f2f4b15e8.tar.gz
xxv-5129402a919a0fc84f341864d29eec4f2f4b15e8.tar.bz2
Disable INTERFACE, TELNET, WAPD by default
Diffstat (limited to 'lib')
-rw-r--r--lib/XXV/MODULES/INTERFACE.pm2
-rw-r--r--lib/XXV/MODULES/TELNET.pm2
-rw-r--r--lib/XXV/MODULES/WAPD.pm2
3 files changed, 3 insertions, 3 deletions
diff --git a/lib/XXV/MODULES/INTERFACE.pm b/lib/XXV/MODULES/INTERFACE.pm
index 85aac18..2e4de8a 100644
--- a/lib/XXV/MODULES/INTERFACE.pm
+++ b/lib/XXV/MODULES/INTERFACE.pm
@@ -23,7 +23,7 @@ sub module {
Preferences => {
active => {
description => gettext('Activate this service'),
- default => 'y',
+ default => 'n',
type => 'confirm',
required => gettext('This is required!'),
},
diff --git a/lib/XXV/MODULES/TELNET.pm b/lib/XXV/MODULES/TELNET.pm
index 4bce7fb..1dac489 100644
--- a/lib/XXV/MODULES/TELNET.pm
+++ b/lib/XXV/MODULES/TELNET.pm
@@ -20,7 +20,7 @@ sub module {
Preferences => {
active => {
description => gettext('Activate this service'),
- default => 'y',
+ default => 'n',
type => 'confirm',
required => gettext('This is required!'),
},
diff --git a/lib/XXV/MODULES/WAPD.pm b/lib/XXV/MODULES/WAPD.pm
index 38d09fa..2b037c3 100644
--- a/lib/XXV/MODULES/WAPD.pm
+++ b/lib/XXV/MODULES/WAPD.pm
@@ -32,7 +32,7 @@ sub module {
Preferences => {
active => {
description => gettext('Activate this service'),
- default => 'y',
+ default => 'n',
type => 'confirm',
required => gettext('This is required!'),
},