1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00
freebsd-ports/mail/drac/files/patch-ac
Alexander Langer 1b3ebaa7b2 Use the latest patch from maintainer to make this work on -CURRENT.
Submitted by:	Anders Nordby <anders@fix.no> (maintainer)
2001-05-09 11:15:57 +00:00

21 lines
435 B
Plaintext

--- 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;