mirror of
https://gitlab.com/shorewall/code.git
synced 2025-06-25 04:01:45 +02:00
Correct Makefile -- Take 2
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@3486 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
parent
4e9c8698f5
commit
4216c2c373
@ -3,7 +3,7 @@ VARDIR=/var/lib/shorewall
|
|||||||
CONFDIR=/etc/shorewall
|
CONFDIR=/etc/shorewall
|
||||||
all: $(VARDIR)/.restore
|
all: $(VARDIR)/.restore
|
||||||
|
|
||||||
$(VARDIR)/restore-base: $(CONFDIR)/*
|
$(VARDIR)/.restore: $(CONFDIR)/*
|
||||||
@/sbin/shorewall -q save >/dev/null; \
|
@/sbin/shorewall -q save >/dev/null; \
|
||||||
if \
|
if \
|
||||||
/sbin/shorewall -q restart >/dev/null 2>&1; \
|
/sbin/shorewall -q restart >/dev/null 2>&1; \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user