"Pcal" Version 4.7 This is a new release of "Pcal", the PostScript calendar program. The major new features are the "-H" flag for generating output in HTML table form, expansion of "%y" in the "include" filename into the last two digits of every applicable year in "year all" mode, and the addition of build-time support for A4 size paper.
15 lines
485 B
Text
15 lines
485 B
Text
$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
|