summaryrefslogtreecommitdiff
path: root/mail/vrfy/files
diff options
context:
space:
mode:
authorWill Andrews <will@FreeBSD.org>2000-09-17 22:45:02 +0000
committerWill Andrews <will@FreeBSD.org>2000-09-17 22:45:02 +0000
commit632f263f0d7f9ee38387b3ff86bab524a85b950d (patch)
treeaa114bc7059bfb7b90a10abdfdec2e9bfba01e28 /mail/vrfy/files
parentUhm, use INSTALL_MAN not INSTALL_DATA. *thwack*thwack* (diff)
Add vrfy (unversioned), an email address verifier. No, I don't know how
this thing works, and if it creates spam, oh well. Tools, not policy. :) PR: 21234 Submitted by: NAKAMURA Kazushi <kaz@kobe1995.net>
Notes
Notes: svn path=/head/; revision=32788
Diffstat (limited to 'mail/vrfy/files')
-rw-r--r--mail/vrfy/files/patch-aa16
1 files changed, 16 insertions, 0 deletions
diff --git a/mail/vrfy/files/patch-aa b/mail/vrfy/files/patch-aa
new file mode 100644
index 000000000000..66cf5191521c
--- /dev/null
+++ b/mail/vrfy/files/patch-aa
@@ -0,0 +1,16 @@
+--- Makefile~ Tue Oct 7 20:40:40 1997
++++ Makefile Sun Sep 10 05:07:32 2000
+@@ -91,10 +91,10 @@
+ # With BIND 4.9.3 the getnet...() calls are in the resolver library.
+ # ----------------------------------------------------------------------
+
+-RES = -lsocket #if defined(SCO) && default
++#RES = -lsocket #if defined(SCO) && default
+ RES =
+-RES = ../res/libresolv.a
+-RES = -lresolv
++#RES = ../res/libresolv.a
++#RES = -lresolv
+
+ COMPLIB = ../compat/lib/lib44bsd.a
+ COMPLIB = -lnet