diff options
author | Alexander Langer <alex@FreeBSD.org> | 2001-05-09 11:15:57 +0000 |
---|---|---|
committer | Alexander Langer <alex@FreeBSD.org> | 2001-05-09 11:15:57 +0000 |
commit | 1b3ebaa7b26508fbe93a91b75471dcbdfc4c404b (patch) | |
tree | 8250d6a0c604a7c0813939a47472e207bbab9b43 /mail/drac/files/patch-ac | |
parent | upgrade to 0.1.6 (diff) |
Use the latest patch from maintainer to make this work on -CURRENT.
Submitted by: Anders Nordby <anders@fix.no> (maintainer)
Notes
Notes:
svn path=/head/; revision=42454
Diffstat (limited to '')
-rw-r--r-- | mail/drac/files/patch-ac | 20 |
1 files changed, 14 insertions, 6 deletions
diff --git a/mail/drac/files/patch-ac b/mail/drac/files/patch-ac index 43e1990df242..0550d5159b65 100644 --- a/mail/drac/files/patch-ac +++ b/mail/drac/files/patch-ac @@ -1,12 +1,20 @@ ---- rpc.dracd.c.old Sun Jan 14 20:53:02 2001 -+++ rpc.dracd.c Sun Jan 14 20:53:10 2001 -@@ -36,9 +36,6 @@ +--- rpc.dracd.c.orig Tue Nov 21 05:22:05 2000 ++++ rpc.dracd.c Sun Apr 29 20:41:31 2001 +@@ -8,7 +8,6 @@ + #include <errno.h> + #include <syslog.h> + #ifdef TI_RPC +-#include <netdir.h> + #include <netconfig.h> + #endif + #include <stdlib.h> +@@ -35,9 +34,6 @@ + #define DB_VERSION_MAJOR 1 #endif #include "drac.h" - +- -#define DBFILE "/etc/mail/dracd.db" -#define ALFILE "/etc/mail/dracd.allow" -- + struct net_def { struct net_def *nd_next; - struct in_addr nd_mask; |