diff options
author | wpaul <wpaul@FreeBSD.org> | 1995-02-04 00:13:21 +0000 |
---|---|---|
committer | wpaul <wpaul@FreeBSD.org> | 1995-02-04 00:13:21 +0000 |
commit | ec6e1d43a1c9411f36f1d89917d39d4c7ec50e14 (patch) | |
tree | cadf1432ef4ad89dd38de0045d52f6200239dfba /gnu/usr.sbin | |
parent | f134773353c9e9e0c4b3085d756026aafd6ddcfa (diff) | |
download | FreeBSD-src-ec6e1d43a1c9411f36f1d89917d39d4c7ec50e14.zip FreeBSD-src-ec6e1d43a1c9411f36f1d89917d39d4c7ec50e14.tar.gz |
Changed some comments.
Diffstat (limited to 'gnu/usr.sbin')
-rw-r--r-- | gnu/usr.sbin/ypserv/Makefile.yp | 11 |
1 files changed, 4 insertions, 7 deletions
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. |