From owner-freebsd-questions@FreeBSD.ORG Thu Feb 19 13:27:46 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 394C116A4CE for ; Thu, 19 Feb 2004 13:27:46 -0800 (PST) Received: from mta13.adelphia.net (mta13.mail.adelphia.net [68.168.78.44]) by mx1.FreeBSD.org (Postfix) with ESMTP id BD71243D1D for ; Thu, 19 Feb 2004 13:27:45 -0800 (PST) (envelope-from Barbish3@adelphia.net) Received: from barbish ([67.20.101.119]) by mta13.adelphia.net (InterMail vM.5.01.06.05 201-253-122-130-105-20030824) with SMTP id <20040219212745.RJS28190.mta13.adelphia.net@barbish>; Thu, 19 Feb 2004 16:27:45 -0500 From: "JJB" To: Date: Thu, 19 Feb 2004 16:27:44 -0500 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.6604 (9.0.2911.0) In-Reply-To: <52940.207.43.195.201.1077224132.squirrel@www.themango.org> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Importance: Normal cc: "freebsd-questions@FreeBSD. ORG" Subject: RE: ez-ipupdate setup info needed X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Barbish3@adelphia.net List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Feb 2004 21:27:46 -0000 Luke Thanks for your reply When I run ez-ipupdate --help or -help or help or ? it just goes to service prompt and if I hit enter again it displays msg to uses an list of names. Really need more help -----Original Message----- From: luke@themango.org [mailto:luke@themango.org] Sent: Thursday, February 19, 2004 3:56 PM To: Barbish3@adelphia.net Cc: freebsd-questions@FreeBSD. ORG Subject: Re: ez-ipupdate setup info needed > FBSD friends > > Installed ez-ipupdate package to use with zoneedit, but there is no > setup information or description about how it works, > and no zoneedit config example files. > > An explanation of how it works, how to activate and a working > zoneedit conf file would really be great. If you installed it from ports try # /usr/local/bin/ez-ipupdate --help to get a list of options. Pay attention to the -S for your service. I would assume that you probably want this to run from boot. Check in /usr/local/etc for the ez-ipupdate.conf.sample and change it to suit your needs and /usr/local/etc/rc.d for the ez-ipupdate.sh. You may have to add ez_ipupdate_enable="YES" to your /etc/rc.conf file. Cheers, Luke