summaryrefslogtreecommitdiff
path: root/Master/tlpkg/installer/install-menu-text.pl
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2010-05-25 23:58:11 +0000
committerKarl Berry <karl@freefriends.org>2010-05-25 23:58:11 +0000
commit105b9323011f96263aa658dab3bbd1b472025359 (patch)
treeaa4ff73a22605bf2b963345fb5dad9036c4f72a3 /Master/tlpkg/installer/install-menu-text.pl
parent3ace2485d410c75ff6c6a53d4918b435f471021a (diff)
enable restricted option
git-svn-id: svn://tug.org/texlive/trunk@18497 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/installer/install-menu-text.pl')
-rwxr-xr-xMaster/tlpkg/installer/install-menu-text.pl9
1 files changed, 4 insertions, 5 deletions
diff --git a/Master/tlpkg/installer/install-menu-text.pl b/Master/tlpkg/installer/install-menu-text.pl
index 788bd9ee937..f3099d1b1a7 100755
--- a/Master/tlpkg/installer/install-menu-text.pl
+++ b/Master/tlpkg/installer/install-menu-text.pl
@@ -699,7 +699,7 @@ sub options_menu {
my $b_deskint=button($vars{'option_desktop_integration'});
my $b_admin=button($vars{'option_w32_multi_user'});
my $b_addoneditor=button($vars{'collection-texworks'});
- my $b_restricted = button($vars{'option_write18_restricted'});
+ my $b_restricted=button($vars{'option_write18_restricted'});
my $sys_bin=$vars{'option_sys_bin'};
my $sys_man=$vars{'option_sys_man'};
@@ -720,9 +720,9 @@ sub options_menu {
print <<"EOF";
<P> use letter size instead of A4 by default: $b_letter
+ <E> execution of restricted list of programs: $b_restricted
<F> create format files: $b_fmt
EOF
-# until secure ... <E> execution of restricted list of programs: $b_restricted
;
if ($vars{'doc_splitting_supported'} and !$vars{'from_dvd'}) {
print " <D> install font/macro doc tree: $b_doc\n";
@@ -828,7 +828,6 @@ EOF
toggle 'option_fmt';
return $command{'self'};
-# until secure ...
} elsif ("\u$answer" eq 'E') {
toggle 'option_write18_restricted';
return $command{'self'};
@@ -887,7 +886,7 @@ sub main_menu {
my $b_deskint=button($vars{'option_desktop_integration'});
my $b_admin=button($vars{'option_w32_multi_user'});
my $b_addoneditor=button($vars{'collection-texworks'});
- my $b_restricted = button($vars{'option_write18_restricted'});
+ my $b_restricted=button($vars{'option_write18_restricted'});
my $warn_nobin;
@@ -984,9 +983,9 @@ EOF
print <<"EOF";
<O> options:
$b_letter use letter size instead of A4 by default
+ $b_restricted allow execution of restricted list of programs via \\write18
$b_fmt create all format files
EOF
-# until secure ... $b_restricted allow execution of restricted list of programs via \\write18
if (!$vars{'from_dvd'}) {
if ($vars{'doc_splitting_supported'}) {