syslog
Kname -Lpriority
priority is one of: EMERG, ALERT,
CRIT, ERR, WARNING,
NOTICE, INFO (default), or DEBUG
R$* @ $* $: $(name "Username was " $1 $) $1 @ $2
macro
Kname macro
# set macro ${MyMacro} to the ruleset match
R$+ $: $(name {MyMacro} $@ $1 $) $1
# set macro ${MyMacro} to an empty string
R$* $: $(name {MyMacro} $@ $) $1
# clear macro ${MyMacro}
R$- $: $(name {MyMacro} $) $1
arith
Kname arith
$(name op $@ x $@ y $)
l is less than
$(arith l $@ 4 $@ 2 $) returns FALSE
$(arith + $@ 4 $@ 2 $) return 6
ph
nsd