diff options
Diffstat (limited to 'README')
-rw-r--r-- | README | 7 |
1 files changed, 3 insertions, 4 deletions
@@ -39,12 +39,11 @@ Add given shell to the list of available system shells. %_preun_shelldel <shell> Remove given shell from the list of available system shells. -%_post_syslogadd <destination> [-s <source>] [-f <facility>] [-m <min>] [-M <max>] -Add a syslog entry, with given destination (usually a log file), and returns -used facility. Support rsyslog only. +%_post_syslogadd <destination> <facility> [-s <source>] [-m <min>] [-M <max>] +Add a syslog entry, with given destination (usually a log file) and given +facility, and returns used facility. Support rsyslog only. Optional arguments: -s: ensure given source (usually /dev/log) is readable by syslog daemon. --f: use given facility (otherwise first available local one is used). -m: use given minimal priority. -M: use given maximal priority. |