* usr/bin/byobu-status:

- deprecated RUNDIR
This commit is contained in:
Dustin Kirkland 2011-06-28 23:04:20 +00:00
commit 762d837304
2 changed files with 2 additions and 1 deletions

2
debian/changelog vendored
View file

@ -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

View file

@ -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