svn commit: r500398 - in head/security: tinc-devel/files tinc/files

Dirk Meyer dinoex at FreeBSD.org
Mon Apr 29 08:34:09 UTC 2019


Author: dinoex
Date: Mon Apr 29 08:34:08 2019
New Revision: 500398
URL: https://svnweb.freebsd.org/changeset/ports/500398

Log:
  - fix restart when shutdown is slow
  PR:		228357
  Reported by:	CUI Hao

Modified:
  head/security/tinc-devel/files/tincd.in
  head/security/tinc/files/tincd.in

Modified: head/security/tinc-devel/files/tincd.in
==============================================================================
--- head/security/tinc-devel/files/tincd.in	Mon Apr 29 08:08:45 2019	(r500397)
+++ head/security/tinc-devel/files/tincd.in	Mon Apr 29 08:34:08 2019	(r500398)
@@ -69,6 +69,7 @@ tincd_stop()
 			$command -n $cfg stop
 		done
 	fi
+	wait_for_pids $rc_pid
 }
 tincd_reload()
 {

Modified: head/security/tinc/files/tincd.in
==============================================================================
--- head/security/tinc/files/tincd.in	Mon Apr 29 08:08:45 2019	(r500397)
+++ head/security/tinc/files/tincd.in	Mon Apr 29 08:34:08 2019	(r500398)
@@ -69,6 +69,7 @@ tincd_stop()
 			$command -n $cfg -k
 		done
 	fi
+	wait_for_pids $rc_pid
 }
 tincd_reload()
 {


More information about the svn-ports-head mailing list