diff options
author | Mohit Mehta <mohit@vyatta.com> | 2010-09-13 14:04:13 -0700 |
---|---|---|
committer | Mohit Mehta <mohit@vyatta.com> | 2010-09-13 14:04:13 -0700 |
commit | 7afe9e82b60be763398531295d03f7215f21d94b (patch) | |
tree | 5979392a3b37c8b2459ddefda83b80f538397ad9 /Makefile.am | |
parent | 8edddaa5dbadbb35ed2d6f2fd3da7c5997d093e0 (diff) | |
download | vyatta-cfg-firewall-7afe9e82b60be763398531295d03f7215f21d94b.tar.gz vyatta-cfg-firewall-7afe9e82b60be763398531295d03f7215f21d94b.zip |
Fix Bug 6149 Warning on boot because of modprobe config file names
* add .conf suffix to files in /etc/modprobe.d
* remove old files without the suffix [from a previous release] during upgrade
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index d76794a..b87b091 100644 --- a/Makefile.am +++ b/Makefile.am @@ -3,8 +3,8 @@ share_perl5dir = /opt/vyatta/share/perl5/Vyatta/IpTables curverdir = $(sysconfdir)/config-migrate/current modprobedir = /etc/modprobe.d -modprobe_DATA = etc/modprobe.d/vyatta_nf_conntrack -modprobe_DATA += etc/modprobe.d/vyatta_xt_recent +modprobe_DATA = etc/modprobe.d/vyatta_nf_conntrack.conf +modprobe_DATA += etc/modprobe.d/vyatta_xt_recent.conf sbin_SCRIPTS = share_perl5_DATA = |