commit-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[hurd] 20/21: boot: Make the halt message nicer.


From: Samuel Thibault
Subject: [hurd] 20/21: boot: Make the halt message nicer.
Date: Sat, 04 Mar 2017 21:10:59 +0000

This is an automated email from the git hooks/post-receive script.

sthibault pushed a commit to branch upstream
in repository hurd.

commit cfcb0edb14772b625c7d744c4f2e455c53c92d6b
Author: Justus Winter <address@hidden>
Date:   Fri Mar 3 17:17:38 2017 +0100

    boot: Make the halt message nicer.
    
    * boot/boot.c (S_host_reboot): Emit a carriage return.
---
 boot/boot.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/boot/boot.c b/boot/boot.c
index c69c89a..9c2a021 100644
--- a/boot/boot.c
+++ b/boot/boot.c
@@ -1902,7 +1902,7 @@ kern_return_t
 S_host_reboot (mach_port_t host_priv,
                int flags)
 {
-  fprintf (stderr, "Would %s the system.  Bye.\n",
+  fprintf (stderr, "Would %s the system.  Bye.\r\n",
            flags & RB_HALT? "halt": "reboot");
   host_exit (0);
 }

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-hurd/hurd.git



reply via email to

[Prev in Thread] Current Thread [Next in Thread]