diff options
author | jkh <jkh@FreeBSD.org> | 1997-05-05 09:32:34 +0000 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1997-05-05 09:32:34 +0000 |
commit | 87a6657e1a2b69e045db43bb371cfff831c63b9a (patch) | |
tree | 0d557dc7f03dd7551ba252ed12850ac2b6761575 /etc/rc.conf | |
parent | 83e91844d7a4d68e3743f41187d7a8449db3fd28 (diff) | |
download | FreeBSD-src-87a6657e1a2b69e045db43bb371cfff831c63b9a.zip FreeBSD-src-87a6657e1a2b69e045db43bb371cfff831c63b9a.tar.gz |
Correct typo in NIS flags.
PR: 3503
Submitted by: Christoph Kukulies <kuku@blues.physik.rwth-aachen.de>
Diffstat (limited to 'etc/rc.conf')
-rw-r--r-- | etc/rc.conf | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/rc.conf b/etc/rc.conf index 6e6839d..1f7e0c8 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.6 1997/05/03 11:22:17 jkh Exp $ +# $Id: rc.conf,v 1.7 1997/05/05 07:08:31 jkh Exp $ ############################################################## ### Important initial Boot-time options ##################### @@ -72,8 +72,8 @@ nis_server_enable="NO" # We're an NIS server (or NO) nis_server_flags="" # Flags to ypserv (if enabled). nis_ypxfrd_enable="NO" # Run rpc.ypxfrd at boot time (or NO). nis_ypxfrd_flags="" # Flags to rpc.ypxfrd (if enabled). -nis_yppasswd_enable="NO" # Run rpc.yppasswd at boot time (or NO). -nis_yppasswd_flags="" # Flags to rpc.yppasswd (if enabled). +nis_yppasswdd_enable="NO" # Run rpc.yppasswdd at boot time (or NO). +nis_yppasswdd_flags="" # Flags to rpc.yppasswdd (if enabled). ### Network routing options: ### defaultrouter="NO" # Set to default gateway (or NO). |