Bugzilla – Attachment 63875 Details for
Bug 143729
ifup broken for modems.
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
IDP Log In
|
Forgot Password
script to dial-in / hangup via smpppd.
nm-dial (text/plain), 353 bytes, created by
Forgotten User ZhJd0F0L3x
on 2006-01-18 17:34:34 UTC
(
hide
)
Description:
script to dial-in / hangup via smpppd.
Filename:
MIME Type:
Creator:
Forgotten User ZhJd0F0L3x
Created:
2006-01-18 17:34:34 UTC
Size:
353 bytes
patch
obsolete
>#!/bin/bash > >I_AM=${0##*/} >IF=$1 >if [ -z "$IF" ]; then > echo "i need an interface name." > exit 1 >fi > >case $I_AM in > nm-dial) > cinternet --interface-name=$IF --start --dialin > ;; > nm-hangup) > cinternet --interface-name=$IF --hangup --stop > ;; > *) > echo "illegal basename" > exit 2 > ;; >esac
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
Attachments on
bug 143729
: 63875