diff options
author | Guillaume Rousse <guillomovitch@mageia.org> | 2012-03-10 14:13:13 +0000 |
---|---|---|
committer | Guillaume Rousse <guillomovitch@mageia.org> | 2012-03-10 14:13:13 +0000 |
commit | 0c6536d71bf12e81e6a052c7f195480cb2ac777c (patch) | |
tree | 2caa7f0bf350ec6b22ea12807ec3b38764ecf73d /README | |
parent | d8f6c7268e00b808d9d59c0624aee83ab6f5aab0 (diff) | |
download | rpm-helper-0c6536d71bf12e81e6a052c7f195480cb2ac777c.tar rpm-helper-0c6536d71bf12e81e6a052c7f195480cb2ac777c.tar.gz rpm-helper-0c6536d71bf12e81e6a052c7f195480cb2ac777c.tar.bz2 rpm-helper-0c6536d71bf12e81e6a052c7f195480cb2ac777c.tar.xz rpm-helper-0c6536d71bf12e81e6a052c7f195480cb2ac777c.zip |
fix documentation: facility is mandatory
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. |