openbsd-ports/www/tt-rss/patches/patch-config_php-dist
landry acc5fc1ac5 Update to tt-rss 1.7.9, still seems to work fine in ffx & with the
android unofficial client. Dont forget to visit the webpage for db
upgrade process first.
2013-06-04 19:59:37 +00:00

13 lines
458 B
Plaintext

$OpenBSD: patch-config_php-dist,v 1.2 2013/06/04 19:59:38 landry Exp $
--- config.php-dist.orig Mon May 13 11:34:26 2013
+++ config.php-dist Tue Jun 4 21:02:03 2013
@@ -49,7 +49,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');