summaryrefslogtreecommitdiffstats
path: root/etc/defaults/rc.conf
diff options
context:
space:
mode:
authorgordon <gordon@FreeBSD.org>2002-08-14 05:37:15 +0000
committergordon <gordon@FreeBSD.org>2002-08-14 05:37:15 +0000
commit2f904c0a96257516a43311cdac6551876ee3c559 (patch)
tree8892ec9e4042894543584055c41ed7cef48664f9 /etc/defaults/rc.conf
parentf183894893c95323406ff434337f2d2ca502be5b (diff)
downloadFreeBSD-src-2f904c0a96257516a43311cdac6551876ee3c559.zip
FreeBSD-src-2f904c0a96257516a43311cdac6551876ee3c559.tar.gz
Clean up some variables that should have been done before:
xntpd_* -> ntpd_* portmap_* -> rpcbind_* Also change single_mountd_enable to mountd_enable. We also include shims for all the old variable names. Submitted by: Mike Makonnen <makonnen@pacbell.net>
Diffstat (limited to 'etc/defaults/rc.conf')
-rw-r--r--etc/defaults/rc.conf18
1 files changed, 9 insertions, 9 deletions
diff --git a/etc/defaults/rc.conf b/etc/defaults/rc.conf
index d76b5d8..8dec11d 100644
--- a/etc/defaults/rc.conf
+++ b/etc/defaults/rc.conf
@@ -167,7 +167,7 @@ sshd_enable="NO" # Enable sshd
sshd_program="/usr/sbin/sshd" # path to sshd, if you want a different one.
sshd_flags="" # Additional flags for sshd.
-### Network daemon (NFS): All need portmap_enable="YES" ###
+### Network daemon (NFS): All need rpcbind_enable="YES" ###
amd_enable="NO" # Run amd service with $amd_flags (or NO).
amd_flags="-a /.amd_mnt -l syslog /host /etc/amd.map /net /etc/amd.map"
amd_map_program="NO" # Can be set to "ypcat -k amd.master"
@@ -175,16 +175,16 @@ nfs_client_enable="NO" # This host is an NFS client (or NO).
nfs_access_cache="2" # Client cache timeout in seconds
nfs_server_enable="NO" # This host is an NFS server (or NO).
nfs_server_flags="-u -t -n 4" # Flags to nfsd (if enabled).
-single_mountd_enable="NO" # Run mountd only (or NO).
+mountd_enable="NO" # Run mountd (or NO).
mountd_flags="-r" # Flags to mountd (if NFS server enabled).
weak_mountd_authentication="NO" # Allow non-root mount requests to be served.
nfs_reserved_port_only="NO" # Provide NFS only on secure port (or NO).
nfs_bufpackets="DEFAULT" # bufspace (in packets) for client (or DEFAULT)
rpc_lockd_enable="NO" # Run NFS rpc.lockd needed for client/server.
rpc_statd_enable="NO" # Run NFS rpc.statd needed for client/server.
-portmap_enable="NO" # Run the portmapper service (YES/NO).
-portmap_program="/usr/sbin/rpcbind" # path to portmap, if you want a different one.
-portmap_flags="" # Flags to portmap (if enabled).
+rpcbind_enable="NO" # Run the portmapper service (YES/NO).
+rpcbind_program="/usr/sbin/rpcbind" # path to rpcbind, if you want a different one.
+rpcbind_flags="" # Flags to rpcbind (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).
@@ -195,11 +195,11 @@ timed_flags="" # Flags to timed (if enabled).
ntpdate_enable="NO" # Run ntpdate to sync time on boot (or NO).
ntpdate_program="/usr/sbin/ntpdate" # path to ntpdate, if you want a different one.
ntpdate_flags="-b" # Flags to ntpdate (if enabled).
-xntpd_enable="NO" # Run ntpd Network Time Protocol (or NO).
-xntpd_program="/usr/sbin/ntpd" # path to ntpd, if you want a different one.
-xntpd_flags="-p /var/run/ntpd.pid" # Flags to ntpd (if enabled).
+ntpd_enable="NO" # Run ntpd Network Time Protocol (or NO).
+ntpd_program="/usr/sbin/ntpd" # path to ntpd, if you want a different one.
+ntpd_flags="-p /var/run/ntpd.pid" # Flags to ntpd (if enabled).
-# Network Information Services (NIS) options: All need portmap_enable="YES" ###
+# Network Information Services (NIS) options: All need rpcbind_enable="YES" ###
nis_client_enable="NO" # We're an NIS client (or NO).
nis_client_flags="" # Flags to ypbind (if enabled).
nis_ypset_enable="NO" # Run ypset at boot time (or NO).
OpenPOWER on IntegriCloud