diff options
Diffstat (limited to 'chapter06/glibc-exp.xml')
-rw-r--r-- | chapter06/glibc-exp.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/chapter06/glibc-exp.xml b/chapter06/glibc-exp.xml index 11c8d6b47..73aa27bad 100644 --- a/chapter06/glibc-exp.xml +++ b/chapter06/glibc-exp.xml @@ -1,6 +1,10 @@ <sect2> <title>Command explanations</title> +<para><userinput>patch -Np0 -i ../glibc-2.2.3-nss.diff</userinput>: This +patch is needed to fix a couple of nasty nis bugs in glibc which can +cause problems.</para> + <para><userinput>mknod -m 0666 /dev/null c 1 3:</userinput> Glibc needs a null device to compile properly. All other devices will be created in the next section.</para> |