ifup is now a standalone script

SVN-Revision: 95
This commit is contained in:
Mike Baker 2004-07-13 02:52:21 +00:00
parent 7822103223
commit b022d966eb
1 changed files with 2 additions and 2 deletions

View File

@ -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