diff options
author | Stig Thormodsrud <stig@vyatta.com> | 2008-06-19 18:48:19 -0700 |
---|---|---|
committer | Stig Thormodsrud <stig@vyatta.com> | 2008-06-19 18:48:19 -0700 |
commit | 415359e58d906256c3260c9ea275303431fbef46 (patch) | |
tree | f3b68eda987a44155662affbb29b951c327bd920 /Makefile.am | |
parent | d98f4100b278761efd067479c7c8ed8c0eddedf1 (diff) | |
download | vyatta-cfg-quagga-415359e58d906256c3260c9ea275303431fbef46.tar.gz vyatta-cfg-quagga-415359e58d906256c3260c9ea275303431fbef46.zip |
Add module version for vrrp.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index c50c8560..742f9025 100644 --- a/Makefile.am +++ b/Makefile.am @@ -3,6 +3,7 @@ share_perl5dir = $(datarootdir)/perl5 libudevdir = /lib/udev etcudevdir = /etc/udev bin_sudo_usersdir = $(bindir)/sudo-users +curverdir = $(sysconfdir)/config-migrate/current bin_SCRIPTS = sbin_SCRIPTS = @@ -46,6 +47,8 @@ sysconf_DATA += sysconf/vyatta-sysctl.conf libudev_SCRIPTS = scripts/vyatta_net_name etcudev_DATA = sysconf/vyatta-net.rules +curver_DATA = cfg-version/vrrp@1 + cpiop = find . ! -regex '\(.*~\|.*\.bak\|.*\.swp\|.*\#.*\#\)' -print0 | \ cpio -0pd |