summaryrefslogtreecommitdiffstats
path: root/network/roger-router
diff options
context:
space:
mode:
author David Spencer <idlemoor@slackbuilds.org>2017-01-29 13:45:51 +0000
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2017-02-04 07:00:24 +0700
commit2beb184c4b1cdd3d5e7750d6ff6ab4d8775d0e66 (patch)
tree6152bf94df356074364ea134b97b939661cba862 /network/roger-router
parented8527ea74a9b8bc2aa4059e3e6683cd7627d656 (diff)
downloadslackbuilds-2beb184c4b1cdd3d5e7750d6ff6ab4d8775d0e66.tar.gz
slackbuilds-2beb184c4b1cdd3d5e7750d6ff6ab4d8775d0e66.tar.xz
network/roger-router: README changes, including user/group info.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'network/roger-router')
-rw-r--r--network/roger-router/README26
1 files changed, 19 insertions, 7 deletions
diff --git a/network/roger-router/README b/network/roger-router/README
index 495d319b03..17ed0cdf4f 100644
--- a/network/roger-router/README
+++ b/network/roger-router/README
@@ -2,15 +2,27 @@ Roger-Router (former FFGTK Router Manager)
Fax-Software and Call-Monitor for AVM FRITZ!Box or compatible
-Notice:
-In order to enable fax transfers the user must be member of the
-system group "fax"!
-Use "gpasswd -a <username> fax" as root user to add the user <username>
-to the group fax and then log out and log in again as <username>.
-(Replace <username> with the real user name on your system)
+
+Optional Dependencies
+
+portaudio
There is an optional firefox-plugin "roger-dial". It can be installed
by calling http://de.tabos.org/download/roger-dial-1.8.1.xpi
from your firefox browser.
-Optional dependency: portaudio
+
+Groupname and Username
+
+You must have the group 'fax' to run this script, for example:
+
+ groupadd -g 273 fax
+
+In order to enable fax transfers, your user must be a member of the
+'fax' group. Use
+
+ gpasswd -a <username> fax
+
+as the root user to add the user <username> to the group fax,
+and then log out and log in again as <username>. (Replace <username>
+with the real user name on your system.)