|
|
5eee7b |
From 06e346ae936dadf46f5a8bd8ad2502bad21f9007 Mon Sep 17 00:00:00 2001
|
|
|
5eee7b |
From: Pavel Shilovsky <pshilov@microsoft.com>
|
|
|
5eee7b |
Date: Fri, 5 Apr 2019 09:40:29 -0700
|
|
|
5eee7b |
Subject: [PATCH 23/36] Fix authors and maintainers
|
|
|
5eee7b |
|
|
|
5eee7b |
Signed-off-by: Pavel Shilovsky <pshilov@microsoft.com>
|
|
|
5eee7b |
(cherry picked from commit 204c6b6965e6395eb9c546993116e0d650c952b8)
|
|
|
5eee7b |
Signed-off-by: Sachin Prabhu <sprabhu@redhat.com>
|
|
|
5eee7b |
---
|
|
|
5eee7b |
AUTHORS | 3 ++-
|
|
|
5eee7b |
README | 2 +-
|
|
|
5eee7b |
mount.cifs.rst | 6 +++---
|
|
|
5eee7b |
3 files changed, 6 insertions(+), 5 deletions(-)
|
|
|
5eee7b |
|
|
|
5eee7b |
diff --git a/AUTHORS b/AUTHORS
|
|
|
5eee7b |
index 081c2fe..e03f097 100644
|
|
|
5eee7b |
--- a/AUTHORS
|
|
|
5eee7b |
+++ b/AUTHORS
|
|
|
5eee7b |
@@ -3,8 +3,9 @@ Steve French <smfrench@gmail.com>
|
|
|
5eee7b |
Igor Mammedov <niallain@gmail.com>
|
|
|
5eee7b |
Shirish Pargaonkar <shirishpargaonkar@gmail.com>
|
|
|
5eee7b |
Suresh Jayaraman <sjayaraman@suse.de>
|
|
|
5eee7b |
-Pavel Shilovsky <piastry@etersoft.ru>
|
|
|
5eee7b |
+Pavel Shilovsky <pshilovsky@samba.org>
|
|
|
5eee7b |
Igor Druzhinin <jaxbrigs@gmail.com>
|
|
|
5eee7b |
Scott Lovenberg <scott.lovenberg@gmail.com>
|
|
|
5eee7b |
+Aurelien Aptel <aaptel@suse.com>
|
|
|
5eee7b |
|
|
|
5eee7b |
...and others.
|
|
|
5eee7b |
diff --git a/README b/README
|
|
|
5eee7b |
index 3e311a5..76e864f 100644
|
|
|
5eee7b |
--- a/README
|
|
|
5eee7b |
+++ b/README
|
|
|
5eee7b |
@@ -8,7 +8,7 @@ separate package.
|
|
|
5eee7b |
Home page: http://wiki.samba.org/index.php/LinuxCIFS_utils
|
|
|
5eee7b |
Mailing list: linux-cifs@vger.kernel.org
|
|
|
5eee7b |
Git Repository: git://git.samba.org/cifs-utils.git
|
|
|
5eee7b |
- Maintainer: Jeffrey Layton <jlayton@samba.org>
|
|
|
5eee7b |
+ Maintainer: Pavel Shilovsky <pshilovsky@samba.org>
|
|
|
5eee7b |
|
|
|
5eee7b |
1. COMPILING
|
|
|
5eee7b |
|
|
|
5eee7b |
diff --git a/mount.cifs.rst b/mount.cifs.rst
|
|
|
5eee7b |
index 02016e0..ee5086c 100644
|
|
|
5eee7b |
--- a/mount.cifs.rst
|
|
|
5eee7b |
+++ b/mount.cifs.rst
|
|
|
5eee7b |
@@ -955,6 +955,6 @@ AUTHOR
|
|
|
5eee7b |
|
|
|
5eee7b |
Steve French
|
|
|
5eee7b |
|
|
|
5eee7b |
-The maintainer of the Linux cifs vfs and the userspace tool mount.cifs
|
|
|
5eee7b |
-is Steve French. The Linux CIFS Mailing list is the preferred place to
|
|
|
5eee7b |
-ask questions regarding these programs.
|
|
|
5eee7b |
+The maintainer of the Linux cifs vfs is Steve French. The maintainer of the
|
|
|
5eee7b |
+cifs-utils suite of user space tools is Pavel Shilovsky. The Linux CIFS Mailing
|
|
|
5eee7b |
+list is the preferred place to ask questions regarding these programs.
|
|
|
5eee7b |
--
|
|
|
5eee7b |
1.8.3.1
|
|
|
5eee7b |
|