Received: by mail.netbsd.org (Postfix, from userid 605) id 0A71814A157; Sun, 23 Sep 2012 17:37:56 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 10B9314A16C for ; Sun, 23 Sep 2012 17:37:54 +0000 (UTC) X-Virus-Scanned: amavisd-new at NetBSD.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.NetBSD.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id ULGqJdLCcr3b for ; Sun, 23 Sep 2012 17:37:52 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id A3A1714A157 for ; Sun, 23 Sep 2012 17:37:52 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 17F33175DF; Sun, 23 Sep 2012 17:37:51 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Date: Sun, 23 Sep 2012 17:37:51 +0000 From: "Julian Fagir" Subject: CVS commit: src/distrib/utils/sysinst To: source-changes@NetBSD.org X-Mailer: log_accum Message-Id: <20120923173752.17F33175DF@cvs.netbsd.org> Sender: source-changes-owner@NetBSD.org List-Id: source-changes.NetBSD.org Precedence: bulk Reply-To: source-changes-d@NetBSD.org Mail-Reply-To: "Julian Fagir" Mail-Followup-To: source-changes-d@NetBSD.org Module Name: src Committed By: jdf Date: Sun Sep 23 17:37:51 UTC 2012 Modified Files: src/distrib/utils/sysinst: net.c Log Message: Prevent sysinst from setting an fqdn in rc.conf when the user entered no domain (i.e., sets only the hostname). Fix for PR install/46946. To generate a diff of this commit: cvs rdiff -u -r1.132 -r1.133 src/distrib/utils/sysinst/net.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.