pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Sync SMF change to varnish4 too
Module Name: pkgsrc-wip
Committed By: Filip Hajny <filip%joyent.com@localhost>
Pushed By: fhajny
Date: Sat Mar 18 14:47:21 2017 +0000
Changeset: 3d22aa506517add5f5490687f8feefc39c151dfb
Modified Files:
varnish4/files/smf/manifest.xml
Log Message:
Sync SMF change to varnish4 too
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=3d22aa506517add5f5490687f8feefc39c151dfb
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
varnish4/files/smf/manifest.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diffs:
diff --git a/varnish4/files/smf/manifest.xml b/varnish4/files/smf/manifest.xml
index d374d5a98a..ecf3ed4849 100644
--- a/varnish4/files/smf/manifest.xml
+++ b/varnish4/files/smf/manifest.xml
@@ -15,14 +15,14 @@
<envvar name='PATH' value='@PREFIX@/sbin:@PREFIX@/bin:/sbin:/usr/sbin:/usr/bin' />
</method_environment>
</method_context>
- <exec_method type="method" name="start" exec="@PREFIX@/sbin/varnishd -a %{listen} -l %{size} -f %{config_file} -u @VRNUSER@ -g @VRNGROUP@" timeout_seconds="60" />
+ <exec_method type="method" name="start" exec="@PREFIX@/sbin/varnishd -j solaris -a %{listen} -l %{size} -f %{config_file}" timeout_seconds="60" />
<exec_method type="method" name="stop" exec=":kill" timeout_seconds="60" />
<property_group name="startd" type="framework">
<propval name="duration" type="astring" value="contract" />
<propval name="ignore_error" type="astring" value="core,signal" />
</property_group>
<property_group name="application" type="application">
- <propval name="config_file" type="astring" value="@PKG_SYSCONFDIR@/default.vcl" />
+ <propval name="config_file" type="astring" value="@PKG_SYSCONFDIR@/example.vcl" />
<propval name="listen" type="astring" value="0.0.0.0:8080" />
<propval name="size" type="astring" value="64M" />
</property_group>
Home |
Main Index |
Thread Index |
Old Index