diff options
author | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2009-12-21 11:08:06 -0800 |
---|---|---|
committer | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2009-12-21 11:08:06 -0800 |
commit | 8711eb611333319713527233bf8af99e43b99c3d (patch) | |
tree | 7659c604a9cefeb24c79a45f0e23f29fa79891a0 | |
parent | 5547a6ff7c27b57e2050c7328fc4140f16992b70 (diff) | |
download | vyatta-cfg-8711eb611333319713527233bf8af99e43b99c3d.tar.gz vyatta-cfg-8711eb611333319713527233bf8af99e43b99c3d.zip |
Move no copy break modprobe file to handle Debian Lintian warning
Future versions of modutils ignore files not named .conf, and latest Debian
tools warn about that. Fix it before the bug happens.
-rw-r--r-- | Makefile.am | 2 | ||||
-rw-r--r-- | etc/modprobe.d/no-copybreak.conf (renamed from etc/modprobe.d/vyatta_nocopybreak) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index e9a580f..6de91c6 100644 --- a/Makefile.am +++ b/Makefile.am @@ -13,7 +13,7 @@ AM_LFLAGS = --prefix=yy_`basename $* .l`_ -olex.yy.c completion_SCRIPTS = etc/bash_completion.d/20vyatta-cfg initd_SCRIPTS = etc/init.d/vyatta-ofr dhcphook_SCRIPTS = scripts/vyatta-dhclient-hook -modprobe_SCRIPTS = etc/modprobe.d/vyatta_nocopybreak +modprobe_SCRIPTS = etc/modprobe.d/no-copybreak.conf lib_LTLIBRARIES = src/libvyatta-cfg.la src_libvyatta_cfg_la_LIBADD = /usr/lib/libglib-2.0.la diff --git a/etc/modprobe.d/vyatta_nocopybreak b/etc/modprobe.d/no-copybreak.conf index 967be53..967be53 100644 --- a/etc/modprobe.d/vyatta_nocopybreak +++ b/etc/modprobe.d/no-copybreak.conf |