Module: kamailio
Branch: master
Commit: 00f082d1a8b49241b928a9cc5439b6ef96e12b40
URL:
https://github.com/kamailio/kamailio/commit/00f082d1a8b49241b928a9cc5439b6e…
Author: Henning Westerholt <hw(a)skalatan.de>
Committer: Henning Westerholt <hw(a)skalatan.de>
Date: 2019-09-09T21:27:30+02:00
pkg: end of line normalization to linux line ending format
---
Modified: pkg/kamailio/solaris/kamailio-manifest.xml
---
Diff:
https://github.com/kamailio/kamailio/commit/00f082d1a8b49241b928a9cc5439b6e…
Patch:
https://github.com/kamailio/kamailio/commit/00f082d1a8b49241b928a9cc5439b6e…
---
diff --git a/pkg/kamailio/solaris/kamailio-manifest.xml
b/pkg/kamailio/solaris/kamailio-manifest.xml
index 2ac20890d3..81ee3a3c07 100644
--- a/pkg/kamailio/solaris/kamailio-manifest.xml
+++ b/pkg/kamailio/solaris/kamailio-manifest.xml
@@ -1,43 +1,43 @@
-<?xml version="1.0"?>
-<!DOCTYPE service_bundle SYSTEM
"/usr/share/lib/xml/dtd/service_bundle.dtd.1">
-
-<!-- This is a manifest file to start, stop or restart the server automatically at
- the Solaris 10 bootup. Setup and usage:
- cp kamailio-manifest.xml to /var/svc/manifest/network/kamailio.xml
- chmod 444 kamailio.xml
- svccg -v import kamailio.xml
- and finally enable the server to be a SMF service:
- svcadm enable kamailio -->
-
-<service_bundle type='manifest' name='kamailio'>
- <service name='network/kamailio' type='service'
version='1'>
- <create_default_instance enabled='false' />
- <single_instance/>
-
- <dependency name='multi-user' grouping='require_all'
restart_on='none' type='service'>
- <service_fmri value='svc:/milestone/multi-user' />
- </dependency>
-
- <dependency name='multi-user-server' grouping='require_all'
restart_on='none' type='service'>
- <service_fmri value='svc:/milestone/multi-user-server' />
- </dependency>
-
- <dependency name='cswmysql5' grouping='require_all'
restart_on='none' type='service'>
- <!-- adapt if you use another mysql version -->
- <service_fmri value='svc:/network/cswmysql5:default' />
- </dependency>
-
- <exec_method type='method' name='start' exec='/sbin/kamctl
start' timeout_seconds='30' />
-
- <exec_method type='method' name='stop' exec='/sbin/kamctl
stop' timeout_seconds='60' />
-
- <exec_method type='method' name='restart' exec='/sbin/kamctl
restart' timeout_seconds='-1' />
-
- <stability value='Unstable' />
- <template>
- <common_name>
- <loctext xml:lang='C'> Kamailio </loctext>
- </common_name>
- </template>
- </service>
-</service_bundle>
+<?xml version="1.0"?>
+<!DOCTYPE service_bundle SYSTEM
"/usr/share/lib/xml/dtd/service_bundle.dtd.1">
+
+<!-- This is a manifest file to start, stop or restart the server automatically at
+ the Solaris 10 bootup. Setup and usage:
+ cp kamailio-manifest.xml to /var/svc/manifest/network/kamailio.xml
+ chmod 444 kamailio.xml
+ svccg -v import kamailio.xml
+ and finally enable the server to be a SMF service:
+ svcadm enable kamailio -->
+
+<service_bundle type='manifest' name='kamailio'>
+ <service name='network/kamailio' type='service'
version='1'>
+ <create_default_instance enabled='false' />
+ <single_instance/>
+
+ <dependency name='multi-user' grouping='require_all'
restart_on='none' type='service'>
+ <service_fmri value='svc:/milestone/multi-user' />
+ </dependency>
+
+ <dependency name='multi-user-server' grouping='require_all'
restart_on='none' type='service'>
+ <service_fmri value='svc:/milestone/multi-user-server' />
+ </dependency>
+
+ <dependency name='cswmysql5' grouping='require_all'
restart_on='none' type='service'>
+ <!-- adapt if you use another mysql version -->
+ <service_fmri value='svc:/network/cswmysql5:default' />
+ </dependency>
+
+ <exec_method type='method' name='start' exec='/sbin/kamctl
start' timeout_seconds='30' />
+
+ <exec_method type='method' name='stop' exec='/sbin/kamctl
stop' timeout_seconds='60' />
+
+ <exec_method type='method' name='restart' exec='/sbin/kamctl
restart' timeout_seconds='-1' />
+
+ <stability value='Unstable' />
+ <template>
+ <common_name>
+ <loctext xml:lang='C'> Kamailio </loctext>
+ </common_name>
+ </template>
+ </service>
+</service_bundle>