On Sat, 8 Jun 2002, David Kempe wrote: > I believe demand and persist are mutally exclusive. > > dave > > ----- Original Message ----- > From: "Malcolm V" <[EMAIL PROTECTED]> > To: "Slug" <[EMAIL PROTECTED]> > > You might want to add persist to the options, else pppd will drop the > connection after it is finished the current transfer. You might also > want to set maxfail to 0, otherwise it will default to 10 and I believe > shutdown should it fail to connect ten times in a row.
Negative. If you read the man page, you will see that demand IMPLIES persist, unless you specifically tell it otherwise. :) It's quite valid to have both, but if you said demand, then persist was already automatically turned on. Saying it again does nothing. :) -- Jessica Mayo. (Everything with a Grin :) -- SLUG - Sydney Linux User's Group - http://slug.org.au/ More Info: http://lists.slug.org.au/listinfo/slug
