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
|