Initial commit

This commit is contained in:
2026-01-02 17:48:26 +09:00
commit ee9996bc2e
21 changed files with 489 additions and 0 deletions

24
README.md Normal file
View File

@@ -0,0 +1,24 @@
# roowhoo2
Reimplementation of a subset of linux' netkit tools.
## Programs reimplemented
- [ ] finger
- [ ] rup
- [ ] ruptime
- [ ] rusers
- [ ] rwall
- [ ] rwho
- [ ] write
## Programs *not* reimplemented
- `rsh`/`rexec`/`rcp`/`rlogin`: use `ssh` + `scp`/`rsync`
- `talk`: use a local irc server
- `ping`/`telnet`/`ftp`/`tftp`: all of these you can get from other packages
- `inetd`: either use a different distribution or use systemd socket activation
- `timed`: use an ntp client
- `biff`/`comsat`: nah
- `ripquery`/`routed`: nuh-uh
- `rpc*`: no need