do not use SYSCONFDIR for binfmt.d
This makes binfmt.d consistent with tmpfiles.d and systemd which uses hard coded paths for both. Signed-off-by: Andrew Gregory <andrew.gregory.8@gmail.com>
This commit is contained in:
parent
414ef64661
commit
89bb04a01a
@ -31,7 +31,7 @@ start()
|
|||||||
ebegin "Loading custom binary format handlers"
|
ebegin "Loading custom binary format handlers"
|
||||||
fmts=$(grep -hsv -e '^[#;]' -e '^[[:space:]]*$' \
|
fmts=$(grep -hsv -e '^[#;]' -e '^[[:space:]]*$' \
|
||||||
/run/binfmt.d/*.conf \
|
/run/binfmt.d/*.conf \
|
||||||
@SYSCONFDIR@/binfmt.d/*.conf \
|
/etc/binfmt.d/*.conf \
|
||||||
""/usr/lib/binfmt.d/*.conf)
|
""/usr/lib/binfmt.d/*.conf)
|
||||||
if [ -n "${fmts}" ]; then
|
if [ -n "${fmts}" ]; then
|
||||||
echo "${fmts}" > /proc/sys/fs/binfmt_misc/register
|
echo "${fmts}" > /proc/sys/fs/binfmt_misc/register
|
||||||
|
Loading…
x
Reference in New Issue
Block a user