Subversion Repositories prayer-err

Compare Revisions

Ignore whitespace Rev 15 → Rev 14

/trunk/debian/changelog
9,10 → 9,8
* Use dpkg-override to allow the administrator to change mode of
/var/run/prayer and /var/log/prayer.
* Add postinst and postrm scripts for prayer-accountd.
* makefile_install_config.patch: Set authtype = pam in accountd.cf so
that accountd will start.
 
-- Magnus Holmgren <holmgren@debian.org> Thu, 15 May 2008 22:15:05 +0200
-- Magnus Holmgren <holmgren@debian.org> Thu, 15 May 2008 22:12:07 +0200
 
prayer (1.1.0-1) unstable; urgency=low
 
/trunk/debian/patches/makefile_install_config.patch
1,13 → 1,11
--- a/files/etc/prayer-accountd.cf
+++ b/files/etc/prayer-accountd.cf
@@ -8,6 +8,10 @@
@@ -8,6 +8,8 @@
# Default accountd.cf file suitable for RedHat Linux only.
# See distribution for some sample files for FreeBSD and Solaris
+accountd_port = 145
+
+authtype = pam
+
msforward_name = ".MSforward"
forward_name = ".forward"
aliases_name = "vacation.aliases"