diff options
author | Valery Kartel <valery.kartel@gmail.com> | 2017-11-27 16:46:10 +0200 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2017-11-28 12:10:17 +0000 |
commit | d2cd24dba5b48fda02ab733d1be22ff9784320ad (patch) | |
tree | 0357580e844188cb6f708d007d031f75b72e733a /community/exim/exim.initd | |
parent | c067760debf05b0f111ef927ce8f822e234c07e1 (diff) | |
download | aports-d2cd24dba5b48fda02ab733d1be22ff9784320ad.tar.bz2 aports-d2cd24dba5b48fda02ab733d1be22ff9784320ad.tar.xz |
community/exim: fix CVE-2017-16943, some cleanups
CVE-2017-16943 fix: https://bugs.exim.org/show_bug.cgi?id=2199
remove all "return 1"
create directories for logs and extensions at package time and remove
this creation from init script
Diffstat (limited to 'community/exim/exim.initd')
-rw-r--r-- | community/exim/exim.initd | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/community/exim/exim.initd b/community/exim/exim.initd index 275279e168..102dcb4963 100644 --- a/community/exim/exim.initd +++ b/community/exim/exim.initd @@ -16,8 +16,6 @@ depend() { start_pre() { ebegin - checkpath -d -o exim:mail -m750 "/var/log/exim" - checkpath -d -o exim:mail -m750 "/usr/lib/exim" $command -bV >/dev/null 2>>${startuplog:-/dev/null} eend $? } |