openbsd-ports/sysutils/augeas/patches/patch-lenses_monit_aug
2013-01-03 19:50:47 +00:00

20 lines
609 B
Plaintext

$OpenBSD: patch-lenses_monit_aug,v 1.1 2013/01/03 19:50:47 jasper Exp $
commit 0efc183d740421e0811f473666c4f1849e9f0c3f
Author: Jasper Lievisse Adriaanse <jasper@humppa.nl>
Date: Thu Jan 3 16:54:18 2013 +0100
Also handle /etc/monitrc
Fixes ticket #326
--- lenses/monit.aug.orig Thu Jan 3 18:40:32 2013
+++ lenses/monit.aug Thu Jan 3 18:40:41 2013
@@ -65,6 +65,6 @@ let entry = (set|include|service)
let lns = (comment|empty|entry) *
let filter = incl "/etc/monit/monitrc"
- . Util.stdexcl
+ . incl "/etc/monitrc"
let xfm = transform lns filter