Gentoo Archives: gentoo-commits

From: "Mike Frysinger (vapier)" <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] baselayout r3113 - trunk/etc.Linux
Date: Sun, 23 Mar 2008 01:17:17
Message-Id: E1JdEpn-0006d9-G0@stork.gentoo.org
1 Author: vapier
2 Date: 2008-03-23 01:17:14 +0000 (Sun, 23 Mar 2008)
3 New Revision: 3113
4
5 Added:
6 trunk/etc.Linux/modprobe.d/
7 Removed:
8 trunk/etc.Linux/modules.d/
9 Modified:
10 trunk/etc.Linux/Makefile
11 Log:
12 modules.d -> modprobe.d
13
14 Modified: trunk/etc.Linux/Makefile
15 ===================================================================
16 --- trunk/etc.Linux/Makefile 2008-03-23 01:16:58 UTC (rev 3112)
17 +++ trunk/etc.Linux/Makefile 2008-03-23 01:17:14 UTC (rev 3113)
18 @@ -1,4 +1,4 @@
19 -SUBDIRS = modules.d
20 +SUBDIRS = modprobe.d
21 DIR = /etc
22 FILES = filesystems inputrc issue issue.logo
23 FILES_NOEXIST = sysctl.conf
24
25 Copied: trunk/etc.Linux/modprobe.d (from rev 3096, trunk/etc.Linux/modules.d)
26
27 --
28 gentoo-commits@l.g.o mailing list