summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/yppush
Commit message (Collapse)AuthorAgeFilesLines
* Add a dependency on the .x source file and avoid copying it.bde1995-07-041-10/+8
| | | | | | | 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.
* Merge RELENG_2_0_5 into HEADrgrimes1995-06-111-6/+6
|
* Remove trailing whitespace.rgrimes1995-05-302-7/+7
|
* Take yp_svc.c out of CLEANFILES rule.wpaul1995-04-021-2/+2
|
* Add back some stuff to yppush.c that I was a little over-zealous inwpaul1995-04-022-12/+92
| | | | removing. Also do away with compiling yp_svc.c: yppush doesn't need it.
* Make yppush compile again when obj directory exists. *groan*wpaul1995-04-022-4/+3
|
* Reduce yppush. Now that all the required yp_xdr functions arewpaul1995-04-022-22/+49
| | | | | | 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
* Wrote manual page for yppush and edited Makefile to install it.wpaul1995-02-053-24/+121
| | | | | Added conditional definition for _PATH_YP in yppush.c in case _PATH_YP isn't defined anywhere else.
* Obtained from: The NYS projectwpaul1995-01-317-0/+1652
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.
OpenPOWER on IntegriCloud