diff options
author | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2010-02-03 13:31:22 -0800 |
---|---|---|
committer | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2010-02-03 13:31:22 -0800 |
commit | 04d68a752dd51b5eff0a56022f324d334efc1dc1 (patch) | |
tree | ac466b857f6176311c689b4e1a96b43823f2d66f /Makefile.am | |
parent | ad524e7774ae214745df76f880c4355b9557f35b (diff) | |
download | vyatta-cfg-system-04d68a752dd51b5eff0a56022f324d334efc1dc1.tar.gz vyatta-cfg-system-04d68a752dd51b5eff0a56022f324d334efc1dc1.zip |
Move modprobe.d/no-copybreak from vyatta-cfg
All interface related files are in vyatta-cfg-system package.
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 7dc9ac06..d77f02dc 100644 --- a/Makefile.am +++ b/Makefile.am @@ -6,6 +6,8 @@ bin_sudo_usersdir = $(bindir)/sudo-users curverdir = $(sysconfdir)/config-migrate/current netplugupdir = /etc/netplug/linkup.d netplugdowndir = /etc/netplug/linkdown.d +modprobedir = /etc/modprobe.d +modprobe_DATA = etc/modprobe.d/no-copybreak.conf bin_SCRIPTS = sbin_SCRIPTS = |