[Debian-ha-commits] [ocfs2-tools] 06/58: Update udev rule for newer kernels

Valentin Vidic vvidic-guest at moszumanska.debian.org
Tue Jun 20 13:40:40 UTC 2017


This is an automated email from the git hooks/post-receive script.

vvidic-guest pushed a commit to branch upstream
in repository ocfs2-tools.

commit 148eab2857aa94c324ec0cc2548bd26b18db8d9e
Author: Valentin Vidic <vvidic at valentin-vidic.from.hr>
Date:   Sat Jul 9 11:44:35 2016 +0200

    Update udev rule for newer kernels
    
    Fixes udev warning:
    NAME="misc/ocfs2_control" ignored, kernel device nodes can not be renamed
---
 vendor/common/51-ocfs2.rules | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/vendor/common/51-ocfs2.rules b/vendor/common/51-ocfs2.rules
index e348e25..381e87b 100644
--- a/vendor/common/51-ocfs2.rules
+++ b/vendor/common/51-ocfs2.rules
@@ -1,2 +1 @@
-KERNEL=="ocfs2_control", NAME="misc/ocfs2_control", MODE="0660"
-
+KERNEL=="ocfs2_control", SYMLINK+="misc/ocfs2_control", MODE="0660"

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-ha/ocfs2-tools.git



More information about the Debian-HA-Commits mailing list