Date: Thu, 2 Oct 2003 08:30:21 -0700 (PDT) From: Matthew George <mdg@secureworks.net> To: freebsd-bugs@FreeBSD.org Subject: Re: conf/57497: [PATCH] no k5passwdd in rc.network, defaults/rc.conf Message-ID: <200310021530.h92FULZ7015614@freefall.freebsd.org>
index | next in thread | raw e-mail
The following reply was made to PR conf/57497; it has been noted by GNATS.
From: Matthew George <mdg@secureworks.net>
To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-bugs@FreeBSD.org
Cc:
Subject: Re: conf/57497: [PATCH] no k5passwdd in rc.network, defaults/rc.conf
Date: Thu, 2 Oct 2003 11:20:03 -0400 (EDT)
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
help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200310021530.h92FULZ7015614>
