summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2002-09-18 07:27:06 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2002-09-18 07:27:06 +0000
commit4921a1488024e9ed2e3da0b305a96fe723330b31 (patch)
tree44311a79c8d4ccd8b0ba31e190c914e0a410c0f1
parent03a4f937e46e10e3889bf24f5dd8e50fb9f0d7d8 (diff)
downloaddrakx-4921a1488024e9ed2e3da0b305a96fe723330b31.tar
drakx-4921a1488024e9ed2e3da0b305a96fe723330b31.tar.gz
drakx-4921a1488024e9ed2e3da0b305a96fe723330b31.tar.bz2
drakx-4921a1488024e9ed2e3da0b305a96fe723330b31.tar.xz
drakx-4921a1488024e9ed2e3da0b305a96fe723330b31.zip
respect msec syntax
-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 56364684f..7ba49dbaa 100644
--- a/perl-install/security/msec.pm
+++ b/perl-install/security/msec.pm
@@ -227,7 +227,7 @@ sub config_function {
substInFile { s/^$function.*// } $options_file;
} else {
substInFile { s/^$function.*// } $options_file;
- append_to_file($options_file, "$function $value")
+ append_to_file($options_file, "$function ($value)")
}
}