diff options
author | jperkin <jperkin@pkgsrc.org> | 2016-06-08 10:02:24 +0000 |
---|---|---|
committer | jperkin <jperkin@pkgsrc.org> | 2016-06-08 10:02:24 +0000 |
commit | 5416845af3ff4dae8960197e218d1acfc41422ee (patch) | |
tree | ae3b42e639d2b0b6609ff1ae38340a7508d0d543 /www/apache22 | |
parent | a345c57df2169ec1f3b6b750732eb5ba82e3fa5b (diff) | |
download | pkgsrc-5416845af3ff4dae8960197e218d1acfc41422ee.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 'www/apache22')
-rw-r--r-- | www/apache22/files/smf/manifest.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/apache22/files/smf/manifest.xml b/www/apache22/files/smf/manifest.xml index 78e937b4406..cc35e291367 100644 --- a/www/apache22/files/smf/manifest.xml +++ b/www/apache22/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='0'> <create_default_instance enabled="false" /> <single_instance /> |