public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: net-proxy/cntlm/files/
@ 2018-05-27 18:02 Pacho Ramos
  0 siblings, 0 replies; only message in thread
From: Pacho Ramos @ 2018-05-27 18:02 UTC (permalink / raw
  To: gentoo-commits

commit:     4cbb4974d4a9d89c5d830d1eb4eaf8a8dbaec238
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sun May 27 17:13:18 2018 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sun May 27 18:01:58 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4cbb4974

net-proxy/cntlm: Enhance init.d (#524198 by Andrew Petelin)

Package-Manager: Portage-2.3.38, Repoman-2.3.9

 net-proxy/cntlm/files/cntlm.initd | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-proxy/cntlm/files/cntlm.initd b/net-proxy/cntlm/files/cntlm.initd
index 106a4a163a6..f0044b0dcb1 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 $?
 }


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2018-05-27 18:02 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-05-27 18:02 [gentoo-commits] repo/gentoo:master commit in: net-proxy/cntlm/files/ Pacho Ramos

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox