Bug#429866: courier-authdaemon: please add support for /var/run on tmpfs

2009-04-06 Thread Stuart Pook
hello I had added my own support for running courier-authdaemon with /var/run on tmpfs. I saw that someone had added this support to the standard version so I removed my support. This is what the standard version contains: if [ ! -d $rundir ]; then mkdir -p -m 0750 $rundir fi

Bug#429866: courier-authdaemon: please add support for /var/run on tmpfs

2009-03-09 Thread iroquoi
Hi, I've just been hit by this bug. Sorry, I don't believe in this kind of workaround. You don't believe in checking to see if a directory exists before trying to write a file into it? As long as there is no consensus on this matter, I won't act upon this bug. Have you tried to reach a

Bug#429866: courier-authdaemon: please add support for /var/run on tmpfs

2007-06-21 Thread Stefan Hornburg
Andreas Beckmann wrote: Package: courier-authdaemon Version: 0.59.3-1 Severity: wishlist Tags: patch Hi, please add support for having /var/run on tmpfs. All that's needed is to create /var/run/courier and /var/run/courier/authdaemon in the init script if they are missing. A possible solution

Bug#429866: courier-authdaemon: please add support for /var/run on tmpfs

2007-06-20 Thread Andreas Beckmann
Package: courier-authdaemon Version: 0.59.3-1 Severity: wishlist Tags: patch Hi, please add support for having /var/run on tmpfs. All that's needed is to create /var/run/courier and /var/run/courier/authdaemon in the init script if they are missing. A possible solution is the patch from ubuntu