History log of /openbsd-current/usr.sbin/ypserv/ypinit/Makefile.yp
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 1.18 26-Apr-2018 schwarze

Delete support for the networks.by{name,addr} YP maps.
This is part of the project to delete /etc/networks support.
OK deraadt@


Revision tags: OPENBSD_5_9_BASE OPENBSD_6_0_BASE OPENBSD_6_1_BASE OPENBSD_6_2_BASE OPENBSD_6_3_BASE
# 1.17 29-Nov-2015 rpe

Tedu stdethers and stdhosts from /usr/sbin, which are only used in Makefile.yp
for creating the hosts.byname, hosts.byaddr ethers.byname and ethers.byaddr YP
maps. Replace most of their functionality with sed/awk scripting directly in
Makefile.yp.

Suggested by and OK deraadt@
Feedback from @semarie


Revision tags: OPENBSD_4_7_BASE OPENBSD_4_8_BASE OPENBSD_4_9_BASE OPENBSD_5_0_BASE OPENBSD_5_1_BASE OPENBSD_5_2_BASE OPENBSD_5_3_BASE OPENBSD_5_4_BASE OPENBSD_5_5_BASE OPENBSD_5_6_BASE OPENBSD_5_7_BASE OPENBSD_5_8_BASE
# 1.16 20-Jan-2010 schwarze

Make ypserv(8) reread its YP maps on SIGHUP
and use that in Makefile.yp(8) at the end of cd /var/yp; make all
such that the new maps get used locally even when NOPUSH is set;
fixing a quirk reported by ian@.

While here, polish the yppush(8) manual
and document a few related mini-bugs to be fixed later.

feedback and ok ian@ and jmc@


# 1.15 20-Dec-2009 schwarze

Make use of the new mknetid(8) -P flag.

Actually, i just realized this is *required* in case you are using
a non-standard DIR without a passwd(5) file, so i'm committing this
simple change right away.


Revision tags: OPENBSD_4_6_BASE
# 1.14 12-Apr-2009 schwarze

restrict YP UID and GID ranges

from NetBSD and Debian via ajacoutot@
tweaks and documentation updates by myself with help from jmc@
OK ajacoutot@ jmc@ "move ahead" deraadt@


Revision tags: OPENBSD_3_3_BASE OPENBSD_3_4_BASE OPENBSD_3_5_BASE OPENBSD_3_6_BASE OPENBSD_3_7_BASE OPENBSD_3_8_BASE OPENBSD_3_9_BASE OPENBSD_4_0_BASE OPENBSD_4_1_BASE OPENBSD_4_2_BASE OPENBSD_4_3_BASE OPENBSD_4_4_BASE OPENBSD_4_5_BASE
# 1.13 01-Nov-2002 fgsch

add a comment how to get secure maps built; millert@ ok.


Revision tags: OPENBSD_2_7_BASE OPENBSD_2_8_BASE OPENBSD_2_9_BASE OPENBSD_3_0_BASE OPENBSD_3_1_BASE OPENBSD_3_2_BASE
# 1.12 18-Apr-2000 turan

accesses /etc/aliases instead of /etc/mail/aliases. (ok millert)


Revision tags: OPENBSD_2_3_BASE OPENBSD_2_4_BASE OPENBSD_2_5_BASE OPENBSD_2_6_BASE
# 1.11 14-Feb-1998 maja

Add support for DNS host lookup. -moj


Revision tags: OPENBSD_2_2_BASE
# 1.10 28-Jul-1997 niklas

When pushing ethers was done it said "pushed hosts"


# 1.9 26-Jul-1997 maja

Ok, the final part in the support for mail.aliases and mail.byaddr in
ypserv.

For this to have an effect the following must be done.
1) make install in src/usr.sbin/ypserv/ypinit will update
/var/yp/Makefile.main.dist and /var/yp/Makefile.yp.dist.

2) merge changes from Makefile.main.dist into Makefile and Makefile.main
in /var/yp. Don't forget to keep the SUBDIR line from Makefile.

3) merge changes from Makefile.yp.dist into Makefile.yp in /var/yp and
Makefile in any domains directory. If no local maps exists it's normaly
just to replace the files.

-moj


Revision tags: OPENBSD_2_1_BASE
# 1.8 20-Apr-1997 maja

Added man page, support for amd.home and ypservers.
Integrated some code from ypinit in NetBSD (thorpej@netbsd.org).


# 1.7 15-Apr-1997 maja

Added revnetgroup in ypserv's Makefile and added support for netgroup. -moj


# 1.6 13-Mar-1997 maja

Add support for secure maps and master.passwd. -moj


Revision tags: OPENBSD_2_0_BASE
# 1.5 30-May-1996 deraadt

$OpenBSD$ tag and few spelling errors


# 1.4 02-Mar-1996 dm

Added in stuff from 960121. Fixed several bugs in ypxfr.


# 1.3 06-Jan-1996 deraadt

resurrect Makefile.yp


