From 7ccf42e070b08df290d86be05361a9ecb0ba5839 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Tue, 30 May 2000 12:16:07 +0000 Subject: *** empty log message *** --- 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 36d3d8ecd..8ca34947d 100755 --- a/perl-install/standalone/draksec +++ b/perl-install/standalone/draksec @@ -50,7 +50,7 @@ if (my $level = $in->ask_from_list('', _("Choose security level") . "\n\n" . $in->suspend; $ENV{LILO_PASSWORD} = ''; # make it non interactive - system("/etc/security/msec/init.sh ". $m{$level}); + system "/usr/sbin/msec", $m{$level}; $in->resume; } -- cgit v1.2.1