File: bitpim.default

package info (click to toggle)
bitpim 1.0.7%2Bdfsg1-3
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 31,384 kB
  • sloc: python: 267,746; cpp: 2,076; perl: 600; ansic: 409; sh: 226; makefile: 152; sed: 1
file content (16 lines) | stat: -rw-r--r-- 578 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# -*- shell-script -*-

# If you would like USB devices that BitPim supports to have specific
# ownership settings, you can specify them here.  (For instance, you
# can assign all such devices to the appropriate user account, or to a
# standard group such as dialout or plugdev, or to a custom group such
# as cellusers.)  If you leave these blank, BitPim will leave their
# ownership alone (root:root by default).

BPUDEV_USER=
BPUDEV_GROUP=

# You can also specify Unix permissions for the devices, though the
# default should be reasonable in most cases.

# BPUDEV_MODE=0664