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 5F27E1384B4 for ; Sun, 1 Nov 2015 20:45:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 687A021C006; Sun, 1 Nov 2015 20:45:02 +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 ED4AE21C006 for ; Sun, 1 Nov 2015 20:44:41 +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 90422340A49 for ; Sun, 1 Nov 2015 20:44:35 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C03181DA1 for ; Sun, 1 Nov 2015 20:44:33 +0000 (UTC) From: "Richard Farina" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Richard Farina" Message-ID: <1446410661.259febe31230205b65045e3436a348e0c61dba82.zerochaos@gentoo> Subject: [gentoo-commits] proj/livecd-tools:master commit in: init.d/ X-VCS-Repository: proj/livecd-tools X-VCS-Files: init.d/autoconfig X-VCS-Directories: init.d/ X-VCS-Committer: zerochaos X-VCS-Committer-Name: Richard Farina X-VCS-Revision: 259febe31230205b65045e3436a348e0c61dba82 X-VCS-Branch: master Date: Sun, 1 Nov 2015 20:44:33 +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: d8ba49d6-df46-49b3-8ac7-2a30b1b38f62 X-Archives-Hash: 0239085bf096bed20b11ff03b232e8c1 commit: 259febe31230205b65045e3436a348e0c61dba82 Author: Rick Farina (Zero_Chaos) gentoo org> AuthorDate: Sun Nov 1 20:44:21 2015 +0000 Commit: Richard Farina gentoo org> CommitDate: Sun Nov 1 20:44:21 2015 +0000 URL: https://gitweb.gentoo.org/proj/livecd-tools.git/commit/?id=259febe3 no more arrays in conf.d/net init.d/autoconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.d/autoconfig b/init.d/autoconfig index 59eb64c..0e5d769 100644 --- a/init.d/autoconfig +++ b/init.d/autoconfig @@ -494,7 +494,7 @@ start() { /etc/conf.d/net for i in `seq 0 4` do - echo "config_eth${i}=( \"none\" )" >> /etc/conf.d/net + echo "config_eth${i}=\"null\"" >> /etc/conf.d/net done ewarn "Skipping DHCP broadcast ..." fi