b17b7b4659
- 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@
10 lines
300 B
Plaintext
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");
|