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

Matthew George mdg at secureworks.net
Thu Oct 2 08:20:26 PDT 2003


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