Группа :: Система/Серверы
Пакет: postfix
Главная Изменения Спек Патчи Загрузить Bugs and FR
Патч: postfix-2.2.5-deb-man.patch
--- postfix-2.2.5/mantools/postlink.orig 2005-02-27 15:05:07 +0000
+++ postfix-2.2.5/mantools/postlink 2005-08-09 12:45:18 +0000
@@ -12,6 +12,7 @@ while (<>) {
# Glue together words that were broken across line breaks.
+ {
Again:
if (/-[<\/bB>]*$/) {
$_ .= "\n";
@@ -20,6 +21,7 @@ while (<>) {
chop if $len1 < length;
goto Again;
}
+ }
if (/<[Aa] *[HhNn][RrAa][EeMm][FfEe] *=/) {
print;
$printit = 0;