1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-04 09:09:56 +00:00

Removed reference in comments to -o option of yppasswdd: -o option

no longer exists.
This commit is contained in:
Bill Paul 1995-02-03 01:11:57 +00:00
parent a393cc06f5
commit 3e03108763
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=6146

View File

@ -1,7 +1,7 @@
#
# Makefile for the NIS database
#
# $Id$
# $Id: Makefile.yp,v 1.2 1995/02/01 23:05:36 wpaul Exp $
#
# This Makefile should only be run on the NIS master server of a domain.
# All updated maps will be pushed to all NIS slave servers listed in the
@ -55,7 +55,7 @@ DOMAINNAME = `/bin/domainname`
# the real /etc/passwd and /etc/master.passwd files by:
#
# - editing this Makefile
# - invoking yppasswdd without the -m and -o options (yppasswdd will
# - invoking yppasswdd without the -m option (yppasswdd will
# automagically update the master.passwd, passwd, spwd.db and pwd.db
# files as needed)
#