summaryrefslogtreecommitdiff
path: root/www/geeklog/patches/patch-ab
blob: 95f22d09d3eed6f1c8bab74ebeb27657267abb6e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
$NetBSD: patch-ab,v 1.2 2007/05/20 15:56:45 taca Exp $

--- emailgeeklogstories.orig	2003-01-10 23:44:01.000000000 +0900
+++ emailgeeklogstories
@@ -1,4 +1,4 @@
-#!/usr/local/bin/php -q 
+#!@PREFIX@/bin/php -q 
 <?php
 // This code snippet is responsible for emailing Geeklog stories to users 
 // for the topics they select.
@@ -9,7 +9,7 @@
 // flags for this file.
 
 // Change this path to point to your lib-common.php file
-include('/path/to/geeklog/lib-common.php');
+include('@GEEKLOG_PUBDIR@/lib-common.php');
 
 COM_emailUserTopics();
 ?>