Browse Source

Don't define gvim's configuration file as we don't compile gvim

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6586 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Matthew Burgess 20 years ago
parent
commit
15966d98f8
3 changed files with 6 additions and 4 deletions
  1. 3 0
      chapter01/changelog.xml
  2. 1 2
      chapter06/vim.xml
  3. 2 2
      general.ent

+ 3 - 0
chapter01/changelog.xml

@@ -110,6 +110,9 @@ First a summary, then a detailed log.</para>
 </itemizedlist>
 </itemizedlist>
 </listitem>
 </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
 <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
 list of programs installed by shadow, as we use the version provided by
 coreutils instead (Randy McMurchy).</para></listitem>
 coreutils instead (Randy McMurchy).</para></listitem>

+ 1 - 2
chapter06/vim.xml

@@ -45,8 +45,7 @@ same directory. Then, change the default locations of the
 configuration files to <filename
 configuration files to <filename
 class="directory">/etc</filename>:</para>
 class="directory">/etc</filename>:</para>
 
 
-<screen><userinput>echo '#define SYS_VIMRC_FILE "/etc/vimrc"' &gt;&gt; src/feature.h
-echo '#define SYS_GVIMRC_FILE "/etc/gvimrc"' &gt;&gt; src/feature.h</userinput></screen>
+<screen><userinput>echo '#define SYS_VIMRC_FILE "/etc/vimrc"' &gt;&gt; src/feature.h</userinput></screen>
 
 
 <para>Vim has a security vulnerability already addressed upstream.  The
 <para>Vim has a security vulnerability already addressed upstream.  The
 following patch fixes the problem:</para>
 following patch fixes the problem:</para>

+ 2 - 2
general.ent

@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
 <?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 milestone "6.2">
 <!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->
 <!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->