mirror of
https://gitlab.com/shorewall/code.git
synced 2025-06-19 17:28:35 +02:00
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:
parent
94c97b6455
commit
79bf8de2c7
@ -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
|
||||||
|
@ -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
|
||||||
|
@ -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]
|
||||||
#
|
#
|
||||||
|
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user