diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2011-03-16 08:50:36 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2011-03-16 08:56:53 +0000 |
commit | 62d1a60d5b4a76b8106b99f9fb76ea5329d5e57d (patch) | |
tree | 1a5a7daf148cb3738784b3959ad2522b786d5c03 | |
parent | 381e2eb067084daabde6adae1f16a80a8233200b (diff) | |
download | alpine-baselayout-62d1a60d5b4a76b8106b99f9fb76ea5329d5e57d.tar.bz2 alpine-baselayout-62d1a60d5b4a76b8106b99f9fb76ea5329d5e57d.tar.xz |
rename modprobe.d files
newer version of upstreram modprobe requires them to have .conf suffix
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | aliases.conf (renamed from aliases) | 0 | ||||
-rw-r--r-- | blacklist.conf (renamed from blacklist) | 0 | ||||
-rw-r--r-- | i386.conf (renamed from i386) | 0 |
4 files changed, 1 insertions, 1 deletions
@@ -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 diff --git a/blacklist b/blacklist.conf index 167fc31..167fc31 100644 --- a/blacklist +++ b/blacklist.conf |