mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
20 lines
689 B
Plaintext
20 lines
689 B
Plaintext
$NetBSD: patch-aa,v 1.2 2003/07/29 16:25:56 jmmv Exp $
|
|
|
|
--- config.h.orig Tue Oct 30 20:37:28 2001
|
|
+++ config.h
|
|
@@ -5,10 +5,10 @@
|
|
|
|
/* File definitions */
|
|
|
|
-#define USERDB "/usr/local/etc/icbd/userdb.db"
|
|
-#define ICBDMOTD "/usr/local/etc/icbd/motd"
|
|
-#define ICBDHELP "/usr/local/etc/icbd/icbd_help"
|
|
-#define ACCESS_FILE "/usr/local/etc/icbd/icbd.deny"
|
|
+#define USERDB PKG_SYSCONFDIR "/userdb.db"
|
|
+#define ICBDMOTD PKG_SYSCONFDIR "/motd"
|
|
+#define ICBDHELP PKG_SYSCONFDIR "/icbd_help"
|
|
+#define ACCESS_FILE PKG_SYSCONFDIR "/icbd.deny"
|
|
#define ICBDLOG "/var/log/icbd.log"
|
|
#define PID_FILE "/var/run/icbd.pid"
|
|
#define INIT_BRICKS 5 /* initial number of bricks to be thrown */
|