Author: qboosh Date: Sun Oct 15 15:19:52 2006 GMT Module: SOURCES Tag: HEAD ---- Log message: - use proper mailbox dir (following X11-fhs.patch)
---- Files affected: SOURCES: xorg-app-xbiff-maildir.patch (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SOURCES/xorg-app-xbiff-maildir.patch diff -u /dev/null SOURCES/xorg-app-xbiff-maildir.patch:1.1 --- /dev/null Sun Oct 15 17:19:52 2006 +++ SOURCES/xorg-app-xbiff-maildir.patch Sun Oct 15 17:19:47 2006 @@ -0,0 +1,11 @@ +--- xbiff-1.0.1/MailboxP.h.orig 2004-04-23 21:54:38.000000000 +0200 ++++ xbiff-1.0.1/MailboxP.h 2006-10-15 17:21:21.778463750 +0200 +@@ -46,7 +46,7 @@ + #define MAILBOX_DIRECTORY _PATH_MAILDIR + #endif + #elif defined(__linux__) +-#define MAILBOX_DIRECTORY "/var/spool/mail" ++#define MAILBOX_DIRECTORY "/var/mail" + #endif + + #ifndef MAILBOX_DIRECTORY ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
