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() {