[Buildroot] [git commit] chrony: S49chrony: fix starting message

Peter Korsgaard peter at korsgaard.com
Thu Sep 24 18:50:00 UTC 2015


commit: http://git.buildroot.net/buildroot/commit/?id=85467bb6166f761409c9269d142f4b18e332560f
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Purely cosmetical. The OK/FAIL should go on the same line as "Starting ..".

Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
---
 package/chrony/S49chrony |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/package/chrony/S49chrony b/package/chrony/S49chrony
index 66a50d5..058fd44 100755
--- a/package/chrony/S49chrony
+++ b/package/chrony/S49chrony
@@ -6,7 +6,7 @@
 
 case "$1" in
   start)
-	echo "Starting chrony: "
+	echo -n "Starting chrony: "
 	chronyd && echo "OK" || echo "FAIL"
 	;;
   stop)


More information about the buildroot mailing list