diff options
author | Mike Baker <mbm@openwrt.org> | 2004-07-13 02:52:21 +0000 |
---|---|---|
committer | Mike Baker <mbm@openwrt.org> | 2004-07-13 02:52:21 +0000 |
commit | b022d966ebf7d48b87aca12da5f95e2261e46fe8 (patch) | |
tree | 9cbfab9e91f0381ccdb080240743fb06aed9a981 /obsolete-buildroot | |
parent | 7822103223d139844908de5c1f48ac44a8a1a838 (diff) | |
download | mtk-20170518-b022d966ebf7d48b87aca12da5f95e2261e46fe8.zip mtk-20170518-b022d966ebf7d48b87aca12da5f95e2261e46fe8.tar.gz mtk-20170518-b022d966ebf7d48b87aca12da5f95e2261e46fe8.tar.bz2 |
ifup is now a standalone script
SVN-Revision: 95
Diffstat (limited to 'obsolete-buildroot')
-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 4c87d29..f5231cf 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 |