From 9838149b19e73cf1835d957182f1dfed23768d5a Mon Sep 17 00:00:00 2001 From: Eugeni Dodonov Date: Wed, 7 Jan 2009 22:04:20 +0000 Subject: Replaces /etc/sysconfig/msec with /etc/security/shell. --- cron-sh/security.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cron-sh/security.sh b/cron-sh/security.sh index 4026c5f..acf3327 100755 --- a/cron-sh/security.sh +++ b/cron-sh/security.sh @@ -31,8 +31,8 @@ else exit 1 fi -if [ -r /etc/sysconfig/msec ]; then - . /etc/sysconfig/msec +if [ -r /etc/security/shell ]; then + . /etc/security/shell fi umask ${UMASK_ROOT=077} -- cgit v1.2.1