From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 2C0D6139400 for ; Sat, 25 Jul 2015 19:20:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A0608E0875; Sat, 25 Jul 2015 19:20:07 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4D2A7E0875 for ; Sat, 25 Jul 2015 19:20:07 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 687FA340A38 for ; Sat, 25 Jul 2015 19:20:06 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D0C6BB7 for ; Sat, 25 Jul 2015 19:20:03 +0000 (UTC) From: "Anthony G. Basile" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anthony G. Basile" Message-ID: <1437852130.2e8a8d5a2d9a114b950bb4765e94b7807ca55732.blueness@gentoo> Subject: [gentoo-commits] proj/grs:desktop-amd64-hardened commit in: scripts/ X-VCS-Repository: proj/grs X-VCS-Files: scripts/initrc.sh X-VCS-Directories: scripts/ X-VCS-Committer: blueness X-VCS-Committer-Name: Anthony G. Basile X-VCS-Revision: 2e8a8d5a2d9a114b950bb4765e94b7807ca55732 X-VCS-Branch: desktop-amd64-hardened Date: Sat, 25 Jul 2015 19:20:03 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 477818b1-7ec2-4a44-bca8-39f9d975fbf5 X-Archives-Hash: f4e974f1507c5245f0dbec4be918f81e commit: 2e8a8d5a2d9a114b950bb4765e94b7807ca55732 Author: Anthony G. Basile gentoo org> AuthorDate: Sat Jul 25 19:22:10 2015 +0000 Commit: Anthony G. Basile gentoo org> CommitDate: Sat Jul 25 19:22:10 2015 +0000 URL: https://gitweb.gentoo.org/proj/grs.git/commit/?id=2e8a8d5a scripts/initrc.sh: use classical interface naming. scripts/initrc.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/initrc.sh b/scripts/initrc.sh index 9cf5883..5e58d6a 100644 --- a/scripts/initrc.sh +++ b/scripts/initrc.sh @@ -1,6 +1,9 @@ #!/bin/bash -e +# We default to classical interface naming. ln -sf /etc/init.d/net.lo /etc/init.d/net.eth0 +touch /etc/udev/rules.d/80-net-name-slot.rules + rc-update add alsasound default rc-update add cupsd default rc-update add fcron default