From 6f93d25513c185c98748a267dd203d80291c4224 Mon Sep 17 00:00:00 2001 From: damien Date: Fri, 31 Aug 2001 14:09:09 +0000 Subject: corrected yesno interpretation --- perl-install/standalone/draksec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/standalone/draksec') diff --git a/perl-install/standalone/draksec b/perl-install/standalone/draksec index e6152917f..231b19a82 100755 --- a/perl-install/standalone/draksec +++ b/perl-install/standalone/draksec @@ -57,7 +57,7 @@ $secure_level = ${{ getVarsFromSh("/etc/profile") }}{SECURE_LEVEL} || $ENV{SECUR my ($level, $libsafe); my %h = getVarsFromSh("$prefix/etc/sysconfig/system"); -$libsafe = $h{LIBSAFE}; +$libsafe = $h{LIBSAFE} =~ /yes/i; if ($in->ask_from('', _("Choose security level") . "\n\n" . join('', map { "$l{$_}: $help{$_}\n\n" } keys %l), -- cgit v1.2.1