Skip to content

Commit

Permalink
net/dnsdist: Use the usual 'application' SMF property group name
Browse files Browse the repository at this point in the history
to avoid having to refer to the property group explicitly. Fixes
TritonDataCenter#84. Bump PKGREVISION.
  • Loading branch information
mamash committed Feb 20, 2018
1 parent d59d722 commit d3f8e8f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions net/dnsdist/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# $NetBSD: Makefile,v 1.4 2018/01/17 12:10:38 jperkin Exp $
# $NetBSD: Makefile,v 1.5 2018/02/20 16:59:55 fhajny Exp $

DISTNAME= dnsdist-1.2.0
PKGREVISION= 1
PKGREVISION= 2
CATEGORIES= net
MASTER_SITES= https://downloads.powerdns.com/releases/
EXTRACT_SUFX= .tar.bz2
Expand Down
2 changes: 1 addition & 1 deletion net/dnsdist/files/smf/manifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<propval name="duration" type="astring" value="contract" />
<propval name="ignore_error" type="astring" value="core,signal" />
</property_group>
<property_group name="dnsdist" type="application">
<property_group name="application" type="application">
<propval name="config_file" type="astring" value="@PKG_SYSCONFDIR@/dnsdist.conf" />
</property_group>
<template>
Expand Down

0 comments on commit d3f8e8f

Please sign in to comment.