commit:     8e4e49d41e1a128a609bb4ec7646b79c5f7e8f7e
Author:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Thu Nov  3 19:52:02 2016 +0000
Commit:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Fri Nov  4 01:05:57 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e4e49d4

sys-apps/systemd: add sample nsswitch.conf

Package-Manager: portage-2.3.2_p3

 sys-apps/systemd/files/nsswitch.conf | 27 +++++++++++++++++++++++++++
 sys-apps/systemd/systemd-9999.ebuild |  1 +
 2 files changed, 28 insertions(+)

diff --git a/sys-apps/systemd/files/nsswitch.conf 
b/sys-apps/systemd/files/nsswitch.conf
new file mode 100644
index 00000000..00667c0
--- /dev/null
+++ b/sys-apps/systemd/files/nsswitch.conf
@@ -0,0 +1,27 @@
+# Sample nss configuration for systemd
+
+# systemd-specific modules
+# See the manual pages fore further information.
+# nss-myhostname - host resolution for the local hostname
+# nss-mymachines - host, user, group resolution for containers
+# nss-resolve - host resolution using resolved
+# nss-systemd - dynamic user/group resolution (DynamicUser in unit files)
+
+passwd:                compat mymachines systemd
+shadow:                compat
+group:         compat mymachines systemd
+gshadow:       files
+
+hosts:         files mymachines resolve [!UNAVAIL=return] dns myhostname
+networks:      files
+
+services:      db files
+protocols:     db files
+rpc:           db files
+ethers:                db files
+netmasks:      files
+netgroup:      files
+bootparams:    files
+
+automount:     files
+aliases:       files

diff --git a/sys-apps/systemd/systemd-9999.ebuild 
b/sys-apps/systemd/systemd-9999.ebuild
index 0083535..5835868 100644
--- a/sys-apps/systemd/systemd-9999.ebuild
+++ b/sys-apps/systemd/systemd-9999.ebuild
@@ -326,6 +326,7 @@ multilib_src_install() {
 multilib_src_install_all() {
        prune_libtool_files --modules
        einstalldocs
+       dodoc "${FILESDIR}"/nsswitch.conf
 
        if [[ ${PV} != 9999 ]]; then
                use doc || doman "${WORKDIR}"/man/systemd.{directives,index}.7

Reply via email to