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

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