blob: 361629e31ec1c103c2a42ef1237a8f94f0732894 (
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
|
$NetBSD: patch-ae,v 1.3 2005/01/09 00:07:47 schmonz Exp $
--- files/etc/prayer.cf.SRC.orig 2004-04-30 11:02:21.000000000 -0400
+++ files/etc/prayer.cf.SRC
@@ -376,25 +376,25 @@ 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"
# 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__"
|