glfs/connect/connect.ent

21 lines
630 B
Plaintext
Raw Normal View History

<!ENTITY connect SYSTEM "connect.xml">
<!-- Dial-up -->
<!ENTITY connect-dialup SYSTEM "dialup/dialup.xml">
<!ENTITY % ppp SYSTEM "dialup/ppp/ppp.ent">
<!ENTITY % wvdial SYSTEM "dialup/wvdial/wvdial.ent">
%ppp;
%wvdial;
<!-- DHCP -->
<!ENTITY connect-dhcp SYSTEM "dhcp/dhcp.xml">
<!ENTITY connect-dhcp-client SYSTEM "dhcp/dhcp-client.xml">
<!ENTITY % dhcpcd SYSTEM "dhcp/dhcpcd/dhcpcd.ent">
%dhcpcd;
<!ENTITY connect-dhcp-config SYSTEM "dhcp/config.xml">
<!-- Other -->
<!ENTITY connect-other SYSTEM "other/other.xml">
<!ENTITY connect-other-isdn SYSTEM "other/isdn.xml">
<!ENTITY connect-other-pppoe SYSTEM "other/pppoe.xml">