repo.or.cz
/
NixPkgs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
biome: 1.9.2 -> 1.9.3
[NixPkgs.git]
/
pkgs
/
tools
/
networking
/
maildrop
/
maildrop.configure.hack.patch
blob
08988f6cde5070ccfa4d0fb066aa25435ff6e13f
1
--- a/maildrop/configure 2012-09-06 01:52:13.000000000 +0100
2
+++ b/maildrop/configure 2013-01-04 03:00:57.095628327 +0000
3
@@ -17562,8 +17562,8 @@
4
check_spooldir() {
5
if test "$CHECKED_SPOOLDIR" != 1
6
then
7
- get_spooldir
8
- MBOX_DIR="$SPOOLDIR"
9
+ MBOX_DIR="/var/spool/mail"
10
+ MBOX_RESET_GID=0
11
CHECKED_SPOOLDIR=1
12
fi
13
}