summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2018-05-27 19:13:18 +0200
committerPacho Ramos <pacho@gentoo.org>2018-05-27 20:01:58 +0200
commit4cbb4974d4a9d89c5d830d1eb4eaf8a8dbaec238 (patch)
tree00d1e403f8528d040a8c1e4b7a0adaf359e378ec /net-proxy
parentprofiles: Mask dev-util/automoc, media-libs/phonon-qt7 for removal (diff)
downloadgentoo-4cbb4974d4a9d89c5d830d1eb4eaf8a8dbaec238.tar.gz
gentoo-4cbb4974d4a9d89c5d830d1eb4eaf8a8dbaec238.tar.bz2
gentoo-4cbb4974d4a9d89c5d830d1eb4eaf8a8dbaec238.zip
net-proxy/cntlm: Enhance init.d (#524198 by Andrew Petelin)
Package-Manager: Portage-2.3.38, Repoman-2.3.9
Diffstat (limited to 'net-proxy')
-rw-r--r--net-proxy/cntlm/files/cntlm.initd4
1 files changed, 2 insertions, 2 deletions
diff --git a/net-proxy/cntlm/files/cntlm.initd b/net-proxy/cntlm/files/cntlm.initd
index 106a4a163a6f..f0044b0dcb18 100644
--- a/net-proxy/cntlm/files/cntlm.initd
+++ b/net-proxy/cntlm/files/cntlm.initd
@@ -1,5 +1,5 @@
#!/sbin/openrc-run
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
PIDFILE=${PIDFILE:-/var/run/cntlm.pid}
@@ -16,6 +16,6 @@ start() {
stop() {
ebegin "Stopping cntlm"
- start-stop-daemon --stop --pidfile ${PIDFILE}
+ start-stop-daemon --stop --pidfile ${PIDFILE} -R SIGTERM/2/SIGKILL/2
eend $?
}