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-06 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 q

Processed: Re: Bug#478821: non-idempotent code in postinst

2008-05-06 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]: > tags 478821 +help Bug#478821: non-idempotent code in postinst There were no tags set. Tags added: help > thanks Stopping processing here. Please contact me if you need assistance. Debian bug tracking system administrator (administrator, Debia

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 thin