summaryrefslogtreecommitdiff
path: root/net/rwhois (unfollow)
Commit message (Collapse)AuthorFilesLines
1999-08-31FreeBSD.ORG -> FreeBSD.orgMichael Haro1-1/+1
Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru Notes: svn path=/head/; revision=21157
1999-08-30$Id$ -> $FreeBSD$Peter Wemm1-1/+1
Notes: svn path=/head/; revision=21126
1999-08-27echo -> ${ECHO} or ${ECHO_MSG} and in some cases, move echo stuffMichael Haro1-9/+9
to pkg/MESSAGE and use ${CAT} ${PKGMESSAGE} Notes: svn path=/head/; revision=21034
1999-08-22chmod -> ${CHMOD}Michael Haro1-2/+2
chown -> ${CHOWN} Notes: svn path=/head/; revision=20885
1999-06-26use ${PREFIX} and only require tcp_wrappers if it isn't part of theMichael Haro1-2/+4
base system. Notes: svn path=/head/; revision=19814
1999-06-26Commit #3/4 to enforce caps, no period.Tim Vanderhoek1-1/+1
FWIW, checkout of these things took 5+hrs, staying on the local .freebsd.org net w/o hitting the 'net at all. As promised, $ time cvs ci real 67m51.701s user 0m1.250s sys 0m5.345s Notes: svn path=/head/; revision=19803
1998-10-16Unbreak.Justin M. Seger2-3/+11
Submitted by: steve Notes: svn path=/head/; revision=14048
1998-10-14Mark BROKEN for ELF.Justin M. Seger1-1/+3
cc -c -O -pipe -I.. -DRWHOIS_SERVER_VERSION=\"1.0B9.2\" -DAUTHORIZATION_ON -DHAVE_CONFIG_H misc.c misc.c: In function `run_program': misc.c:383: function `__error' is initialized like a variable *** Error code 1 Notes: svn path=/head/; revision=13974
1998-09-17tcp_wrapper is now converted to ELF. While I'm here, fix smail Makefile:Satoshi Asami1-2/+2
libwrap is a shared library so it should be LIB_DEPENDS, and delete some spaces and tab-only lines. Notes: svn path=/head/; revision=13204
1998-08-18This netted the largest set of mis-installed manpages, yet!Tim Vanderhoek1-2/+0
Notes: svn path=/head/; revision=12624
1998-06-06Fix libc shlib version.Satoshi Asami1-1/+1
Notes: svn path=/head/; revision=11302
1997-07-08Change shlib version number to follow tcp_wrapper port upgrade. AddSatoshi Asami1-2/+2
newline at end of file. Notes: svn path=/head/; revision=7238
1997-06-05Remove ${PREFIX}/lib/rwhois/dev/zero character device from install and PLIST.James FitzGibbon2-11/+2
This now packages correctly. Pointed-out-by: asami@freebsd.org Notes: svn path=/head/; revision=6774
1997-06-03Variable reordization (LIB_DEPENDS before misc. variables).Satoshi Asami1-4/+3
Notes: svn path=/head/; revision=6682
1997-05-30Import of the InterNIC's referral whois server and clientJames FitzGibbon10-0/+399
Notes: svn path=/head/; revision=6647