diff options
author | jperkin <jperkin> | 2016-06-08 10:02:24 +0000 |
---|---|---|
committer | jperkin <jperkin> | 2016-06-08 10:02:24 +0000 |
commit | 7ff25ddba440f7f435efe90bf5d2750f04b0f9cb (patch) | |
tree | e3a51f8ade4c69b09a3e2cf18f2eb54b8025f014 /mail/postfix | |
parent | 6520492df6c33defd3232131d096495c66be5308 (diff) | |
download | pkgsrc-7ff25ddba440f7f435efe90bf5d2750f04b0f9cb.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 /> |