From 0c7e2528a1219d0e2cd100762b00fdfa834996b3 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 25 Apr 2025 17:57:41 +0200 Subject: [PATCH] Refreshing flush-startup-output.patch. Signed-off-by: Daniel Baumann --- .../0002-flush-startup-output.patch} | 12 ++++++------ debian/patches/series | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) rename debian/patches/{flush-startup-output.patch => debian/0002-flush-startup-output.patch} (58%) diff --git a/debian/patches/flush-startup-output.patch b/debian/patches/debian/0002-flush-startup-output.patch similarity index 58% rename from debian/patches/flush-startup-output.patch rename to debian/patches/debian/0002-flush-startup-output.patch index b957efb..f1cd196 100644 --- a/debian/patches/flush-startup-output.patch +++ b/debian/patches/debian/0002-flush-startup-output.patch @@ -1,11 +1,11 @@ -Description: flush output after printing the startup message, to avoid - confusion of the service "starting up" after receiving sigterm. Author: Dimitri John Ledkov +Description: flush output after printing the startup message, to avoid confusion + of the service "starting up" after receiving sigterm. - ---- a/src/haveged.c -+++ b/src/haveged.c -@@ -655,6 +655,7 @@ static void run_daemon( /* RETURN: no +diff -Naurp haveged.orig/src/haveged.c haveged/src/haveged.c +--- haveged.orig/src/haveged.c ++++ haveged/src/haveged.c +@@ -649,6 +649,7 @@ static void run_daemon( /* RETURN: no havege_reparent(handle); } else printf ("%s starting up\n", params->daemon); diff --git a/debian/patches/series b/debian/patches/series index c92984a..cd4422f 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1,2 +1,2 @@ debian/0001-shm-directory.patch -flush-startup-output.patch +debian/0002-flush-startup-output.patch