Package: arno-iptables-firewall
Version: 1.8.8.c-1
Severity: normal

On file /etc/arno-iptables/firewall/custom-rules, the first step is to
check the existence of plugins in the plugin directory. The current
script does:
if [ -e /etc/arno-iptables-firewall/plugins/* ]; then
but this line will fail if there are more than one file into the plugin
directory. A solution would be to replace that line with:
if [ -n "$(find /etc/arno-iptables-firewall/pl;ugins -maxdepth 1 -name 
"*.plugin"
2>/dev/null)" ]; then

-- System Information:
Debian Release: 4.0
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-6-686
Locale: LANG=fr_CA.UTF-8, LC_CTYPE=fr_CA.UTF-8 (charmap=UTF-8)

Versions of packages arno-iptables-firewall depends on:
ii  debconf [debconf-2.0]   1.5.11etch2      Debian configuration management sy
ii  gawk                    1:3.1.5.dfsg-4   GNU awk, a pattern scanning and pr
ii  iptables                1.3.6.0debian1-5 administration tools for packet fi

arno-iptables-firewall recommends no packages.

-- debconf information excluded



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

Reply via email to