mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-22 22:34:23 -07:00
* usr/lib/byobu/reboot_required:
- fix path
This commit is contained in:
parent
e2b8e7cf79
commit
7c8954dc44
2 changed files with 3 additions and 1 deletions
2
debian/changelog
vendored
2
debian/changelog
vendored
|
@ -5,6 +5,8 @@ byobu (4.35) unreleased; urgency=low
|
||||||
previous fix just enabled it everywhere
|
previous fix just enabled it everywhere
|
||||||
* debian/postinst, usr/bin/byobu-janitor:
|
* debian/postinst, usr/bin/byobu-janitor:
|
||||||
- smooth upgrades from older byobu (<= 4.0)
|
- smooth upgrades from older byobu (<= 4.0)
|
||||||
|
* usr/lib/byobu/reboot_required:
|
||||||
|
- fix path
|
||||||
|
|
||||||
-- Dustin Kirkland <kirkland@ubuntu.com> Wed, 21 Sep 2011 18:49:00 -0500
|
-- Dustin Kirkland <kirkland@ubuntu.com> Wed, 21 Sep 2011 18:49:00 -0500
|
||||||
|
|
||||||
|
|
|
@ -20,7 +20,7 @@
|
||||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
REBOOT_FLAG="/var/run/reboot-required"
|
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"
|
POWERNAP_FLAG="/var/run/powernap/powersave"
|
||||||
|
|
||||||
__reboot_required_detail() {
|
__reboot_required_detail() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue