$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 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__"