summaryrefslogtreecommitdiff
path: root/sys/src/9/port
diff options
context:
space:
mode:
authorJacob Moody <moody@posixcafe.org>2022-05-28 02:31:26 +0000
committerJacob Moody <moody@posixcafe.org>2022-05-28 02:31:26 +0000
commit774529e440cfe570fbaf29e6e5c5c73345aa04a1 (patch)
treec1987e848a9783a675527ecc3fd1897f603d15fa /sys/src/9/port
parent53fbb0515159465421053c3165b1aa9da196aa4d (diff)
kernel: add /rc to devroot
This makes it much easier to run a rc program without needing to bind in all of '#s/boot'.
Diffstat (limited to 'sys/src/9/port')
-rw-r--r--sys/src/9/port/devroot.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/src/9/port/devroot.c b/sys/src/9/port/devroot.c
index d125cd368..2ddd7f5f8 100644
--- a/sys/src/9/port/devroot.c
+++ b/sys/src/9/port/devroot.c
@@ -105,6 +105,7 @@ rootreset(void)
addrootdir("net");
addrootdir("net.alt");
addrootdir("proc");
+ addrootdir("rc");
addrootdir("root");
addrootdir("srv");
addrootdir("shr");