diff --git a/rc/bin/C b/rc/bin/C index b8e8da0c3..0406c4835 100755 --- a/rc/bin/C +++ b/rc/bin/C @@ -1,16 +1,12 @@ #!/bin/rc # C system - connect to system's console rfork en -oflag=() opt=-r while(~ $1 -*) switch($1){ case -r shift opt='' - case -O -o - oflag=-O - shift case * opt=-r shift @@ -45,7 +41,7 @@ if(! test -e /mnt/consoles/$1){ case $server mount /srv/consoles /mnt/consoles case * - import $oflag $server /mnt/consoles + rimport $server /mnt/consoles } } diff --git a/sys/man/4/consolefs b/sys/man/4/consolefs index 104da9021..1572636a5 100644 --- a/sys/man/4/consolefs +++ b/sys/man/4/consolefs @@ -175,7 +175,7 @@ script .B C automates this procedure. It uses -.IR import (4) +.IR rimport (1) to connect to .B /mnt/consoles on the machine connected to all the consoles, then uses