openbsd-ports/www/tt-rss/patches/patch-update_php
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

10 lines
300 B
Plaintext

$OpenBSD: patch-update_php,v 1.1 2012/03/15 09:50:23 landry Exp $
--- update.php.orig Wed Mar 14 19:01:19 2012
+++ update.php Wed Mar 14 19:01:36 2012
@@ -1,4 +1,4 @@
-#!/usr/bin/php
+#!${MODPHP_BIN}
<?php
set_include_path(get_include_path() . PATH_SEPARATOR .
dirname(__FILE__) . "/include");