Explorar el Código

updated deps for shadow

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1625 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Gerard Beekmans hace 23 años
padre
commit
5378fc38c7
Se han modificado 1 ficheros con 13 adiciones y 5 borrados
  1. 13 5
      appendixa/shadowpwd-dep.xml

+ 13 - 5
appendixa/shadowpwd-dep.xml

@@ -4,16 +4,24 @@
 <para>Shadow-&shadow-depversion; needs the following to be installed:</para>
 
 <literallayout>
+autoconf: autoconf, autoheader
+automake: aclocal, automake
 bash: sh
-binutils: ar, as, ld, nm
+binutils: ar, as, ld, nm, ranlib
 diffutils: cmp
-fileutils: chmod, cp, ln, ls, mkdir, mv, rm, rmdir
-gcc: cc
+fileutils: chmod, cp, install, ln, ls, mkdir, mv, rm, rmdir
+gettext: msgfmt, xgettext
+gcc: cc1, collect2, cpp0, gcc
+glibc: ldconfig
 grep: egrep, grep
+m4: m4
 make: make
+mawk: mawk
+net-tools: hostname
 sed: sed
-sh-utils: basename, expr, sleep, uname
-textutils: cat, sort, uniq
+sh-utils: basename, echo, expr, sleep, uname
+texinfo: makeinfo
+textutils: cat, sort, tr, uniq
 </literallayout>
 
 </sect2>