compat directory

2011-07-19 Thread Dick Hoogendijk
It may be a stupid question but my FreeBSD-8.2 system lacks a /compat 
directory. Is this normal? does it get installed through some kind of 
software package?

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


Re: compat directory

2011-07-19 Thread Lars Eighner

On Tue, 19 Jul 2011, Dick Hoogendijk wrote:

It may be a stupid question but my FreeBSD-8.2 system lacks a /compat 
directory. Is this normal? does it get installed through some kind of 
software package?



check /usr/ports/misc/ for the various  compat?x ports.


--
Lars Eighner
http://www.larseighner.com/index.html
8800 N IH35 APT 1191 AUSTIN TX 78753-5266

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


Re: compat directory

2011-07-19 Thread Polytropon
On Tue, 19 Jul 2011 12:04:45 +0200, Dick Hoogendijk wrote:
 It may be a stupid question but my FreeBSD-8.2 system lacks a /compat 
 directory. Is this normal? does it get installed through some kind of 
 software package?

The compat directory entry in root usually is a symlink
to /usr/compat. It is created by sysinstall.

/usr/src/usr.sbin/sysinstall/install.c around line 860:

Mkdir(/usr/compat);
vsystem(ln -s usr/compat /compat);

So it should be there when you've been using sysinstall
for system installation. If you've used a different tool
(or no tool), it may be the reason why it is missing.


-- 
Polytropon
Magdeburg, Germany
Happy FreeBSD user since 4.0
Andra moi ennepe, Mousa, ...
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: compat directory

2011-07-19 Thread Dick Hoogendijk

Op 19-7-2011 12:21 schreef Polytropon:

So it should be there when you've been using sysinstall
for system installation. If you've used a different tool
(or no tool), it may be the reason why it is missing.
I installed a ZFS on root system using the known scripts. So the symlink 
is not created ;-)

Thanks for the info.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org