diff options
author | mbm <mbm@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2004-07-13 02:52:21 +0000 |
---|---|---|
committer | mbm <mbm@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2004-07-13 02:52:21 +0000 |
commit | 67ea774121f304d1777745b3e9a499c9177e419d (patch) | |
tree | 9cbfab9e91f0381ccdb080240743fb06aed9a981 /obsolete-buildroot/README.pppoe | |
parent | edde8d40b677a02d729e299aa0f986598deb287d (diff) |
ifup is now a standalone script
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@95 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'obsolete-buildroot/README.pppoe')
-rw-r--r-- | obsolete-buildroot/README.pppoe | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/obsolete-buildroot/README.pppoe b/obsolete-buildroot/README.pppoe index 4c87d29af..f5231cfd5 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 |