summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorEd Maste <emaste@FreeBSD.org>2020-08-13 00:19:05 +0000
committerEd Maste <emaste@FreeBSD.org>2020-08-13 00:19:05 +0000
commitbceabe277e1286ec694e34c186a73e7bf2c9de4f (patch)
tree276546db60c85a0ed856eead7d110872c2357621 /etc
parent40db51b42fe39e335c1c4d5abcc7f1adf862356e (diff)
downloadsrc-test2-bceabe277e1286ec694e34c186a73e7bf2c9de4f.tar.gz
src-test2-bceabe277e1286ec694e34c186a73e7bf2c9de4f.zip
flua: initial support for "require" in the base system
Use /usr not /usr/local for base system components. Use /usr/lib/flua and /usr/share/flua (not lua) for consistency and to avoid the possibility that other software accidentally finds our base system modules. Also drop the version from the path, as flua represents an unspecified lua version that corresponds to the FreeBSD version it comes with. LUA_USE_DLOPEN is not yet enabled because some additional changes are needed wrt symbol visibility. Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D24605
Notes
Notes: svn path=/head/; revision=364182
Diffstat (limited to 'etc')
-rw-r--r--etc/mtree/BSD.usr.dist4
1 files changed, 4 insertions, 0 deletions
diff --git a/etc/mtree/BSD.usr.dist b/etc/mtree/BSD.usr.dist
index e3164c7d76ba..bf51fd5718cb 100644
--- a/etc/mtree/BSD.usr.dist
+++ b/etc/mtree/BSD.usr.dist
@@ -68,6 +68,8 @@
..
engines
..
+ flua
+ ..
i18n
..
libxo
@@ -370,6 +372,8 @@
..
firmware
..
+ flua
+ ..
games
fortune
..