Date: Thu, 2 Oct 2003 11:20:03 -0400 (EDT) From: Matthew George <mdg@secureworks.net> To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: conf/57497: [PATCH] no k5passwdd in rc.network, defaults/rc.conf Message-ID: <20031002111915.A86165@localhost> In-Reply-To: <200310021450.h92EoGAV010213@freefall.freebsd.org> References: <200310021450.h92EoGAV010213@freefall.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
oops ... cut and paste error here's the correct patch for rc.network: --- etc/rc.network.orig Thu Oct 2 10:26:52 2003 +++ etc/rc.network Thu Oct 2 11:12:02 2003 @@ -797,6 +797,13 @@ ${kadmind5_server} & ;; esac + + case ${kpasswdd5_server_enable} in + [Yy][Ee][Ss]) + echo -n ' kpasswdd5' + ${kpasswdd5_server} & + ;; + esac ;; esac -- Matthew George SecureWorks Technical Operations
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20031002111915.A86165>