This fixes issue 123, where enter-chroot complains about chown: invalid user: 'messagebus:messagebus', by pointing drinkcat's config parsing code to the right file. This is because /etc/dbus-1/system.conf has moved to /usr/share/dbus-1/system.conf in newer versions of D-Bus.
This fixes issue 123, where
enter-chroot
complains aboutchown: invalid user: 'messagebus:messagebus'
, by pointing drinkcat's config parsing code to the right file. This is because/etc/dbus-1/system.conf
has moved to/usr/share/dbus-1/system.conf
in newer versions of D-Bus.