mirror of
https://gitlab.com/shorewall/code.git
synced 2024-12-23 14:48:51 +01:00
Correct Makefile
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@3485 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
parent
a54526e93a
commit
4e9c8698f5
@ -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; \
|
||||||
|
@ -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.
|
||||||
|
@ -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).
|
||||||
|
Loading…
Reference in New Issue
Block a user