summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install/standalone')
-rwxr-xr-xperl-install/standalone/draksec2
1 files changed, 1 insertions, 1 deletions
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;
}