What happened to NO_OPENSSH in make.conf with FreeBSD 7?

2008-04-23 Thread FreeBSD

Hello everyone,

With FreeBSD 6.2-Release, I added the option NO_OPENSSH=true in the 
make.conf I use to build jails. But, I just rebuilded a jail in FreeBSD 
7-Release and I realized at the mergemaster step of the update that 
there were a lot of files related to OpenSSH that needed to be 
installed. By checking the man and /usr/share/examples/etc/make.conf, I 
find no reference to this option anymore.


Can someone shed some light on this?

Thank you very much,

Martin
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: What happened to NO_OPENSSH in make.conf with FreeBSD 7?

2008-04-23 Thread Dan Nelson
In the last episode (Apr 23), FreeBSD said:
 Hello everyone,
 
 With FreeBSD 6.2-Release, I added the option NO_OPENSSH=true in the 
 make.conf I use to build jails. But, I just rebuilded a jail in FreeBSD 
 7-Release and I realized at the mergemaster step of the update that there 
 were a lot of files related to OpenSSH that needed to be installed. By 
 checking the man and /usr/share/examples/etc/make.conf, I find no reference 
 to this option anymore.
 
 Can someone shed some light on this?

They have been converted to ports-style WITH/WITHOUT_* flags, and the
preferred location is /etc/src.conf (so as to not add unnecessary
defines to other programs that happen to use make).  See the src.conf
manpage for the full list.  I thought the NO_* flags were still
supported, though (according to the 20060317 /usr/src/UPDATING entry).

-- 
Dan Nelson
[EMAIL PROTECTED]
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]