In order to parse my zone files I had to make the following adjustment.
** root@ethel ** /usr/local/www/probind/etc ** Mon Jun 23 21:56:17
*** import~ Tue Dec 25 16:46:36 2007
--- import Mon Jun 23 21:17:28 2008
*** 1,4 ****
! #!/usr/bin/php -q
<?php
require '../inc/lib.inc';
--- 1,4 ----
! #!/usr/local/bin/php -q
;; Description: the home zone
;;
;; $Id: ericx.net.zone.base,v 1.21 2008/06/21 02:45:54 ericx Exp $
;; $Log: ericx.net.zone.base,v $
;; Revision 1.21 2008/06/21 02:45:54 ericx
;; Removed an IP from the beginning of the dhcp range
;;
;; Revision 1.20 2008/03/22 20:33:26 ericx
;; Added maude
;;
$TTL 8h
ericx.net. SOA ethel.ericx.net. hostmaster.ericx.net. (
2008062000 ; serial
3h ; refresh Slave now wants a refresh.
1h ; retry Retry interval if slave cannot reach master.
1w ; expire Data is SO OLD slaves will now delete.
8h ; ttl How long ANYONE may cache this record.
)
?>
Anonymous