diff options
| author | Bill Paul <wpaul@FreeBSD.org> | 1995-02-04 00:13:21 +0000 |
|---|---|---|
| committer | Bill Paul <wpaul@FreeBSD.org> | 1995-02-04 00:13:21 +0000 |
| commit | a613523aa332dba1bd412fcb3b4e6425658b88dd (patch) | |
| tree | cadf1432ef4ad89dd38de0045d52f6200239dfba | |
| parent | 3269f6b60ebcfd8a2fecbe13644187107a7afd0f (diff) | |
Notes
| -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 68a09452b62e..d03c61321972 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. |
