FreeBSD Bugzilla – Attachment 149276 Details for
Bug 194854
[patch] print/cups-base may fail to build package when PAM enabled.
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
cups-base.patch2
cups-base.patch (text/plain), 1.07 KB, created by
takefu
on 2014-11-11 03:48:16 UTC
(
hide
)
Description:
cups-base.patch2
Filename:
MIME Type:
Creator:
takefu
Created:
2014-11-11 03:48:16 UTC
Size:
1.07 KB
patch
obsolete
>diff -ruN /usr/ports/print/cups-base/Makefile ./Makefile >--- /usr/ports/print/cups-base/Makefile 2014-11-07 22:03:09.000000000 +0900 >+++ ./Makefile 2014-11-11 12:34:53.000000000 +0900 >@@ -239,6 +239,7 @@ > -e 's|/private/etc/pam.d|${LOCALBASE}/etc/pam.d|' \ > -e 's|-D_LARGEFILE64_SOURCE||g' \ > ${WRKSRC}/${CONFIGURE_SCRIPT} >+ @${REINPLACE_CMD} -e 's|/cups.default|/cups.sample|' ${WRKSRC}/conf/Makefile > .if defined(CUPS_CLIENT) > @${REINPLACE_CMD} \ > -e 's|cups test|cups|' \ >diff -ruN /usr/ports/print/cups-base/pkg-plist ./pkg-plist >--- /usr/ports/print/cups-base/pkg-plist 2014-08-17 19:05:32.000000000 +0900 >+++ ./pkg-plist 2014-11-11 12:26:31.000000000 +0900 >@@ -31,9 +31,7 @@ > @sample %%ETCDIR%%/mime.types.sample > @sample %%ETCDIR%%/snmp.conf.sample > @exec chgrp cups %D/etc/cups >-%%PAM%%@unexec if cmp -s %D/etc/pam.d/cups.default %D/etc/pam.d/cups; then rm -f %D/etc/pam.d/cups ; fi >-%%PAM%%etc/pam.d/cups.default >-%%PAM%%@exec if [ ! -f %D/etc/pam.d/cups ] ; then cp -p %D/%F %B/cups; fi >+%%PAM%%@sample /etc/pam.d/cups.sample > bin/cancel > bin/cupstestdsc > bin/cupstestppd
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 194854
:
149110
|
149276
|
149579
|
149663
|
149923