From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matthias Fischer To: development@lists.ipfire.org Subject: [PATCH] Fixed some typos in initscript Date: Sat, 19 Sep 2015 10:04:25 +0200 Message-ID: <1442649865-1675-1-git-send-email-matthias.fischer@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============4443232315245740583==" List-Id: --===============4443232315245740583== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable "Createing=3D =3D> "Creating"... Signed-off-by: Matthias Fischer --- src/initscripts/init.d/networking/red | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/initscripts/init.d/networking/red b/src/initscripts/init.d/n= etworking/red index e0c66b6..9dfbad6 100644 --- a/src/initscripts/init.d/networking/red +++ b/src/initscripts/init.d/networking/red @@ -173,7 +173,7 @@ case "${1}" in if [ "$TYPE" =3D=3D "pppoeatm" ] || [ "$TYPE" =3D=3D "pptpatm" ]; then PPP_NIC=3Dnas${ATM_DEV} DEVICE=3Dnas${ATM_DEV} - boot_mesg "Createing ATM-Bridge as $PPP_NIC ..." + boot_mesg "Creating ATM-Bridge as $PPP_NIC ..." br2684ctl -c${ATM_DEV} -e${ENCAP} -a${ATM_DEV}.${VPI}.${VCI} >/dev/null = 2>&1 & sleep 1 =20 @@ -193,7 +193,7 @@ case "${1}" in fi =20 if [ "$TYPE" =3D=3D "vdsl" ]; then - boot_mesg "Createing VLAN Interface ${DEVICE}.${INET_VLAN} ..." + boot_mesg "Creating VLAN Interface ${DEVICE}.${INET_VLAN} ..." modprobe 8021q vconfig add ${DEVICE} ${INET_VLAN} if [ -n "$MAC1" ]; then @@ -218,7 +218,7 @@ case "${1}" in fi =20 if [ ! -f "$PIDFILE" ]; then - boot_mesg "Createing VLAN Interface ${DEVICE}.${IPTV_VLAN} ..." + boot_mesg "Creating VLAN Interface ${DEVICE}.${IPTV_VLAN} ..." modprobe 8021q vconfig add ${DEVICE} ${IPTV_VLAN} if [ -n "$MAC2" ]; then --=20 2.5.3 --===============4443232315245740583==--