Update port before poudriere
This commit is contained in:
15
textproc/augeas/files/patch-lenses_rsyslog.aug
Normal file
15
textproc/augeas/files/patch-lenses_rsyslog.aug
Normal file
@ -0,0 +1,15 @@
|
||||
--- lenses/rsyslog.aug.orig 2025-07-23 05:14:55 UTC
|
||||
+++ lenses/rsyslog.aug
|
||||
@@ -53,11 +53,7 @@ let namedpipe = Syslog.pipe . Sep.space . [ label "pip
|
||||
|
||||
let namedpipe = Syslog.pipe . Sep.space . [ label "pipe" . store Syslog.file_r ]
|
||||
|
||||
-(* View: action_config
|
||||
- Handle action(type="..." users="...") syntax *)
|
||||
-let action_config =
|
||||
- [ key "action" . Util.del_str "(" .
|
||||
- [ label "params" . store /[^)]+/ ] . Util.del_str ")" ]
|
||||
+let action_config = [ key "action" . Util.del_str "(" . [ label "params" . store /[^)]+/ ] . Util.del_str ")" ]
|
||||
|
||||
let action = Syslog.action | omusrmsg | file_tmpl | dynamic | namedpipe | action_config
|
||||
|
||||
Reference in New Issue
Block a user