From d87262dd706fec50cd150aab3e93883b6337466d Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 14 Jul 2018 20:56:41 +0100 Subject: gentoo resync : 14.07.2018 --- .../files/dhcpd-syntax-20030825-multiple-addresses.patch | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 app-vim/dhcpd-syntax/files/dhcpd-syntax-20030825-multiple-addresses.patch (limited to 'app-vim/dhcpd-syntax/files') diff --git a/app-vim/dhcpd-syntax/files/dhcpd-syntax-20030825-multiple-addresses.patch b/app-vim/dhcpd-syntax/files/dhcpd-syntax-20030825-multiple-addresses.patch deleted file mode 100644 index b783792d4cb1..000000000000 --- a/app-vim/dhcpd-syntax/files/dhcpd-syntax-20030825-multiple-addresses.patch +++ /dev/null @@ -1,12 +0,0 @@ ---- a/syntax/dhcpd.vim 2005-03-24 16:41:59.755564944 +0000 -+++ b/syntax/dhcpd.vim 2005-03-24 16:42:15.894111512 +0000 -@@ -33,7 +33,7 @@ - " Base constructs {{{ - syn match dhcpdString +"[^"]*"+ - syn match dhcpdDecNumber "\<-\?\d\+\(;\|\s\|$\)" --syn match dhcpdIPv4 "\<\(\d\{1,3}\.\)\{3}\d\{1,3}\(;\|\s\|$\)" -+syn match dhcpdIPv4 "\<\(\d\{1,3}\.\)\{3}\d\{1,3}\(;\|\s\|,\|$\)" - syn match dhcpdMAC "\<\(\x\x\?:\)\{5}\x\x\?\(;\|\s\|$\)" - syn match dhcpdDate "\<[0-6]\s\d\{4}/\d\d/\d\d/\s\d\d:\d\d:\d\d\(;\|\s\|$\)" - """""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" }}} - -- cgit v1.2.3