F7: base system reinstall, no (open)ssh anymore...

2008-08-08 Thread Rob
Hello,
I have upgraded from FreeBSD 6.3 to 7.0.
When I recompiled the base system, thereĀ are no ssh related files anymore
in the base system (no ssh, sshd and /etc/rc.d/sshd for example).
Am I missing some essential settings in /etc/make.conf?
What is needed there in order to get (Open)SSH from the base system?
Thanks!
Rob.



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


Re: F7: base system reinstall, no (open)ssh anymore...

2008-08-08 Thread Josh Carroll
 Am I missing some essential settings in /etc/make.conf?
 What is needed there in order to get (Open)SSH from the base system?
 Thanks!
 Rob.

It should be there by default. Check that /etc/make.conf (or
/etc/src.conf) does not set/define:

WITHOUT_OPENSSH

There are other knobs that implicitly set this as well, so check for these, too:

WITHOUT_CRYPT
WITHOUT_OPENSSL

If any of those are set, it will not build the ssh components.

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