FreeBSD Bugzilla – Attachment 156512 Details for
Bug 200050
dns/credns: create /var directories from plist
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Slightly improved patch
credns.patch (text/plain), 1.92 KB, created by
Jaap Akkerhuis
on 2015-05-08 15:57:49 UTC
(
hide
)
Description:
Slightly improved patch
Filename:
MIME Type:
Creator:
Jaap Akkerhuis
Created:
2015-05-08 15:57:49 UTC
Size:
1.92 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 382671) >+++ Makefile (working copy) >@@ -3,7 +3,7 @@ > > PORTNAME= credns > PORTVERSION= 0.2.10 >-PORTREVISION= 1 >+PORTREVISION= 2 > CATEGORIES= dns security > MASTER_SITES= http://www.nlnetlabs.nl/downloads/credns/ > >@@ -11,6 +11,7 @@ > COMMENT= Verifier performing validation in the DNS notify/transfer-chain > > LICENSE= BSD3CLAUSE >+LICENSE_FILE= ${WRKSRC}/LICENSE > > USE_RC_SUBR= credns > >@@ -27,12 +28,10 @@ > --with-dbfile=${CREDNSDBDIR}/nsd.db \ > --with-pidfile=${CREDNSRUNDIR}/nsd.pid > >-SUB_LIST= CREDNSUSER=${USERS} \ >+PLIST_SUB= CREDNSUSER=${USERS} \ > CREDNSGROUP=${GROUPS} \ > CREDNSDBDIR=${CREDNSDBDIR} \ > CREDNSRUNDIR=${CREDNSRUNDIR} >-PLIST_SUB= CREDNSDBDIR=${CREDNSDBDIR} \ >- CREDNSRUNDIR=${CREDNSRUNDIR} > > USE_OPENSSL= yes > >@@ -52,6 +51,9 @@ > MAXIPS_CONFIGURE_ON= --with-max-ips=${NSDMAX_IPS} > > post-install: >+.for f in credns credns-checkconf credns-notify credns-patch credns-xfer >+ ${STRIP_CMD} ${STAGEDIR}${PREFIX}/sbin/${f} >+.endfor > ${INSTALL_DATA} ${WRKSRC}/credns.conf.sample \ > ${STAGEDIR}${PREFIX}/etc/credns/credns.conf.sample > @${MKDIR} ${STAGEDIR}${DOCSDIR} >Index: files/credns.in >=================================================================== >--- files/credns.in (revision 385790) >+++ files/credns.in (working copy) >@@ -35,7 +35,6 @@ > > credns_precmd() > { >- /usr/bin/install -d -o %%CREDNSUSER%% -g %%CREDNSGROUP%% %%CREDNSDBDIR%% %%CREDNSRUNDIR%% > db=`%%PREFIX%%/sbin/credns-checkconf -o database %%PREFIX%%/etc/credns/credns.conf` > if [ ! -f "$db" ]; then > ${command} rebuild >Index: pkg-plist >=================================================================== >--- pkg-plist (revision 382671) >+++ pkg-plist (working copy) >@@ -12,3 +12,5 @@ > sbin/credns-patch > sbin/credns-xfer > sbin/crednsc >+@dir(%%CREDNSUSER%%,%%CREDNSGROUP%%,755) %%CREDNSRUNDIR%% >+@dir(%%CREDNSUSER%%,%%CREDNSGROUP%%,755) %%CREDNSDBDIR%%
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
jaap
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 200050
:
156505
| 156512