From ec6e1d43a1c9411f36f1d89917d39d4c7ec50e14 Mon Sep 17 00:00:00 2001 From: wpaul Date: Sat, 4 Feb 1995 00:13:21 +0000 Subject: Changed some comments. --- gnu/usr.sbin/ypserv/Makefile.yp | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) (limited to 'gnu/usr.sbin') diff --git a/gnu/usr.sbin/ypserv/Makefile.yp b/gnu/usr.sbin/ypserv/Makefile.yp index 68a0945..d03c613 100644 --- a/gnu/usr.sbin/ypserv/Makefile.yp +++ b/gnu/usr.sbin/ypserv/Makefile.yp @@ -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. -- cgit v1.1