FreeBSD Bugzilla – Attachment 153626 Details for
Bug 197045
[www/tt-rss] [PATCH] Changed config.php-dist into config.php.sample
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Updated patch
patch-sample-new.patch (text/plain), 1.12 KB, created by
Yuri Victorovich
on 2015-02-28 20:16:46 UTC
(
hide
)
Description:
Updated patch
Filename:
MIME Type:
Creator:
Yuri Victorovich
Created:
2015-02-28 20:16:46 UTC
Size:
1.12 KB
patch
obsolete
>--- Makefile 2015-02-25 14:59:31.000000000 -0800 >+++ Makefile 2015-02-28 12:09:07.000000000 -0800 >@@ -94,4 +94,7 @@ > ${TOUCH} ${STAGEDIR}${WWWDIR}/icons/.empty > ${INSTALL_DATA} ${WRKDIR}/httpd-tt-rss.conf ${STAGEDIR}${DATADIR} > >+post-install: >+ @${MV} ${STAGEDIR}${WWWDIR}/config.php-dist ${STAGEDIR}${WWWDIR}/config.php.sample >+ > .include <bsd.port.mk> >--- pkg-plist 2015-02-25 14:59:31.000000000 -0800 >+++ pkg-plist 2015-02-28 12:09:13.000000000 -0800 >@@ -53,7 +53,9 @@ > %%WWWDIR%%/classes/pref/users.php > %%WWWDIR%%/classes/rpc.php > %%WWWDIR%%/classes/ttrssmailer.php >-%%WWWDIR%%/config.php-dist >+@mode 0400 >+@sample %%WWWDIR%%/config.php.sample >+@mode > %%WWWDIR%%/css/cdm.css > %%WWWDIR%%/css/dijit.css > %%WWWDIR%%/css/layout.css >@@ -2392,8 +2394,6 @@ > %%WWWDIR%%/themes/.empty > %%WWWDIR%%/themes/default.css > %%WWWDIR%%/themes/night.css >-@exec [ -f %B/config.php ] || (cp %D/%F %B/config.php && chmod go-r %B/config.php && chown %%WWWOWN%% %B/config.php) >-@unexec if cmp -s %D/%%WWWDIR%%/config.php %D/%%WWWDIR%%/config.php-dist; then rm -f %D/%%WWWDIR%%/config.php; fi > @mode u=rx > %%WWWDIR%%/update.php > %%WWWDIR%%/update_daemon2.php
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 197045
:
152081
|
153397
|
153398
|
153535
| 153626