mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
1a12bd5dca
modules/FvwmTaskBar/Goodies.h to work correctly.... /var/spool/mail -> /var/mail Submitted by: erakupa@kk.etx.ericsson.se (ETX-B-SL Martti Kuparinen)
12 lines
320 B
Plaintext
12 lines
320 B
Plaintext
--- modules/FvwmTaskBar/Goodies.h.orig Sun Aug 3 13:00:30 1997
|
|
+++ modules/FvwmTaskBar/Goodies.h Sun Aug 3 13:00:09 1997
|
|
@@ -1,4 +1,8 @@
|
|
+#ifdef __FreeBSD__
|
|
+#define DEFAULT_MAIL_PATH "/var/mail/"
|
|
+#else
|
|
#define DEFAULT_MAIL_PATH "/var/spool/mail/"
|
|
+#endif
|
|
#define DEFAULT_BELL_VOLUME 20
|
|
|
|
/* Tip window types */
|