Re: script to update dyndns IP

2010-03-19 Thread Aaron Stellman
On Thu, Mar 18, 2010 at 09:52:28PM -0400, Brad Tilley wrote: There are ports that do this with more features, but I thought others might like to do it in base with no added software. I've been using this script since 4.2 and it works OK: since when is net/curl in base?

Re: script to update dyndns IP

2010-03-19 Thread Duncan Patton a Campbell
On Thu, 18 Mar 2010 21:52:28 -0400 Brad Tilley b...@16systems.com wrote: There are ports that do this with more features, but I thought others might like to do it in base with no added software. I've been using this script since 4.2 and it works OK: #!/bin/ksh # Cron this script to run

Re: script to update dyndns IP

2010-03-19 Thread Vadim Zhukov
On 19 March 2010 c. 10:54:26 Duncan Patton a Campbell wrote: On Thu, 18 Mar 2010 21:52:28 -0400 Brad Tilley b...@16systems.com wrote: There are ports that do this with more features, but I thought others might like to do it in base with no added software. I've been using this script since

Re: script to update dyndns IP

2010-03-19 Thread Brad Tilley
On Fri, 19 Mar 2010 00:20 -0700, Aaron Stellman z...@x96.org wrote: On Thu, Mar 18, 2010 at 09:52:28PM -0400, Brad Tilley wrote: There are ports that do this with more features, but I thought others might like to do it in base with no added software. I've been using this script since 4.2

Re: script to update dyndns IP

2010-03-19 Thread Duncan Patton a Campbell
On Fri, 19 Mar 2010 14:04:16 +0300 Vadim Zhukov persg...@gmail.com wrote: On 19 March 2010 c. 10:54:26 Duncan Patton a Campbell wrote: On Thu, 18 Mar 2010 21:52:28 -0400 Brad Tilley b...@16systems.com wrote: There are ports that do this with more features, but I thought others might

Re: script to update dyndns IP

2010-03-19 Thread Corey
On 03/18/2010 08:52 PM, Brad Tilley wrote: There are ports that do this with more features, but I thought others might like to do it in base with no added software. I've been using this script since 4.2 and it works OK: #!/bin/ksh # Cron this script to run every X minutes. Written for OpenBSD.

script to update dyndns IP

2010-03-18 Thread Brad Tilley
There are ports that do this with more features, but I thought others might like to do it in base with no added software. I've been using this script since 4.2 and it works OK: #!/bin/ksh # Cron this script to run every X minutes. Written for OpenBSD. # Get Current IP lynx -dump

Re: script to update dyndns IP

2010-03-18 Thread Brad Tilley
On Thu, 18 Mar 2010 21:52 -0400, Brad Tilley b...@16systems.com wrote: There are ports that do this with more features, but I thought others might like to do it in base with no added software. I've been using this script since 4.2 and it works OK: #!/bin/ksh # Cron this script to run