shithub: rc

Download patch

ref: d4d16446cdeb941bbbc678f6848f65b87781a729
parent: 80dee234102c36854755aa992cea385f0c1dff94
author: sl <sl@x1yg3>
date: Sat Jul 5 21:57:12 EDT 2025

add add nauth, contrib, deckard, gaff, 9front, catv, osuny, rachael

--- /dev/null
+++ b/9front
@@ -1,0 +1,17 @@
+#!/bin/rc -x
+# 2022-04-06T22:39:35-04:00
+rfork e
+host=9front.inri.net
+auth=auth.inri.net
+sys=`{echo $host | awk -F '.' '{print $1}'}
+switch($1){
+case -m
+	rimport -c -s $sys $host / /n/$sys
+case *
+	if(~ $service cpu terminal){
+		label $sys
+		rcpu -h $host $*
+	}
+	if not
+		drawterm -h $host -a $auth $*
+}
--- /dev/null
+++ b/catv
@@ -1,0 +1,17 @@
+#!/bin/rc -x
+# 2022-04-06T22:39:54-04:00
+rfork e
+host=catv.inri.net
+auth=auth.inri.net
+sys=`{echo $host | awk -F '.' '{print $1}'}
+switch($1){
+case -m
+	rimport -c -s $sys $host / /n/$sys
+case *
+	if(~ $service cpu terminal){
+		label $sys
+		rcpu -h $host $*
+	}
+	if not
+		drawterm -h $host -a $auth $*
+}
--- /dev/null
+++ b/contrib
@@ -1,0 +1,22 @@
+#!/bin/rc -x
+# 2022-04-22T22:21:44-04:00
+rfork e
+host=contrib.inri.net
+auth=auth.inri.net
+vnc=core.sciops.net:4035
+sys=`{echo $host | awk -F '.' '{print $1}'}
+switch($1){
+case -m
+	rimport -c -s $sys $host / /n/$sys
+case -v
+	rfork n
+	sshnet code.9front.org &&
+	window -m vncv $vnc
+case *
+	if(~ $service cpu terminal){
+		label $sys
+		rcpu -h $host $*
+	}
+	if not
+		drawterm -h $host -a $auth $*
+}
--- /dev/null
+++ b/gaff
@@ -1,0 +1,19 @@
+#!/bin/rc -x
+# 2024-02-22T22:50:17-05:00
+rfork e
+host=gaff.inri.net
+auth=auth.inri.net
+sys=`{echo $host | awk -F '.' '{print $1}'}
+switch($1){
+case -b
+	gaff -c 'pager=() mother -b'
+case -m
+	rimport -c -p -s $sys $host / /n/$sys
+case *
+	if(~ $service cpu terminal){
+		label $sys
+		rcpu -h $host $*
+	}
+	if not
+		drawterm -h $host -a $auth $*
+}
--- /dev/null
+++ b/nauth
@@ -1,0 +1,17 @@
+#!/bin/rc -x
+# 2022-04-22T22:22:02-04:00
+rfork e
+host=auth.inri.net
+auth=auth.inri.net
+sys=`{echo $host | awk -F '.' '{print $1}'}
+switch($1){
+case -m
+	rimport -c -s $sys $host / /n/$sys
+case *
+	if(~ $service cpu terminal){
+		label $sys
+		rcpu -h $host $*
+	}
+	if not
+		drawterm -h $host -a $auth $*
+}
--- /dev/null
+++ b/osuny
@@ -1,0 +1,29 @@
+#!/bin/rc -x
+# 2022-04-09T23:21:30-04:00
+rfork e
+host=osuny.inri.net
+auth=auth.inri.net
+sys=`{echo $host | awk -F '.' '{print $1}'}
+switch($1){
+case -m
+	rimport -c -s $sys $host / /n/$sys
+case -t
+	rfork n &&
+	rimport osuny.inri.net /net &&
+	telnet -r tcp!$host!666
+case -tt
+	rfork n &&
+	rimport osuny.inri.net /net &&
+	telnet -r tcp!$host!7734
+case -s
+	ssh bbs@$host
+case -ss
+	ssh tcp!osuny.bell-labs.co!999
+case *
+	if(~ $service cpu terminal){
+		label $sys
+		rcpu -h $host $*
+	}
+	if not
+		drawterm -h $host -a $auth $*
+}
--