summaryrefslogtreecommitdiff
path: root/www/davical/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'www/davical/patches/patch-aa')
-rw-r--r--www/davical/patches/patch-aa22
1 files changed, 22 insertions, 0 deletions
diff --git a/www/davical/patches/patch-aa b/www/davical/patches/patch-aa
new file mode 100644
index 00000000000..cad67b50c2e
--- /dev/null
+++ b/www/davical/patches/patch-aa
@@ -0,0 +1,22 @@
+$NetBSD: patch-aa,v 1.1.1.1 2010/05/23 21:36:30 jym Exp $
+
+--- dba/create-database.sh.orig 2010-03-11 11:12:07.000000000 +0000
++++ dba/create-database.sh
+@@ -16,7 +16,7 @@ testawldir() {
+
+ #
+ # Attempt to locate the AWL directory
+-AWLDIR="${DBADIR}/../../awl"
++AWLDIR="@LIBAWLPATH@"
+ if ! testawldir "${AWLDIR}"; then
+ AWLDIR="/usr/share/awl"
+ if ! testawldir "${AWLDIR}"; then
+@@ -168,7 +168,7 @@ rm "${INSTALL_NOTE_FN}"
+ cat <<FRIENDLY
+ * The password for the 'admin' user has been set to '${ADMINPW}'"
+
+-Thanks for trying DAViCal! Check in /usr/share/doc/davical/examples/ for
++Thanks for trying DAViCal! Check in @EGDIRCONFIG@/ for
+ some configuration examples. For help, visit #davical on irc.oftc.net.
+
+ FRIENDLY