[systemd-commits] Makefile.am tmpfiles.d/etc.conf

Kay Sievers kay at kemper.freedesktop.org
Tue Jul 29 08:07:02 PDT 2014


 Makefile.am         |   11 ++++++++++-
 tmpfiles.d/etc.conf |    2 ++
 2 files changed, 12 insertions(+), 1 deletion(-)

New commits:
commit 94a15ffa14b8272e827f4cf95244910839a9d907
Author: Kay Sievers <kay at vrfy.org>
Date:   Tue Jul 29 16:44:04 2014 +0200

    factory: install minimal PAM and nsswitch config

diff --git a/Makefile.am b/Makefile.am
index cd3a2d7..9f2900c 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -106,6 +106,8 @@ udevrulesdir=$(udevlibexecdir)/rules.d
 udevhwdbdir=$(udevlibexecdir)/hwdb.d
 catalogdir=$(prefix)/lib/systemd/catalog
 kernelinstalldir = $(prefix)/lib/kernel/install.d
+factory_etcdir = $(prefix)/share/factory/etc
+factory_pamdir = $(prefix)/share/factory/etc/pam.d
 
 # And these are the special ones for /
 rootprefix=@rootprefix@
@@ -1928,6 +1930,14 @@ INSTALL_DIRS += \
 endif
 
 # ------------------------------------------------------------------------------
+dist_factory_etc_DATA = \
+	factory/etc/nsswitch.conf
+
+dist_factory_pam_DATA = \
+	factory/etc/pam.d/system-auth \
+	factory/etc/pam.d/other
+
+# ------------------------------------------------------------------------------
 if ENABLE_FIRSTBOOT
 systemd_firstboot_SOURCES = \
 	src/firstboot/firstboot.c
@@ -1951,7 +1961,6 @@ EXTRA_DIST += \
 
 SYSINIT_TARGET_WANTS += \
 	systemd-firstboot.service
-
 endif
 
 # ------------------------------------------------------------------------------
diff --git a/tmpfiles.d/etc.conf b/tmpfiles.d/etc.conf
index e809dff..b23272c 100644
--- a/tmpfiles.d/etc.conf
+++ b/tmpfiles.d/etc.conf
@@ -11,3 +11,5 @@ L /etc/os-release - - - - ../usr/lib/os-release
 L /etc/localtime - - - - ../usr/share/zoneinfo/UTC
 L+ /etc/mtab - - - - ../proc/self/mounts
 L /etc/resolv.conf - - - - ../run/systemd/resolve/resolv.conf
+C /etc/nsswitch.conf - - - -
+C /etc/pam.d - - - -



More information about the systemd-commits mailing list