Changes

Jump to navigation Jump to search
824 bytes added ,  13:26, 15 October 2021
no edit summary
Line 17: Line 17:     
===Installation===
 
===Installation===
 +
====SME8====
 +
    
   yum --enablerepo=smecontribs install smeserver-hylafax
 
   yum --enablerepo=smecontribs install smeserver-hylafax
 +
then issue
 +
 +
signal-event post-upgrade; signal-event reboot
 +
 +
====SME9====
 +
you might need to install dag repo : https://wiki.contribs.org/Dag#tab=For_SME_9
 +
 +
yum --enablerepo=smecontribs,smedev,dag install smeserver-hylafax
   −
===Enable Hylafax to start at boot===
+
then you need to issue:
 +
/sbin/e-smith/expand-template /etc/hylafax/hyla.conf
 +
/sbin/e-smith/expand-template /etc/init/ttyS0.conf
 +
/bin/rm -f /etc/cron.daily/hylafax
 +
signal-event post-upgrade; signal-event reboot
 +
 
 +
====SME10====
 +
you might need to install epel repo:
 +
 
 +
yum install smeserver-extrarepositories-epel
 +
 
 +
then
 +
 
 +
yum --enablerepo=smecontribs,{epel} install smeserver-hylafax
 +
 
 +
===Enable Hylafax to start at boot (SME8 and 9 only)===
    
  config setprop hylafax status enabled
 
  config setprop hylafax status enabled
Line 35: Line 60:     
Take note of your modems port <br>
 
Take note of your modems port <br>
 +
 
The inittab template assumes you are using ttyS0  <br>
 
The inittab template assumes you are using ttyS0  <br>
 
see options below for how to change to ttyS1  <br>
 
see options below for how to change to ttyS1  <br>
    +
For SME8 or SME9:
 
You can modify your answers later, see below <br>
 
You can modify your answers later, see below <br>
 
then  
 
then  
Line 51: Line 78:  
  expand-template /etc/inittab
 
  expand-template /etc/inittab
 
  /sbin/init q
 
  /sbin/init q
 +
 +
for SME10:
 +
signal-event smeserver-hylafax-update
 +
 +
    
To Remove
 
To Remove
Line 109: Line 141:     
ports other than ttyS0, or to disable
 
ports other than ttyS0, or to disable
 +
 +
for SME8 and SME9:
    
  config setprop hylafax status disabled
 
  config setprop hylafax status disabled
Line 114: Line 148:  
  /sbin/e-smith/expand-template /etc/inittab
 
  /sbin/e-smith/expand-template /etc/inittab
 
  /sbin/init q
 
  /sbin/init q
 +
 +
for SME10:
 +
 +
config setprop hylafax port ttyS1
 +
signal-event smeserver-hylafax-update
 +
 +
    
----
 
----

Navigation menu