diff options
| author | anbr <vdr07@deltab.de> | 2011-11-19 11:48:14 +0100 |
|---|---|---|
| committer | anbr <vdr07@deltab.de> | 2011-11-19 11:48:14 +0100 |
| commit | 5129402a919a0fc84f341864d29eec4f2f4b15e8 (patch) | |
| tree | d9a6a8e8beab0edb9d73e106c3871199090c1729 /lib | |
| parent | 353abee56794349d414c96f8b22c7b6050c5cad4 (diff) | |
| download | xxv-5129402a919a0fc84f341864d29eec4f2f4b15e8.tar.gz xxv-5129402a919a0fc84f341864d29eec4f2f4b15e8.tar.bz2 | |
Disable INTERFACE, TELNET, WAPD by default
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/XXV/MODULES/INTERFACE.pm | 2 | ||||
| -rw-r--r-- | lib/XXV/MODULES/TELNET.pm | 2 | ||||
| -rw-r--r-- | lib/XXV/MODULES/WAPD.pm | 2 |
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!'), }, |
