@@ -0,0 +1,24 @@
+## Path: Network/Trac/tracd
+## Description: Basic configuration for tracd
+
+## Type: string
+## Default "-e /srv/trac"
+#
+# default options for the svnserve process
+# the port number must be >= 1000, if the uid is not root.
+#
+TRACD_OPTIONS="--port 8080 -e /srv/trac"
+
+## Type: string
+## Default "wwwrun"
+#
+# tracd should run as unprivileged user, if possible
+#
+TRACD_USERID="wwwrun"
+
+## Type: string
+## Default "www"
+#
+# tracd should run as unprivileged group, if possible
+#
+TRACD_GROUPID="www"
|