Subversion Repositories prayer

Compare Revisions

Ignore whitespace Rev 67 → Rev 68

/branches/lenny/debian/changelog
2,8 → 2,11
 
* prayer.init: Correctly check for the presence of the executables.
* Split out templates to a separate arch-indep package.
* Change the default value of the tmp_dir option back to
${var_prefix}/tmp (/var/run/prayer/tmp) because using /tmp may not be
secure.
 
-- Magnus Holmgren <holmgren@debian.org> Sun, 28 Sep 2008 14:22:50 +0200
-- Magnus Holmgren <holmgren@debian.org> Sun, 19 Oct 2008 20:47:13 +0200
 
prayer (1.2.2.1-5a) unstable; urgency=medium
 
/branches/lenny/debian/patches/makefile_install_config.patch
141,13 → 141,9
# Name of Unix domain socket (in $socket_dir) used for initial handshake
# between prayer and prayer-session processes when a user logs in
@@ -453,10 +438,10 @@ ssl_session_dir = "$var_prefix/ssl_s
@@ -453,7 +438,7 @@ ssl_session_dir = "$var_prefix/ssl_s
tmp_dir = "$var_prefix/tmp"
# Location for temporary files e.g; attachments and folders in transist
# during upload and download operation. Core files also end up here
-tmp_dir = "$var_prefix/tmp"
+tmp_dir = "/tmp"
# Location for PID files for prayer and prayer-session master processes.
-pid_dir = "$var_prefix/pid"
+pid_dir = "$var_prefix"