Date: Fri, 1 Mar 2002 16:37:18 +0100 From: Thomas Quinot <thomas@cuivre.fr.eu.org> To: "Robin P. Blanchard" <Robin_Blanchard@gactr.uga.edu> Cc: stable@freebsd.org Subject: Re: rc.network question Message-ID: <20020301163718.A45495@melusine.cuivre.fr.eu.org> In-Reply-To: <3C7F9C63.8487DE68@gactr.uga.edu>; from Robin_Blanchard@gactr.uga.edu on Fri, Mar 01, 2002 at 10:21:07AM -0500 References: <3C7F9C63.8487DE68@gactr.uga.edu>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020301163718.A45495>
