summaryrefslogtreecommitdiff
path: root/build_tools
diff options
context:
space:
mode:
authorKevin P. Fleming <kpfleming@digium.com>2008-05-22 19:56:52 +0000
committerKevin P. Fleming <kpfleming@digium.com>2008-05-22 19:56:52 +0000
commita6dfbeef1907f24930d5ee9f0284d80a94ca0332 (patch)
treed8cf9007810707c393aba73e5190e1e0ae1e0fb9 /build_tools
parent9289eb392d423aa050cbb7fcd96b15a071d66f3d (diff)
fix device names, udev rules, sysfs class name, proc directory name
git-svn-id: http://svn.asterisk.org/svn/dahdi/linux/trunk@4332 a0bf4364-ded3-4de4-8d8a-66a801d63aff
Diffstat (limited to 'build_tools')
-rwxr-xr-xbuild_tools/genudevrules18
1 files changed, 9 insertions, 9 deletions
diff --git a/build_tools/genudevrules b/build_tools/genudevrules
index 17e1f90..0b5eec2 100755
--- a/build_tools/genudevrules
+++ b/build_tools/genudevrules
@@ -21,15 +21,15 @@ else
fi
cat <<EOF
-# udev rules to generate the /dev/zap device files (if not yet provided
+# udev rules to generate the /dev/dahdi device files (if not yet provided
# by your distribution):
-KERNEL${match}"zapctl", NAME="zap/ctl"
-KERNEL${match}"zaptranscode", NAME="zap/transcode"
-KERNEL${match}"zaptimer", NAME="zap/timer"
-KERNEL${match}"zapchannel", NAME="zap/channel"
-KERNEL${match}"zappseudo", NAME="zap/pseudo"
-KERNEL${match}"zap[0-9]*", NAME="zap/%n"
+KERNEL${match}"dahdictl", NAME="dahdi/ctl"
+KERNEL${match}"dahditranscode", NAME="dahdi/transcode"
+KERNEL${match}"dahditimer", NAME="dahdi/timer"
+KERNEL${match}"dahdichannel", NAME="dahdi/channel"
+KERNEL${match}"dahdipseudo", NAME="dahdi/pseudo"
+KERNEL${match}"dahdi[0-9]*", NAME="dahdi/%n"
-# zaptel devices with ownership/permissions for running as non-root
-SUBSYSTEM${match}"zaptel", OWNER="asterisk", GROUP="asterisk", MODE="0660"
+# DAHDI devices with ownership/permissions for running as non-root
+SUBSYSTEM${match}"dahdi", OWNER="asterisk", GROUP="asterisk", MODE="0660"
EOF