projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d38f44d
)
sys-apps/sysvinit: Minor cosmetic change to halt.sh
author
Lars Wendler
<polynomial-c@gentoo.org>
Mon, 19 Aug 2019 08:22:50 +0000
(10:22 +0200)
committer
Lars Wendler
<polynomial-c@gentoo.org>
Mon, 19 Aug 2019 08:23:05 +0000
(10:23 +0200)
Package-Manager: Portage-2.3.72, Repoman-2.3.17
Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
sys-apps/sysvinit/files/halt.sh
patch
|
blob
|
history
diff --git
a/sys-apps/sysvinit/files/halt.sh
b/sys-apps/sysvinit/files/halt.sh
index 07a32b99574f0cd1a539e396ef465ae15e65b363..ff68c425cd4dbd8f125a0f5ec0376cd9af905b09 100644
(file)
--- a/
sys-apps/sysvinit/files/halt.sh
+++ b/
sys-apps/sysvinit/files/halt.sh
@@
-1,5
+1,5
@@
#!/bin/sh
-if [ "$
INIT_HALT
" = HALT ]; then
+if [ "$
{INIT_HALT}
" = HALT ]; then
exec /sbin/halt -dhn
else
exec /sbin/poweroff -dhn