Cross-references to mail server dependencies has been fixed in the book.
This commit is contained in:
parent
6f0f0eda10
commit
da8017e3a6
1 changed files with 2 additions and 3 deletions
|
@ -181,7 +181,7 @@ inline_doc
|
||||||
LPRng | cups ) DEP=$PRINT_SERVER ;;
|
LPRng | cups ) DEP=$PRINT_SERVER ;;
|
||||||
mitkrb | heimdal ) DEP=$KBR5 ;;
|
mitkrb | heimdal ) DEP=$KBR5 ;;
|
||||||
gs | espgs ) DEP=$GHOSTSCRIPT ;;
|
gs | espgs ) DEP=$GHOSTSCRIPT ;;
|
||||||
MTA ) DEP=$MAIL_SERVER ;; # The BLFS book need be fixed yet for that
|
server-mail ) DEP=$MAIL_SERVER ;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
#------------------
|
#------------------
|
||||||
|
@ -217,8 +217,7 @@ inline_doc
|
||||||
;;
|
;;
|
||||||
espgs )
|
espgs )
|
||||||
# sendmail-->espgs-->cups-->php-->sendmail
|
# sendmail-->espgs-->cups-->php-->sendmail
|
||||||
# We should to use $MAIL_SERVER, when it actually work :-/
|
[[ "$PKG" = "$MAIL_SERVER" ]] && continue
|
||||||
[[ "$PKG" = "sendmail" ]] && continue
|
|
||||||
;;
|
;;
|
||||||
graphviz )
|
graphviz )
|
||||||
# libexif-->graphviz-->php-->libexif
|
# libexif-->graphviz-->php-->libexif
|
||||||
|
|
Reference in a new issue