openbsd-ports/x11/ion/patches/patch-utils_ion-statusd_statusd_mail_lua
gonzalo 3001063087 Update for Ion to 20090110:
* Apply FRAME_SHADED_TOGGLE hack in WFrame.maximize_vert
  for correct unshaded size hints to rqgeom handlers.
* A few strings were missing translation wrapper
* Shouldn't open queries in frame if message box is open.
* WMPlex focus code fixes/improvements.
* Unsqueeze fixes
* ioncore_warn_nolog uses usual warn if not in OPMODE_INIT.

And another bugs.

Tested by gilles@ (thanks!)
2013-04-29 12:40:49 +00:00

13 lines
461 B
Plaintext

$OpenBSD: patch-utils_ion-statusd_statusd_mail_lua,v 1.1 2013/04/29 12:40:49 gonzalo Exp $
--- utils/ion-statusd/statusd_mail.lua.orig Mon Apr 8 11:59:40 2013
+++ utils/ion-statusd/statusd_mail.lua Mon Apr 8 12:00:34 2013
@@ -12,7 +12,7 @@ local mon = "mail"
local defaults={
update_interval=10*1000,
retry_interval=60*10*1000,
- mbox = os.getenv("MAIL"),
+ mbox = os.getenv("MAIL") or "/var/mail/" .. os.getenv("USER"),
files = {}
}