mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
Use @sample
PR: 189869 Submitted by: erwin Approved by: Jaap Akkerhuis <jaap@NLnetLabs.nl> (maintainer) Sponsored by: DK Hostmaster A/S
This commit is contained in:
parent
addf6fd68b
commit
341787890e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=354474
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= opendnssec
|
||||
PORTVERSION= 1.3.16
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= dns
|
||||
MASTER_SITES= http://dist.opendnssec.org/source/
|
||||
PKGNAMESUFFIX= 13
|
||||
|
@ -4,14 +4,10 @@ bin/ods-hsmutil
|
||||
bin/ods-ksmutil
|
||||
%%AUDITOR%%bin/ods-kaspcheck
|
||||
bin/ods-kasp2html
|
||||
@unexec if cmp -s %D/etc/opendnssec/conf.xml %D/etc/opendnssec/conf.xml.sample; then rm -f %D/etc/opendnssec/conf.xml; fi
|
||||
%%ETCDIR%%/conf.xml.sample
|
||||
@unexec if cmp -s %D/etc/opendnssec/kasp.xml %D/etc/opendnssec/kasp.xml.sample; then rm -f %D/etc/opendnssec/kasp.xml; fi
|
||||
%%ETCDIR%%/kasp.xml.sample
|
||||
@unexec if cmp -s %D/etc/opendnssec/zonefetch.xml %D/etc/opendnssec/zonefetch.xml.sample; then rm -f %D/etc/opendnssec/zonefetch.xml; fi
|
||||
%%ETCDIR%%/zonefetch.xml.sample
|
||||
@unexec if cmp -s %D/etc/opendnssec/zonelist.xml %D/etc/opendnssec/zonelist.xml.sample; then rm -f %D/etc/opendnssec/zonelist.xml; fi
|
||||
%%ETCDIR%%/zonelist.xml.sample
|
||||
@sample %%ETCDIR%%/conf.xml.sample
|
||||
@sample %%ETCDIR%%/kasp.xml.sample
|
||||
@sample %%ETCDIR%%/zonefetch.xml.sample
|
||||
@sample %%ETCDIR%%/zonelist.xml.sample
|
||||
%%AUDITOR%%lib/opendnssec/kasp_auditor/auditor.rb
|
||||
%%AUDITOR%%lib/opendnssec/kasp_auditor/changed_config.rb
|
||||
%%AUDITOR%%lib/opendnssec/kasp_auditor/commands.rb
|
||||
|
Loading…
Reference in New Issue
Block a user