aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Rousse <guillomovitch@mageia.org>2012-03-08 19:13:38 +0000
committerGuillaume Rousse <guillomovitch@mageia.org>2012-03-08 19:13:38 +0000
commit332c90458b9c88f04291a84fb62135d7f058ac01 (patch)
tree4aceeed0d9047b273544541bbc0e1c465391a987
parent48ca49e21872a4b28c613b9bbff45f47e2186c2e (diff)
downloadrpm-helper-332c90458b9c88f04291a84fb62135d7f058ac01.tar
rpm-helper-332c90458b9c88f04291a84fb62135d7f058ac01.tar.gz
rpm-helper-332c90458b9c88f04291a84fb62135d7f058ac01.tar.bz2
rpm-helper-332c90458b9c88f04291a84fb62135d7f058ac01.tar.xz
rpm-helper-332c90458b9c88f04291a84fb62135d7f058ac01.zip
rsyslog support has superseded syslog-ng support since quite a long time
-rw-r--r--README4
1 files changed, 2 insertions, 2 deletions
diff --git a/README b/README
index 6988331..0dae0a9 100644
--- a/README
+++ b/README
@@ -41,7 +41,7 @@ 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 sysklogd and syslog-ng.
+used facility. Support sysklogd and rsyslog.
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).
@@ -49,7 +49,7 @@ Optional arguments:
-M: use given maximal priority.
%_preun_syslogdel
-Delete syslog entry created by previous macro. Support sysklogd and syslog-ng.
+Delete syslog entry created by previous macro. Support sysklogd and rsyslog.
%_post_webapp
Handle apache configuration reloading if needed when adding a web application.