diff options
-rw-r--r-- | chapter01/changelog.xml | 12 | ||||
-rw-r--r-- | chapter06/bash.xml | 5 | ||||
-rw-r--r-- | general.ent | 4 |
3 files changed, 17 insertions, 4 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 97316e2a7..6bccd837d 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -38,6 +38,18 @@ <listitem> + <para>2007-08-08</para> + <itemizedlist> + <listitem> + <para>[dnicholson] - Redirected <filename + class="devicefile">/dev/tty</filename> to standard input when + running the Bash testsuite to prevent errors with terminal + permissions.</para> + </listitem> + </itemizedlist> + </listitem> + + <listitem> <para>2007-08-07</para> <itemizedlist> <listitem> diff --git a/chapter06/bash.xml b/chapter06/bash.xml index ba08418f3..56d077a22 100644 --- a/chapter06/bash.xml +++ b/chapter06/bash.xml @@ -81,9 +81,10 @@ sed -i "s|htmldir = @htmldir@|htmldir = /usr/share/doc/bash-&bash-version;|" \ chown -Rv nobody ./</userinput></screen> <para>Now, run the tests as the <systemitem - class="username">nobody</systemitem> user:</para> + class="username">nobody</systemitem> user, ensuring that the standard + input device is readable:</para> -<screen><userinput>su-tools nobody -s /bin/bash -c "make tests"</userinput></screen> +<screen><userinput>su-tools nobody -s /bin/bash -c "make tests" </dev/tty</userinput></screen> <para>Install the package:</para> diff --git a/general.ent b/general.ent index 1c39b8b67..6df8967a4 100644 --- a/general.ent +++ b/general.ent @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="ISO-8859-1"?> -<!ENTITY version "6.3-20070807"> -<!ENTITY releasedate "August 7, 2007"> +<!ENTITY version "6.3-20070808"> +<!ENTITY releasedate "August 8, 2007"> <!ENTITY milestone "6.3"> <!ENTITY generic-version "6.3-branch"> <!-- Use "development", "testing", or "x.y[-pre{x}]" --> |