diff options
Diffstat (limited to 'mail/prayer/patches/patch-ae')
-rw-r--r-- | mail/prayer/patches/patch-ae | 21 |
1 files changed, 16 insertions, 5 deletions
diff --git a/mail/prayer/patches/patch-ae b/mail/prayer/patches/patch-ae index 0cc1ded3031..39f39b3b3f0 100644 --- a/mail/prayer/patches/patch-ae +++ b/mail/prayer/patches/patch-ae @@ -1,8 +1,8 @@ -$NetBSD: patch-ae,v 1.1 2003/03/02 12:10:47 jmmv Exp $ +$NetBSD: patch-ae,v 1.2 2003/07/28 15:51:25 adam Exp $ ---- files/etc/prayer.cf.SRC.orig 2002-11-06 11:13:44.000000000 +0100 -+++ files/etc/prayer.cf.SRC -@@ -363,16 +363,16 @@ ispell_path = /usr/bin/ispell +--- 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 @@ -17,9 +17,20 @@ $NetBSD: patch-ae,v 1.1 2003/03/02 12:10:47 jmmv Exp $ -#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/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__" |