openbsd-ports/net/cvsync/patches/patch-samples_cvsyncd-OpenBSD_conf
phessler 3cee774a9e add a _cvsyncd user for cvsyncd daemon, and an rc.d start script.
while here, do a minor clean up of the sample config files

missing user noticed by henning@
OK naddy@
2012-04-10 19:52:44 +00:00

22 lines
550 B
Plaintext

$OpenBSD: patch-samples_cvsyncd-OpenBSD_conf,v 1.2 2012/04/10 19:52:44 phessler Exp $
--- samples/cvsyncd-OpenBSD.conf.orig Wed Sep 3 09:56:24 2003
+++ samples/cvsyncd-OpenBSD.conf Tue Apr 10 14:22:16 2012
@@ -3,6 +3,7 @@
#
config {
base-prefix /cvsroot/OpenBSD
+ pidfile /var/run/cvsyncd/cvsyncd.pid
collection {
name openbsd release rcs
@@ -31,5 +32,9 @@ config {
collection {
super openbsd release rcs
name openbsd-xf4 prefix XF4
+ }
+ collection {
+ super openbsd release rcs
+ name openbsd-xenocara prefix xenocara
}
}