FreeBSD Bugzilla – Attachment 134384 Details for
Bug 179047
[PATCH] net/nss_ldap: dpn't override ${PREFIX}/etc/nss_ldap.conf
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
nss_ldap-1.265_7.patch
nss_ldap-1.265_7.patch (text/plain), 596 bytes, created by
Anton Yuzhaninov
on 2013-05-28 12:20:00 UTC
(
hide
)
Description:
nss_ldap-1.265_7.patch
Filename:
MIME Type:
Creator:
Anton Yuzhaninov
Created:
2013-05-28 12:20:00 UTC
Size:
596 bytes
patch
obsolete
>diff -ruN /usr/ports//net/nss_ldap/Makefile ./Makefile >--- /usr/ports//net/nss_ldap/Makefile 2013-05-17 13:47:11.000000000 +0000 >+++ ./Makefile 2013-05-28 10:52:30.000000000 +0000 >@@ -75,9 +75,9 @@ > ${INSTALL_MAN} ${WRKSRC}/${MAN5} ${MAN5PREFIX}/man/man5 > > post-install: >-.if !exists(${PREFIX}/etc/nss_ldap.conf) >- ${CP} -p ${PREFIX}/etc/nss_ldap.conf.sample ${PREFIX}/etc/nss_ldap.conf >-.endif >+ @if [ ! -f ${PREFIX}/etc/nss_ldap.conf ]; then \ >+ ${CP} -pv ${PREFIX}/etc/nss_ldap.conf.sample ${PREFIX}/etc/nss_ldap.conf ; \ >+ fi > .if !defined(PACKAGE_BUILDING) > @${CAT} ${PKGMESSAGE} > .endif
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 179047
: 134384