Import of pkgsrc-2015Q2

This commit is contained in:
2015-08-30 02:56:09 -07:00
committed by Lionel Sambuc
parent 4af1cdf7a9
commit f641581404
15409 changed files with 267784 additions and 121624 deletions

View File

@@ -20,10 +20,13 @@
<propval name="duration" type="astring" value="contract" />
<propval name="ignore_error" type="astring" value="core,signal" />
</property_group>
<instance name="default" enabled="false">
<dependency name="cachemanager" grouping="require_all" restart_on="error" type="service">
<service_fmri value="svc:/pkgsrc/sqlrelay:cachemanager" />
</dependency>
<!--
Instances should correspond to connections defined in @PKG_SYSCONFDIR@/sqlrelay.conf.
For each connection you add there, create a new instance using svccfg, e.g.
svccfg -s sqlrelay add mypgserver
-->
<instance name="example" enabled="false">
</instance>
<instance name="cachemanager" enabled="false">
<exec_method type="method" name="start" exec="@PREFIX@/bin/sqlr-cachemanager" timeout_seconds="3600" />