From cfd8da201fefbf3e181a2c59696897fe068ce820 Mon Sep 17 00:00:00 2001 From: Phil Davis Date: Thu, 10 Dec 2015 13:32:02 +0545 Subject: [PATCH] Internationalize console halt script This file previously had to have a space after "Do you want to proceed [y|n]?" to make the prompt for user input nice. That made it one of the few exceptions to the code style guide, where lines are not supposed to have blank space at the end. Might as well have 1 less exception to the rule by internationalizing it, which removes the literal "EOD" echo output stuff. --- src/etc/rc.initial.halt | 16 +++------------- 1 file changed, 3 insertions(+), 13 deletions(-) diff --git a/src/etc/rc.initial.halt b/src/etc/rc.initial.halt index df91dedc67..27377b5d47 100755 --- a/src/etc/rc.initial.halt +++ b/src/etc/rc.initial.halt @@ -37,21 +37,11 @@ $fp = fopen('php://stdin', 'r'); - echo <<