about summary refs log tree commit diff
path: root/pkgs/servers/mail/popa3d/fix-mail-spool-path.patch
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2012-09-19 01:27:00 +0200
committerPeter Simons <simons@cryp.to>2012-09-19 01:27:00 +0200
commitd23aef54325c094736dc391bdf9fe06260e0c7d0 (patch)
tree6b1d478dea8a0d7b44399d06f4261b3154212315 /pkgs/servers/mail/popa3d/fix-mail-spool-path.patch
parent7ba33d813e6db4f75696b29315dd44d01b3b7419 (diff)
downloadnixlib-d23aef54325c094736dc391bdf9fe06260e0c7d0.tar
nixlib-d23aef54325c094736dc391bdf9fe06260e0c7d0.tar.gz
nixlib-d23aef54325c094736dc391bdf9fe06260e0c7d0.tar.bz2
nixlib-d23aef54325c094736dc391bdf9fe06260e0c7d0.tar.lz
nixlib-d23aef54325c094736dc391bdf9fe06260e0c7d0.tar.xz
nixlib-d23aef54325c094736dc391bdf9fe06260e0c7d0.tar.zst
nixlib-d23aef54325c094736dc391bdf9fe06260e0c7d0.zip
popa3d: customize for use on NixOS
Diffstat (limited to 'pkgs/servers/mail/popa3d/fix-mail-spool-path.patch')
-rw-r--r--pkgs/servers/mail/popa3d/fix-mail-spool-path.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/pkgs/servers/mail/popa3d/fix-mail-spool-path.patch b/pkgs/servers/mail/popa3d/fix-mail-spool-path.patch
new file mode 100644
index 000000000000..4f440ae59663
--- /dev/null
+++ b/pkgs/servers/mail/popa3d/fix-mail-spool-path.patch
@@ -0,0 +1,12 @@
+diff -ubr popa3d-1.0.2-orig/params.h popa3d-1.0.2/params.h
+--- popa3d-1.0.2-orig/params.h	2012-09-19 01:19:56.698098130 +0200
++++ popa3d-1.0.2/params.h	2012-09-19 01:21:13.748065132 +0200
+@@ -191,7 +191,7 @@
+  *
+  * #undef this for qmail-style $HOME/Mailbox mailboxes.
+  */
+-#define MAIL_SPOOL_PATH			"/var/mail"
++#define MAIL_SPOOL_PATH			"/var/spool/mail"
+ 
+ #ifndef MAIL_SPOOL_PATH
+ /*