summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrussell <russell@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2005-01-11 18:00:06 +0000
committerrussell <russell@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2005-01-11 18:00:06 +0000
commit2a080b010ac758a59cb2956c59b019e93660ac98 (patch)
treecd0ceb7d22f905cff78a1573f518a2b74d266075
parent8c3e3bdafe4465f2708b252d94ec82a31ffb2be7 (diff)
add info for non-root
git-svn-id: http://svn.digium.com/svn/zaptel/branches/v1-0@540 5390a7c7-147a-4af0-8ec9-7488f05a26cb
-rwxr-xr-xREADME.udev10
1 files changed, 6 insertions, 4 deletions
diff --git a/README.udev b/README.udev
index 7b560db..bf4216f 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 you 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