- don't generate the plist at install time, use a static plist instead
(this fixes the empty plist after the change to pre-su-install) [1]
- brand _every_ ELF executable in {,usr/}{,s}bin/
(short command line, should be used by other linux ports with a lot of
files too; contrary to the commit messages of some linux ports: brandelf
is usefull and doesn't result in foot-shooting in edge cases)
- install directly into the destination instead of bouncing through WRKSRC
Noticed by: marcus [1]
Pointy hat to: netchild [1]
21 lines
693 B
Plaintext
21 lines
693 B
Plaintext
This software is based in part on the work of the FreeType Team.
|
|
See <URL:http://www.freetype.org/>.
|
|
|
|
Installation of the Linux base system is finished. The Linux kernel
|
|
mode, which must be enabled for Linux binaries to run, is now
|
|
enabled. Linux mode can be enabled permanently with the linux_enable
|
|
variable of rc.conf(5).
|
|
|
|
To make use of NIS you have to adjust yp.conf and nsswitch.conf in
|
|
/compat/linux/etc/ accordingly. For example:
|
|
|
|
Set your yp-server and yp-domainname in yp.conf:
|
|
domainname my.yp.domainname
|
|
ypserver my.yp.server
|
|
|
|
Let your lists for hosts, passwd and group be resolved via nsswitch.conf:
|
|
passwd: files nis
|
|
shadow: files nis
|
|
group: files nis
|
|
hosts: files dns nis
|