# 1.2 14-Dec-1995 deraadt

Makefile.yp not here anymore


# 1.1 01-Nov-1995 deraadt

+ full set of ypserv tools that compile


Revision tags: OPENBSD_5_9_BASE OPENBSD_6_0_BASE OPENBSD_6_1_BASE OPENBSD_6_2_BASE
# 1.17 29-Nov-2015 rpe

Tedu stdethers and stdhosts from /usr/sbin, which are only used in Makefile.yp
for creating the hosts.byname, hosts.byaddr ethers.byname and ethers.byaddr YP
maps. Replace most of their functionality with sed/awk scripting directly in
Makefile.yp.

Suggested by and OK deraadt@
Feedback from @semarie


Revision tags: OPENBSD_4_7_BASE OPENBSD_4_8_BASE OPENBSD_4_9_BASE OPENBSD_5_0_BASE OPENBSD_5_1_BASE OPENBSD_5_2_BASE OPENBSD_5_3_BASE OPENBSD_5_4_BASE OPENBSD_5_5_BASE OPENBSD_5_6_BASE OPENBSD_5_7_BASE OPENBSD_5_8_BASE
# 1.16 20-Jan-2010 schwarze

Make ypserv(8) reread its YP maps on SIGHUP
and use that in Makefile.yp(8) at the end of cd /var/yp; make all
such that the new maps get used locally even when NOPUSH is set;
fixing a quirk reported by ian@.

While here, polish the yppush(8) manual
and document a few related mini-bugs to be fixed later.

feedback and ok ian@ and jmc@


# 1.15 20-Dec-2009 schwarze

Make use of the new mknetid(8) -P flag.

Actually, i just realized this is *required* in case you are using
a non-standard DIR without a passwd(5) file, so i'm committing this
simple change right away.


Revision tags: OPENBSD_4_6_BASE
# 1.14 12-Apr-2009 schwarze

restrict YP UID and GID ranges

from NetBSD and Debian via ajacoutot@
tweaks and documentation updates by myself with help from jmc@
OK ajacoutot@ jmc@ "move ahead" deraadt@


Revision tags: OPENBSD_3_3_BASE OPENBSD_3_4_BASE OPENBSD_3_5_BASE OPENBSD_3_6_BASE OPENBSD_3_7_BASE OPENBSD_3_8_BASE OPENBSD_3_9_BASE OPENBSD_4_0_BASE OPENBSD_4_1_BASE OPENBSD_4_2_BASE OPENBSD_4_3_BASE OPENBSD_4_4_BASE OPENBSD_4_5_BASE
# 1.13 01-Nov-2002 fgsch

add a comment how to get secure maps built; millert@ ok.


Revision tags: OPENBSD_2_7_BASE OPENBSD_2_8_BASE OPENBSD_2_9_BASE OPENBSD_3_0_BASE OPENBSD_3_1_BASE OPENBSD_3_2_BASE
# 1.12 18-Apr-2000 turan

accesses /etc/aliases instead of /etc/mail/aliases. (ok millert)


Revision tags: OPENBSD_2_3_BASE OPENBSD_2_4_BASE OPENBSD_2_5_BASE OPENBSD_2_6_BASE
# 1.11 14-Feb-1998 maja

Add support for DNS host lookup. -moj


Revision tags: OPENBSD_2_2_BASE
# 1.10 28-Jul-1997 niklas

When pushing ethers was done it said "pushed hosts"


# 1.9 26-Jul-1997 maja

Ok, the final part in the support for mail.aliases and mail.byaddr in
ypserv.

For this to have an effect the following must be done.
1) make install in src/usr.sbin/ypserv/ypinit will update
/var/yp/Makefile.main.dist and /var/yp/Makefile.yp.dist.

2) merge changes from Makefile.main.dist into Makefile and Makefile.main
in /var/yp. Don't forget to keep the SUBDIR line from Makefile.

3) merge changes from Makefile.yp.dist into Makefile.yp in /var/yp and
Makefile in any domains directory. If no local maps exists it's normaly
just to replace the files.

-moj


Revision tags: OPENBSD_2_1_BASE
# 1.8 20-Apr-1997 maja

Added man page, support for amd.home and ypservers.
Integrated some code from ypinit in NetBSD (thorpej@netbsd.org).


# 1.7 15-Apr-1997 maja

Added revnetgroup in ypserv's Makefile and added support for netgroup. -moj


# 1.6 13-Mar-1997 maja

Add support for secure maps and master.passwd. -moj


Revision tags: OPENBSD_2_0_BASE
# 1.5 30-May-1996 deraadt

$OpenBSD$ tag and few spelling errors


# 1.4 02-Mar-1996 dm

Added in stuff from 960121. Fixed several bugs in ypxfr.


# 1.3 06-Jan-1996 deraadt

resurrect Makefile.yp


# 1.2 14-Dec-1995 deraadt

Makefile.yp not here anymore


# 1.1 01-Nov-1995 deraadt

+ full set of ypserv tools that compile