From: Peter Palfrader Date: Fri, 23 Oct 2009 18:26:14 +0000 (+0200) Subject: Better stop while you're behind X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=dsa-metapackages.git;a=commitdiff_plain;h=1684171aa0aa7237b64573691b6dcd459b15adb8 Better stop while you're behind --- diff --git a/buildd-reboot b/buildd-reboot index d2e9a58..c454a40 100755 --- a/buildd-reboot +++ b/buildd-reboot @@ -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 } diff --git a/debian/changelog b/debian/changelog index 07406dc..db9b088 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +debian.org (26) stable; urgency=low + + * *sigh* + + -- Peter Palfrader 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