make.conf syntax

Duane Whitty duane at greenmeadow.ca
Mon Mar 20 23:16:45 UTC 2006


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 at freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to 
> "freebsd-questions-unsubscribe at freebsd.org"
>
>
>
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
--


More information about the freebsd-questions mailing list