sub filter_linux
{
# SUSE 10 with extra pkgs
-s{"http://docbook.sourceforge.net/release/xsl/current/}
- {"/usr/share/xml/docbook/stylesheet/nwalsh/1.71.1/};
+-d "/usr/share/xml/docbook/stylesheet/nwalsh/1.71.1/" &&
+ s{"http://docbook.sourceforge.net/release/xsl/current/}
+ {"/usr/share/xml/docbook/stylesheet/nwalsh/1.71.1/};
+# Ubuntu/Debian with standard docbook-xsl pkgs
+-d "/usr/share/xml/docbook/stylesheet/docbook-xsl/" &&
+ s{"http://docbook.sourceforge.net/release/xsl/current/}
+ {"/usr/share/xml/docbook/stylesheet/docbook-xsl/};
s{"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd"}
{"/usr/share/xml/docbook/schema/dtd/4.2/docbookx.dtd"};
}
25. Experimental TPDA (Transport Post Delivery Action) function added.
Patch provided by Axel Rau.
+26. Experimental Redis lookup added. Patch provided by Warren Baker.
+
Version 4.80
------------
Anton Altaparmakov Patches to get cyrus_sasl fully working
Simon Arlott Patch for $dnslist_matched.
Claus Assmann Example code for OpenSSL CRL support
+Warren Baker Experimental Redis lookup.
Robert Bannocks Patch for LDAP reference problem on Solaris
Ian Bell Analysis of a bug and an infelicity in clock tick code
Patch for ${quote_local_part
perl -e '$/= undef; while (<>) { print $1 if /(?<='$table'\[\])\s*=\s*{\n(([^}].*\n)+)/m }' \
| awk '/{ (US)?"/ {print $2}' \
| awk -F\" '{print $2}' \
- | LANG=C sort -c \
+ | LC_ALL=C sort -c \
|| exit 1
done <<-END
readconf.c optionlist_config
< $file \
perl -e '$/= undef; while (<>) { print $1 if /(?<='$table'\[\])\s*=\s*{\s?(([^}]*)+)}/m }' \
| awk -F\" '/"/ {print $2}' \
- | LANG=C sort -c \
+ | LC_ALL=C sort -c \
|| exit 1
done <<-END