diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index 17076b756..b5df8f856 100644
--- a/chapter01/changelog.xml
+++ b/chapter01/changelog.xml
@@ -36,6 +36,17 @@
-->
+
+ 2006-12-09
+
+
+ [bryan] - Fix /etc/passwd entry for "nobody" user
+ in chapter 6. Fixes #1931;
+ thanks to Robert Connolly for the report.
+
+
+
+
2006-12-01
@@ -54,8 +65,8 @@
[jhuntwork] - Add a cautionary note to the end of chapter 5.
- Archiving of the temporary tools for future use should take place
- before starting chapter 6.
+ Archiving of the temporary tools for future use should take place
+ before starting chapter 6.
Fixes #1879
@@ -71,11 +82,11 @@
configure network interfaces. Thanks to Marty Jack for the report and
the fix. Fixes #1914
-
- [jhuntwork] - Fix potential corruption of the testsuite tools
- by forcing expect to always use /bin/stty and not /usr/local/bin/stty.
+
+ [jhuntwork] - Fix potential corruption of the testsuite tools
+ by forcing expect to always use /bin/stty and not /usr/local/bin/stty.
Fixes #1892
-
+
[matthew] - Upgrade to Man-pages-1.42. Fixes
#1922
@@ -86,13 +97,13 @@
to Joe Ciccone for the report and the updated patch. Fixes
#1915
-
- [jhuntwork] - Added 'make headers_install' to chapter 5
- Linux Headers for the educational value and in preparation of
- changes in Linux-2.6.19. See
-
- this thread.
-
+
+ [jhuntwork] - Added 'make headers_install' to chapter 5
+ Linux Headers for the educational value and in preparation of
+ changes in Linux-2.6.19. See
+
+ this thread.
+
[matthew] - Upgrade to M4-1.4.8. Fixes
1920
@@ -140,7 +151,7 @@
[jhuntwork] - Simplified the installation of
- Linux Headers in Chapter 5.
+ Linux Headers in Chapter 5.
diff --git a/chapter06/createfiles.xml b/chapter06/createfiles.xml
index 85a6cd7da..32896f1a6 100644
--- a/chapter06/createfiles.xml
+++ b/chapter06/createfiles.xml
@@ -63,7 +63,7 @@ ln -sv bash /bin/sh
cat > /etc/passwd << "EOF"
root:x:0:0:root:/root:/bin/bash
-nobody:x:99:99:nobody:Unprivileged User:/bin/false
+nobody:x:99:99:Unprivileged User:/dev/null:/bin/false
EOF
The actual password for root
diff --git a/general.ent b/general.ent
index c4e0a8657..26dedd8b0 100644
--- a/general.ent
+++ b/general.ent
@@ -1,6 +1,6 @@
-
-
+
+