Duane Whitty wrote:
Hello all,
I believe I used the wrong syntax in my make.conf
I used
NO_PROFILE="YES"
Should I have instead used
NO_PROFILE=YES
or
NO_PROFILE=TRUE
Is YES and TRUE and 1 equivalent in this context?
Thanks in advance,
Duane
--
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to
"[EMAIL PROTECTED]"
Hi,
Sorry for the noise; I answered my own question.
Yes, my syntax was wrong. NO_PROFILE takes a bool
not a string value.
Duane
--
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"