diff options
-rw-r--r-- | chapter01/changelog.xml | 3 | ||||
-rw-r--r-- | chapter06/vim.xml | 3 | ||||
-rw-r--r-- | general.ent | 4 |
3 files changed, 6 insertions, 4 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 7622828ed..6beacda37 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -110,6 +110,9 @@ First a summary, then a detailed log.</para> </itemizedlist> </listitem> +<listitem><para>July 27th, 2005 [matt]: Don't define gvim's configuration file +as we don't compile gvim in LFS (Bruce Dubbs).</para></listitem> + <listitem><para>July 26th, 2005 [matt]: Remove <quote>groups</quote> from the list of programs installed by shadow, as we use the version provided by coreutils instead (Randy McMurchy).</para></listitem> diff --git a/chapter06/vim.xml b/chapter06/vim.xml index 2accc832d..6e843528c 100644 --- a/chapter06/vim.xml +++ b/chapter06/vim.xml @@ -45,8 +45,7 @@ same directory. Then, change the default locations of the configuration files to <filename class="directory">/etc</filename>:</para> -<screen><userinput>echo '#define SYS_VIMRC_FILE "/etc/vimrc"' >> src/feature.h -echo '#define SYS_GVIMRC_FILE "/etc/gvimrc"' >> src/feature.h</userinput></screen> +<screen><userinput>echo '#define SYS_VIMRC_FILE "/etc/vimrc"' >> src/feature.h</userinput></screen> <para>Vim has a security vulnerability already addressed upstream. The following patch fixes the problem:</para> diff --git a/general.ent b/general.ent index 4099c19fb..a5e0b2a59 100644 --- a/general.ent +++ b/general.ent @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="ISO-8859-1"?> -<!ENTITY version "SVN-20050726"> -<!ENTITY releasedate "July 26, 2005"> +<!ENTITY version "SVN-20050727"> +<!ENTITY releasedate "July 27, 2005"> <!ENTITY milestone "6.2"> <!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" --> |