[tor-commits] [gitian-builder/tor-browser-builder-4] Bug 20352: use poweroff instead of halt in libexec/stop-target
gk at torproject.org
gk at torproject.org
Fri Nov 25 19:21:06 UTC 2016
commit 0557666cb7d3bf474cb36d5d755438b06af86b7d
Author: Nicolas Vigier <boklm at torproject.org>
Date: Fri Nov 25 17:40:45 2016 +0100
Bug 20352: use poweroff instead of halt in libexec/stop-target
---
libexec/stop-target | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libexec/stop-target b/libexec/stop-target
index 6db547d..46714dc 100755
--- a/libexec/stop-target
+++ b/libexec/stop-target
@@ -11,7 +11,7 @@ case $VMSW in
KVM)
if [ ! -e var/target.pid ]; then exit; fi
- on-target -u root halt
+ on-target -u root poweroff
sleep 5
if [ ! -e var/target.pid ]; then exit; fi
More information about the tor-commits
mailing list