Tiny Core Linux

Tiny Core Extensions => TCE News => TCE 1.x => Topic started by: Jason W on December 29, 2008, 11:17:26 AM

Title: pppsetup.tce
Post by: Jason W on December 29, 2008, 11:17:26 AM
Here is pppsetup.tce:

Code: [Select]
Title:          pppsetup.tce
Description:    Dialup configuration utility.
Version:        1.98
Author:         Robert S. Liesenfeld, Kent Robotti
Original-site:  http://linux.maruhn.com/sec/pppsetup.html
Copying-policy: View /usr/local/share/pppsetup/README.pppsetup for copyright.
Size: 15k
Extension_by:   Jason W
Comments:       This extension will set up your PPP connection for dial up use.
                Run the setup to configure your connection.  Menu entries
                are present for connecting and disconnectiong.  Important files
                that need to be in your backup for your PPP configuration
                to survive across reboots:
                /etc/ppp  # config directory
                /etc/resolv.conf
                /usr/local/bin/pppsetup
                /usr/local/bin/ppp-off
                /usr/local/bin/ppp-go  # created by pppsetup when run
If you are using tclocal mounting, then /etc/ppp and
/etc/resolv.conf will be the only files you need to back up.
This extension requires pppd.tcel.
Change-log:     First version
Current:        2008/12/29
Title: Re: pppsetup.tce
Post by: curaga on December 29, 2008, 12:30:39 PM
In the menu spec file, your </JWM></Menu> tags should be swapped around.
Title: Re: pppsetup.tce
Post by: Jason W on December 29, 2008, 01:02:35 PM
Fixed it.

Thanks.


JW
Title: Re: pppsetup.tce
Post by: Jason W on May 01, 2009, 11:06:46 PM
Thanks to mcewanw for an update to pppsetup.  I originally made the extension in good faith, but I cannot test ppp and have forgotton what little I knew of it so I hope he doesn't mind being listed as maintainer. 

Code: [Select]
Title:          pppsetup.tce
Description:    Dialup configuration utility.
Version:        1.98
Author:         Robert S. Liesenfeld, Kent Robotti
Original-site:  http://linux.maruhn.com/sec/pppsetup.html
Copying-policy: View /usr/local/share/pppsetup/README.pppsetup for copyright.
Size: 15k
Extension_by:   mcewanw
Comments:       This extension will set up your PPP connection for dial up use.
                Run the setup to configure your connection.  Menu entries
                are present for connecting and disconnectiong.  Important files
                that need to be in your backup for your PPP configuration
                to survive across reboots:
                /etc/ppp  # config directory
                /etc/resolv.conf
                /usr/local/bin/pppsetup
                /usr/local/bin/ppp-off
                /usr/local/bin/ppp-go  # created by pppsetup when run
If you are using tclocal mounting, then /etc/ppp and
/etc/resolv.conf will be the only files you need to back up.
This extension requires pppd.tcel.
This extension is NOT PPI compatible.
Change-log:     2008/12/29 First version (Jason W)
Current:        2009/01/06 Fixed script to place ppp-go in /usr/local/sbin.
Current:        2009/05/09 (mcewanw) Changed the default modem init string;
                           added pppd option -am;
   fixed JWM menu to point to /usr/local/sbin/ppp-go