mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-27 07:14:18 +08:00
Merge branch 'master' into 'master'
Make pcid parse files from /etc/pcid.d/ instead of /etc/pcid/filesystem.toml See merge request redox-os/redox!1218
This commit is contained in:
commit
04413c4310
@ -180,7 +180,7 @@ data = """
|
||||
ipcd
|
||||
#logd
|
||||
ptyd
|
||||
#pcid /etc/pcid/filesystem.toml
|
||||
#pcid /etc/pcid.d/
|
||||
"""
|
||||
|
||||
# [[files]]
|
||||
|
||||
@ -178,7 +178,7 @@ data = """
|
||||
ipcd
|
||||
logd
|
||||
ptyd
|
||||
pcid /etc/pcid/filesystem.toml
|
||||
pcid /etc/pcid.d/
|
||||
"""
|
||||
|
||||
[[files]]
|
||||
|
||||
@ -177,7 +177,7 @@ data = """
|
||||
ipcd
|
||||
logd
|
||||
ptyd
|
||||
pcid /etc/pcid/filesystem.toml
|
||||
pcid /etc/pcid.d/
|
||||
"""
|
||||
|
||||
[[files]]
|
||||
|
||||
Loading…
Reference in New Issue
Block a user