summaryrefslogtreecommitdiff
path: root/net/ddclient
diff options
context:
space:
mode:
authorjperkin <jperkin>2014-06-30 15:09:13 +0000
committerjperkin <jperkin>2014-06-30 15:09:13 +0000
commitdc25d53619076d35dd09f388896c8bdbf18e57b0 (patch)
tree4fb90799f980b66a0ab2677b950510949c7185f7 /net/ddclient
parent597ce6b8c24fd80aa3a548c6d76e8eb5187fb183 (diff)
downloadpkgsrc-dc25d53619076d35dd09f388896c8bdbf18e57b0.tar.gz
Add SMF manifest, contributed by gzartman on GitHub.
Diffstat (limited to 'net/ddclient')
-rw-r--r--net/ddclient/files/smf/manifest.xml29
1 files changed, 29 insertions, 0 deletions
diff --git a/net/ddclient/files/smf/manifest.xml b/net/ddclient/files/smf/manifest.xml
new file mode 100644
index 00000000000..1558d1bcb44
--- /dev/null
+++ b/net/ddclient/files/smf/manifest.xml
@@ -0,0 +1,29 @@
+<?xml version="1.0"?>
+<!DOCTYPE service_bundle SYSTEM "/usr/share/lib/xml/dtd/service_bundle.dtd.1">
+<service_bundle type="manifest" name="@SMF_NAME@">
+ <service name="@SMF_PREFIX@/@SMF_NAME@" type="service" version="1">
+ <create_default_instance enabled="false" />
+ <single_instance />
+ <dependency name="network" grouping="require_all" restart_on="error" type="service">
+ <service_fmri value="svc:/milestone/network:default" />
+ </dependency>
+ <dependency name="filesystem" grouping="require_all" restart_on="error" type="service">
+ <service_fmri value="svc:/system/filesystem/local" />
+ </dependency>
+ <exec_method type="method" name="start" exec="@PREFIX@/sbin/ddclient -file %{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@/ddclient.conf" />
+ </property_group>
+ <stability value="Evolving" />
+ <template>
+ <common_name>
+ <loctext xml:lang="C">Dynamic DNS client</loctext>
+ </common_name>
+ </template>
+ </service>
+</service_bundle>