about summary refs log tree commit diff
path: root/3
diff options
context:
space:
mode:
authorJuan RP <xtraeme@gmail.com>2014-08-08 11:31:33 +0200
committerJuan RP <xtraeme@gmail.com>2014-08-08 11:31:33 +0200
commitf81cb4295a58a033f0e6e415a64167175f6f3d94 (patch)
treece3f02bd28a1bc9db84ce0ea28e687f61b62b67e /3
parentc9ce7f091c19df03401612a03573b89563cd829a (diff)
downloadrunit-void-f81cb4295a58a033f0e6e415a64167175f6f3d94.tar.gz
runit-void-f81cb4295a58a033f0e6e415a64167175f6f3d94.tar.xz
runit-void-f81cb4295a58a033f0e6e415a64167175f6f3d94.zip
3: remove unnecessary stty onlcr.
Diffstat (limited to '3')
-rwxr-xr-x32
1 files changed, 0 insertions, 2 deletions
diff --git a/3 b/3
index 11b8f93..e9593d4 100755
--- a/3
+++ b/3
@@ -17,8 +17,6 @@ msg "Waiting for services to stop...\n"
 sv -w196 force-stop /var/service/*
 sv exit /var/service/*
 
-stty onlcr
-
 msg "Saving random seed...\n"
 dd if=/dev/urandom of=/var/lib/random-seed count=1 bs=512 >/dev/null 2>&1