diff options
author | jperkin <jperkin@pkgsrc.org> | 2016-06-08 09:46:01 +0000 |
---|---|---|
committer | jperkin <jperkin@pkgsrc.org> | 2016-06-08 09:46:01 +0000 |
commit | 74263bc0012d6e95cfefde405f65f3e672d31245 (patch) | |
tree | 3800adc640a64e9697c602766ff07db306b2c55e /chat/prosody/files | |
parent | 35611358192ebd7007416ddacfeac321083c6db7 (diff) | |
download | pkgsrc-74263bc0012d6e95cfefde405f65f3e672d31245.tar.gz |
Change the service_bundle name to "export" to reduce diffs between the
original manifest.xml file and the output from "svccfg export".
Diffstat (limited to 'chat/prosody/files')
-rw-r--r-- | chat/prosody/files/smf/manifest.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chat/prosody/files/smf/manifest.xml b/chat/prosody/files/smf/manifest.xml index 4c21f47007e..10795ff16fe 100644 --- a/chat/prosody/files/smf/manifest.xml +++ b/chat/prosody/files/smf/manifest.xml @@ -1,6 +1,6 @@ <?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_bundle type="manifest" name="export"> <service name="@SMF_PREFIX@/@SMF_NAME@" type="service" version="1"> <create_default_instance enabled="false" /> <single_instance /> |