shipping a default strongswan.conf

This commit is contained in:
Martin Willi
2008-04-18 12:52:47 +00:00
parent bb2a529870
commit 66bb16b033
3 changed files with 28 additions and 2 deletions
+6 -1
View File
@@ -1,4 +1,4 @@
SUBDIRS = include
SUBDIRS = . include
if USE_FILE_CONFIG
SUBDIRS += libfreeswan starter ipsec _copyright
@@ -39,3 +39,8 @@ if USE_MANAGER
SUBDIRS += manager
endif
EXTRA_DIST = strongswan.conf
install-exec-local :
test -e "$(DESTDIR)${sysconfdir}" || $(MKDIR_P) "$(DESTDIR)$(sysconfdir)"
test -e "$(DESTDIR)$(sysconfdir)/strongswan.conf" || $(INSTALL) -m 600 strongswan.conf $(DESTDIR)$(sysconfdir)/strongswan.conf