Now it's absolute mischmasch
cb@grom-deb /tmp/tmp.dBJhVw87ht % grep -ir '^'
grep: system-user-gromox_6-1_all.deb: binary file matches
gromox/DEBIAN/postinst:#!/bin/sh
gromox/DEBIAN/postinst:getent group gromox >/dev/null || addgroup --system gromox
gromox/DEBIAN/postinst:getent group gromoxcf >/dev/null || addgroup --system gromoxcf
gromox/DEBIAN/postinst:getent passwd gromox >/dev/null || \
gromox/DEBIAN/postinst: adduser --system gromox --home /var/lib/gromox --no-create-home --disabled-password --ingroup gromox
gromox/DEBIAN/postinst:usermod gromox -aG gromoxcf
gromox/DEBIAN/control:Package: system-user-gromox
gromox/DEBIAN/control:Version: 6-1
gromox/DEBIAN/control:Architecture: all
gromox/DEBIAN/control:Maintainer: Gromox <null@gromox.com>
gromox/DEBIAN/control:Installed-Size: 8
gromox/DEBIAN/control:Depends: adduser
gromox/DEBIAN/control:Provides: system-group-gromox, system-group-gromoxcf
gromox/DEBIAN/control:Section: mail
gromox/DEBIAN/control:Priority: optional
gromox/DEBIAN/control:Description: System user and group gromox
gromox/DEBIAN/control: .
gromox/DEBIAN/control: This package provides:
gromox/DEBIAN/control: * the "gromox" user identity for running Gromox services as
gromox/DEBIAN/control: * the "gromox" group identity for marking data to be consumed by Gromox
gromox/DEBIAN/control: services but possibly created by AAPI, e.g. mailbox contents
gromox/DEBIAN/control: * the "gromoxcf" group identity for marking (possibly sensitive)
gromox/DEBIAN/control: configuration, to be consumed by Gromox services and select
gromox/DEBIAN/control: services (like saslauthd/keycloak dlopening pam_gromox.so)
gromox/DEBIAN/md5sums:10294a083cd3c48a0f2335a1a512d182 usr/share/doc/system-user-gromox/changelog.Debian.gz
grep: gromox/usr/share/doc/system-user-gromox/changelog.Debian.gz: binary file matches
grommunio/DEBIAN/postinst:#!/bin/sh
grommunio/DEBIAN/postinst:case "$1" in
grommunio/DEBIAN/postinst:configure|reconfigure)
grommunio/DEBIAN/postinst: if [ -x /usr/bin/systemd-sysusers ]; then
grommunio/DEBIAN/postinst: /usr/bin/systemd-sysusers system-user-grommunio.conf
grommunio/DEBIAN/postinst: else
grommunio/DEBIAN/postinst: for i in grommunio groweb groindex; do
grommunio/DEBIAN/postinst: getent group "$i" >/dev/null || addgroup --system "$i"
grommunio/DEBIAN/postinst: getent passwd "$i" >/dev/null || \
grommunio/DEBIAN/postinst: adduser --system "$i" --home / --no-create-home --disabled-password --ingroup "$i"
grommunio/DEBIAN/postinst: done
grommunio/DEBIAN/postinst: usermod grommunio -aG gromoxcf
grommunio/DEBIAN/postinst: usermod groindex -aG gromoxcf
grommunio/DEBIAN/postinst: fi
grommunio/DEBIAN/postinst: ;;
grommunio/DEBIAN/postinst:esac
grommunio/DEBIAN/control:Package: system-user-grommunio
grommunio/DEBIAN/control:Version: 7-1
grommunio/DEBIAN/control:Architecture: all
grommunio/DEBIAN/control:Maintainer: Grommunio <null@grommunio.com>
grommunio/DEBIAN/control:Installed-Size: 11
grommunio/DEBIAN/control:Pre-Depends: adduser, passwd, system-group-gromoxcf
grommunio/DEBIAN/control:Breaks: system-user-groweb
grommunio/DEBIAN/control:Replaces: system-user-groweb
grommunio/DEBIAN/control:Provides: system-group-groindex, system-group-grommunio, system-group-groweb, system-user-groindex, system-user-grommunio, system-user-groweb
grommunio/DEBIAN/control:Section: mail
grommunio/DEBIAN/control:Priority: optional
grommunio/DEBIAN/control:Description: General grommunio system user identities
grommunio/DEBIAN/control: .
grommunio/DEBIAN/control: This package provides identities related to the Grommunio groupware suite:
grommunio/DEBIAN/control: * the "grommunio" user identity for running the Administration API
grommunio/DEBIAN/control: (usually an uwsgi process instance); AAPI needs to read
grommunio/DEBIAN/control: mysql_adaptor.cfg and ldap_adaptor.cfg, so is added to group
grommunio/DEBIAN/control: gromoxcf
grommunio/DEBIAN/control: * the "groweb" user identity for running PHP-FPM workers
grommunio/DEBIAN/control: * the "groweb" group identity for marking data to be consumed by the
grommunio/DEBIAN/control: groweb identity but also created by grommunio-index, e.g. groweb
grommunio/DEBIAN/control: search indexes
grommunio/DEBIAN/control: * the "groindex" user identity for running the indexer service; this
grommunio/DEBIAN/control: needs to read mysql_adaptor.cfg so is added to group gromoxcf
grommunio/DEBIAN/md5sums:c9d51c335ea168fbbdae75bd36ffdcdd usr/lib/sysusers.d/system-user-grommunio.conf
grommunio/DEBIAN/md5sums:bc5e2f0421329090edce32266a532438 usr/share/doc/system-user-grommunio/changelog.Debian.gz
grep: grommunio/usr/share/doc/system-user-grommunio/changelog.Debian.gz: binary file matches
grommunio/usr/lib/sysusers.d/system-user-grommunio.conf:m groindex gromoxcf
grep: system-user-grommunio_7-1_all.deb: binary file matches