summaryrefslogtreecommitdiffstats
path: root/etc/rc.d/netoptions
diff options
context:
space:
mode:
Diffstat (limited to 'etc/rc.d/netoptions')
-rw-r--r--etc/rc.d/netoptions3
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/rc.d/netoptions b/etc/rc.d/netoptions
index 9c5f4aa..d132525 100644
--- a/etc/rc.d/netoptions
+++ b/etc/rc.d/netoptions
@@ -100,7 +100,8 @@ network_pass1() {
if [ "${ppp_enable}" = "YES" ]; then
# Establish ppp mode.
if [ "${ppp_mode}" != "ddial" -a "${ppp_mode}" != "direct" \
- -a "${ppp_mode}" != "dedicated" ]; then \
+ -a "${ppp_mode}" != "dedicated" \
+ -a "${ppp_mode}" != "background" ]; then
ppp_mode="auto";
fi
ppp_command="-${ppp_mode} ";
OpenPOWER on IntegriCloud