[Clfs-commits] [Cross-LFS]Cross-LFS Book branch, systemd, updated. clfs-2.0.0-921-g0f3ee5b

git git at cross-lfs.org
Wed Feb 26 09:57:57 PST 2014


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Cross-LFS Book".

The branch, systemd has been updated
       via  0f3ee5b740a2ea3bc613b33c3ca4b7a04eeeb86f (commit)
      from  8bdc5b2a380517872bb3806749af37ff3df371b5 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 0f3ee5b740a2ea3bc613b33c3ca4b7a04eeeb86f
Author: William Harrington <kb0iic at berzerkula.org>
Date:   Wed Feb 26 11:57:53 2014 -0600

    Fix a typo for installation of nscd.service. Install to /lib/systemd/systemd not /lib/systemd/system. Problem with not being able to boot system cause systemd then installs systemd binary to /lib/systemd/systemd/systemd and /sbin/init is linking to a directory. Bad. Very bad.

diff --git a/BOOK/final-system/common/glibc.xml b/BOOK/final-system/common/glibc.xml
index 7ff6ccc..fbf7129 100644
--- a/BOOK/final-system/common/glibc.xml
+++ b/BOOK/final-system/common/glibc.xml
@@ -161,7 +161,7 @@ mkdir -pv /var/cache/nscd</userinput></screen>
     <para os="w">Install the Systemd support files for <command>nscd</command>:</para>
 
 <screen os="x"><userinput>install -v -Dm644 ../glibc-2.19/nscd/nscd.tmpfiles /usr/lib/tmpfiles.d/nscd.conf
-install -v -Dm644 ../glibc-2.19/nscd/nscd.service /lib/systemd/systemd/nscd.service</userinput></screen>
+install -v -Dm644 ../glibc-2.19/nscd/nscd.service /lib/systemd/system/nscd.service</userinput></screen>
 
   </sect2>
 

-----------------------------------------------------------------------

Summary of changes:
 BOOK/final-system/common/glibc.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
Cross-LFS Book



More information about the Clfs-commits mailing list