summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBertrand Jacquin <bertrand@jacquin.bzh>2016-02-21 19:45:51 +0000
committerPatrice Clement <monsieurp@gentoo.org>2016-03-09 17:13:47 +0000
commiteb28ed4ff50815fc3b41354ad9e61acef8b284c4 (patch)
tree01d4d61a577bfed5e6f3c25d9e2454a01258273f /net-irc/irker/files/irkerd.confd
parentnet-irc/irker: irk and irkerhook.py are not python3 friendly (diff)
downloadgentoo-eb28ed4ff50815fc3b41354ad9e61acef8b284c4.tar.gz
gentoo-eb28ed4ff50815fc3b41354ad9e61acef8b284c4.tar.bz2
gentoo-eb28ed4ff50815fc3b41354ad9e61acef8b284c4.zip
net-irc/irker: Default logging is now syslog instead of file
This behaviour appeared in version 2.9. Handle IRKERD_LOGFILE checkpath only when IRKERD_LOGFILE is defined as IRKERD_LOGLEVEL is independant. Package-Manager: portage-2.2.26
Diffstat (limited to 'net-irc/irker/files/irkerd.confd')
-rw-r--r--net-irc/irker/files/irkerd.confd5
1 files changed, 2 insertions, 3 deletions
diff --git a/net-irc/irker/files/irkerd.confd b/net-irc/irker/files/irkerd.confd
index f176e6246b36..42ae7323612a 100644
--- a/net-irc/irker/files/irkerd.confd
+++ b/net-irc/irker/files/irkerd.confd
@@ -6,14 +6,13 @@
# Nick-Server password
# IRKERD_PASSWORD=""
-# Log file, intended for debug purpose only, no logrotate will
-# handle this logfile
+# Log file, if none syslog is used (facility daemon)
# IRKERD_LOGFILE=""
# Debug Level (critical, error, warning, info, debug)
# IRKERD_LOGLEVEL=""
-# To run an anonymous irkerd safely. It should not able able
+# To run an anonymous irkerd safely. It should not be able
# to write to anywhere on your system
# IRKERD_USER=""