mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-31 09:08:08 -07:00
app-admin/sshguard: Fix init.d script
Package-Manager: Portage-2.3.71, Repoman-2.3.17 Fixes: https://bugs.gentoo.org/688820 Signed-off-by: Jeroen Roovers <jer@gentoo.org>
This commit is contained in:
@@ -1,12 +1,11 @@
|
||||
#!/sbin/openrc-run
|
||||
# Copyright 1999-2018 Gentoo Foundation
|
||||
# Copyright 1999-2019 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
command="/usr/sbin/sshguard"
|
||||
pidfile="${SSHGUARD_PIDFILE:-/var/run/${SVCNAME}.pid}"
|
||||
command_args="-i \"${pidfile}\" ${SSHGUARD_OPTS}"
|
||||
command_background=1
|
||||
start_stop_daemon_args="--wait ${SSHGUARD_WAIT:-999} --interpreted --quiet"
|
||||
start_stop_daemon_args="--background --wait ${SSHGUARD_WAIT:-999} --interpreted --quiet"
|
||||
|
||||
depend() {
|
||||
after iptables
|
||||
@@ -32,7 +32,7 @@ PATCHES=(
|
||||
src_install() {
|
||||
default
|
||||
|
||||
newinitd "${FILESDIR}"/${PN}.initd-r1 ${PN}
|
||||
newinitd "${FILESDIR}"/${PN}.initd-r2 ${PN}
|
||||
newconfd "${FILESDIR}"/${PN}.confd ${PN}
|
||||
|
||||
insinto /etc
|
||||
|
||||
Reference in New Issue
Block a user