Control: tags 987321 + patch

Dear maintainer,

I've prepared an NMU for openntpd (versioned as 1:6.2p3-4.2) and
created an pre-approval unblock request for it. Once given the go-ahead
by the release team, I'll upload it to DELAYED/0.

Pre-approval request: https://bugs.debian.org/991481

Regards.

-- 
Baptiste Beauplat - lyknode
diff -Nru openntpd-6.2p3/debian/changelog openntpd-6.2p3/debian/changelog
--- openntpd-6.2p3/debian/changelog	2020-10-26 18:10:47.000000000 +0100
+++ openntpd-6.2p3/debian/changelog	2021-07-25 14:37:54.000000000 +0200
@@ -1,3 +1,11 @@
+openntpd (1:6.2p3-4.2) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Ensure that openntpd is running before restarting it from the if-up.d
+    hook. (Closes: #987321)
+
+ -- Baptiste Beauplat <lykn...@debian.org>  Sun, 25 Jul 2021 14:37:54 +0200
+
 openntpd (1:6.2p3-4.1) unstable; urgency=medium
 
   * Non-maintainer upload.
diff -Nru openntpd-6.2p3/debian/config/openntpd openntpd-6.2p3/debian/config/openntpd
--- openntpd-6.2p3/debian/config/openntpd	2020-10-26 15:52:50.000000000 +0100
+++ openntpd-6.2p3/debian/config/openntpd	2021-07-25 11:33:18.000000000 +0200
@@ -7,4 +7,6 @@
 	exit 0
 fi
 
-invoke-rc.d openntpd force-reload || true
+if pidof -q ntpd; then
+    invoke-rc.d openntpd force-reload || true
+fi

Attachment: signature.asc
Description: PGP signature

Reply via email to