diff options
author | An-Cheng Huang <ancheng@vyatta.com> | 2008-01-14 15:16:13 -0800 |
---|---|---|
committer | An-Cheng Huang <ancheng@vyatta.com> | 2008-01-14 15:16:13 -0800 |
commit | ea71d73edf181b5f7c9e645cf7e5bc3f0c6a3788 (patch) | |
tree | e07dbd0ad686b8e6b26e7995d380baeb803f30ee /Makefile.am | |
parent | 260d88ab1aacd85bf406ed7b06d00c617fcaa19d (diff) | |
download | vyatta-cluster-ea71d73edf181b5f7c9e645cf7e5bc3f0c6a3788.tar.gz vyatta-cluster-ea71d73edf181b5f7c9e645cf7e5bc3f0c6a3788.zip |
add config version filedebian/0.1
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 7e37418..03c49e0 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2,11 +2,13 @@ cfgdir = $(datadir)/vyatta-cfg/templates opdir = $(datadir)/vyatta-op/templates share_perl5dir = $(datadir)/perl5 bin_sudo_usersdir = $(bindir)/sudo-users +curverdir = $(sysconfdir)/config-migrate/current sbin_SCRIPTS = scripts/vyatta-update-cluster.pl bin_sudo_users_SCRIPTS = scripts/vyatta-show-cluster.pl share_perl5_DATA = scripts/VyattaClusterConfig.pm +curver_DATA = cfg-version/cluster@1 cpiop = find . ! -regex '\(.*~\|.*\.bak\|.*\.swp\|.*\#.*\#\)' -print0 | \ cpio -0pd |