blob: 39f39b3b3f07d8882a3a17d03110580b56f94c95 (
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
|
$NetBSD: patch-ae,v 1.2 2003/07/28 15:51:25 adam Exp $
--- files/etc/prayer.cf.SRC.orig 2003-05-11 16:59:12.000000000 +0200
+++ files/etc/prayer.cf.SRC 2003-07-28 17:33:34.000000000 +0200
@@ -368,25 +368,25 @@
# <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"
# 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__"
|