Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 158365 - app-vim/udev-syntax-20051016 does not detect udev-rule files of newer udev
Summary: app-vim/udev-syntax-20051016 does not detect udev-rule files of newer udev
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Vim Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-12-17 05:44 UTC by Matthias Schwarzott
Modified: 2007-01-11 04:09 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
Modifiy detect-routine to work on newer udev-filenames (udev-syntax-20051016-rule-files-renamed.patch,387 bytes, patch)
2007-01-10 15:25 UTC, Matthias Schwarzott
Details | Diff
Ebuild-Changes (ebuild-changes.patch,973 bytes, patch)
2007-01-10 15:26 UTC, Matthias Schwarzott
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Matthias Schwarzott gentoo-dev 2006-12-17 05:44:35 UTC
app-vim/udev-syntax-20051016 is not able to automatically switch vim to mode for udev-rules files, it seems to have the old name of the rules-file hardcoded.
Comment 1 Matthias Schwarzott gentoo-dev 2006-12-17 06:08:01 UTC
The filename is no longer udev.rules, but /etc/udev/rules.d/*.rules

Perhaps one can match "udev/rules.d"
Comment 2 Matthias Schwarzott gentoo-dev 2007-01-10 15:25:29 UTC
Created attachment 106376 [details, diff]
Modifiy detect-routine to work on newer udev-filenames

This patch changes detection to test for existance of udev/rules.d inside the path.
Comment 3 Matthias Schwarzott gentoo-dev 2007-01-10 15:26:13 UTC
Created attachment 106378 [details, diff]
Ebuild-Changes
Comment 4 Mike Kelly (RETIRED) gentoo-dev 2007-01-11 04:09:53 UTC
Fixed in CVS. Thanks for the report and the patch.