summaryrefslogtreecommitdiff
path: root/mail/prayer/patches/patch-ae
blob: 01a167754ae29f21ad81aa101e94d217cd635583 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
$NetBSD: patch-ae,v 1.4 2007/06/15 23:28:17 wiz Exp $

--- files/etc/prayer.cf.SRC.orig	2006-04-11 11:13:21.000000000 +0000
+++ files/etc/prayer.cf.SRC
@@ -382,13 +382,13 @@ ispell_path         = /usr/bin/ispell
 #  <login_suffix_path>
 
 # Login page prefix
-#login_prefix_path   = "$prefix/etc/login_prefix.html"
+#login_prefix_path   = "__PKG_SYSCONFDIR__/login_prefix.html"
 
 # Message of the day file
-#motd_path           = "$prefix/etc/motd.html"
+#motd_path           = "__PKG_SYSCONFDIR__/motd.html"
 
 # Login page suffix
-#login_suffix_path   = "$prefix/etc/login_suffix.html"
+#login_suffix_path   = "__PKG_SYSCONFDIR__/login_suffix.html"
 
 # Login security: Prayer's front page defaults to a login form.
 # If the user does not connect via SSL then this can be changed
@@ -407,16 +407,16 @@ ssl_redirect        = FALSE
 ssl_required        = FALSE
 
 # Session banner (local HTML inserted into each page of login session)
-#session_banner_path = "$prefix/etc/session_banner.html"
+#session_banner_path = "__PKG_SYSCONFDIR__/session_banner.html"
 
 # Welcome text displayed when user first logs in
-welcome_path        = "$prefix/etc/welcome.html"
+welcome_path        = "__PKG_SYSCONFDIR__/welcome.html"
 
 # Location of help files
-help_dir            = "$prefix/help"
+help_dir            = "__PREFIX__/share/prayer/help"
 
 # Location of icon files
-icon_dir            = "$prefix/icons"
+icon_dir            = "__PREFIX__/share/prayer/icons"
 
 # Location of binary files
 bin_dir             = "__BIN_DIR__"