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
This commit is contained in:
teastep 2006-09-08 20:19:14 +00:00
parent 94c97b6455
commit 79bf8de2c7
4 changed files with 4 additions and 4 deletions

View File

@ -5319,7 +5319,7 @@ VARDIR=/var/lib/shorewall
[ -n "${VERBOSE:=2}" ] [ -n "${VERBOSE:=2}" ]
for library in lib.base lib.common; do for library in lib.base lib.config; do
FUNCTIONS=${SHAREDIR}/${library} FUNCTIONS=${SHAREDIR}/${library}
if [ -f $FUNCTIONS ]; then if [ -f $FUNCTIONS ]; then

View File

@ -545,7 +545,7 @@ SHAREDIR=/usr/share/shorewall
VARDIR=/var/lib/shorewall VARDIR=/var/lib/shorewall
CONFDIR=/etc/shorewall CONFDIR=/etc/shorewall
for library in lib.base lib.common; do for library in lib.base lib.config; do
FUNCTIONS=${SHAREDIR}/${library} FUNCTIONS=${SHAREDIR}/${library}
if [ -f $FUNCTIONS ]; then if [ -f $FUNCTIONS ]; then

View File

@ -1,6 +1,6 @@
#!/bin/sh #!/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] # This program is under GPL [http://www.gnu.org/copyleft/gpl.htm]
# #

View File

@ -115,7 +115,7 @@ fi
%attr(0444,root,root) /usr/share/shorewall/lib.accounting %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.actions
%attr(0444,root,root) /usr/share/shorewall/lib.base %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.dynamiczones
%attr(0444,root,root) /usr/share/shorewall/lib.maclist %attr(0444,root,root) /usr/share/shorewall/lib.maclist
%attr(0444,root,root) /usr/share/shorewall/lib.nat %attr(0444,root,root) /usr/share/shorewall/lib.nat