Files
pkgsrc-ng/time/pcal/patches/patch-ab
2013-09-26 17:14:40 +02:00

16 lines
485 B
Plaintext

$NetBSD: patch-ab,v 1.1.1.1 2000/12/21 06:20:53 kei Exp $
--- pcal.cgi.orig Wed Dec 20 15:43:36 2000
+++ pcal.cgi Wed Dec 20 15:45:35 2000
@@ -27,8 +27,8 @@
# common calendar file on your system (note that the user can't use his/her
# own calendar file since most servers will execute pcal.cgi as 'nobody')
-pcal=/yourpath/pcal
-file=/yourpath/calendar
+pcal=@@PREFIX@@/bin/pcal
+file=@@PREFIX@@/share/misc/calendar
# set DEBUG=1 to echo debugging output as HTML text
DEBUG=0