0c3370a419
Submitted by MAINTAINER: - Update to 0.2p (follows new development branch, adds man pages). - Update DESCR.
13 lines
473 B
Plaintext
13 lines
473 B
Plaintext
$OpenBSD: patch-wmbiff_wmbiff_c,v 1.2 2001/03/25 12:40:59 naddy Exp $
|
|
--- wmbiff/wmbiff.c.orig Mon Mar 12 23:08:09 2001
|
|
+++ wmbiff/wmbiff.c Mon Mar 19 23:59:18 2001
|
|
@@ -88,7 +88,7 @@ void init_biff(int argc, char **argv)
|
|
if ((m = getenv("MAIL")) != NULL) {
|
|
strcpy(mbox[0].path, m);
|
|
} else if ((m = getenv("USER")) != NULL) {
|
|
- strcpy(mbox[0].path, "/var/spool/mail/");
|
|
+ strcpy(mbox[0].path, "/var/mail/");
|
|
strcat(mbox[0].path, m);
|
|
}
|
|
mbox[0].notify[0] = 0;
|