summaryrefslogtreecommitdiff
path: root/ham/dpbox/patches/patch-al
diff options
context:
space:
mode:
Diffstat (limited to 'ham/dpbox/patches/patch-al')
-rw-r--r--ham/dpbox/patches/patch-al13
1 files changed, 13 insertions, 0 deletions
diff --git a/ham/dpbox/patches/patch-al b/ham/dpbox/patches/patch-al
new file mode 100644
index 00000000000..78a1f6b10b6
--- /dev/null
+++ b/ham/dpbox/patches/patch-al
@@ -0,0 +1,13 @@
+$NetBSD: patch-al,v 1.1 2006/01/24 22:27:07 joerg Exp $
+
+--- init.h.orig 2006-01-24 22:02:14.000000000 +0000
++++ init.h
+@@ -33,7 +33,7 @@
+ #define DEF_SAVEDIR "save/"
+ #define DEF_SERVERDIR "server/"
+
+-#ifdef __NetBSD__
++#if defined(__NetBSD__) || defined(__DragonFly__)
+ #define DEF_BOXPROCDIR "/var/run/"
+ #define DEF_BOXSOCKDIR "/var/run/"
+ #else /* Have to preserve the old setting for running installations */