mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-21 14:03:18 -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!
|
||||
* usr/lib/byobu/cpu_temp: LP: #799237, #802819
|
||||
- fix temperature on Atom D510
|
||||
* usr/bin/byobu-status:
|
||||
- deprecated RUNDIR
|
||||
|
||||
-- Dustin Kirkland <kirkland@ubuntu.com> Mon, 27 Jun 2011 14:14:17 +0000
|
||||
|
||||
|
|
|
@ -20,7 +20,6 @@
|
|||
PKG="byobu"
|
||||
DATA="$HOME/.$PKG"
|
||||
[ -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
|
||||
echo "failed to source ${BYOBU_PREFIX}/lib/${PKG}/.shutil" 2>&1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue