Changeset da8017e for BLFS


Ignore:
Timestamp:
05/26/2006 05:58:21 PM (18 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
experimental
Children:
5769ccd
Parents:
6f0f0ed
Message:

Cross-references to mail server dependencies has been fixed in the book.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BLFS/func_dependencies

    r6f0f0ed rda8017e  
    182182      mitkrb | heimdal )  DEP=$KBR5 ;;
    183183      gs | espgs )        DEP=$GHOSTSCRIPT ;;
    184       MTA )               DEP=$MAIL_SERVER ;; # The BLFS book need be fixed yet for that
     184      server-mail )       DEP=$MAIL_SERVER ;;
    185185    esac
    186186
     
    218218      espgs )
    219219        # sendmail-->espgs-->cups-->php-->sendmail
    220         # We should to use $MAIL_SERVER, when it actually work :-/
    221         [[ "$PKG" = "sendmail" ]] && continue
     220        [[ "$PKG" = "$MAIL_SERVER" ]] && continue
    222221        ;;
    223222      graphviz )
Note: See TracChangeset for help on using the changeset viewer.