pkgsrc-wip/slackware_compat/MESSAGE.FreeBSD
Michal Pasternak 9833990a19 Slackware base for pkgsrc - initial import.
These packages are based on slackware-current binaries.

slackware_base and its dependencies need some non-standard stuff (in terms
of wip/mk/linuxbin.pkg.mk) to install - basically, they handle their
installation stuff on their own.

slackware_gcc and slackware_tcsh are included as an example "extra" packages
for Slackware base - they are not needed for basic functionality, but as
bin/cp, bin/sh and other utilities are installed by the time slackware_tcsh
or slackware_gcc is installed, they can handle their installation only via
wip/mk/linuxbin.pkg.mk and nothing else
2004-03-12 12:42:34 +00:00

26 lines
674 B
Text

===========================================================================
$NetBSD: MESSAGE.FreeBSD,v 1.1.1.1 2004/03/12 12:42:35 mpasternak Exp $
* Make sure you have Linux compatibility layer enabled!
* Please add:
linux_enable=YES
to /etc/rc.conf to make Linux emulation start up at boot time
* If you want just to test this out, do:
kldload /modules/linux.ko
To remove Linux support, use:
kldunload linux.ko
* Read about Linux compatibility for FreeBSD in FreeBSD Handbook:
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/linuxemu.html
* Have fun!
===========================================================================