summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'ebuild-writing/misc-files/patches/sample-patch.patch')
-rw-r--r--ebuild-writing/misc-files/patches/sample-patch.patch17
1 files changed, 17 insertions, 0 deletions
diff --git a/ebuild-writing/misc-files/patches/sample-patch.patch b/ebuild-writing/misc-files/patches/sample-patch.patch
new file mode 100644
index 0000000..7408c3c
--- /dev/null
+++ b/ebuild-writing/misc-files/patches/sample-patch.patch
@@ -0,0 +1,17 @@
+# Header
+
+# Detect Gentoo apache files properly. Gentoo bug 83565.
+
+--- runtime/filetype.vim.orig 2005-03-25 01:44:12.000000000 +0000
++++ runtime/filetype.vim 2005-03-25 01:45:15.000000000 +0000
+@@ -93,6 +93,9 @@
+ " Gentoo apache config file locations (Gentoo bug #76713)
+ au BufNewFile,BufRead /etc/apache2/conf/*/* setf apache
+
++" More Gentoo apache config file locations (Gentoo bug #83565)
++au BufNewFile,BufRead /etc/apache2/{modules,vhosts}.d/*.conf setf apache
++
+ " XA65 MOS6510 cross assembler
+ au BufNewFile,BufRead *.a65 setf a65
+
+