commit 455d5fe479dd328f50d9133a76c94eb8dd48a91b parent 48646a78306d45c011ecf322dcbd7f4801e95e43 Author: sin <sin@2f30.org> Date: Sat, 15 Mar 2014 20:14:36 +0000 Print newline before shutdown sequence Diffstat:
M | bin/rc.shutdown | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bin/rc.shutdown b/bin/rc.shutdown @@ -17,7 +17,7 @@ reboot|poweroff) esac # Set linefeed mode to avoid staircase effect -stty onlcr +echo; stty onlcr echo Shutting down