13 lines
436 B
Plaintext
13 lines
436 B
Plaintext
|
$OpenBSD: patch-alpine_pine-use_c,v 1.1.1.1 2007/11/22 13:49:52 ajacoutot Exp $
|
||
|
--- alpine/pine-use.c.orig Tue Nov 20 13:20:45 2007
|
||
|
+++ alpine/pine-use.c Tue Nov 20 13:21:00 2007
|
||
|
@@ -21,7 +21,7 @@ static char rcsid[] = "$Id: pine-use.c 136 2006-09-22
|
||
|
#include <sys/stat.h>
|
||
|
|
||
|
#ifndef MAILSPOOLPCTS
|
||
|
-#define MAILSPOOLPCTS "/usr/spool/mail/%s"
|
||
|
+#define MAILSPOOLPCTS "/var/mail/%s"
|
||
|
/* #define MAILSPOOLPCTS "/usr/mail/%s" */
|
||
|
#endif
|
||
|
|