mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-21 22:13:19 -07:00
* usr/bin/byobu-status:
- deprecated RUNDIR
This commit is contained in:
parent
347d9da7bf
commit
762d837304
2 changed files with 2 additions and 1 deletions
2
debian/changelog
vendored
2
debian/changelog
vendored
|
@ -5,6 +5,8 @@ byobu (4.17) unreleased; urgency=low
|
||||||
but also make sure that we won't recurse!
|
but also make sure that we won't recurse!
|
||||||
* usr/lib/byobu/cpu_temp: LP: #799237, #802819
|
* usr/lib/byobu/cpu_temp: LP: #799237, #802819
|
||||||
- fix temperature on Atom D510
|
- fix temperature on Atom D510
|
||||||
|
* usr/bin/byobu-status:
|
||||||
|
- deprecated RUNDIR
|
||||||
|
|
||||||
-- Dustin Kirkland <kirkland@ubuntu.com> Mon, 27 Jun 2011 14:14:17 +0000
|
-- Dustin Kirkland <kirkland@ubuntu.com> Mon, 27 Jun 2011 14:14:17 +0000
|
||||||
|
|
||||||
|
|
|
@ -20,7 +20,6 @@
|
||||||
PKG="byobu"
|
PKG="byobu"
|
||||||
DATA="$HOME/.$PKG"
|
DATA="$HOME/.$PKG"
|
||||||
[ -z "$BYOBU_PREFIX" ] && export BYOBU_PREFIX="/usr" || export BYOBU_PREFIX
|
[ -z "$BYOBU_PREFIX" ] && export BYOBU_PREFIX="/usr" || export BYOBU_PREFIX
|
||||||
[ -d "/var/run/screen/S-$USER" ] && RUNDIR="/var/run/screen/S-$USER" || RUNDIR="$DATA"
|
|
||||||
|
|
||||||
if ! . "${BYOBU_PREFIX}/lib/${PKG}/.shutil"; then
|
if ! . "${BYOBU_PREFIX}/lib/${PKG}/.shutil"; then
|
||||||
echo "failed to source ${BYOBU_PREFIX}/lib/${PKG}/.shutil" 2>&1
|
echo "failed to source ${BYOBU_PREFIX}/lib/${PKG}/.shutil" 2>&1
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue