summaryrefslogtreecommitdiffstats
path: root/abs/core/poweroff-scripts/halt.script
diff options
context:
space:
mode:
authorBritney Fransen <brfransen@gmail.com>2014-03-10 14:16:27 (GMT)
committerBritney Fransen <brfransen@gmail.com>2014-03-10 14:16:27 (GMT)
commit32a740e2acc7676085250ea77557c3787e7ace2c (patch)
tree596df550e48403106657645d864e99167508906b /abs/core/poweroff-scripts/halt.script
parent1e95562f05bf7c62c3e6c003ae396473d5e5ec1e (diff)
downloadlinhes_pkgbuild-32a740e2acc7676085250ea77557c3787e7ace2c.zip
linhes_pkgbuild-32a740e2acc7676085250ea77557c3787e7ace2c.tar.gz
linhes_pkgbuild-32a740e2acc7676085250ea77557c3787e7ace2c.tar.bz2
poweroff-scripts: change shutdown messages
Diffstat (limited to 'abs/core/poweroff-scripts/halt.script')
-rwxr-xr-xabs/core/poweroff-scripts/halt.script2
1 files changed, 1 insertions, 1 deletions
diff --git a/abs/core/poweroff-scripts/halt.script b/abs/core/poweroff-scripts/halt.script
index 51c9925..b2e8170 100755
--- a/abs/core/poweroff-scripts/halt.script
+++ b/abs/core/poweroff-scripts/halt.script
@@ -10,7 +10,7 @@ INIT=`ps -p 1 -o comm=`
if [ x$INIT = xrunit ]
then
- echo "System whill shutdown NOW" |wall
+ echo "System will shutdown NOW" |wall
chvt 1
runit-init 0