From da8017e3a6b7204629bbd3adb8608588861c6ea8 Mon Sep 17 00:00:00 2001 From: Manuel Canales Esparcia Date: Fri, 26 May 2006 17:58:21 +0000 Subject: [PATCH] Cross-references to mail server dependencies has been fixed in the book. --- BLFS/func_dependencies | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/BLFS/func_dependencies b/BLFS/func_dependencies index 2699f62..df0460e 100644 --- a/BLFS/func_dependencies +++ b/BLFS/func_dependencies @@ -181,7 +181,7 @@ inline_doc LPRng | cups ) DEP=$PRINT_SERVER ;; mitkrb | heimdal ) DEP=$KBR5 ;; gs | espgs ) DEP=$GHOSTSCRIPT ;; - MTA ) DEP=$MAIL_SERVER ;; # The BLFS book need be fixed yet for that + server-mail ) DEP=$MAIL_SERVER ;; esac #------------------ @@ -217,8 +217,7 @@ inline_doc ;; espgs ) # sendmail-->espgs-->cups-->php-->sendmail - # We should to use $MAIL_SERVER, when it actually work :-/ - [[ "$PKG" = "sendmail" ]] && continue + [[ "$PKG" = "$MAIL_SERVER" ]] && continue ;; graphviz ) # libexif-->graphviz-->php-->libexif