FreeBSD Bugzilla – Attachment 160404 Details for
Bug 202692
net/dtcpclient: switch to @sample
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch
dtcpclient.patch (text/plain), 1.05 KB, created by
Dmitry Marakasov
on 2015-08-27 12:56:14 UTC
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Dmitry Marakasov
Created:
2015-08-27 12:56:14 UTC
Size:
1.05 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 390640) >+++ Makefile (working copy) >@@ -2,7 +2,7 @@ > > PORTNAME= dtcpclient > PORTVERSION= 20090812 >-#PORTREVISION= 0 >+PORTREVISION= 1 > CATEGORIES= net ipv6 > MASTER_SITES= http://www.mahoroba.org/~ume/ipv6/ \ > http://home.jp.FreeBSD.org/~ume/ipv6/ >@@ -15,4 +15,9 @@ > USES= uidfix > USE_RC_SUBR= dtcpclient > >+post-install: >+ @${MV} ${STAGEDIR}${EXAMPLESDIR}/dtcpclient.script \ >+ ${STAGEDIR}${PREFIX}/etc/dtcpclient.script.sample >+ @${RMDIR} ${STAGEDIR}${EXAMPLESDIR} >+ > .include <bsd.port.mk> >Index: pkg-plist >=================================================================== >--- pkg-plist (revision 390640) >+++ pkg-plist (working copy) >@@ -1,5 +1,3 @@ >+@sample etc/dtcpclient.script.sample > man/man8/dtcpclient.8.gz > sbin/dtcpclient >-@unexec if cmp -s %D/etc/dtcpclient.script %D/%%EXAMPLESDIR%%/dtcpclient.script; then rm -f %D/etc/dtcpclient.script; fi >-%%EXAMPLESDIR%%/dtcpclient.script >-@exec [ -f %D/etc/dtcpclient.script ] || cp %B/%f %D/etc/dtcpclient.script
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 202692
: 160404