openbsd-ports/www/tt-rss/patches/patch-config_php-dist
landry b17b7b4659 Update to tt-rss 1.5.10
- remove dep on gtar
- patch config.php-dist & update.php to use MODPHP_BIN
- fix perms in PLIST, use @owner www for dirs where tt-rss writes
- switch MESSAGE to README, and improve the latter
- provide an rc script for the daemon updating the feeds

ok ajacoutot@
2012-03-15 09:50:23 +00:00

13 lines
458 B
Plaintext

$OpenBSD: patch-config_php-dist,v 1.1 2012/03/15 09:50:23 landry Exp $
--- config.php-dist.orig Wed Mar 14 19:01:39 2012
+++ config.php-dist Wed Mar 14 19:02:04 2012
@@ -32,7 +32,7 @@
// *** Files and directories ***
// *****************************
- define('PHP_EXECUTABLE', '/usr/bin/php');
+ define('PHP_EXECUTABLE', '${MODPHP_BIN}');
// Path to PHP executable, used for various command-line tt-rss programs
define('LOCK_DIRECTORY', 'lock');