diff options
author | Mohit Mehta <mohit@vyatta.com> | 2011-04-18 18:14:33 -0700 |
---|---|---|
committer | Mohit Mehta <mohit@vyatta.com> | 2011-04-18 18:14:33 -0700 |
commit | d2a481a204e619b8a47ceed11a87173cc4de892c (patch) | |
tree | 7e60f2bf8473753ab5782867901161c70a46b920 /Makefile.am | |
parent | 874aa1c84d04908f6d8c5d58dde9e9071938ce7e (diff) | |
download | vyatta-cfg-firewall-d2a481a204e619b8a47ceed11a87173cc4de892c.tar.gz vyatta-cfg-firewall-d2a481a204e619b8a47ceed11a87173cc4de892c.zip |
* Fix Bug 6915 conntrack-hash-size reverts to default after upgrade
add script conntrack-hash-size in check-params-on-reboot.d to fix problem
of 'firewall conntrack-hash-size' value being out-of-sync with the underlying
value when newly installed image boots for the first time
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 0fc5b44..eb642c0 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2,14 +2,18 @@ cfgdir = $(datadir)/vyatta-cfg/templates share_perl5dir = /opt/vyatta/share/perl5/Vyatta/IpTables curverdir = $(sysconfdir)/config-migrate/current modprobedir = /etc/modprobe.d +checkparamsonrebootdir = $(bindir)/sudo-users/check-params-on-reboot.d modprobe_DATA = etc/modprobe.d/vyatta_nf_conntrack.conf modprobe_DATA += etc/modprobe.d/vyatta_xt_recent.conf +checkparamsonreboot_SCRIPTS = sbin_SCRIPTS = share_perl5_DATA = curver_DATA = cfg-version/firewall@4 +checkparamsonreboot_SCRIPTS += scripts/check-params-on-reboot.d/conntrack-hash-size + sbin_SCRIPTS += scripts/firewall/vyatta-firewall.pl sbin_SCRIPTS += scripts/firewall/firewall.init sbin_SCRIPTS += scripts/firewall/vyatta-ipset.pl |