1
0
Fork 0

Refreshing flush-startup-output.patch.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-04-25 17:57:41 +02:00
parent 053d850f0a
commit 0c7e2528a1
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
2 changed files with 7 additions and 7 deletions

View file

@ -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 <xnox@ubuntu.com> Author: Dimitri John Ledkov <xnox@ubuntu.com>
Description: flush output after printing the startup message, to avoid confusion
of the service "starting up" after receiving sigterm.
diff -Naurp haveged.orig/src/haveged.c haveged/src/haveged.c
--- a/src/haveged.c --- haveged.orig/src/haveged.c
+++ b/src/haveged.c +++ haveged/src/haveged.c
@@ -655,6 +655,7 @@ static void run_daemon( /* RETURN: no @@ -649,6 +649,7 @@ static void run_daemon( /* RETURN: no
havege_reparent(handle); havege_reparent(handle);
} }
else printf ("%s starting up\n", params->daemon); else printf ("%s starting up\n", params->daemon);

View file

@ -1,2 +1,2 @@
debian/0001-shm-directory.patch debian/0001-shm-directory.patch
flush-startup-output.patch debian/0002-flush-startup-output.patch