From owner-freebsd-stable Fri Mar 1 7:37:24 2002 Delivered-To: freebsd-stable@freebsd.org Received: from melchior.cuivre.fr.eu.org (melchior.enst.fr [137.194.161.6]) by hub.freebsd.org (Postfix) with ESMTP id C37F737B402 for ; Fri, 1 Mar 2002 07:37:21 -0800 (PST) Received: from melusine.cuivre.fr.eu.org (melusine.enst.fr [137.194.160.34]) by melchior.cuivre.fr.eu.org (Postfix) with ESMTP id 24AB1856C; Fri, 1 Mar 2002 16:37:20 +0100 (CET) Received: by melusine.cuivre.fr.eu.org (Postfix, from userid 1000) id ACFCD2C3D2; Fri, 1 Mar 2002 16:37:18 +0100 (CET) Date: Fri, 1 Mar 2002 16:37:18 +0100 From: Thomas Quinot To: "Robin P. Blanchard" Cc: stable@freebsd.org Subject: Re: rc.network question Message-ID: <20020301163718.A45495@melusine.cuivre.fr.eu.org> Reply-To: thomas@cuivre.fr.eu.org References: <3C7F9C63.8487DE68@gactr.uga.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit User-Agent: Mutt/1.2.5i In-Reply-To: <3C7F9C63.8487DE68@gactr.uga.edu>; from Robin_Blanchard@gactr.uga.edu on Fri, Mar 01, 2002 at 10:21:07AM -0500 X-message-flag: WARNING! Using Outlook can damage your computer. Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Le 2002-03-01, Robin P. Blanchard écrivait : > options reveals there isn't a setting a la "nis_server_program", which > would make this easier. So...any suggestions on how to cleanly achieve > our goal, without mucking up system configs and without creating a > scenario that will get blown away via mergemaster ? Well you can try to introduce a new nis_server_program variable and have it integrated in the standard defaults/rc.conf and rc.network, or you could define ypserv as a shell function in your rc.conf: ypserv() { ypldapd "$@" } Thomas. -- Thomas.Quinot@Cuivre.FR.EU.ORG To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message