|
Hi, Recently installed the latest version of BB(bb1.9h-btf) on solaris 9. I changed the following file to add the CFLAGS.. /opt/bb/bb1.9h-btf/src/minimake/genmake workdir=`echo $0 | sed 's/genmake//g'`
for BBOS in $OSTYPES do BBENV="" LIBS="" CFLAGS="-DENABLE_DISABLE" -- here is where I added the flag
case $BBOS in freebsd|bsdi*|darwin|netbsd|openbsd) echo "Making $BBOS makefile " CFLAGS="${CFLAGS} -DZOMBIE -D${BBOS} -DGETTIMEOFDAY -DRE GEXEC -O" ;;
However, I still cannot disable monitoring on any of the hosts using en-dis.cgi. Any thoughts? Thanks, |