~ubuntu-branches/debian/wheezy/byobu/wheezy

« back to all changes in this revision

Viewing changes to etc/byobu/socketdir

  • Committer: Bazaar Package Importer
  • Author(s): Philipp Kern
  • Date: 2010-06-28 18:04:16 UTC
  • mfrom: (0.5.1 upstream) (0.3.4 squeeze)
  • Revision ID: james.westby@ubuntu.com-20100628180416-3xgfpga8cvp872ye
Upload to Debian unstable.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Set the location of the socket directory that byobu will use.
 
2
# On Debian/Ubuntu systems, this is in /var/run/screen, but on
 
3
# other distros, it might be elsewhere, such as /tmp
 
4
#
 
5
# This file will be sourced by both shell scripts and python code,
 
6
# so please ensure that:
 
7
#  * the variable name is SOCKETDIR
 
8
#  * there is no space around the "="
 
9
#  * and that the path value is quoted
 
10
SOCKETDIR="/var/run/screen"