Bugzilla – Attachment 50471 Details for
Bug 117850
Configure auto-reconnect for DSL
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
IDP Log In
|
Forgot Password
[patch]
Patch for ifup-ppp
ifup-ppp.diff (text/plain), 905 bytes, created by
Juergen Mell
on 2005-09-20 20:01:21 UTC
(
hide
)
Description:
Patch for ifup-ppp
Filename:
MIME Type:
Creator:
Juergen Mell
Created:
2005-09-20 20:01:21 UTC
Size:
905 bytes
patch
obsolete
>*** ifup-ppp~ 2005-09-05 16:24:21.000000000 +0200 >--- /etc/sysconfig/network/scripts/ifup-ppp 2005-09-19 19:58:46.000000000 +0200 >*************** >*** 104,117 **** > exit $R_ERROR > > ;; > > down) > >! if /usr/sbin/smpppd-ifcfg --down $SMPPPD_OPTIONS ; then >! message_if_not_run_from_rc "interface $INTERFACE is down" >! exit $R_SUCCESS > fi > > logerror "failed to bring interface $INTERFACE down" > exit $R_ERROR > >--- 104,123 ---- > exit $R_ERROR > > ;; > > down) >+ if [ "$RUN_FROM_RC" == "yes" ] ; then > >! if /usr/sbin/smpppd-ifcfg --down $SMPPPD_OPTIONS ; then >! message_if_not_run_from_rc "interface $INTERFACE is down" >! exit $R_SUCCESS >! fi >! else >! logerror "Skipped shutting interface $INTERFACE down (/Me)" >! exit $R_SUCCESS >! > fi > > logerror "failed to bring interface $INTERFACE down" > exit $R_ERROR >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
Actions:
View
|
Diff
Attachments on
bug 117850
:
50470
| 50471