This is true, by adding --system to the adduser on the file postinst
fixes this problem.
diff -r buildbot-0.7.3-orig/debian/postinst buildbot-0.7.3/debian/postinst
9c9
< adduser --home /var/run/buildbot \
---
> adduser --system --home /var/run/buildbot \
-- Carlos C soto ::
On Sat, 2006-08-12 at 23:25 +0200, Julien Danjou wrote:
> Package: buildbot
> Version: 0.7.3-3
> Severity: serious
>
> I simply can not to purge buildbot. I have added set +x in postrm:
>
> (Reading database ... 192074 files and directories currently installed.)
> Removing buildbot ...
> Purging
Package: buildbot
Version: 0.7.3-3
Severity: serious
I simply can not to purge buildbot. I have added set +x in postrm:
(Reading database ... 192074 files and directories currently installed.)
Removing buildbot ...
Purging configuration files for buildbot ...
+ set -e
+ case "$1" in
+ getent pass
3 matches
Mail list logo