aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06
diff options
context:
space:
mode:
authorMatthew Burgess <matthew@linuxfromscratch.org>2005-07-27 20:35:47 +0000
committerMatthew Burgess <matthew@linuxfromscratch.org>2005-07-27 20:35:47 +0000
commit15966d98f8ce8920467f4d8b234290fb19448e4c (patch)
tree655c252932280beda88b7a194b5c05c83f0ed883 /chapter06
parent04dd97369c1b59d1de8655ae0e2be7c365276bb3 (diff)
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
Diffstat (limited to 'chapter06')
-rw-r--r--chapter06/vim.xml3
1 files changed, 1 insertions, 2 deletions
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"' &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
following patch fixes the problem:</para>