Split out sysconfdir (/etc) and confdir (/etc/dkimpy-milter) in expand

This commit is contained in:
Scott Kitterman
2019-04-26 18:36:12 -04:00
parent b9435d735d
commit c89bfdb9df
6 changed files with 13 additions and 11 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
CONFFILE="@SYSCONFDIR@/${RC_SVCNAME}.conf"
CONFFILE="@CONFDIR@/${RC_SVCNAME}.conf"
required_files="${CONFFILE}"
command="@BINDIR@/dkimpy-milter"