File: 20.patch

package info (click to toggle)
procmail 3.24%2Breally3.22-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,380 kB
  • sloc: ansic: 9,888; sh: 1,920; makefile: 105
file content (23 lines) | stat: -rw-r--r-- 734 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
From: Santiago Vila <sanvila@debian.org>
Subject: Hardcode things for biff
Bug-Debian: https://bugs.debian.org/348667
X-Debian-version: 3.22-14

--- a/config.h
+++ b/config.h
@@ -133,6 +133,15 @@
 	trouble creating a "logfile" or suspect that the trouble starts before
 	procmail can interpret any rcfile or arguments. */
 
+#undef NO_COMSAT
+#undef UDP_protocolno
+#undef BIFF_serviceport
+#undef IP_localhost
+
+#define UDP_protocolno 17
+#define BIFF_serviceport "512"
+#define IP_localhost {127,0,0,1}
+
 /************************************************************************
  * Only edit below this line if you *think* you know what you are doing *
  ************************************************************************/