summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1998-02-02 04:38:32 +0000
committerSteve Price <steve@FreeBSD.org>1998-02-02 04:38:32 +0000
commit9ecf9f0d90758e0a093835e29539d0f2ea75e5a2 (patch)
treee801c8c5488d4cbf35b54aab7437768b00813f60 /net
parentAdd PLIST changes that got missed during last commit. (diff)
Fix a coredump problem with fingerd and its '-i' option.
PR: 5603 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=9568
Diffstat (limited to 'net')
-rw-r--r--net/gnu-finger/files/patch-ag11
1 files changed, 11 insertions, 0 deletions
diff --git a/net/gnu-finger/files/patch-ag b/net/gnu-finger/files/patch-ag
new file mode 100644
index 000000000000..88e34c6f0950
--- /dev/null
+++ b/net/gnu-finger/files/patch-ag
@@ -0,0 +1,11 @@
+--- src/fingerd.c.orig Sun Oct 29 00:12:52 1992
++++ src/fingerd.c Sun Jan 15 19:19:46 1998
+@@ -145,7 +145,7 @@
+ default_error_handling (argv[0]);
+
+ /* Parse arguments. */
+- while ((optc = getopt_long (argc, argv, "datfi", longopts, NULL)) >= 0)
++ while ((optc = getopt_long (argc, argv, "datfi:", longopts, NULL)) >= 0)
+ switch (optc)
+ {
+ case 'd':