Package: ferm
Version: 2.0.6-1
Severity: normal
Hi,
a one-line fix allows ferm to keep its syntax and to always generate
extrapositioned negations.
Please find it attached
Thanks for maintaining ferm
Peter
-- System Information:
Debian Release: squeeze/sid
APT prefers testing
APT policy: (990, 'testing'), (500, 'unstable'), (500, 'stable')
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.26-2-amd64 (SMP w/2 CPU cores)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Versions of packages ferm depends on:
ii debconf 1.5.27 Debian configuration management sy
ii iptables 1.4.4-2 administration tools for packet fi
ii lsb-base 3.2-23 Linux Standard Base 3.2 init scrip
ii perl 5.10.0-25 Larry Wall's Practical Extraction
Versions of packages ferm recommends:
ii libnet-dns-perl 0.65-1 Perform DNS queries from a Perl sc
ferm suggests no packages.
-- debconf information:
* ferm/enable: true
--- ferm
+++ ferm
@@ -1226,7 +1226,7 @@
if (ref $value) {
if (ref $value eq 'negated') {
$value = $value->[0];
- $keyword .= ' !';
+ $cmd = ' !';
} elsif (ref $value eq 'pre_negated') {
$value = $value->[0];
$cmd = ' !';