From b022d966ebf7d48b87aca12da5f95e2261e46fe8 Mon Sep 17 00:00:00 2001 From: Mike Baker Date: Tue, 13 Jul 2004 02:52:21 +0000 Subject: [PATCH] ifup is now a standalone script SVN-Revision: 95 --- obsolete-buildroot/README.pppoe | 4 ++-- 1 file 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 -- 2.25.1