Date: Tue, 2 Apr 1996 19:24:15 -0800 (PST) From: Bill Paul <wpaul> To: CVS-committers, cvs-all, cvs-usrsbin Subject: cvs commit: src/usr.sbin/yppush Makefile yppush.8 yppush_main.c Message-ID: <199604030324.TAA02759@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
wpaul 96/04/02 19:24:13
Modified: usr.sbin/yppush Makefile yppush.8 yppush_main.c
Log:
yppush_main.c:
- Remove unused 'pid' member from the jobs structure. (This was left over
from an earlier incarnation of the program that used multiple processes.)
- Remove #ifdef'ed longjmp() stuff.
- Print warning message if the 'pushing' host is not the master for
a map being pushed but don't bail out. (While yppush should only
be used on an NIS master, using it elsewhere is not an unpardonable sin.)
yppush.8:
- Fix a couple of mind-os.
Makefile
- Change format to hopefully ease bootstrapping. (Suggested by wollman.)
Other Makefiles should follow.
Revision Changes Path
1.2 +13 -11 src/usr.sbin/yppush/Makefile
1.4 +3 -3 src/usr.sbin/yppush/yppush.8
1.3 +6 -38 src/usr.sbin/yppush/yppush_main.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199604030324.TAA02759>
