From 917f57b6c38826476172aa4ec6cfa3075465a824 Mon Sep 17 00:00:00 2001 From: cinap_lenrek Date: Fri, 31 Dec 2021 15:50:22 +0000 Subject: [PATCH] consolefs(4): import -> rimport --- rc/bin/C | 6 +----- sys/man/4/consolefs | 2 +- 2 files changed, 2 insertions(+), 6 deletions(-) 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