log as getmail instead of getmail6
getmail6 itself logs as "getmail" to syslog. we align here to "getmail" too.
This commit is contained in:
parent
d82da8d23f
commit
c0ac4f5fed
|
@ -12,7 +12,7 @@ GETMAIL_DIR=/var/lib/getmail
|
||||||
trap 'pkill --parent $$' EXIT
|
trap 'pkill --parent $$' EXIT
|
||||||
|
|
||||||
function _syslog_error() {
|
function _syslog_error() {
|
||||||
logger --id "${$}" --priority mail.err --tag getmail6 "${1}"
|
logger --id "${$}" --priority mail.err --tag getmail "${1}"
|
||||||
}
|
}
|
||||||
|
|
||||||
function _stopService() {
|
function _stopService() {
|
||||||
|
|
Loading…
Reference in New Issue