diff options
Diffstat (limited to 'Master/tlpkg/installer/install-menu-text.pl')
-rwxr-xr-x | Master/tlpkg/installer/install-menu-text.pl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/tlpkg/installer/install-menu-text.pl b/Master/tlpkg/installer/install-menu-text.pl index 33c5881b142..d28d3c5e0b4 100755 --- a/Master/tlpkg/installer/install-menu-text.pl +++ b/Master/tlpkg/installer/install-menu-text.pl @@ -720,8 +720,8 @@ sub options_menu { print <<"EOF"; <P> use letter size instead of A4 by default: $b_letter <F> create format files: $b_fmt - <E> execution of restricted list of programs: $b_restricted 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"; @@ -982,8 +982,8 @@ print <<"EOF"; <O> options: $b_letter use letter size instead of A4 by default $b_fmt create all format files - $b_restricted allow execution of restricted list of programs via \\write18 EOF +# until secure ... $b_restricted allow execution of restricted list of programs via \\write18 if (!$vars{'from_dvd'}) { if ($vars{'doc_splitting_supported'}) { |