1
0
mirror of https://gitlab.alpinelinux.org/alpine/alpine-baselayout.git synced 2025-04-19 09:42:19 +03:00

rename modprobe.d files

newer version of upstreram modprobe requires them to have .conf suffix
This commit is contained in:
Natanael Copa 2011-03-16 08:50:36 +00:00
parent 381e2eb067
commit 62d1a60d5b
4 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ ETC_FILES = TZ \
CONFD_FILES = $(addprefix conf.d/, tuntap vlan)
UDHCPC_FILES =default.script
MODPROBED_FILES =aliases blacklist i386
MODPROBED_FILES =aliases.conf blacklist.conf i386.conf
CRONTABS =crontab
DISTFILES =$(ETC_FILES) $(UDHCPC_FILES) $(MODPROBED_FILES) Makefile

View File