From 360e2c43cd050de14a654927da9a7610af9e38ce Mon Sep 17 00:00:00 2001 From: Alex Gronenwoud Date: Wed, 22 Oct 2003 22:26:46 +0000 Subject: Adding some markup and doing miscellaneous shuffles. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3029 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/shadowpwd-inst.xml | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) (limited to 'chapter06/shadowpwd-inst.xml') diff --git a/chapter06/shadowpwd-inst.xml b/chapter06/shadowpwd-inst.xml index c6ef2893b..ecdfded3e 100644 --- a/chapter06/shadowpwd-inst.xml +++ b/chapter06/shadowpwd-inst.xml @@ -1,18 +1,15 @@    -Installation of Shadow Password Suite +Installation of Shadow The login, getty and init programs (and some others) maintain a number of logfiles to record who are and who were logged in to the system. These programs, however, don't create these logfiles when they don't exist, so if you want this logging to occur you will have to create the files yourself. -To let the Shadow package (that is installed next) detect these files in their -proper place, create them now, with their proper permissions: - -Create these files with their proper permissions by running the -following commands: +The Shadow package needs to detect these files in their proper place, so we +create them now, with their proper permissions: touch /var/run/utmp /var/log/{btmp,lastlog,wtmp} chmod 644 /var/run/utmp /var/log/{btmp,lastlog,wtmp} @@ -35,9 +32,9 @@ the package incorrectly assumes it is going to be located at touch /usr/bin/passwd -The current shadow suite has a problem in the newgrp command which causes -it to fail. The following patch (also appearing in Shadow's CVS code) fixes -this problem. +The current Shadow suite has a problem that causes in the +newgrp command to fail. The following patch (also +appearing in Shadow's CVS code) fixes this problem: patch -Np1 -i ../&shadow-patch; -- cgit v1.2.3-54-g00ecf