]> git.pld-linux.org Git - packages/exim.git/blobdiff - exim.cron.db
- up to 4.89.1 (which is the same as ours 4.89-10)
[packages/exim.git] / exim.cron.db
index 9e1ed2b8c7726fce03167f47ea61da4d38fa6093..4e5927b50a81bef1cb113f68cca1281958b4e691 100644 (file)
@@ -1,7 +1,7 @@
 #!/bin/sh
 cd /
 
-SPOOLDIR="$(/usr/bin/exim -bP spool_directory | /bin/sed 's/.*=[[:space:]]\(.*\)/\1/')"
+SPOOLDIR="$(/usr/bin/exim -bP spool_directory 2> /dev/null | /bin/sed 's/.*=[[:space:]]\(.*\)/\1/')"
 
 [ ! -d "$SPOOLDIR" ] && echo "Spooldir [$SPOOLDIR] is not a directory" && exit 1
 
This page took 0.124266 seconds and 4 git commands to generate.