diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2022-02-17 23:39:07 -0600 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2022-02-17 23:39:07 -0600 |
commit | 988a68e3c89acbaf7d69fb6a4930e07b9959a2d6 (patch) | |
tree | 498cb014b781fa713a43105f8baff30cd73deb35 | |
parent | 01cf1502c2e44f43f12f126b94d78cbb1c3fa89a (diff) | |
parent | 52155b6c335f465cf7e53e9100aba2f6e3a2e2f3 (diff) |
Merge branch 'trunk' of git.linuxfromscratch.org:lfs into trunk
-rw-r--r-- | chapter08/shadow.xml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/chapter08/shadow.xml b/chapter08/shadow.xml index db6cbafd3..4fae11ede 100644 --- a/chapter08/shadow.xml +++ b/chapter08/shadow.xml @@ -104,6 +104,7 @@ find man -name Makefile.in -exec sed -i 's/passwd\.5 / /' {} \;</userinput></s <screen><userinput remap="configure">touch /usr/bin/passwd ./configure --sysconfdir=/etc \ + --disable-static \ --with-group-name-max-length=32</userinput></screen> <variablelist> @@ -254,9 +255,7 @@ useradd -D --gid 999</userinput></screen> sg (link to newgrp), su, useradd, userdel, usermod, vigr (link to vipw), and vipw</seg> <seg>/etc/default</seg> - <!-- TODO: the static lib should be disabled by - -disable-static. - Keep it for now because of the rc freeze. --> - <seg>libsubid.{a,so}</seg> + <seg>libsubid.so</seg> </seglistitem> </segmentedlist> |