updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / byobu / byobu.diff
blob365b1c4474660effb612b708f1bf07723eaa00f6
1 diff -ur byobu-4.46.orig/etc/byobu/socketdir byobu-4.46/etc/byobu/socketdir
2 --- byobu-4.46.orig/etc/byobu/socketdir 2011-11-09 20:27:32.338114065 +0100
3 +++ byobu-4.46/etc/byobu/socketdir 2011-11-09 20:29:43.657402509 +0100
4 @@ -8,4 +8,4 @@
5 # * the variable name is SOCKETDIR
6 # * there is no space around the "="
7 # * and that the path value is quoted
8 -SOCKETDIR="/var/run/screen"
9 +SOCKETDIR="/tmp/screens"
10 diff -ur byobu-4.46.orig/usr/bin/byobu-config byobu-4.46/usr/bin/byobu-config
11 --- byobu-4.46.orig/usr/bin/byobu-config 2011-11-09 20:27:32.344780621 +0100
12 +++ byobu-4.46/usr/bin/byobu-config 2011-11-09 20:28:48.181036364 +0100
13 @@ -1,4 +1,4 @@
14 -#!/usr/bin/python
15 +#!/usr/bin/python2
17 # byobu-config
18 # Copyright (C) 2008 Canonical Ltd.
19 diff -ur byobu-4.46.orig/usr/bin/byobu-select-session byobu-4.46/usr/bin/byobu-select-session
20 --- byobu-4.46.orig/usr/bin/byobu-select-session 2011-11-09 20:27:32.344780621 +0100
21 +++ byobu-4.46/usr/bin/byobu-select-session 2011-11-09 20:28:48.181036364 +0100
22 @@ -1,4 +1,4 @@
23 -#!/usr/bin/env python
24 +#!/usr/bin/env python2
26 # byobu-select-session
27 # Copyright (C) 2010 Canonical Ltd.