/etc/dpsyco/groups.conf is in dpsyco-base 1.0.36.
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 | # DocumentId: $Id: groups.conf 1864 2004-08-29 16:40:40Z ola $
# Author: $Author: ola $
# Ola Lundqvist <opal@debian.org>
# Date: $Date: 2004-08-29 18:40:40 +0200 (sön, 29 aug 2004) $
# Summary:
# Default configuration for all extra (not user) groups.
if [ -f $GROUPSRC/default ] ; then
. $GROUPSRC/default
fi
|