From owner-freebsd-current Sun Jan 3 13:11:03 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA08155 for freebsd-current-outgoing; Sun, 3 Jan 1999 13:11:03 -0800 (PST) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from numeri.campus.luth.se (numeri.campus.luth.se [130.240.197.103]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA08147 for ; Sun, 3 Jan 1999 13:10:59 -0800 (PST) (envelope-from k@numeri.campus.luth.se) Received: from numeri.campus.luth.se (localhost [127.0.0.1]) by numeri.campus.luth.se (8.9.1/8.9.1) with ESMTP id WAA10101 for ; Sun, 3 Jan 1999 22:14:31 GMT (envelope-from k@numeri.campus.luth.se) Message-Id: <199901032214.WAA10101@numeri.campus.luth.se> X-Mailer: exmh version 2.0.2 2/24/98 To: freebsd-current@FreeBSD.ORG Subject: PR conf/7705: Flags to rwhod in rc.* (before new branch) Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sun, 03 Jan 1999 22:14:31 +0000 From: Johan Karlsson Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi Can someone please take a look at PR conf/7705 before the new branch in created. Since rwhod can use flags I think this patch should go into the tree. Please either apply the patch or explain to me why this should not be done. Either way close the PR. /Johan K New patches for current src as of Jan 2 1999 =============== *** src/etc/rc.conf.orig Sat Jan 2 21:31:56 1999 --- src/etc/rc.conf Sun Jan 3 21:42:56 1999 *************** *** 58,63 **** --- 58,64 ---- # a slave kerberos server kerberos_stash="" # Is the kerberos master key stashed? rwhod_enable="NO" # Run the rwho daemon (or NO). + rwhod_flags="" # Flags for rwhod amd_enable="NO" # Run amd service with $amd_flags (or NO). amd_flags="-a /net -c 1800 -k i386 -d my.domain -l syslog /host /etc/amd.map" amd_map_program="NO" # Can be set to "ypcat -k amd.master" *** src/etc/rc.network.orig Fri Nov 27 07:06:11 1998 --- src/etc/rc.network Sun Jan 3 21:43:25 1999 *************** *** 273,279 **** fi if [ "X${rwhod_enable}" = X"YES" ]; then ! echo -n ' rwhod'; rwhod fi # Kerberos runs ONLY on the Kerberos server machine --- 273,279 ---- fi if [ "X${rwhod_enable}" = X"YES" ]; then ! echo -n ' rwhod'; rwhod ${rwhod_flags} fi # Kerberos runs ONLY on the Kerberos server machine ============ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message