chiark / gitweb /
Better stop while you're behind
authorPeter Palfrader <peter@palfrader.org>
Fri, 23 Oct 2009 18:26:14 +0000 (20:26 +0200)
committerPeter Palfrader <peter@palfrader.org>
Fri, 23 Oct 2009 18:26:14 +0000 (20:26 +0200)
buildd-reboot
debian/changelog

index d2e9a5831c58a7712c418a46fa148d0ca8f8f56a..c454a400b69fe31fc6799c313e245d96ee3b7a5c 100755 (executable)
@@ -80,9 +80,9 @@ buildd_wait_and_reboot() {
        fi
 
        if [ "$halt" = 1 ]; then
-               /sbin/shutdown -p 15 "$reason"
+               /sbin/shutdown -h 15 "$reason"
        else
-               /sbin/shutdown -p 15 "$reason"
+               /sbin/shutdown -r 15 "$reason"
        fi
 }
 
index 07406dc715a465f92487ab5def6beda8687dc92e..db9b0885da24b53d50345f12d9a50c482528f82c 100644 (file)
@@ -1,3 +1,9 @@
+debian.org (26) stable; urgency=low
+
+  * *sigh*
+
+ -- Peter Palfrader <weasel@debian.org>  Fri, 23 Oct 2009 20:25:53 +0200
+
 debian.org (25) stable; urgency=low
 
   * Why is it always the featurs that you add and can't possibly break