FreeBSD Bugzilla – Attachment 115394 Details for
Bug 157164
Fix port: www/pubcookie-login-server 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), 1.39 KB, created by
Chris Rees
on 2011-05-18 20:50:12 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Chris Rees
Created:
2011-05-18 20:50:12 UTC
Size:
1.39 KB
patch
obsolete
>Index: Makefile >=================================================================== >RCS file: /exports/cvsroot-freebsd/ports/www/pubcookie-login-server/Makefile,v >retrieving revision 1.7 >diff -u -r1.7 Makefile >--- Makefile 25 Feb 2011 01:32:11 -0000 1.7 >+++ Makefile 18 May 2011 18:43:56 -0000 >@@ -35,15 +35,16 @@ > PC_DIR= ${PREFIX}/${PC_BASE} > > SUB_FILES+= pkg-install >-SUB_LIST+= CONF_FILES="${CONF_FILES}" CONF_DIRS="${CONF_DIRS}" >+SUB_LIST+= CONF_FILES="${PUBCOOKIE_CONF_FILES}" \ >+ CONF_DIRS="${PUBCOOKIE_CONF_DIRS}" > PKGINSTALL= ${WRKDIR}/pkg-install > PKGDEINSTALL= ${PKGINSTALL} > .include "${.CURDIR}/Makefile.templates" >-CONF_FILES+= ${LOGIN_TEMPLATES:C|(.*)|${PC_BASE}/login_templates.default/\1:${PC_BASE}/login_templates/\1|} >-CONF_DIRS+= ${PC_BASE}/login_templates >-CONF_FILES+= ${LOGIN_IMAGES:C|(.*)|${PC_BASE}/login_templates.default/images/\1:${PC_BASE}/login/images/\1|} >-CONF_DIRS+= ${PC_BASE}/login/images >-CONF_FILES+= ${PC_BASE}/config.login.sample:${PC_BASE}/config >+PUBCOOKIE_CONF_FILES+= ${LOGIN_TEMPLATES:C|(.*)|${PC_BASE}/login_templates.default/\1:${PC_BASE}/login_templates/\1|} >+PUBCOOKIE_CONF_DIRS+= ${PC_BASE}/login_templates >+PUBCOOKIE_CONF_FILES+= ${LOGIN_IMAGES:C|(.*)|${PC_BASE}/login_templates.default/images/\1:${PC_BASE}/login/images/\1|} >+PUBCOOKIE_CONF_DIRS+= ${PC_BASE}/login/images >+PUBCOOKIE_CONF_FILES+= ${PC_BASE}/config.login.sample:${PC_BASE}/config > > # XXX Add Kerberos
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 157164
: 115394