Correct Makefile

git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@3485 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
teastep 2006-02-14 16:36:29 +00:00
parent a54526e93a
commit 4e9c8698f5
3 changed files with 7 additions and 1 deletions

View File

@ -1,7 +1,7 @@
# Shorewall Makefile to restart if config-files are newer than last restart # Shorewall Makefile to restart if config-files are newer than last restart
VARDIR=/var/lib/shorewall VARDIR=/var/lib/shorewall
CONFDIR=/etc/shorewall CONFDIR=/etc/shorewall
all: $(VARDIR)/restore-base all: $(VARDIR)/.restore
$(VARDIR)/restore-base: $(CONFDIR)/* $(VARDIR)/restore-base: $(CONFDIR)/*
@/sbin/shorewall -q save >/dev/null; \ @/sbin/shorewall -q save >/dev/null; \

View File

@ -74,3 +74,5 @@ Changes in 3.1.x.
32) Change 'tcpsyn' to 'tcp:syn' 32) Change 'tcpsyn' to 'tcp:syn'
33) Remove superfluous rules in MAC validation. 33) Remove superfluous rules in MAC validation.
34) Correct Makefile.

View File

@ -33,6 +33,10 @@ Problems Corrected in 3.1.6
rules were present when MACLIST_DISPOSITION=ACCEPT and rules were present when MACLIST_DISPOSITION=ACCEPT and
MACLIST_LOG_LEVEL="". MACLIST_LOG_LEVEL="".
2) The Makefile installed in /etc/shorewall/ was incorrect so that
a re-compilation always occured even if the restore file was
current.
Other changes in 3.1.7 Other changes in 3.1.7
1) 'tcpsyn' has been changed to 'tcp:syn' (tcpsyn was added in 3.1.6). 1) 'tcpsyn' has been changed to 'tcp:syn' (tcpsyn was added in 3.1.6).