From 252b6580c04c228c8f706245cfa0209aa768c438 Mon Sep 17 00:00:00 2001 From: Tom Eastep Date: Sat, 3 Dec 2011 12:04:28 -0800 Subject: [PATCH] Load the common libs from /sbin/shorewall6 Signed-off-by: Tom Eastep --- Shorewall/shorewall | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Shorewall/shorewall b/Shorewall/shorewall index 47e098625..e40aabe7f 100755 --- a/Shorewall/shorewall +++ b/Shorewall/shorewall @@ -1824,7 +1824,7 @@ fi g_firewall=${VARDIR}/firewall for library in base cli; do - . ${SHAREDIR}/lib.$library + . /usr/share/shorewall/lib.$library done version_file=$SHAREDIR/version