Willkommen bei WordPress. Dies ist dein erster Beitrag. Bearbeite oder lösche ihn und beginne mit dem Schreiben!
Hallo Welt!
von raredesign | Dez 3, 2019 | Allgemein | 0 Kommentare
Cokiee Shell
Current Path : /usr/share/augeas/lenses/dist/ |
Current File : //usr/share/augeas/lenses/dist/rsyslog.aug |
(* Module: Rsyslog Parses /etc/rsyslog.conf Author: Raphael Pinson <raphael.pinsons@camptocamp.com> About: Reference This lens tries to keep as close as possible to `man 5 rsyslog.conf` where possible. About: License This file is licenced under the LGPL v2+, like the rest of Augeas. About: Lens Usage To be documented About: Configuration files This lens applies to /etc/rsyslog.conf. See <filter>. About: Examples The <Test_Rsyslog> file contains various examples and tests. *) module Rsyslog = autoload xfm let macro = [ key /$[A-Za-z0-9]+/ . Sep.space . store Rx.neg1 . Util.comment_or_eol ] (* View: users Map :omusrmsg: and a list of users, or a single * *) let omusrmsg = Util.del_str ":omusrmsg:" . Syslog.label_opt_list_or "omusrmsg" (store Syslog.word) Syslog.comma "*" let action = Syslog.action | omusrmsg (* View: entry An entry contains selectors and an action *) let entry = [ label "entry" . Syslog.selectors . Syslog.sep_tab . [ label "action" . action ] . Util.eol ] let entries = ( Syslog.empty | Syslog.comment | entry | macro )* let lns = entries . ( Syslog.program | Syslog.hostname )* let filter = incl "/etc/rsyslog.conf" let xfm = transform lns filter
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare