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) -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]