ref: a650163aca0079b9166adadf0360967d8d152060
parent: c16300e164508685bfdf69b858f02a1b224926b9
author: sirjofri <sirjofri@sirjofri.de>
date: Wed Apr 14 13:35:47 EDT 2021
s/README.txt/README for shithub
--- /dev/null
+++ b/README
@@ -1,0 +1,16 @@
+fingerd : Plan 9 Finger Server
+==============================
+
+Features
+--------
+
+- `/lib/finger/motd`: `finger @example.com`
+- `/lib/finger/usernotfound`
+- `/lib/finger/filenotfound`
+- `/usr/$user/finger/finger`: `finger $user@example.com`
+- `/usr/$user/finger/file`: `finger $user/file@example.com`
+
+Notes:
+
+- `finger @example.com` can also print a list of users.
+- If `/lib/finger` files are not here, generic messages will be printed.
--- a/README.txt
+++ /dev/null
@@ -1,16 +1,0 @@
-fingerd : Plan 9 Finger Server
-==============================
-
-Features
---------
-
-- `/lib/finger/motd`: `finger @example.com`
-- `/lib/finger/usernotfound`
-- `/lib/finger/filenotfound`
-- `/usr/$user/finger/finger`: `finger $user@example.com`
-- `/usr/$user/finger/file`: `finger $user/file@example.com`
-
-Notes:
-
-- `finger @example.com` can also print a list of users.
-- If `/lib/finger` files are not here, generic messages will be printed.