mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-16 15:44:04 +01:00
4b2f613d23
that ypxfr is supposed to log messages to /var/yp/ypxfr.log if it exists, using syslog() makes more sense, especially since ypserv does the same thing already. Try to use stderr by default, and use syslog() if stderr is not a tty. Also update the man page to reflect this change.
9 lines
154 B
Makefile
9 lines
154 B
Makefile
# $Id: Makefile,v 1.2 1995/02/06 22:15:20 wpaul Exp $
|
|
|
|
PROG= ypxfr
|
|
MAN8= ypxfr.8
|
|
|
|
SRCS= ypxfr.c ypclnt.c yp_clnt.c yp_xdr.c log.c
|
|
|
|
.include <bsd.prog.mk>
|