From 1118b1757d67c5e7deb4c9e4b864b00f9d8a8b0c Mon Sep 17 00:00:00 2001 From: Bruce Dubbs Date: Tue, 24 May 2016 21:24:59 +0000 Subject: Create branches/merge in svn repo fo rtesting of merged LFS books git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/merge@11073 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/glibc.xml | 48 ++++++++++++------------------------------------ 1 file changed, 12 insertions(+), 36 deletions(-) (limited to 'chapter06/glibc.xml') diff --git a/chapter06/glibc.xml b/chapter06/glibc.xml index e577e229a..02abb3dad 100644 --- a/chapter06/glibc.xml +++ b/chapter06/glibc.xml @@ -153,6 +153,12 @@ cd build cp -v ../nscd/nscd.conf /etc/nscd.conf mkdir -pv /var/cache/nscd + Install the systemd support files for + nscd: + + install -v -Dm644 ../nscd/nscd.tmpfiles /usr/lib/tmpfiles.d/nscd.conf +install -v -Dm644 ../nscd/nscd.service /lib/systemd/system/nscd.service + Next, install the locales that can make the system respond in a different language. None of the locales are required, but if some of them are missing, the test suites of future packages would skip important @@ -326,7 +332,9 @@ unset ZONEINFO Then create the /etc/localtime file by running: -cp -v /usr/share/zoneinfo/<xxx> /etc/localtime +cp -v /usr/share/zoneinfo/<xxx> /etc/localtime + +ln -sfv /usr/share/zoneinfo/<xxx> /etc/localtime Replace <xxx> with the name of the time zone selected (e.g., Canada/Eastern). @@ -562,17 +570,7 @@ mkdir -pv /etc/ld.so.conf.d - + pldd @@ -582,18 +580,7 @@ mkdir -pv /etc/ld.so.conf.d - + rpcgen @@ -837,18 +824,7 @@ mkdir -pv /etc/ld.so.conf.d - + libpthread -- cgit v1.2.3-54-g00ecf