diff options
author | An-Cheng Huang <ancheng@vyatta.com> | 2008-01-14 15:16:36 -0800 |
---|---|---|
committer | An-Cheng Huang <ancheng@vyatta.com> | 2008-01-14 15:16:36 -0800 |
commit | 120f1f42b31958fbceac792696c2471b1460f6be (patch) | |
tree | c1d901ec8a82f041e3440a720302b55ee66cd5ed | |
parent | 8713ae6425f434f17ed2fc12674649371a542e60 (diff) | |
download | vyatta-nat-120f1f42b31958fbceac792696c2471b1460f6be.tar.gz vyatta-nat-120f1f42b31958fbceac792696c2471b1460f6be.zip |
add config version filedebian/0.1
-rw-r--r-- | Makefile.am | 2 | ||||
-rw-r--r-- | cfg-version/nat@2 | 0 |
2 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 850d7c9..143eae3 100644 --- a/Makefile.am +++ b/Makefile.am @@ -3,11 +3,13 @@ opdir = $(datadir)/vyatta-op/templates xsldir = $(datadir)/xsl share_perl5dir = $(datadir)/perl5 bin_sudo_usersdir = $(bindir)/sudo-users +curverdir = $(sysconfdir)/config-migrate/current sbin_SCRIPTS = scripts/vyatta-update-nat.pl bin_sudo_users_SCRIPTS = scripts/vyatta-show-nat.pl share_perl5_DATA = scripts/VyattaNatRule.pm +curver_DATA = cfg-version/nat@2 cpiop = find . ! -regex '\(.*~\|.*\.bak\|.*\.swp\|.*\#.*\#\)' -print0 | \ cpio -0pd diff --git a/cfg-version/nat@2 b/cfg-version/nat@2 new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/cfg-version/nat@2 |