diff options
-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 |