From 79bf8de2c78f97910a03612ef154b41e15cf5aa7 Mon Sep 17 00:00:00 2001 From: teastep Date: Fri, 8 Sep 2006 20:19:14 +0000 Subject: [PATCH] Rename lib.common to lib.config -- Step 1 git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@4549 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb --- Shorewall/compiler | 2 +- Shorewall/firewall | 2 +- Shorewall/lib.common | 2 +- Shorewall/shorewall.spec | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Shorewall/compiler b/Shorewall/compiler index bd297723c..3c5438525 100755 --- a/Shorewall/compiler +++ b/Shorewall/compiler @@ -5319,7 +5319,7 @@ VARDIR=/var/lib/shorewall [ -n "${VERBOSE:=2}" ] -for library in lib.base lib.common; do +for library in lib.base lib.config; do FUNCTIONS=${SHAREDIR}/${library} if [ -f $FUNCTIONS ]; then diff --git a/Shorewall/firewall b/Shorewall/firewall index 5ce3c8a9a..27921c88f 100755 --- a/Shorewall/firewall +++ b/Shorewall/firewall @@ -545,7 +545,7 @@ SHAREDIR=/usr/share/shorewall VARDIR=/var/lib/shorewall CONFDIR=/etc/shorewall -for library in lib.base lib.common; do +for library in lib.base lib.config; do FUNCTIONS=${SHAREDIR}/${library} if [ -f $FUNCTIONS ]; then diff --git a/Shorewall/lib.common b/Shorewall/lib.common index ca4efa7aa..f144d2c25 100644 --- a/Shorewall/lib.common +++ b/Shorewall/lib.common @@ -1,6 +1,6 @@ #!/bin/sh # -# Shorewall 3.2 -- /usr/share/shorewall/lib.common +# Shorewall 3.2 -- /usr/share/shorewall/lib.config # # This program is under GPL [http://www.gnu.org/copyleft/gpl.htm] # diff --git a/Shorewall/shorewall.spec b/Shorewall/shorewall.spec index ff7281592..37ebd60f7 100644 --- a/Shorewall/shorewall.spec +++ b/Shorewall/shorewall.spec @@ -115,7 +115,7 @@ fi %attr(0444,root,root) /usr/share/shorewall/lib.accounting %attr(0444,root,root) /usr/share/shorewall/lib.actions %attr(0444,root,root) /usr/share/shorewall/lib.base -%attr(0444,root,root) /usr/share/shorewall/lib.common +%attr(0444,root,root) /usr/share/shorewall/lib.config %attr(0444,root,root) /usr/share/shorewall/lib.dynamiczones %attr(0444,root,root) /usr/share/shorewall/lib.maclist %attr(0444,root,root) /usr/share/shorewall/lib.nat