Subject: CVS commit: basesrc/usr.sbin/lpr/lpd
To: None <source-changes@netbsd.org>
From: Jun-ichiro itojun Hagino <itojun@netbsd.org>
List: source-changes
Date: 08/12/2002 21:03:42
Module Name:	basesrc
Committed By:	itojun
Date:		Mon Aug 12 18:03:42 UTC 2002

Modified Files:
	basesrc/usr.sbin/lpr/lpd: Makefile lpd.8 lpd.c

Log Message:
add libwrap support for lpd (you need to pass all tests to print,
so you will want "+" in hosts.lpd then restrict by hosts.allow/deny).
setsockopt(SO_REUSEPORT) while i'm here.


To generate a diff of this commit:
cvs rdiff -r1.14 -r1.15 basesrc/usr.sbin/lpr/lpd/Makefile
cvs rdiff -r1.24 -r1.25 basesrc/usr.sbin/lpr/lpd/lpd.8
cvs rdiff -r1.37 -r1.38 basesrc/usr.sbin/lpr/lpd/lpd.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.