From: Karel Zak Date: Mon, 29 Jun 2026 11:58:35 +0000 (+0200) Subject: docs: remove obsolete mount.txt, update AUTHORS X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=aa53090ded99892a749c76c5feb6bc4baf4125d9;p=thirdparty%2Futil-linux.git docs: remove obsolete mount.txt, update AUTHORS Move mount/umount original authors (Doug Quale, H.J. Lu, Rick Sladkey, Stephen Tweedie) to the AUTHORS file. Remove the obsolete Documentation/mount.txt with its pre-libmount developer notes. Signed-off-by: Karel Zak --- diff --git a/AUTHORS b/AUTHORS index 1e4fa73ea..e1d47be73 100644 --- a/AUTHORS +++ b/AUTHORS @@ -43,6 +43,10 @@ AUTHORS (merged projects & commands): libblkid: [merged from e2fsprogs] Theodore Ts'o libmount: Karel Zak + mount/umount: Doug Quale + H.J. Lu + Rick Sladkey + Stephen Tweedie libuuid: Theodore Ts'o liblastlog2: Thorsten Kukuk lscpu: Cai Qian diff --git a/Documentation/mount.txt b/Documentation/mount.txt deleted file mode 100644 index 0256582e9..000000000 --- a/Documentation/mount.txt +++ /dev/null @@ -1,17 +0,0 @@ -mount/umount for Linux 0.97.3 and later. -Authors: -Doug Quale , -H.J. Lu , -Rick Sladkey , -Stephen Tweedie . -Andries Brouwer -Adrian Bunk - -Presently in util-linux maintained by Karel Zak . - -== Notes to developers == - - The final solution will be libmount/mount.c as the - mount(8) command implementation. So, let's keep the - current mount/* code in maintenance mode and don't try to - rewrite it :-)