diff options
author | Roy Marples <roy@marples.name> | 2007-10-17 21:33:23 +0000 |
---|---|---|
committer | Roy Marples <roy@marples.name> | 2007-10-17 21:33:23 +0000 |
commit | 2113001e39f8aed1bb1480489cf9057b81347e6e (patch) | |
tree | 7d6a4d098f11393ca89f5a285b98334081b5941a | |
parent | a28dd2d4ef7e55b0f6ddfbc80a371c6967c99a2b (diff) |
Fix old examples
-rw-r--r-- | conf.d.Linux/net.example | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/conf.d.Linux/net.example b/conf.d.Linux/net.example index dd4973ed..584000e2 100644 --- a/conf.d.Linux/net.example +++ b/conf.d.Linux/net.example @@ -445,7 +445,7 @@ # If you have more than one DHCP client installed, you need to specify which # one to use - otherwise we default to dhcpcd if available. -#modules=( "dhclient" ) # to select dhclient over dhcpcd +#modules="dhclient" # to select dhclient over dhcpcd # # Notes: # - All clients send the current hostname to the DHCP server by default @@ -602,7 +602,7 @@ # Ensure that you have /etc/atmsigd.conf setup correctly # Now setup each clip interface like so -#clip_atm0=( "peer_ip [if.]vpi.vci [opts]" ... ) +#clip_atm0="'peer_ip [if.]vpi.vci [opts]'" # where "peer_ip" is the IP address of a PVC peer (in case of an ATM connection # with your ISP, your only peer is usually the ISP gateway closest to you), # "if" is the number of the ATM interface which will carry the PVC, "vpi.vci" @@ -687,7 +687,7 @@ #" # # Dial-up PPP users need to specify at least one telephone number -#phone_number_ppp0=( "12345689" ) # Maximum 2 phone numbers are supported +#phone_number_ppp0="12345689" # Maximum 2 phone numbers are supported # They will also need a chat script - here's a good one #chat_ppp0=" \ # 'ABORT' 'BUSY' \ |