This one time, at band camp, Sebastien Koechlin said:
> 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.

It should probably be s/basename/dirname/ , as I assume that's the
intended effect.
-- 
 -----------------------------------------------------------------
|   ,''`.                                            Stephen Gran |
|  : :' :                                        [EMAIL PROTECTED] |
|  `. `'                        Debian user, admin, and developer |
|    `-                                     http://www.debian.org |
 -----------------------------------------------------------------

Attachment: signature.asc
Description: Digital signature

Reply via email to