Re: Problems setting the Terminal Script for PPP on OS X? [half solved]
Re: Problems setting the Terminal Script for PPP on OS X? [half solved]
- Subject: Re: Problems setting the Terminal Script for PPP on OS X? [half solved]
- From: Dave Camp <email@hidden>
- Date: Tue, 27 Aug 2002 17:29:26 -0700
I don't know why OT is acting weird, but I figured out my SCF problems.
There are two keys to set for the terminal script.
kSCPropNetPPPCommTerminalScript and kSCPropNetPPPCommUseTerminalScript.
And, the folder that would normally hold terminal scripts does not
exist. You have to create /Library/Terminal Scripts, assuming you want
your script in the normal place the 10.2 PPP preferences panel would
see it. Sure would be nice if the OS install created all the folders it
needs...
Hope that helps someone...
Dave
On Tuesday, August 27, 2002, at 11:06 AM, Dave Camp wrote:
The second method I tried was to modify MoreSCF (since I'm already
using it to create my location and PPP settings) to be able to set the
terminal script. I added another CFStringRef to the PPPDigest struct
and the following line in MoreSCFDigest.c:MoreSCFCreatePPPEntry.
CFDictionaryAddValue(result, kSCPropNetPPPCommTerminalScript,
terminalScript)
I've tried placing the script in /Library/Modem Scripts and passing
the name of the script, and passing the full path to the script, but
neither seems to have any effect.
---
The path of least resistence, it's not just for electricity any more.
_______________________________________________
macnetworkprog mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/macnetworkprog
Do not post admin requests to the list. They will be ignored.