Gerald Pfeifer wrote:
> +.if ! defined(WITHOUT_JAVA)
> +     @DSIZ=700000; \
> +     if [ `ulimit -d` -lt $$DSIZ ]; then \
> +       echo "You need to increase the datasize limit to at least $$DSIZ to 
> build with Java support." | fmt; \
> +       exit 1; \
> +     fi
> +.endif

Could I suggest
s|increase the the datasize limit|set kern.maxdsiz in /boot/loader.conf|
for the benefit of people who aren't familiar with loader.conf?

Colin Percival
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to