summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul J Stevens <paul@nfg.nl>2010-10-04 10:45:05 +0200
committerPaul J Stevens <paul@nfg.nl>2010-10-04 10:45:05 +0200
commit9d9add1a50a4e96d5d10e751e6d59354fba3d8d5 (patch)
treeaf690c049a075bc054c9c1050d2d9c52ac38e02b
parent8e91c89c77766e7febecd16e679ca7592017b79b (diff)
more debian updatesdbmail_2_2
-rw-r--r--debian/changelog2
-rw-r--r--debian/patches/dbmail_conf48
2 files changed, 1 insertions, 49 deletions
diff --git a/debian/changelog b/debian/changelog
index cdf64ea4..689f6b01 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -10,7 +10,7 @@ dbmail (2.2.17-1) unstable; urgency=low
- remove empty prerm
* fix typo (Closes: #550259)
- -- Paul J Stevens <paul@nfg.nl> Sat, 18 Sep 2010 17:51:36 +0000
+ -- Paul J Stevens <paul@nfg.nl> Mon, 04 Oct 2010 08:15:43 +0000
dbmail (2.2.11-1) unstable; urgency=low
diff --git a/debian/patches/dbmail_conf b/debian/patches/dbmail_conf
deleted file mode 100644
index 8f527c7d..00000000
--- a/debian/patches/dbmail_conf
+++ /dev/null
@@ -1,48 +0,0 @@
-#! /bin/sh /usr/share/dpatch/dpatch-run
-## 00-dbmail_conf.dpatch by <paul@nfg.nl>
-##
-## All lines beginning with `## DP:' are a description of the patch.
-## DP: prepare a sane debian compliant config file
-
-@DPATCH@
-diff -urNad dbmail-2.2.5~/dbmail.conf dbmail-2.2.5/dbmail.conf
---- dbmail-2.2.5~/dbmail.conf 2007-04-27 09:52:11.000000000 +0200
-+++ dbmail-2.2.5/dbmail.conf 2007-05-15 21:53:25.000000000 +0200
-@@ -100,8 +100,8 @@
- # Root privs are used to open a port, then privs
- # are dropped down to the user/group specified here.
- #
--EFFECTIVE_USER = nobody
--EFFECTIVE_GROUP = nogroup
-+EFFECTIVE_USER = dbmail
-+EFFECTIVE_GROUP = dbmail
-
- #
- # The IP addresses the services will bind to.
-@@ -154,22 +154,22 @@
- #
- # logfile for stdout messages
- #
--logfile = /var/log/dbmail.log
-+logfile = /var/log/dbmail/dbmail.log
-
- #
- # logfile for stderr messages
- #
--errorlog = /var/log/dbmail.err
-+errorlog = /var/log/dbmail/dbmail.err
-
- #
- # directory for storing PID files
- #
--pid_directory = /var/run
-+pid_directory = /var/run/dbmail
-
- #
- # directory for storing the daemon statefiles
- #
--state_directory = /var/run
-+state_directory = /var/run/dbmail
-
- #
- # directory for locating libraries (normally has a sane default compiled-in)