glfs/server/server.ent
Tushar Teredesai ba96abc4cd rm -rf djbware
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@1757 af4574ff-66df-0310-9fd7-8a98e5e911e0
2004-02-01 18:19:46 +00:00

37 lines
1.1 KiB
Plaintext

<!ENTITY server SYSTEM "server.xml">
<!-- Mail server software -->
<!ENTITY server-mail SYSTEM "mail/mail.xml">
<!ENTITY % postfix SYSTEM "mail/postfix/postfix.ent">
<!ENTITY % sendmail SYSTEM "mail/sendmail/sendmail.ent">
<!ENTITY % exim SYSTEM "mail/exim/exim.ent">
<!ENTITY % qpopper SYSTEM "mail/qpopper/qpopper.ent">
<!ENTITY % courier SYSTEM "mail/courier/courier.ent">
%exim;
%postfix;
%qpopper;
%sendmail;
%courier;
<!-- Other server software -->
<!ENTITY server-other SYSTEM "other/other.xml">
<!ENTITY % cvsserver SYSTEM "other/cvsserver/cvsserver.ent">
<!ENTITY % openssh SYSTEM "other/openssh/openssh.ent">
<!ENTITY % rsync SYSTEM "other/rsync/rsync.ent">
<!ENTITY % bind SYSTEM "other/bind/bind.ent">
<!ENTITY % dhcp SYSTEM "other/dhcp/dhcp.ent">
<!ENTITY % xinetd SYSTEM "other/xinetd/xinetd.ent">
<!ENTITY % leafnode SYSTEM "other/leafnode/leafnode.ent">
<!ENTITY % samba SYSTEM "other/samba/samba.ent">
<!ENTITY % openldap SYSTEM "other/openldap/openldap.ent">
%bind;
%cvsserver;
%dhcp;
%leafnode;
%openldap;
%openssh;
%rsync;
%samba;
%xinetd;