summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorJohn Southworth <john.southworth@vyatta.com>2011-02-17 11:57:29 -0600
committerJohn Southworth <john.southworth@vyatta.com>2011-02-17 11:57:29 -0600
commitf1bdc9f93f3f25f0b77e9a4dc77994a3cf688347 (patch)
treea5d6ac163e488d84671cdb9be532bbeac8293433 /Makefile.am
parent5f687371c43ecf154b92d42d5af6da2847b1e469 (diff)
downloadvyatta-cfg-vpn-f1bdc9f93f3f25f0b77e9a4dc77994a3cf688347.tar.gz
vyatta-cfg-vpn-f1bdc9f93f3f25f0b77e9a4dc77994a3cf688347.zip
Added Placeholder for ipsec dhclient hook
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index eb1336a..84b799f 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -23,5 +23,7 @@ install-exec-hook:
cd templates; $(cpiop) $(DESTDIR)$(cfgdir)
mkdir -p $(DESTDIR)/etc/ppp/ip-up.d
mkdir -p $(DESTDIR)/etc/ppp/ip-down.d
+ mkdir -p $(DESTDIR)/etc/dhcp3/dhclient-exit-hooks.d/
cp scripts/vpn-ppp-up $(DESTDIR)/etc/ppp/ip-up.d/
cp scripts/vpn-ppp-down $(DESTDIR)/etc/ppp/ip-down.d/
+ cp scripts/ipsecd-dhclient-hook $(DESTDIR)/etc/dhcp3/dhclient-exit-hooks.d/ipsecd