From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1098922-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 4BC32138334 for <garchives@archives.gentoo.org>; Tue, 9 Jul 2019 17:39:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7DE16E07A7; Tue, 9 Jul 2019 17:39:12 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 60911E07A7 for <gentoo-commits@lists.gentoo.org>; Tue, 9 Jul 2019 17:39:12 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 25E16347483 for <gentoo-commits@lists.gentoo.org>; Tue, 9 Jul 2019 17:39:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8FE006DF for <gentoo-commits@lists.gentoo.org>; Tue, 9 Jul 2019 17:39:08 +0000 (UTC) From: "Ben Kohler" <bkohler@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ben Kohler" <bkohler@gentoo.org> Message-ID: <1562693917.b8be61112499d3fc1681edb21f240bfeb9eeafe1.bkohler@OpenRC> Subject: [gentoo-commits] proj/netifrc:master commit in: net/ X-VCS-Repository: proj/netifrc X-VCS-Files: net/system.sh X-VCS-Directories: net/ X-VCS-Committer: bkohler X-VCS-Committer-Name: Ben Kohler X-VCS-Revision: b8be61112499d3fc1681edb21f240bfeb9eeafe1 X-VCS-Branch: master Date: Tue, 9 Jul 2019 17:39:08 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: d8a7f710-a68f-4fe9-8ac5-ce1a5b33c9fb X-Archives-Hash: 3584ebf1429af4f4315413ed44432236 commit: b8be61112499d3fc1681edb21f240bfeb9eeafe1 Author: Ben Kohler <bkohler <AT> gentoo <DOT> org> AuthorDate: Tue Jul 9 17:38:37 2019 +0000 Commit: Ben Kohler <bkohler <AT> gentoo <DOT> org> CommitDate: Tue Jul 9 17:38:37 2019 +0000 URL: https://gitweb.gentoo.org/proj/netifrc.git/commit/?id=b8be6111 net/system.sh: change net-scripts to netifrc in output Signed-off-by: Ben Kohler <bkohler <AT> gentoo.org> net/system.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/net/system.sh b/net/system.sh index 1f81493..0b65379 100644 --- a/net/system.sh +++ b/net/system.sh @@ -34,7 +34,7 @@ _system_dns() [ -z "${servers}" -a -z "${domain}" -a -z "${search}" \ -a -z "${sortlist}" -a -z "${options}" ] && return 0 - local buffer="# Generated by net-scripts for interface ${IFACE}\n" + local buffer="# Generated by netifrc for interface ${IFACE}\n" [ -n "${domain}" ] && buffer="${buffer}domain ${domain}\n" [ -n "${search}" ] && buffer="${buffer}search ${search}\n" @@ -67,7 +67,7 @@ _system_ntp() [ -z "${servers}" ] && servers=${ntp_servers} [ -z "${servers}" ] && return 0 - buffer="# Generated by net-scripts for interface ${IFACE}\n" + buffer="# Generated by netifrc for interface ${IFACE}\n" buffer="${buffer}restrict default noquery notrust nomodify\n" buffer="${buffer}restrict 127.0.0.1\n" @@ -92,7 +92,7 @@ _system_nis() [ -z "${servers}" -a -z "${domain}" ] && return 0 - buffer="# Generated by net-scripts for interface ${iface}\n" + buffer="# Generated by netifrc for interface ${iface}\n" if [ -n "${domain}" ]; then hostname -y "${domain}"