From owner-freebsd-current@FreeBSD.ORG Wed Oct 31 07:47:57 2007 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2069E16A46B; Wed, 31 Oct 2007 07:47:57 +0000 (UTC) (envelope-from lyndon@orthanc.ca) Received: from gandalf.orthanc.ca (204-174-83-38.static569.dsl.ucc-net.ca [204.174.83.38]) by mx1.freebsd.org (Postfix) with ESMTP id EA51313C4B2; Wed, 31 Oct 2007 07:47:56 +0000 (UTC) (envelope-from lyndon@orthanc.ca) Received: from [192.168.42.7] (peregrin-4 [192.168.42.7]) (authenticated bits=0) by gandalf.orthanc.ca (8.14.1/8.14.1) with ESMTP id l9V717aP000972 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=NO); Wed, 31 Oct 2007 00:01:08 -0700 (PDT) (envelope-from lyndon@orthanc.ca) In-Reply-To: References: Mime-Version: 1.0 (Apple Message framework v752.3) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: Content-Transfer-Encoding: 7bit From: Lyndon Nerenberg Date: Wed, 31 Oct 2007 00:01:02 -0700 To: Doug Barton X-Mailer: Apple Mail (2.752.3) Cc: John Marshall , freebsd-current@freebsd.org Subject: Re: Proposed change to rcorder for ypset X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 Oct 2007 07:47:57 -0000 > If anyone is interested in and/or knowledgeable about NIS and would > like to weigh in on the following PR, please feel free. I plan to > commit this change to HEAD sometime next week if there is no > objection. To my mind, the proper solution is to move the /etc/rc.d/ypset functionality into /etc/rc.d/ypbind, and eliminate /etc/rc.d/ypset altogether. ypset(8) is only ever consumed by ypbind(8), so splitting them apart like this just adds needless complexity. I would eliminate the nis_ypset_enable rc.conf variable, and have / etc/rc.d/ypbind invoke ypset(8) directly if nis_ypset_flags is not empty. --lyndon