Package: dbmail
Version: 2.2.10-1

Initially I noticed that when dbmail is in state "config-files" (not
installed), cron sends a daily warning from logrotate due to missing
logfiles/directories.

The postinstall script does:
create_user doesn't apparently exist (as a shell function or external
program).

unconditional chown rather than dpkg-statoverride.

gunzip -c /usr/share/doc/dbmail/examples/dbmail.conf.gz, but that
fails when the admin removes /u/s/d (which is intended to be allowed).

dbmail.prerm is empty, so it's preferable for debhelper to create this
file from scratch (or, alternately, it should contain the rollback
actions for postinst.

dbmail.preinst doesn't need to do getent calls, as adduser --system
succeeds gracefully when the user already exists (but perhaps that
requires a versioned dependency?).



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to