Blame SOURCES/1289915-mpo-7.3.0-nsswitch.conf.5.patch

5a015b
From b6c1528d166cee848f226b0e85c8a9583c2a269d Mon Sep 17 00:00:00 2001
5a015b
From: =?UTF-8?q?Nikola=20Forr=C3=B3?= <nforro@redhat.com>
5a015b
Date: Tue, 28 Jun 2016 13:24:03 +0200
5a015b
Subject: [PATCH 10/17] nsswitch.conf.5: add list of files being read when
5a015b
 "files" service is used
5a015b
5a015b
---
5a015b
 man-pages/man5/nsswitch.conf.5 | 46 ++++++++++++++++++++++++++++++++++++++++++
5a015b
 1 file changed, 46 insertions(+)
5a015b
5a015b
diff --git a/man-pages/man5/nsswitch.conf.5 b/man-pages/man5/nsswitch.conf.5
5a015b
index 72c459e..f808874 100644
5a015b
--- a/man-pages/man5/nsswitch.conf.5
5a015b
+++ b/man-pages/man5/nsswitch.conf.5
5a015b
@@ -330,6 +330,52 @@ implements "nis" source.
5a015b
 implements "nisplus" source.
5a015b
 .PD
5a015b
 .RE
5a015b
+.LP
5a015b
+The following files are read when "files" source is specified
5a015b
+for respective databases:
5a015b
+.RS 4
5a015b
+.TP 12
5a015b
+.PD 0
5a015b
+.B aliases
5a015b
+.I /etc/aliases
5a015b
+.TP
5a015b
+.B ethers
5a015b
+.I /etc/ethers
5a015b
+.TP
5a015b
+.B group
5a015b
+.I /etc/group
5a015b
+.TP
5a015b
+.B hosts
5a015b
+.I /etc/hosts
5a015b
+.TP
5a015b
+.B initgroups
5a015b
+.I /etc/group
5a015b
+.TP
5a015b
+.B netgroup
5a015b
+.I /etc/netgroup
5a015b
+.TP
5a015b
+.B networks
5a015b
+.I /etc/networks
5a015b
+.TP
5a015b
+.B passwd
5a015b
+.I /etc/passwd
5a015b
+.TP
5a015b
+.B protocols
5a015b
+.I /etc/protocols
5a015b
+.TP
5a015b
+.B publickey
5a015b
+.I /etc/publickey
5a015b
+.TP
5a015b
+.B rpc
5a015b
+.I /etc/rpc
5a015b
+.TP
5a015b
+.B services
5a015b
+.I /etc/services
5a015b
+.TP
5a015b
+.B shadow
5a015b
+.I /etc/shadow
5a015b
+.PD
5a015b
+.RE
5a015b
 .SH NOTES
5a015b
 Within each process that uses
5a015b
 .BR nsswitch.conf ,
5a015b
-- 
5a015b
2.7.4
5a015b