pkgsrc/ham/dpbox/patches/patch-al

13 lines
420 B
Text

$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 */