diff options
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 |
commit | 2beb184c4b1cdd3d5e7750d6ff6ab4d8775d0e66 (patch) | |
tree | 6152bf94df356074364ea134b97b939661cba862 /network/roger-router/README | |
parent | ed8527ea74a9b8bc2aa4059e3e6683cd7627d656 (diff) |
network/roger-router: README changes, including user/group info.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'network/roger-router/README')
-rw-r--r-- | network/roger-router/README | 26 |
1 files changed, 19 insertions, 7 deletions
diff --git a/network/roger-router/README b/network/roger-router/README index 495d319b03e8..17ed0cdf4faf 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.) |