Bug#478821: non-idempotent code in postinst

2008-05-07 Thread Adrian von Bidder
tags 478821 +help thanks Hi, I added the statoverride things because IIRC I had problems with the dir premissions being reset somehow, but I'm not clear on why/how. (You can tell I'm not that an experienced packager, can't you :-) So removing the statoverride logic is fine by me, however I'm

Bug#478821: non-idempotent code in postinst

2008-05-07 Thread Marcin Owsiany
On Wed, May 07, 2008 at 08:51:05AM +0200, Adrian von Bidder wrote: I added the statoverride things because IIRC I had problems with the dir premissions being reset somehow, but I'm not clear on why/how. (You can tell I'm not that an experienced packager, can't you :-) So removing the

Bug#478821: non-idempotent code in postinst

2008-05-07 Thread Marcin Owsiany
On Wed, May 07, 2008 at 08:51:05AM +0200, Adrian von Bidder wrote: I added the statoverride things because IIRC I had problems with the dir premissions being reset somehow, but I'm not clear on why/how. (You can tell I'm not that an experienced packager, can't you :-) So removing the

Bug#478821: non-idempotent code in postinst

2008-05-01 Thread Marcin Owsiany
Package: postgrey Version: 1.27-4 Severity: serious The following bit is not idempotent: |if [ ! -e $DBDIR ]; then |mkdir -p $DBDIR |dpkg-statoverride --update --add \ |postgrey postgrey 0700 $DBDIR |fi This will not do the right thing if