diff options
author | June McEnroe <june@causal.agency> | 2024-05-22 17:55:09 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2024-05-22 17:55:09 -0400 |
commit | 53ab5154b03c69430039796dc7b453bbb68c34b7 (patch) | |
tree | 3fb077351c16735f4b8b0c43c8f1402b52e31208 /README.7 | |
parent | Fix style character handling bug (diff) | |
download | catgirl-53ab5154b03c69430039796dc7b453bbb68c34b7.tar.gz catgirl-53ab5154b03c69430039796dc7b453bbb68c34b7.zip |
Remove scripts related to chroot for ssh
Kiosk mode is removed already, and that set up used it.
Diffstat (limited to '')
-rw-r--r-- | README.7 | 15 |
1 files changed, 1 insertions, 14 deletions
diff --git a/README.7 b/README.7 index a26d270..70ba7c8 100644 --- a/README.7 +++ b/README.7 @@ -1,5 +1,5 @@ .\" To view this file: $ man ./README.7 -.Dd July 9, 2023 +.Dd May 22, 2024 .Dt README 7 .Os "Causal Agency" . @@ -227,19 +227,6 @@ and automatic reconnects .It Pa scripts/notify-send.scpt .Xr notify-send 1 in AppleScript -.It Pa scripts/build-chroot.sh -chroot builder for -.Ox -and -.Fx -.It Pa scripts/chroot-prompt.sh -name prompt wrapper for chroot -.It Pa scripts/chroot-man.sh -.Xr man 1 -implementation for chroot -.It Pa scripts/sshd_config -.Xr sshd 8 -configuration for public chroot .El . .Sh CONTRIBUTING |