pkgsrc/devel/codeville/patches/patch-ab
bjs 9d934a6e35 Fix pathname substitution.
XXX this really should have an rc.d script and INSTALL/DEINSTALL
scripts/OWN_DIRS and/or REQD_DIRS.  Volunteers? ;)

bump rev.
2008-06-13 05:57:07 +00:00

23 lines
653 B
Text

$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