Changed some comments.
This commit is contained in:
parent
3269f6b60e
commit
a613523aa3
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=6173
@ -1,7 +1,7 @@
|
||||
#
|
||||
# Makefile for the NIS database
|
||||
#
|
||||
# $Id: Makefile.yp,v 1.2 1995/02/01 23:05:36 wpaul Exp $
|
||||
# $Id: Makefile.yp,v 1.3 1995/02/03 01:11:57 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
|
||||
@ -27,9 +27,6 @@ NOPUSH = "True"
|
||||
# non-FreeBSD clients (e.g. SunOS, Solaris (without NIS+), IRIX, HP-UX,
|
||||
# etc...) will only work properly in 'unsecure' mode.
|
||||
#
|
||||
# Note that you will also have to run yppasswdd in 'unsecure' mode
|
||||
# (with the -u flag) if you use this option.
|
||||
#
|
||||
#UNSECURE = "True"
|
||||
|
||||
# These are commands which this Makefile needs to properly rebuild the
|
||||
@ -55,9 +52,9 @@ DOMAINNAME = `/bin/domainname`
|
||||
# the real /etc/passwd and /etc/master.passwd files by:
|
||||
#
|
||||
# - editing this Makefile
|
||||
# - invoking yppasswdd without the -m option (yppasswdd will
|
||||
# automagically update the master.passwd, passwd, spwd.db and pwd.db
|
||||
# files as needed)
|
||||
# - invoking yppasswdd without the -m option (yppasswdd will use
|
||||
# /etc/master.passwd if no alternate master.passwd file is specified
|
||||
# and do a 'pwd_mkdb' as needed).
|
||||
#
|
||||
# To add a user, edit /var/yp/master.passwd and type 'make'. The raw
|
||||
# passwd file will be generated from the master.passwd file automagically.
|
||||
|
Loading…
Reference in New Issue
Block a user