git: 9front

Download patch

ref: 8396bda0fa1a47ff1cf285991faa0940ace568e9
parent: f9eabd97e4924ef8f6d6e8b9363a0c35be1742c1
author: Chris A. Frschl <chris@chrisfroeschl.de>
date: Fri Sep 16 08:02:59 EDT 2022

tlssrv(8): update example path to imap4d

--- a/sys/man/8/tlssrv
+++ b/sys/man/8/tlssrv
@@ -184,7 +184,7 @@
 .EX
 #!/bin/rc
 exec tlssrv -c/sys/lib/tls/imap.pem -limap4d -r`{cat $3/remote} \e
-    /bin/ip/imap4d -p -dyourdomain -r`{cat $3/remote} \e
+    /bin/upas/imap4d -p -dyourdomain -r`{cat $3/remote} \e
     >[2]/sys/log/imap4d
 .EE
 .PP
--