Bug 29378 - Settings extra options does not work
Summary: Settings extra options does not work
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Red Hat Linux
Classification: Retired
Component: internet-config
Version: 7.1
Hardware: i386
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Than Ngo
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2001-02-25 12:30 UTC by Enrico Scholz
Modified: 2008-05-01 15:37 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2001-02-25 12:31:02 UTC
Embargoed:


Attachments (Terms of Use)

Description Enrico Scholz 2001-02-25 12:30:59 UTC
/etc/init.d/isdn:409 contains the statement

| if [ -f /etc/ppp/options-$1 ]; then
|   options="$option `cat /etc/ppp/options-$1`"
| fi

There is missing an 's' after '$option' so ipppd will be called with the
extra-options from the cat'ed file only.

The correct statement should be

| if [ -f /etc/ppp/options-$1 ]; then
|   options="$options `cat /etc/ppp/options-$1`"
| fi

Comment 1 Ngo Than 2001-02-26 09:52:11 UTC
It's fixed with internet-config-0.33-1. Thanks


Note You need to log in before you can comment on or make changes to this bug.