mirror of
https://github.com/opnsense/src.git
synced 2026-02-13 07:44:48 -05:00
program running under linux emulation, the script binary is checked for
in /compat/linux first. Without this patch the wrong script binary
(i.e. the FreeBSD binary) will be run instead of the linux binary.
For example, #!/bin/sh, thus breaking out of linux compatibility mode.
This solves a number of problems people have had installing linux
software on FreeBSD boxes.
|
||
|---|---|---|
| .. | ||
| linux.h | ||
| linux_dummy.c | ||
| linux_genassym.c | ||
| linux_ioctl.h | ||
| linux_sysvec.c | ||
| Makefile | ||
| syscalls.conf | ||
| syscalls.master | ||