From ebdd61d1363cd8b99ee00d6d87e08e2f6e33d87e Mon Sep 17 00:00:00 2001 From: Jeff Peeler Date: Sat, 1 Jun 2013 00:54:47 -0400 Subject: [PATCH] Functions are required to parse localrc This is essentially a revert of 73695d0ea490c4c7a1158957dd5a85586cfa0933. Since stackrc is responsible for sourcing localrc, the required functions are necessary (like for enable_service). fixes bug 1186488 Change-Id: Iad90f802e77b94416821008c294c1a2ede8a4729 --- openrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/openrc b/openrc index 2d5d48aea3..f1026a50a4 100644 --- a/openrc +++ b/openrc @@ -20,6 +20,9 @@ fi # Find the other rc files RC_DIR=$(cd $(dirname "$BASH_SOURCE") && pwd) +# Import common functions +source $RC_DIR/functions + # Load local configuration source $RC_DIR/stackrc