mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-23 06:36:17 -07:00
opening 3.11
This commit is contained in:
parent
354fe09164
commit
463679c672
2 changed files with 7 additions and 1 deletions
6
debian/changelog
vendored
6
debian/changelog
vendored
|
@ -1,3 +1,9 @@
|
||||||
|
byobu (3.11) unreleased; urgency=low
|
||||||
|
|
||||||
|
* UNRELEASED
|
||||||
|
|
||||||
|
-- Dustin Kirkland <kirkland@ubuntu.com> Thu, 18 Nov 2010 21:44:32 -0600
|
||||||
|
|
||||||
byobu (3.10-0ubuntu1) natty; urgency=low
|
byobu (3.10-0ubuntu1) natty; urgency=low
|
||||||
|
|
||||||
* usr/lib/byobu/custom: fix typo in for loop, LP: #673728, thanks for
|
* usr/lib/byobu/custom: fix typo in for loop, LP: #673728, thanks for
|
||||||
|
|
|
@ -18,7 +18,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/>.
|
||||||
|
|
||||||
PKG="byobu"
|
PKG="byobu"
|
||||||
VERSION=3.10
|
VERSION=3.11
|
||||||
[ -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"
|
[ -r "/etc/$PKG/socketdir" ] && . "/etc/$PKG/socketdir" || SOCKETDIR="/var/run/screen"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue