On newer versions of Linux, it is more common to find rsyslog installed by default, superseding the older syslog. For example, on the latest Ubuntu Server LTS, rsyslog is the default.
rsyslog is application compatible to syslog, but setting it up is a bit different.
This patch includes changes to the help for syslog.module so users do not get confused if they are on a newer version that has only rsyslog.
| Comment | File | Size | Author |
|---|---|---|---|
| #5 | rsyslog-971844-5.patch | 1.58 KB | kathyh |
| rsyslog.patch | 1.73 KB | kbahey |
Comments
Comment #1
kbahey commentedComment #2
SeanBannister commentedrsyslog.patch queued for re-testing.
Comment #4
reglogge commentedGood change. This got me stumped, too. This needs to get into Drupal 8 first, however. It's also oubtful if this is ever going into D7, since it means breaking translatable strings :-(
Comment #5
kathyh commentedRe-roll to use git.
Comment #6
thedavidmeister commentedThis seems fine to me.
Comment #7
alexpottMakes sense.
Committed 23da9dd and pushed to 8.x. Thanks!