From: zacheiss Date: Wed, 28 Dec 2005 21:42:14 +0000 (+0000) Subject: Add an alternate possible location of postacldcm (in /usr/local/sbin) X-Git-Url: http://andersk.mit.edu/gitweb/moira.git/commitdiff_plain/79d0bab0f8c75cf6dab288751a106b1d995550c1 Add an alternate possible location of postacldcm (in /usr/local/sbin) for non-Athena machines that might be receiving DCMs. --- diff --git a/gen/acl.sh b/gen/acl.sh index f1c154a2..81e73d55 100755 --- a/gen/acl.sh +++ b/gen/acl.sh @@ -91,6 +91,11 @@ if [ -x /etc/athena/postacldcm ]; then if [ $? != 0 ]; then exit $MR_NOCRED fi +elif [ -x /usr/local/sbin/postacldcm ]; then + /usr/local/sbin/postacldcm >/dev/null 2>&1 + if [ $? != 0 ]; then + exit $MR_NOCRED + fi fi # cleanup