Difference between revisions of "Freeswitch repo"

From SME Server
Jump to navigationJump to search
 
Line 9: Line 9:
 
  Visible no \
 
  Visible no \
 
  status disabled
 
  status disabled
 +
 +
After adding the repo to the database updating the configuration file is required by issuing:
 +
signal-event yum-modify
  
 
[[Category: Yum_Repository]]
 
[[Category: Yum_Repository]]

Latest revision as of 13:13, 21 February 2015

For SME Server 8 and 9:

/sbin/e-smith/db yum_repositories set freeswitch repository \
Name 'Freeswitch' \
BaseURL 'http://files.freeswitch.org/yum/$releasever/$basearch' \
EnableGroups no \
GPGCheck yes \
GPGKey file:///etc/pki/rpm-gpg/RPM-GPG-KEY-FREESWITCH \
Visible no \
status disabled

After adding the repo to the database updating the configuration file is required by issuing:

signal-event yum-modify