<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/gnu/usr.bin/yppush/Makefile, branch master</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test2/atom?h=master</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test2/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/'/>
<updated>1996-01-12T06:46:19Z</updated>
<entry>
<title>Toss the old yppush into the attic.</title>
<updated>1996-01-12T06:46:19Z</updated>
<author>
<name>Bill Paul</name>
<email>wpaul@FreeBSD.org</email>
</author>
<published>1996-01-12T06:46:19Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=7ece2197624fcb2451b9c9140c705a74a37a855c'/>
<id>urn:sha1:7ece2197624fcb2451b9c9140c705a74a37a855c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add a dependency on the .x source file and avoid copying it.</title>
<updated>1995-07-04T08:39:27Z</updated>
<author>
<name>Bruce Evans</name>
<email>bde@FreeBSD.org</email>
</author>
<published>1995-07-04T08:39:27Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=a7aac2725fd0273f23418c569a59fb33dbb2d80a'/>
<id>urn:sha1:a7aac2725fd0273f23418c569a59fb33dbb2d80a</id>
<content type='text'>
bootparam_prot.x was changed for nfsv3 but bootparamd and callbootd
kept using the old version which fortunately failed at build time.
Copying hasn't been necessary since path handling was fixed in
rpcgen/rpc_main.c some time ago.
</content>
</entry>
<entry>
<title>Remove trailing whitespace.</title>
<updated>1995-05-30T05:05:38Z</updated>
<author>
<name>Rodney W. Grimes</name>
<email>rgrimes@FreeBSD.org</email>
</author>
<published>1995-05-30T05:05:38Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=4399be3cbd35324f7a2c00d77229d995b4022138'/>
<id>urn:sha1:4399be3cbd35324f7a2c00d77229d995b4022138</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Take yp_svc.c out of CLEANFILES rule.</title>
<updated>1995-04-02T20:28:09Z</updated>
<author>
<name>Bill Paul</name>
<email>wpaul@FreeBSD.org</email>
</author>
<published>1995-04-02T20:28:09Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=0b2a7a1bff76c3fa0e782ba8a4c4b76d5877dac7'/>
<id>urn:sha1:0b2a7a1bff76c3fa0e782ba8a4c4b76d5877dac7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add back some stuff to yppush.c that I was a little over-zealous in</title>
<updated>1995-04-02T20:01:50Z</updated>
<author>
<name>Bill Paul</name>
<email>wpaul@FreeBSD.org</email>
</author>
<published>1995-04-02T20:01:50Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=adaf7ba36a1155c8f38b4c52341ac6eae5e1037d'/>
<id>urn:sha1:adaf7ba36a1155c8f38b4c52341ac6eae5e1037d</id>
<content type='text'>
removing. Also do away with compiling yp_svc.c: yppush doesn't need it.
</content>
</entry>
<entry>
<title>Make yppush compile again when obj directory exists. *groan*</title>
<updated>1995-04-02T16:00:30Z</updated>
<author>
<name>Bill Paul</name>
<email>wpaul@FreeBSD.org</email>
</author>
<published>1995-04-02T16:00:30Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=56e74043f499553a0e6d27e3487504ee6af6a8b9'/>
<id>urn:sha1:56e74043f499553a0e6d27e3487504ee6af6a8b9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Reduce yppush. Now that all the required yp_xdr functions are</title>
<updated>1995-04-02T01:10:13Z</updated>
<author>
<name>Bill Paul</name>
<email>wpaul@FreeBSD.org</email>
</author>
<published>1995-04-02T01:10:13Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=812647ed6bd918496b3c5fe845a28ad1835d749f'/>
<id>urn:sha1:812647ed6bd918496b3c5fe845a28ad1835d749f</id>
<content type='text'>
in libc, we can get rid of the private/special copies of yp_*.c
files and rpcgen them at compile time instead. This leaves us with
just one unique source files: yppush.c
</content>
</entry>
<entry>
<title>Wrote manual page for yppush and edited Makefile to install it.</title>
<updated>1995-02-05T21:48:04Z</updated>
<author>
<name>Bill Paul</name>
<email>wpaul@FreeBSD.org</email>
</author>
<published>1995-02-05T21:48:04Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=714f0adda144b9919f92bb84f0f5cccfdc6d04ee'/>
<id>urn:sha1:714f0adda144b9919f92bb84f0f5cccfdc6d04ee</id>
<content type='text'>
Added conditional definition for _PATH_YP in yppush.c in case _PATH_YP
isn't defined anywhere else.
</content>
</entry>
<entry>
<title>Obtained from: The NYS project</title>
<updated>1995-01-31T09:47:11Z</updated>
<author>
<name>Bill Paul</name>
<email>wpaul@FreeBSD.org</email>
</author>
<published>1995-01-31T09:47:11Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=9f6a77c541994322e7878c971302363b0a5e6180'/>
<id>urn:sha1:9f6a77c541994322e7878c971302363b0a5e6180</id>
<content type='text'>
This is a ported/modified version of the yppush program from the
yps-0.21 package from the NYS project. This program is used to propagate
updated NIS maps from an NIS master to an NIS slave. It's normally invoked
by /var/yp/Makefile.

This version of yppush has been modified in the following ways:

- Cleared up several Linux/BSD incompatibilities, largely involving
  header files.

- converted from GDBM to DB with extreme predjudice. (well, not really...)

- removed lots of ugly debugging code that really didn't do anyone any good.

- Fixed a couple of inaccurate/badly formatted error messages.

- Renamed some functions to avoid collisions with certain YP routines
  hidden inside libc.

- Small signal handling kludge: Linux has different struct sigaction
  that us.

- Incorporated some functions from the yps-0.21 library that yppush was
  dependent on.

Like ypxfr, this works, but could use come cleaning up.
</content>
</entry>
</feed>
