From 0553c543a1810a899d194ceec567b70a37018e2c Mon Sep 17 00:00:00 2001 From: Sheng Yang Date: Tue, 13 Sep 2011 10:50:12 -0700 Subject: [PATCH] bug 11421: Add missing source cmd for ipassoc.sh status 11421: resolved fixed --- patches/systemvm/debian/config/root/ipassoc.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/patches/systemvm/debian/config/root/ipassoc.sh b/patches/systemvm/debian/config/root/ipassoc.sh index 918b67cf67b..fa13a962ab2 100644 --- a/patches/systemvm/debian/config/root/ipassoc.sh +++ b/patches/systemvm/debian/config/root/ipassoc.sh @@ -26,6 +26,8 @@ # # @VERSION@ +source /root/func.sh + lock="biglock" locked=$(getLockFile $lock) if [ "$locked" != "1" ]