diff options
author | jperkin <jperkin@pkgsrc.org> | 2016-06-08 10:16:50 +0000 |
---|---|---|
committer | jperkin <jperkin@pkgsrc.org> | 2016-06-08 10:16:50 +0000 |
commit | 361a2466e2faa03ecb00ac16a4dee5c37fa003c2 (patch) | |
tree | 6935b88a71f866fd610160cdee3f26187d117580 /net/unbound | |
parent | 5416845af3ff4dae8960197e218d1acfc41422ee (diff) | |
download | pkgsrc-361a2466e2faa03ecb00ac16a4dee5c37fa003c2.tar.gz |
Remove the stability entity, it has no meaning outside of an official context.
Diffstat (limited to 'net/unbound')
-rw-r--r-- | net/unbound/files/smf/manifest.xml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net/unbound/files/smf/manifest.xml b/net/unbound/files/smf/manifest.xml index 1f3a7c6be47..f6c1eb48176 100644 --- a/net/unbound/files/smf/manifest.xml +++ b/net/unbound/files/smf/manifest.xml @@ -1,5 +1,5 @@ <?xml version="1.0"?> -<!-- $NetBSD: manifest.xml,v 1.2 2016/06/08 09:46:04 jperkin Exp $ --> +<!-- $NetBSD: manifest.xml,v 1.3 2016/06/08 10:16:55 jperkin Exp $ --> <!DOCTYPE service_bundle SYSTEM "/usr/share/lib/xml/dtd/service_bundle.dtd.1"> <service_bundle type="manifest" name="export"> <service name="@SMF_PREFIX@/@SMF_NAME@" type="service" version="1"> @@ -26,7 +26,6 @@ <property_group name="application" type="application"> <propval name="config_file" type="astring" value="@PKG_SYSCONFDIR@/unbound.conf" /> </property_group> - <stability value="Evolving" /> <template> <common_name> <loctext xml:lang="C">unbound DNS cache</loctext> |