summaryrefslogtreecommitdiff
path: root/README.udev
diff options
context:
space:
mode:
authormattf <mattf@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2005-01-10 23:43:33 +0000
committermattf <mattf@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2005-01-10 23:43:33 +0000
commitdaa16642193eea53061c85bc0ebd914d3e2ab600 (patch)
tree2d8834c1ebe3abbadc52d045871bf899ddebe3af /README.udev
parent03172ff5259d9253f0f3a660f18836c6a90a2fc7 (diff)
Minor documentation updates
git-svn-id: http://svn.digium.com/svn/zaptel/trunk@536 5390a7c7-147a-4af0-8ec9-7488f05a26cb
Diffstat (limited to 'README.udev')
-rwxr-xr-xREADME.udev10
1 files changed, 6 insertions, 4 deletions
diff --git a/README.udev b/README.udev
index 7b560db..fd133c1 100755
--- a/README.udev
+++ b/README.udev
@@ -12,11 +12,11 @@ your dynamic /dev with device nodes.
You got this message because you are probably running udev on your system.
-If your are not, or you feel that you have reached this message error you
+If your are not, or you feel that you have reached this message in error you
can send me an email (look to bottom of file for address).
If you're running udev on your system, you were probably directed
-to read this file during compile. For udevd (the daemon responsible
+to read this file during build. For udevd (the daemon responsible
for creation/deletion of device nodes), you will need to add the following
lines to your udev rules (ie, /etc/udev/rules.d/50-udev.rules):.
@@ -34,10 +34,12 @@ And, You may wish to add these permissions to your permissions file
(ie /etc/udev/permissions.d/50-udev.permissions), as some have found
that the ctl device is inaccessible without the following:
-# zaptel devices
+# zaptel devices -- for running asterisk as root
zap/*:root:root:05700
-
+# zaptel devices -- if you want to run asterisk as a different user
+# (asterisk in this case)
+zap/*:asterisk:asterisk:660
Matthew Fredrickson
creslin@NOSPAMdigium.com