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:
Jeremy Soller 2019-07-02 15:12:21 +00:00
commit 04413c4310
3 changed files with 3 additions and 3 deletions

View file

@ -180,7 +180,7 @@ data = """
ipcd
#logd
ptyd
#pcid /etc/pcid/filesystem.toml
#pcid /etc/pcid.d/
"""
# [[files]]

View file

@ -178,7 +178,7 @@ data = """
ipcd
logd
ptyd
pcid /etc/pcid/filesystem.toml
pcid /etc/pcid.d/
"""
[[files]]

View file

@ -177,7 +177,7 @@ data = """
ipcd
logd
ptyd
pcid /etc/pcid/filesystem.toml
pcid /etc/pcid.d/
"""
[[files]]