Deleted Added
full compact
Makefile.yp (62210) Makefile.yp (72091)
1#
2# Makefile for the NIS databases
3#
1#
2# Makefile for the NIS databases
3#
4# $FreeBSD: head/usr.sbin/ypserv/Makefile.yp 62210 2000-06-28 09:31:31Z brian $
4# $FreeBSD: head/usr.sbin/ypserv/Makefile.yp 72091 2001-02-06 11:21:58Z asmodai $
5#
6# This Makefile should only be run on the NIS master server of a domain.
7# All updated maps will be pushed to all NIS slave servers listed in the
8# /var/yp/ypservers file. Please make sure that the hostnames of all
9# NIS servers in your domain are listed in /var/yp/ypservers.
10#
11# This Makefile can be modified to support more NIS maps if desired.
12#

--- 61 unchanged lines hidden (view full) ---

74YPDIR = /var/yp
75.else
76YPDIR = $(YP_DIR)
77.endif
78YPMAPDIR = $(YPDIR)/$(DOMAIN)
79
80# These are the files from which the NIS databases are built. You may edit
81# these to taste in the event that you wish to keep your NIS source files
5#
6# This Makefile should only be run on the NIS master server of a domain.
7# All updated maps will be pushed to all NIS slave servers listed in the
8# /var/yp/ypservers file. Please make sure that the hostnames of all
9# NIS servers in your domain are listed in /var/yp/ypservers.
10#
11# This Makefile can be modified to support more NIS maps if desired.
12#

--- 61 unchanged lines hidden (view full) ---

74YPDIR = /var/yp
75.else
76YPDIR = $(YP_DIR)
77.endif
78YPMAPDIR = $(YPDIR)/$(DOMAIN)
79
80# These are the files from which the NIS databases are built. You may edit
81# these to taste in the event that you wish to keep your NIS source files
82# seperate from your NIS server's actual configuration files. Note that the
82# separate from your NIS server's actual configuration files. Note that the
83# NIS passwd and master.passwd files are stored in /var/yp: the server's
84# real password database is not used by default. However, you may use
85# the real /etc/passwd and /etc/master.passwd files by:
86#
87#
88# - invoking yppasswdd with `-t /etc/master.passwd' (yppasswdd will do a
89# 'pwd_mkdb' as needed if /etc/master.passwd is thus specified).
90# - Specifying the location of the master.passwd file using the

--- 499 unchanged lines hidden ---
83# NIS passwd and master.passwd files are stored in /var/yp: the server's
84# real password database is not used by default. However, you may use
85# the real /etc/passwd and /etc/master.passwd files by:
86#
87#
88# - invoking yppasswdd with `-t /etc/master.passwd' (yppasswdd will do a
89# 'pwd_mkdb' as needed if /etc/master.passwd is thus specified).
90# - Specifying the location of the master.passwd file using the

--- 499 unchanged lines hidden ---