From 287f8e27674102ec0de56abc67583be3b1073ce4 Mon Sep 17 00:00:00 2001 From: Phil Davis Date: Thu, 10 Dec 2015 13:20:33 +0545 Subject: Internationalize console reboot 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.reboot | 16 +++------------- 1 file changed, 3 insertions(+), 13 deletions(-) diff --git a/src/etc/rc.initial.reboot b/src/etc/rc.initial.reboot index 6f70407..fdcc480 100755 --- a/src/etc/rc.initial.reboot +++ b/src/etc/rc.initial.reboot @@ -37,21 +37,11 @@ $fp = fopen('php://stdin', 'r'); - echo <<