Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 15 Jul 1998 15:52:47 -0700 (PDT)
From:      Dan Busarow <dan@dpcsys.com>
To:        Paul MacKenzie <paul@elehost.com>
Cc:        freebsd-questions@FreeBSD.ORG
Subject:   Re: question about named-bootconf.pl (does not run??)
Message-ID:  <Pine.BSF.3.96.980715155054.12565A-100000@java.dpcsys.com>
In-Reply-To: <199807152111.RAA00787@server.elehost.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, 15 Jul 1998, Paul MacKenzie wrote:
> it just pauses out forever (and nothing happens) and I have to end the
> process to get back to my computer. Nothing is displayed or created. I am
> using FreeBSD 2.2.6 and have downloaded and installed the Bind 8.1.2
> package from FREEBSD

You have to suplly input on stdin and grab the output from stdout.
It's a filter.

	named-bootconf.pl < named.boot > named.conf

	or

	cat named.boot | named-bootconf.pl > named.conf

Dan
-- 
 Dan Busarow                                                  949 443 4172
 DPC Systems / Beach.Net                                    dan@dpcsys.com
 Dana Point, California  83 09 EF 59 E0 11 89 B4   8D 09 DB FD E1 DD 0C 82


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.3.96.980715155054.12565A-100000>