aboutsummaryrefslogtreecommitdiffstats
path: root/obsolete-buildroot/README.pppoe
diff options
context:
space:
mode:
authorMike Baker <mbm@openwrt.org>2004-07-13 02:52:21 +0000
committerMike Baker <mbm@openwrt.org>2004-07-13 02:52:21 +0000
commitb022d966ebf7d48b87aca12da5f95e2261e46fe8 (patch)
tree9cbfab9e91f0381ccdb080240743fb06aed9a981 /obsolete-buildroot/README.pppoe
parent7822103223d139844908de5c1f48ac44a8a1a838 (diff)
downloadupstream-b022d966ebf7d48b87aca12da5f95e2261e46fe8.tar.gz
upstream-b022d966ebf7d48b87aca12da5f95e2261e46fe8.tar.bz2
upstream-b022d966ebf7d48b87aca12da5f95e2261e46fe8.zip
ifup is now a standalone script
SVN-Revision: 95
Diffstat (limited to 'obsolete-buildroot/README.pppoe')
-rw-r--r--obsolete-buildroot/README.pppoe4
1 files changed, 2 insertions, 2 deletions
diff --git a/obsolete-buildroot/README.pppoe b/obsolete-buildroot/README.pppoe
index 4c87d29af7..f5231cfd50 100644
--- a/obsolete-buildroot/README.pppoe
+++ b/obsolete-buildroot/README.pppoe
@@ -70,11 +70,11 @@ The script responsible for that is /etc/init.d/S40network.
You can also manually start the PPPOECD by doing:
- . /etc/functions.sh; ifup wan
+ ifup wan
Similarly you can shutdown the PPPOECD by doing:
- . /etc/functions.sh; ifdown wan
+ ifdown wan
5. CONFIGURATION