Date: Fri, 21 Aug 1998 07:39:17 -0700 (PDT) From: k@numeri.campus.luth.se To: freebsd-gnats-submit@FreeBSD.ORG Subject: conf/7705: rwhod should use rwhod_flags in rc.network and rc.conf Message-ID: <199808211439.HAA13039@hub.freebsd.org>
index | next in thread | raw e-mail
>Number: 7705
>Category: conf
>Synopsis: rwhod should use rwhod_flags in rc.network and rc.conf
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: change-request
>Submitter-Id: current-users
>Arrival-Date: Fri Aug 21 07:40:00 PDT 1998
>Last-Modified:
>Originator: Johan Karlsson
>Organization:
>Release: FreeBSD 2.2-Stable
>Environment:
>Description:
I think rwhod should use rwhod_flags in rc.conf and rc.network
>How-To-Repeat:
>Fix:
*** rc.conf.orig Fri Aug 21 15:43:31 1998
--- rc.conf Fri Aug 21 15:50:07 1998
***************
*** 49,54 ****
--- 49,55 ----
# a slave kerberos server
kerberos_stash="" # Is the kerberos master key stashed?
rwhod_enable="YES" # Run the rwho daemon (or NO).
+ rwhod_flags="" # Flags to rwhod (if enabled).
amd_enable="YES" # Run amd service with $amd_flags (or NO).
amd_flags="-a /net -c 1800 -k i386 -d sm.luth.se -l syslog /host /etc/amd.map"
nfs_client_enable="YES" # This host is an NFS client (or NO).
*** rc.network.orig Fri Aug 21 15:45:07 1998
--- rc.network Fri Aug 21 15:44:05 1998
***************
*** 233,239 ****
fi
if [ "X${rwhod_enable}" = X"YES" ]; then
! echo -n ' rwhod'; rwhod
fi
# Kerberos runs ONLY on the Kerberos server machine
--- 233,239 ----
fi
if [ "X${rwhod_enable}" = X"YES" ]; then
! echo -n ' rwhod'; rwhod ${rwhod_flags}
fi
# Kerberos runs ONLY on the Kerberos server machine
>Audit-Trail:
>Unformatted:
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message
home |
help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199808211439.HAA13039>
