Date: Sun, 03 Jan 1999 22:14:31 +0000 From: Johan Karlsson <k@numeri.campus.luth.se> To: freebsd-current@FreeBSD.ORG Subject: PR conf/7705: Flags to rwhod in rc.* (before new branch) Message-ID: <199901032214.WAA10101@numeri.campus.luth.se>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199901032214.WAA10101>
