13 lines
477 B
Text
13 lines
477 B
Text
# Copyright 1999-2013 Gentoo Foundation
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
# Variables containing default binaries used in the opendnssec
|
|
# initscript. You can alter them to another applications/paths
|
|
# if required.
|
|
|
|
CHECKCONFIG_BIN=/usr/bin/ods-kaspcheck
|
|
CONTROL_BIN=/usr/sbin/ods-control
|
|
ENFORCER_BIN=/usr/sbin/ods-enforcerd
|
|
SIGNER_BIN=/usr/sbin/ods-signerd
|
|
EPPCLIENT_BIN=/usr/sbin/eppclientd
|
|
EPPCLIENT_PIDFILE=/run/opendnssec/eppclientd.pid
|