[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[tor-commits] [gitian-builder/tor-browser-builder-4] Bug 20352: use poweroff instead of halt in libexec/stop-target



commit 0557666cb7d3bf474cb36d5d755438b06af86b7d
Author: Nicolas Vigier <boklm@xxxxxxxxxxxxxx>
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

_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits