diff options
author | cinap_lenrek <cinap_lenrek@felloff.net> | 2021-12-31 15:50:22 +0000 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@felloff.net> | 2021-12-31 15:50:22 +0000 |
commit | 917f57b6c38826476172aa4ec6cfa3075465a824 (patch) | |
tree | df3194c963213c731d1ae04cb2c68417c75e17c3 /rc | |
parent | aa781bfda2b08e516cfaaee38543bf8ebc8808c0 (diff) |
consolefs(4): import -> rimport
Diffstat (limited to 'rc')
-rwxr-xr-x | rc/bin/C | 6 |
1 files changed, 1 insertions, 5 deletions
@@ -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 } } |