Looks like your getting there.
You need to run,
rndc-confgen -u /dev/urandom
Then paste the result in the top of your named.conf file.
If you get a not found error when running rndc-confgen -u /dev/urandom
you need to reboot and run again.
Oct 21 23:29:50 cp1 named[75014]: dns_rdata_fromtext: /etc/namedb/gillilandgroup.com.db:15: near eol: unexpected end of input
Is this the last entry in named.conf ? Make sure to hit enter after };
should look like;
zone "domain.com" {
type master;
file "/etc/namedb/domain.com.db";
};