mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-10 04:50:03 -04:00
24 lines
653 B
Plaintext
24 lines
653 B
Plaintext
$NetBSD: patch-ab,v 1.2 2008/06/13 05:57:07 bjs Exp $
|
|
|
|
--- cdvserver.conf.sample.orig 2005-11-20 19:33:02.000000000 -0500
|
|
+++ cdvserver.conf.sample
|
|
@@ -1,12 +1,12 @@
|
|
[control]
|
|
-#datadir=/var/lib/cdvserver
|
|
-#pidfile=/var/run/cdvserver.pid
|
|
-#logfile=/var/log/cdvserver.log
|
|
-#backup=False
|
|
-#port=6601
|
|
+#datadir=@CODEVILLE_DATADIR@
|
|
+#pidfile=@VARBASE@/run/cdvserver.pid
|
|
+#logfile=@VARBASE@/log/cdvserver.log
|
|
+#backup=False
|
|
+#port=6601
|
|
user=cdv
|
|
|
|
[post-commit]
|
|
# keys are regular expression matching repository names
|
|
# values are programs which will be sent XML through stdin
|
|
-#.*=cat >> /var/log/cdvcommits.log
|
|
+#.*=cat >> @VARBASE@/log/cdvcommits.log
|