From fd47af5e2502bc43bb8fed9f3292a74a573d2bb4 Mon Sep 17 00:00:00 2001 From: Stephen Hemminger Date: Mon, 21 Dec 2009 12:35:20 -0800 Subject: Modprobe files are not executable scripts The files in modprobe.d are not supposed to be marked as executable. Fixes lintian warning. --- Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index b766cba..10286ff 100644 --- a/Makefile.am +++ b/Makefile.am @@ -13,8 +13,8 @@ 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/no-copybreak.conf -modprobe_SCRIPTS += etc/modprobe.d/floppy.conf +modprobe_DATA = etc/modprobe.d/no-copybreak.conf +modprobe_DATA += etc/modprobe.d/floppy.conf lib_LTLIBRARIES = src/libvyatta-cfg.la -- cgit v1.2.3