mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-28 11:43:25 +02:00
Fixed some typos in initscript
"Createing= => "Creating"... Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org> Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
committed by
Michael Tremer
parent
048c2ff77d
commit
7f263dc736
@@ -173,7 +173,7 @@ case "${1}" in
|
|||||||
if [ "$TYPE" == "pppoeatm" ] || [ "$TYPE" == "pptpatm" ]; then
|
if [ "$TYPE" == "pppoeatm" ] || [ "$TYPE" == "pptpatm" ]; then
|
||||||
PPP_NIC=nas${ATM_DEV}
|
PPP_NIC=nas${ATM_DEV}
|
||||||
DEVICE=nas${ATM_DEV}
|
DEVICE=nas${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 &
|
br2684ctl -c${ATM_DEV} -e${ENCAP} -a${ATM_DEV}.${VPI}.${VCI} >/dev/null 2>&1 &
|
||||||
sleep 1
|
sleep 1
|
||||||
|
|
||||||
@@ -193,7 +193,7 @@ case "${1}" in
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
if [ "$TYPE" == "vdsl" ]; then
|
if [ "$TYPE" == "vdsl" ]; then
|
||||||
boot_mesg "Createing VLAN Interface ${DEVICE}.${INET_VLAN} ..."
|
boot_mesg "Creating VLAN Interface ${DEVICE}.${INET_VLAN} ..."
|
||||||
modprobe 8021q
|
modprobe 8021q
|
||||||
vconfig add ${DEVICE} ${INET_VLAN}
|
vconfig add ${DEVICE} ${INET_VLAN}
|
||||||
if [ -n "$MAC1" ]; then
|
if [ -n "$MAC1" ]; then
|
||||||
@@ -218,7 +218,7 @@ case "${1}" in
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
if [ ! -f "$PIDFILE" ]; then
|
if [ ! -f "$PIDFILE" ]; then
|
||||||
boot_mesg "Createing VLAN Interface ${DEVICE}.${IPTV_VLAN} ..."
|
boot_mesg "Creating VLAN Interface ${DEVICE}.${IPTV_VLAN} ..."
|
||||||
modprobe 8021q
|
modprobe 8021q
|
||||||
vconfig add ${DEVICE} ${IPTV_VLAN}
|
vconfig add ${DEVICE} ${IPTV_VLAN}
|
||||||
if [ -n "$MAC2" ]; then
|
if [ -n "$MAC2" ]; then
|
||||||
|
|||||||
Reference in New Issue
Block a user