diff options
author | dd <dd@FreeBSD.org> | 2002-04-06 09:28:37 +0000 |
---|---|---|
committer | dd <dd@FreeBSD.org> | 2002-04-06 09:28:37 +0000 |
commit | 24845561fa7af6e5f6eaf534d2c492ce35a6b9b4 (patch) | |
tree | cb1367869a1051db2b44dfa2075f554b273c0aa4 | |
parent | 917e88d84ad0e700cecb43fb78613a8b75e76f53 (diff) | |
download | FreeBSD-src-24845561fa7af6e5f6eaf534d2c492ce35a6b9b4.zip FreeBSD-src-24845561fa7af6e5f6eaf534d2c492ce35a6b9b4.tar.gz |
Correct grammar(?) in comments.
PR: 36808
Submitted by: Andrew Boothman <andrew@cream.org>
-rw-r--r-- | etc/defaults/rc.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/defaults/rc.conf b/etc/defaults/rc.conf index b25d6ac..f764b94 100644 --- a/etc/defaults/rc.conf +++ b/etc/defaults/rc.conf @@ -156,7 +156,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) Need all portmap_enable="YES" ### +### Network daemon (NFS): All need portmap_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" @@ -188,7 +188,7 @@ xntpd_enable="NO" # Run ntpd Network Time Protocol (or NO). xntpd_program="ntpd" # path to ntpd, if you want a different one. xntpd_flags="-p /var/run/ntpd.pid" # Flags to ntpd (if enabled). -# Network Information Services (NIS) options: Need all portmap_enable="YES" ### +# Network Information Services (NIS) options: All need portmap_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). |