summaryrefslogtreecommitdiffstats
path: root/etc/rc.conf
diff options
context:
space:
mode:
authormarkm <markm@FreeBSD.org>1998-04-12 09:47:43 +0000
committermarkm <markm@FreeBSD.org>1998-04-12 09:47:43 +0000
commit88d6397093719b76d8cd2759aa139cb805f9445f (patch)
treea3fe1c2edb3947f1e3b4afd054c6a2faf672a2c0 /etc/rc.conf
parent85cba41907b6dcf0d79925fa3f0013afdac2d702 (diff)
downloadFreeBSD-src-88d6397093719b76d8cd2759aa139cb805f9445f.zip
FreeBSD-src-88d6397093719b76d8cd2759aa139cb805f9445f.tar.gz
Enable the SecureRPC bits in rc.conf, if the Administrator wants them.
Diffstat (limited to 'etc/rc.conf')
-rw-r--r--etc/rc.conf5
1 files changed, 4 insertions, 1 deletions
diff --git a/etc/rc.conf b/etc/rc.conf
index b680749..eb537f3 100644
--- a/etc/rc.conf
+++ b/etc/rc.conf
@@ -6,7 +6,7 @@
#
# All arguments must be in double or single quotes.
#
-# $Id: rc.conf,v 1.42 1998/04/02 15:17:35 ache Exp $
+# $Id$
##############################################################
### Important initial Boot-time options #####################
@@ -61,6 +61,9 @@ rpc_lockd_enable="NO" # Run NFS rpc.lockd (*broken!*) if nfs_server.
rpc_statd_enable="YES" # Run NFS rpc.statd if nfs_server (or NO).
portmap_enable="YES" # Run the portmapper service (or NO).
portmap_flags="" # Flags to portmap (if enabled).
+rpc_ypupdated_enable="NO" # Run if NIS master and SecureRPC (or NO).
+keyserv_enable="NO" # Run the SecureRPC keyserver (or NO).
+keyserv_flags="" # Flags to keyserv (if enabled).
rarpd_enable="NO" # Run rarpd (or NO).
rarpd_flags="" # Flags to rarpd.
xtend_enable="NO" # Run the X-10 power controller daemon.
OpenPOWER on IntegriCloud