source: connect/connect.ent@ 25357c89

initial-import reorg
Last change on this file since 25357c89 was f45b1953, checked in by Mark Hymers <markh@…>, 22 years ago

Initial revision

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@3 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 630 bytes
Line 
1<!ENTITY connect SYSTEM "connect.xml">
2
3<!-- Dial-up -->
4<!ENTITY connect-dialup SYSTEM "dialup/dialup.xml">
5<!ENTITY % ppp SYSTEM "dialup/ppp/ppp.ent">
6<!ENTITY % wvdial SYSTEM "dialup/wvdial/wvdial.ent">
7%ppp;
8%wvdial;
9
10<!-- DHCP -->
11<!ENTITY connect-dhcp SYSTEM "dhcp/dhcp.xml">
12<!ENTITY connect-dhcp-client SYSTEM "dhcp/dhcp-client.xml">
13<!ENTITY % dhcpcd SYSTEM "dhcp/dhcpcd/dhcpcd.ent">
14%dhcpcd;
15<!ENTITY connect-dhcp-config SYSTEM "dhcp/config.xml">
16
17<!-- Other -->
18<!ENTITY connect-other SYSTEM "other/other.xml">
19<!ENTITY connect-other-isdn SYSTEM "other/isdn.xml">
20<!ENTITY connect-other-pppoe SYSTEM "other/pppoe.xml">
Note: See TracBrowser for help on using the repository browser.