1. usr/src/cmd/bind/METADATA Ed, I know when you started this project METADATA didn't exist. But it does now, see <http://src.opensolaris.org/source/xref/sfw/usr/src/cmd/bind/>
However, the following values should be: DESCRIPTION: Berkeley Internet Name Domain server and *utilities* (client is often used to mean the libresolv library, so I suggest *utilities* instead) PROJECT_URL: https://www.isc.org/software/bind (The ISC have recently changed their website) SOURCE_DOWNLOAD: http://ftp.isc.org/isc/bind9/*{VER}*/bind-*{VER}*.tar.gz (Where *{VER}* should be substituted for the correct version). BUGTRAQ: solaris/network/*dns* (*bind9* has been deleted!) OSR: 11725 (OSR 11725 is for BIND 9.6) 2. usr/src/cmd/bind/Makefile.sfw The 'test' and 'moretest' targets seem to require that the BIND has been built and as such should have a dependency on $(VER)/config.status. They also assume ifconfig.sh is executable which does not seem to be the case. To reduce duplication you could collapse test and moretest (fulltest) into a single target: config_ip=$(POUND_SIGN) fulltest := config_ip = cd $(VER); $(SHELL) ./bin/tests/system/ifconfig.sh fulltest test: build -$(config_ip) up -(cd $(VER); env \ PATH=$(SFW_PATH) \ MAKE=$(CCSMAKE) \ $(CCSMAKE) -e test) -$(config_ip) down Regards, Stacey -- This message posted from opensolaris.org _______________________________________________ networking-discuss mailing list [email protected]
