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 /mail/postfix | |
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 'mail/postfix')
-rw-r--r-- | mail/postfix/files/smf/manifest.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/postfix/files/smf/manifest.xml b/mail/postfix/files/smf/manifest.xml index 66c61a4ccd8..45b36256f9a 100644 --- a/mail/postfix/files/smf/manifest.xml +++ b/mail/postfix/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 /> |