summaryrefslogtreecommitdiffstats
path: root/perl-install/security/msec.pm
diff options
context:
space:
mode:
authorDaouda Lo <daouda@mandriva.com>2002-07-23 13:23:33 +0000
committerDaouda Lo <daouda@mandriva.com>2002-07-23 13:23:33 +0000
commit7f82db2e64c906d1947d27d761b22141b596c609 (patch)
tree15bb14ac17c1ffa0a3efdce11b2011e39de6621f /perl-install/security/msec.pm
parent5be9275821adc14c0b1da85a89a5b9e5b1fde6a5 (diff)
downloaddrakx-backup-do-not-use-7f82db2e64c906d1947d27d761b22141b596c609.tar
drakx-backup-do-not-use-7f82db2e64c906d1947d27d761b22141b596c609.tar.gz
drakx-backup-do-not-use-7f82db2e64c906d1947d27d761b22141b596c609.tar.bz2
drakx-backup-do-not-use-7f82db2e64c906d1947d27d761b22141b596c609.tar.xz
drakx-backup-do-not-use-7f82db2e64c906d1947d27d761b22141b596c609.zip
- fix typo: s/%%options;/%%options/
Diffstat (limited to 'perl-install/security/msec.pm')
-rw-r--r--perl-install/security/msec.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/security/msec.pm b/perl-install/security/msec.pm
index b72eff822..39eddeb92 100644
--- a/perl-install/security/msec.pm
+++ b/perl-install/security/msec.pm
@@ -83,7 +83,7 @@ sub sec_options {
("DrakSec Advanced Options"),
("For explanations on the following options, click on the Help button"),
[
- %options;
+ %options
],
);
}