From 49d361e44fec56cc1fd9fbd7dd12f08c79464c1e Mon Sep 17 00:00:00 2001 From: Tom Eastep Date: Tue, 5 Jun 2012 12:52:12 -0700 Subject: [PATCH] Correct another problem with the Shorewall-core installer Signed-off-by: Tom Eastep --- Shorewall-core/configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Shorewall-core/configure b/Shorewall-core/configure index 9b205b844..1b1a27ad1 100755 --- a/Shorewall-core/configure +++ b/Shorewall-core/configure @@ -132,7 +132,7 @@ if [ -z "$vendor" ]; then vendor=${params[HOST]} elif [ $vendor = linux ]; then - rcfile=$shorewallrc.default; + rcfile=shorewallrc.default; else rcfile=shorewallrc.$vendor if [ ! -f $rcfile ]; then