dovecot-2.1: lib-master: Ignore mountpoints under /Volumes by de...

dovecot at dovecot.org dovecot at dovecot.org
Sat Dec 8 11:12:20 EET 2012


details:   http://hg.dovecot.org/dovecot-2.1/rev/657cb4c35a0e
changeset: 14842:657cb4c35a0e
user:      Timo Sirainen <tss at iki.fi>
date:      Sat Dec 08 11:12:10 2012 +0200
description:
lib-master: Ignore mountpoints under /Volumes by default.

diffstat:

 src/lib-master/mountpoint-list.c |  1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diffs (11 lines):

diff -r c1e47738e7c3 -r 657cb4c35a0e src/lib-master/mountpoint-list.c
--- a/src/lib-master/mountpoint-list.c	Sat Dec 08 10:48:23 2012 +0200
+++ b/src/lib-master/mountpoint-list.c	Sat Dec 08 11:12:10 2012 +0200
@@ -57,6 +57,7 @@
 	"/proc",
 	"/var/run",
 	"/run",
+	"/Volumes", /* OSX */
 	NULL
 };
 


More information about the dovecot-cvs mailing list