Gentoo Archives: gentoo-commits

From: "Anthony G. Basile" <blueness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/grs:desktop-amd64-hardened commit in: scripts/
Date: Sat, 25 Jul 2015 19:20:13
Message-Id: 1437852130.2e8a8d5a2d9a114b950bb4765e94b7807ca55732.blueness@gentoo
1 commit: 2e8a8d5a2d9a114b950bb4765e94b7807ca55732
2 Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jul 25 19:22:10 2015 +0000
4 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
5 CommitDate: Sat Jul 25 19:22:10 2015 +0000
6 URL: https://gitweb.gentoo.org/proj/grs.git/commit/?id=2e8a8d5a
7
8 scripts/initrc.sh: use classical interface naming.
9
10 scripts/initrc.sh | 3 +++
11 1 file changed, 3 insertions(+)
12
13 diff --git a/scripts/initrc.sh b/scripts/initrc.sh
14 index 9cf5883..5e58d6a 100644
15 --- a/scripts/initrc.sh
16 +++ b/scripts/initrc.sh
17 @@ -1,6 +1,9 @@
18 #!/bin/bash -e
19
20 +# We default to classical interface naming.
21 ln -sf /etc/init.d/net.lo /etc/init.d/net.eth0
22 +touch /etc/udev/rules.d/80-net-name-slot.rules
23 +
24 rc-update add alsasound default
25 rc-update add cupsd default
26 rc-update add fcron default