Your message dated Mon, 21 Apr 2008 11:42:35 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Re: Bug#477192: /etc/init.d/spamass-milter create unwanted
directory
has caused the Debian Bug report #477192,
regarding /etc/init.d/spamass-milter create unwanted directory
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)
--
477192: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=477192
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: spamass-milter
Version: 0.3.1-2
Severity: normal
The initscript include following lines:
52 start)
53 echo -n "Starting $DESC: "
54
55 if [ ! -d $(basename $SOCKET) ]; then
56 mkdir -p $(basename $SOCKET);
57 fi;
58 start-stop-daemon --start -p $PIDFILE ...
$(basename $SOCKET) is evaluated as 'spamass.sock' and this relative
direcory is created in current working directory.
Lines 55 to 57 should be removed.
-- System Information:
Debian Release: 4.0
APT prefers stable
APT policy: (990, 'stable'), (100, 'oldstable')
Architecture: i386 (i686)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.22.13.skc7
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
--- End Message ---
--- Begin Message ---
Version: 0.3.1-3
On Mon, 21 Apr 2008, Sebastien Koechlin wrote:
> Package: spamass-milter
> Version: 0.3.1-2
> Severity: normal
>
> The initscript include following lines:
> 52 start)
> 53 echo -n "Starting $DESC: "
> 54
> 55 if [ ! -d $(basename $SOCKET) ]; then
> 56 mkdir -p $(basename $SOCKET);
> 57 fi;
> 58 start-stop-daemon --start -p $PIDFILE ...
>
> $(basename $SOCKET) is evaluated as 'spamass.sock' and this relative
> direcory is created in current working directory.
This was reported as #391909 and was fixed in 0.3.1-3.
Don Armstrong
--
Debian's not really about the users or the software at all. It's a
large flame-generating engine that the cabal uses to heat their coffee
-- Andrew Suffield (#debian-devel Fri, 14 Feb 2003 14:34 -0500)
http://www.donarmstrong.com http://rzlab.ucr.edu
--- End Message ---