Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
at devShellTools-shell 13 lines 356 B view raw
1--- a/libs/maildrop/configure 2012-09-06 01:52:13.000000000 +0100 2+++ b/libs/maildrop/configure 2013-01-04 03:00:57.095628327 +0000 3@@ -19857,8 +19862,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 }