FreeBSD Bugzilla – Attachment 157548 Details for
Bug 200717
dns/dnsmasq: switch to using @sample keyword
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
@sample patch
dnsmasq.patch (text/plain), 1.44 KB, created by
Jimmy Olgeni
on 2015-06-08 20:35:41 UTC
(
hide
)
Description:
@sample patch
Filename:
MIME Type:
Creator:
Jimmy Olgeni
Created:
2015-06-08 20:35:41 UTC
Size:
1.44 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 388489) >+++ Makefile (working copy) >@@ -3,7 +3,7 @@ > > PORTNAME= dnsmasq > DISTVERSION= 2.72 >-PORTREVISION= 1 >+PORTREVISION= 2 > PORTEPOCH= 1 > CATEGORIES= dns ipv6 > MASTER_SITES= http://www.thekelleys.org.uk/dnsmasq/ \ >@@ -108,8 +108,8 @@ > > do-install: > ${INSTALL_PROGRAM} ${WRKSRC}/src/dnsmasq ${STAGEDIR}${PREFIX}/sbin >- ${INSTALL_DATA} ${WRKSRC}/dnsmasq.conf.example ${STAGEDIR}${PREFIX}/etc >- ${REINPLACE_CMD} -i '' 's}%%PREFIX%%}${PREFIX}}' ${STAGEDIR}${PREFIX}/etc/dnsmasq.conf.example >+ ${INSTALL_DATA} ${WRKSRC}/dnsmasq.conf.example ${STAGEDIR}${PREFIX}/etc/dnsmasq.conf.sample >+ ${REINPLACE_CMD} -i '' 's}%%PREFIX%%}${PREFIX}}' ${STAGEDIR}${PREFIX}/etc/dnsmasq.conf.sample > ${INSTALL_MAN} ${WRKSRC}/man/${PORTNAME}.8 ${STAGEDIR}${PREFIX}/man/man8 > ${MKDIR} ${STAGEDIR}${DATADIR} > ${INSTALL_DATA} ${WRKSRC}/trust-anchors.conf ${STAGEDIR}${DATADIR}/ >Index: pkg-plist >=================================================================== >--- pkg-plist (revision 388489) >+++ pkg-plist (working copy) >@@ -1,7 +1,5 @@ > sbin/dnsmasq >-@unexec if cmp -s %D/etc/dnsmasq.conf %D/etc/dnsmasq.conf.example ; then rm -f %D/etc/dnsmasq.conf ; fi >-etc/dnsmasq.conf.example >-@exec if [ ! -f %D/etc/dnsmasq.conf ]; then cp -p %D/%F %B/dnsmasq.conf; fi >+@sample etc/dnsmasq.conf.sample > man/man8/dnsmasq.8.gz > %%DATADIR%%/trust-anchors.conf > %%EXAMPLESDIR%%/dnslist/dhcp.css
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
Actions:
View
|
Diff
Attachments on
bug 200717
: 157548 |
157549