View | Details | Raw Unified | Return to bug 30449
Collapse All | Expand All

(-)create-ppp.orig (-2 / +3 lines)
Lines 14-20 Link Here
14
# Basic options usually shouldn't be modified, but for some rare cases we
14
# Basic options usually shouldn't be modified, but for some rare cases we
15
# define it before reading defaults and interface options to allow override.
15
# define it before reading defaults and interface options to allow override.
16
# Please don't override BASIC_PPPOPTIONS, if possible.
16
# Please don't override BASIC_PPPOPTIONS, if possible.
17
BASIC_PPPOPTIONS="nolog updetach unit ${NAME//ppp/}"
17
BASIC_PPPOPTIONS="nolog nodetach unit ${NAME//ppp/}"
18
18
19
pickup_defaults
19
pickup_defaults
20
pickup_options
20
pickup_options
Lines 90-93 Link Here
90
${PROF_PPPOPTIONSFILE:+ file $PROF_PPPOPTIONSFILE} \
90
${PROF_PPPOPTIONSFILE:+ file $PROF_PPPOPTIONSFILE} \
91
${PROF_PPPINITCHAT:+ init "$CHAT_CMD $PROF_PPPINITCHAT"} \
91
${PROF_PPPINITCHAT:+ init "$CHAT_CMD $PROF_PPPINITCHAT"} \
92
${PROF_PPPCONNECTCHAT:+ connect "$CHAT_CMD $PROF_PPPCONNECTCHAT"} \
92
${PROF_PPPCONNECTCHAT:+ connect "$CHAT_CMD $PROF_PPPCONNECTCHAT"} \
93
${PROF_PPPDISCONNECTCHAT:+ disconnect "$CHAT_CMD $PROF_PPPDISCONNECTCHAT"}
93
${PROF_PPPDISCONNECTCHAT:+ disconnect "$CHAT_CMD $PROF_PPPDISCONNECTCHAT"} &
94
sleep 5

Return to bug 30449