WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: pppsetup.tce  (Read 2832 times)

Offline Jason W

  • Administrator
  • Hero Member
  • *****
  • Posts: 9730
pppsetup.tce
« on: December 29, 2008, 08: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

Offline curaga

  • Administrator
  • Hero Member
  • *****
  • Posts: 10965
Re: pppsetup.tce
« Reply #1 on: December 29, 2008, 09:30:39 AM »
In the menu spec file, your </JWM></Menu> tags should be swapped around.
The only barriers that can stop you are the ones you create yourself.

Offline Jason W

  • Administrator
  • Hero Member
  • *****
  • Posts: 9730
Re: pppsetup.tce
« Reply #2 on: December 29, 2008, 10:02:35 AM »
Fixed it.

Thanks.


JW

Offline Jason W

  • Administrator
  • Hero Member
  • *****
  • Posts: 9730
Re: pppsetup.tce
« Reply #3 on: May 01, 2009, 08: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