13 lines
436 B
Plaintext
13 lines
436 B
Plaintext
|
$OpenBSD: patch-alpine_pine-use_c,v 1.1.1.1 2012/09/27 15:09:53 ajacoutot Exp $
|
||
|
--- alpine/pine-use.c.orig Sat Oct 2 10:37:57 2010
|
||
|
+++ alpine/pine-use.c Sun Sep 23 09:52:20 2012
|
||
|
@@ -21,7 +21,7 @@ static char rcsid[] = "$Id: pine-use.c 761 2007-10-23
|
||
|
#include <sys/stat.h>
|
||
|
|
||
|
#ifndef MAILSPOOLPCTS
|
||
|
-#define MAILSPOOLPCTS "/usr/spool/mail/%s"
|
||
|
+#define MAILSPOOLPCTS "/var/mail/%s"
|
||
|
/* #define MAILSPOOLPCTS "/usr/mail/%s" */
|
||
|
#endif
|
||
|
|