Hello,

On Sat, Jul 01, 2000 at 05:04:59AM +1000, Paul Mackerras wrote:
> Clifford Kite writes:
> 
> > Trying to execute pppd 2.4.0b3 I get
> > 
> > unrecognized option 'connect'
> > pppd version 2.4.0b3
> 
> Sorry, my fault.  Add a line saying
> 
>       tty_init();
> 
> after line 279 of main.c, that should fix it.
> 
> Paul.

Added tty_init(); and noticed this a couple lines further down:

    /*
     * Parse, in order, the system options file, the user's options file,
     * the tty's options file, and the command line arguments.
     */
    if (!options_from_file(_PATH_SYSOPTIONS, !privileged, 0, 1)
        || !options_from_user()
        || !parse_args(argc-1, argv+1))
        exit(EXIT_OPTION_ERROR);

Is !options_for_tty() missing?

Robert 


> 
> -- 
> Paul Mackerras, Senior Open Source Researcher, Linuxcare, Inc.
> +61 2 6262 8990 tel, +61 2 6262 8991 fax
> [EMAIL PROTECTED], http://www.linuxcare.com.au/
> Linuxcare.  Support for the revolution.
> 
> -
> To unsubscribe from this list: send the line "unsubscribe linux-ppp" in
> the body of a message to [EMAIL PROTECTED]
> 

-
To unsubscribe from this list: send the line "unsubscribe linux-ppp" in
the body of a message to [EMAIL PROTECTED]

Reply via email to