Update port before poudriere

This commit is contained in:
2025-07-23 07:18:49 +02:00
parent 93f2480ef0
commit fbf86c8f34
5 changed files with 59 additions and 4 deletions

View 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