so Dmitry,

if you were trying to actually help get this fixed, I presume you would
have suggested that I just patch the code to

rm /tmp/twiki
and then create it?

or what are you actually suggesting?

Sven


Dmitry E. Oboukhov wrote:
> 
> Where?
> 
> $curl 
> http://ftp.nl.debian.org/debian/pool/main/t/twiki/twiki_4.1.2-3.2.diff.gz 
> 2>/dev/null|gunzip|grep -A 219 '^[+]\{3\}.*postinst'|grep '/tmp/'
> 
> +   #put into /tmp/twiki so that the open dir can't be used by others to
> fill up /var, thus crashing all logging
> +   if [ ! -e /tmp/twiki ]; then
> +       mkdir /tmp/twiki
> +   chmod 1777 /tmp/twiki
> +   chown $TWIKI_OWNER.www-data /tmp/twiki
> 
> http://packages.qa.debian.org/t/twiki.html
> Stable       1:4.0.5-9.1
> Testing      1:4.1.2-3.2
> Unstable     1:4.1.2-3.2
> 
> for etch:
> 
> $ curl
> http://ftp.nl.debian.org/debian/pool/main/t/twiki/twiki_4.0.5-9.1.diff.gz 
> 2>/dev/null |gunzip|grep -A 219 '^[+]\{3\}.*postinst'|grep '/tmp/' 
> +   if [ ! -e /tmp/twiki ]; then
> +       mkdir /tmp/twiki 
> +   chmod 777 /tmp/twiki 
> +   chown $TWIKI_OWNER.www-data /tmp/twiki
> 
> SK> c.  Except in Etch. 
> 
> and lenny and sid
> 
> SK> Steve



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

Reply via email to