From 7c8954dc44383ec87d1d3b8b336ce5cc7077bdd6 Mon Sep 17 00:00:00 2001 From: Dustin Kirkland Date: Thu, 22 Sep 2011 12:34:38 -0500 Subject: [PATCH] * usr/lib/byobu/reboot_required: - fix path --- debian/changelog | 2 ++ usr/lib/byobu/reboot_required | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 6afe1053..25e76093 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,6 +5,8 @@ byobu (4.35) unreleased; urgency=low previous fix just enabled it everywhere * debian/postinst, usr/bin/byobu-janitor: - smooth upgrades from older byobu (<= 4.0) + * usr/lib/byobu/reboot_required: + - fix path -- Dustin Kirkland Wed, 21 Sep 2011 18:49:00 -0500 diff --git a/usr/lib/byobu/reboot_required b/usr/lib/byobu/reboot_required index 5cf83fb7..647aa6ea 100755 --- a/usr/lib/byobu/reboot_required +++ b/usr/lib/byobu/reboot_required @@ -20,7 +20,7 @@ # along with this program. If not, see . REBOOT_FLAG="/var/run/reboot-required" -RELOAD_FLAG="$BYOBU_RUN_DIR/cache.$BYOBU_BACKEND/reload-required" +RELOAD_FLAG="$BYOBU_RUN_DIR/reload-required" POWERNAP_FLAG="/var/run/powernap/powersave" __reboot_required_detail() {