/etc/blends/blends.conf is in blends-common 0.6.15ubuntu2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | # unset it if no DBBACKEND is wanted (no use of Roles)
DBBACKEND=unixgroups
SHAREDIR=${SHAREDIR:-/usr/share/blends}
# unset (NOT set it to false!) for disable dryrun
#DRYRUN=true
# This would print debugging information
#DRYRUN="echo DRYRUN: "
#DEBUG=1
# Utility functions, backend indep
. ${SHAREDIR}/blend-utils
. ${SHAREDIR}/blend-actions
# actual action performed by choosen backend
. ${SHAREDIR}/${DBBACKEND}/blend-actions
|