conf/57497: [PATCH] no k5passwdd in rc.network, defaults/rc.conf

Matthew George mdg at secureworks.net
Thu Oct 2 08:30:25 PDT 2003


The following reply was made to PR conf/57497; it has been noted by GNATS.

From: Matthew George <mdg at secureworks.net>
To: FreeBSD-gnats-submit at FreeBSD.org, freebsd-bugs at 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
 


More information about the freebsd-bugs mailing list