diff options
author | An-Cheng Huang <ancheng@vyatta.com> | 2008-07-09 17:31:36 -0700 |
---|---|---|
committer | An-Cheng Huang <ancheng@vyatta.com> | 2008-07-09 17:31:36 -0700 |
commit | 9bbc84d1df11b6add51cb32346887fe5ca5cc87f (patch) | |
tree | df9acfbd8f01481ef8d02a0cf1fffa6fa97876ec /Makefile.am | |
parent | 76bdc334604d3871d73453aebbd3cd095a4377fb (diff) | |
download | vyatta-cfg-vpn-9bbc84d1df11b6add51cb32346887fe5ca5cc87f.tar.gz vyatta-cfg-vpn-9bbc84d1df11b6add51cb32346887fe5ca5cc87f.zip |
add config version file
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 0d3b498..ca00fae 100644 --- a/Makefile.am +++ b/Makefile.am @@ -3,6 +3,7 @@ share_perl5dir = $(datarootdir)/perl5 libudevdir = /lib/udev etcudevdir = /etc/udev initddir = /etc/init.d +curverdir = $(sysconfdir)/config-migrate/current sbin_SCRIPTS = @@ -10,6 +11,7 @@ sbin_SCRIPTS += scripts/vpn-config.pl share_perl5_DATA = scripts/VyattaVPNUtil.pm +curver_DATA = cfg-version/ipsec@1 cpiop = find . ! -regex '\(.*~\|.*\.bak\|.*\.swp\|.*\#.*\#\)' -print0 | \ cpio -0pd |