diff options
author | Roy Marples <roy@marples.name> | 2007-04-19 10:52:37 +0000 |
---|---|---|
committer | Roy Marples <roy@marples.name> | 2007-04-19 10:52:37 +0000 |
commit | c2407df288a5a602e0daea0c349889d265dd615d (patch) | |
tree | 6534c33abc07f85f19c8cc4b8ced72a1fc05ae49 /conf.d.Linux/net.example | |
parent | 2fc28414fa72eaebfebf8665437537a9d81b3817 (diff) |
As pppd is mainly a link controller, move it's startup to pppd_pre_start and have pppd_start as a dummy function for old configs.
Diffstat (limited to 'conf.d.Linux/net.example')
-rw-r--r-- | conf.d.Linux/net.example | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/conf.d.Linux/net.example b/conf.d.Linux/net.example index 7244baf8..6d016bfc 100644 --- a/conf.d.Linux/net.example +++ b/conf.d.Linux/net.example @@ -622,9 +622,6 @@ # You need to create the PPP net script yourself. Make it like so #ln -s net.lo /etc/init.d/net.ppp0 # -# We have to instruct ppp0 to actually use ppp -#config_ppp0="ppp" -# # Each PPP interface requires an interface to use as a "Link" #link_ppp0="/dev/ttyS0" # Most PPP links will use a serial port #link_ppp0="eth0" # PPPoE requires an ethernet interface |