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 a new issue