From 1684171aa0aa7237b64573691b6dcd459b15adb8 Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Fri, 23 Oct 2009 20:26:14 +0200 Subject: [PATCH] Better stop while you're behind --- buildd-reboot | 4 ++-- debian/changelog | 6 ++++++ 2 files changed, 8 insertions(+), 2 deletions(-) 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 -- 2.30.2