[Pkg-voip-commits] [dahdi-tools] 148/285: dahdi.rules: Replace SYSFS with ATTRS

tzafrir at debian.org tzafrir at debian.org
Thu Jul 7 19:18:47 UTC 2016


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

tzafrir pushed a commit to branch master
in repository dahdi-tools.

commit 4ab8e95d0b730b6c2d52e3bd16719e6d7602a36a
Author: Tzafrir Cohen <tzafrir.cohen at xorcom.com>
Date:   Wed Dec 11 12:35:49 2013 +0200

    dahdi.rules: Replace SYSFS with ATTRS
    
    SYSFS has been deprecated. Use ATTRS.
    
    Signed-off-by: Tzafrir Cohen <tzafrir.cohen at xorcom.com>
    Acked-by: Shaun Ruffell <sruffell at digium.com>
    Acked-by: Russ Meyerriecks <rmeyerriecks at digium.com>
---
 dahdi.rules | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dahdi.rules b/dahdi.rules
index df79ce7..91128fb 100644
--- a/dahdi.rules
+++ b/dahdi.rules
@@ -8,8 +8,8 @@ SUBSYSTEM=="dahdi",		OWNER="asterisk", GROUP="asterisk", MODE="0660"
 SUBSYSTEM=="dahdi_channels",	SYMLINK+="dahdi/%m"
 
 # Add persistant names as well
-SUBSYSTEM=="dahdi_channels", SYSFS{hardware_id}!="",	SYMLINK+="dahdi/devices/%s{hardware_id}/%s{local_spanno}/%n"
-SUBSYSTEM=="dahdi_channels", SYSFS{location}!="",	SYMLINK+="dahdi/devices/@%s{location}/%s{local_spanno}/%n"
+SUBSYSTEM=="dahdi_channels", ATTRS{hardware_id}!="",	SYMLINK+="dahdi/devices/%s{hardware_id}/%s{local_spanno}/%n"
+SUBSYSTEM=="dahdi_channels", ATTRS{location}!="",	SYMLINK+="dahdi/devices/@%s{location}/%s{local_spanno}/%n"
 
 LABEL="dahdi_add_end"
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-voip/dahdi-tools.git



More information about the Pkg-voip-commits mailing list