From 26d3c3daae6be35438706677b775e653df556e44 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Tue, 3 Dec 2002 14:11:36 +0000 Subject: fix typo --- perl-install/security/msec.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/security') diff --git a/perl-install/security/msec.pm b/perl-install/security/msec.pm index bba1bc78b..ce5dbe4ff 100644 --- a/perl-install/security/msec.pm +++ b/perl-install/security/msec.pm @@ -203,7 +203,7 @@ sub config_function { # get_default_checks() - # return a list of periodic checks handled by security.conf sub get_default_checks { - map { if(/(.*?)=/, $1) } cat_("$::prefix/var/lib/msec/security.conf"); + map { if_(/(.*?)=/, $1) } cat_("$::prefix/var/lib/msec/security.conf"); } # get_check_value(check) -- cgit v1.2.1