summaryrefslogtreecommitdiff
path: root/conf.d.Linux
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2007-04-19 10:52:37 +0000
committerRoy Marples <roy@marples.name>2007-04-19 10:52:37 +0000
commitc2407df288a5a602e0daea0c349889d265dd615d (patch)
tree6534c33abc07f85f19c8cc4b8ced72a1fc05ae49 /conf.d.Linux
parent2fc28414fa72eaebfebf8665437537a9d81b3817 (diff)
downloadopenrc-c2407df288a5a602e0daea0c349889d265dd615d.tar.gz
openrc-c2407df288a5a602e0daea0c349889d265dd615d.tar.bz2
openrc-c2407df288a5a602e0daea0c349889d265dd615d.tar.xz
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')
-rw-r--r--conf.d.Linux/net.example3
1 files changed, 0 insertions, 3 deletions
diff --git a/conf.d.Linux/net.example b/conf.d.Linux/net.example
index 7244baf..6d016bf 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