FreeBSD Bugzilla – Attachment 115387 Details for
Bug 157157
Fix port: net/iet uses CONF_FILES internally
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1022 bytes, created by
Chris Rees
on 2011-05-18 20:50:10 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Chris Rees
Created:
2011-05-18 20:50:10 UTC
Size:
1022 bytes
patch
obsolete
>Index: Makefile >=================================================================== >RCS file: /exports/cvsroot-freebsd/ports/net/iet/Makefile,v >retrieving revision 1.6 >diff -u -r1.6 Makefile >--- Makefile 1 Apr 2011 17:34:44 -0000 1.6 >+++ Makefile 18 May 2011 19:03:18 -0000 >@@ -35,8 +35,7 @@ > PLIST_SUB+= KMODDIR=${KMODDIR} > MAKE_ENV+= KMODDIR=${KMODDIR} DATADIR=${DATADIR} SYSDIR="${SRC_BASE}/sys" > >-CONFDIR= ${PREFIX}/etc/iet >-CONF_FILES= ietd.conf initiators.allow initiators.deny targets.allow >+IET_CONF_FILES= ietd.conf initiators.allow initiators.deny targets.allow > > .if !exists(${SRC_BASE}/sys/Makefile) > IGNORE= requires kernel sources to build >@@ -49,11 +48,11 @@ > .endif > > pre-install: >- ${MKDIR} ${DATADIR} ${KMODDIR} ${CONFDIR} >+ ${MKDIR} ${DATADIR} ${KMODDIR} ${ETCDIR} > > post-install: >-.for f in ${CONF_FILES} >- @[ -f ${CONFDIR}/${f} ] || ${CP} ${DATADIR}/${f} ${CONFDIR}/ >+.for f in ${IET_CONF_FILES} >+ @[ -f ${ETCDIR}/${f} ] || ${CP} ${DATADIR}/${f} ${ETCDIR}/ > .endfor > > .include <bsd.port.post.mk>
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 157157
: 115387