mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-22 22:34:23 -07:00
usr/bin/byobu: fix SSH_AUTH_SOCK breakage, define $RUN dir, LP: #664059
This commit is contained in:
parent
6b2b147f8b
commit
d2aa926cd9
2 changed files with 5 additions and 0 deletions
3
debian/changelog
vendored
3
debian/changelog
vendored
|
@ -4,6 +4,9 @@ byobu (3.6) unreleased; urgency=low
|
||||||
* usr/bin/byobu-launcher: return false, if byobu doesn't launch because
|
* usr/bin/byobu-launcher: return false, if byobu doesn't launch because
|
||||||
TERM=dumb, LP: #654608
|
TERM=dumb, LP: #654608
|
||||||
|
|
||||||
|
[ Dustin Kirkland ]
|
||||||
|
* usr/bin/byobu: fix SSH_AUTH_SOCK breakage, define $RUN dir, LP: #664059
|
||||||
|
|
||||||
-- Dustin Kirkland <kirkland@ubuntu.com> Wed, 15 Sep 2010 13:31:03 -0600
|
-- Dustin Kirkland <kirkland@ubuntu.com> Wed, 15 Sep 2010 13:31:03 -0600
|
||||||
|
|
||||||
byobu (3.5-0ubuntu1) maverick; urgency=low
|
byobu (3.5-0ubuntu1) maverick; urgency=low
|
||||||
|
|
|
@ -21,6 +21,8 @@ PKG="byobu"
|
||||||
VERSION=3.6
|
VERSION=3.6
|
||||||
[ -z "$BYOBU_PREFIX" ] && export BYOBU_PREFIX="/usr"
|
[ -z "$BYOBU_PREFIX" ] && export BYOBU_PREFIX="/usr"
|
||||||
export BYOBU_PREFIX
|
export BYOBU_PREFIX
|
||||||
|
[ -r "/etc/$PKG/socketdir" ] && . "/etc/$PKG/socketdir" || SOCKETDIR="/var/run/screen"
|
||||||
|
RUN="$SOCKETDIR/S-$USER"
|
||||||
|
|
||||||
if [ ! -x "$BYOBU_PREFIX/bin/$PKG" ]; then
|
if [ ! -x "$BYOBU_PREFIX/bin/$PKG" ]; then
|
||||||
echo "ERROR: Cannot find $BYOBU_PREFIX/bin/$PKG" 2>&1
|
echo "ERROR: Cannot find $BYOBU_PREFIX/bin/$PKG" 2>&1
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue