From 59448e8e57abbac1bc3fe99a11c1ee359d97185c Mon Sep 17 00:00:00 2001 From: Scott Kitterman Date: Sat, 10 Mar 2018 19:51:29 -0500 Subject: [PATCH] - Add information to README about manually putting init scripts in the right locations --- CHANGES | 4 +++- README | 6 ++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index 5318bcb..b153bdd 100644 --- a/CHANGES +++ b/CHANGES @@ -1,5 +1,7 @@ -0.9.5.1 +0.9.5.1 2018-03-10 - Add conf file location to systemd unit file + - Add information to README about manually putting init scripts in the right + locations 0.9.5 2018-03-10 - Beta 1 (updated Alpha -> Beta warning in README and trove classifiers) diff --git a/README b/README index 1bfb561..54f980d 100644 --- a/README +++ b/README @@ -13,6 +13,12 @@ default is a feature: python setup.py install --single-version-externally-managed --record=/dev/null +This should install everything, except for the service/init scripts to the +correct locations. dkimpy-milter.service needs to be manually copied to +/lib/systemd/system (on Debian, location may be different on other +distributions or operating systems). Similary, the sysv init script needs to +be copied to /etc/init.d for sysv users. + For users of Debian Stable (Debian 9, Codename Squueze), all dependencies are available in either the main or backports repositories: