...
Table of Contents | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
|
About FreePBX-Distro-4.211.64 Stable releases
...
Some upgrade scripts will result in .rpm package updates that need configuration files to be manually cleaned up afterwards. The general procedure is described in the page Cleaning up files from a RPM update.
Specific update notes
upgrade-4.211.64-5.sh
"REBOOT SYSTEM NOW FOR DAHDI AND WANPIPE CHANGES TO TAKE EFFECT"
upgrade-4.211.64-6.sh
"REBOOT SYSTEM NOW FOR DAHDI AND WANPIPE CHANGES TO TAKE EFFECT"
upgrade-4.211.64-7.sh
"REBOOT SYSTEM NOW FOR DAHDI AND WANPIPE CHANGES TO TAKE EFFECT"
upgrade-4.211.64-10.sh
"REBOOT SYSTEM NOW FOR DAHDI AND WANPIPE CHANGES TO TAKE EFFECT"
upgrade-4.211.64-to-5.211.65-1.sh
/etc/fail2ban/jail.local.rpmnew
the .rpmnew version should not be used as the /etc/fail2ban/jail.local is auto-generated – delete the .rpmnew file to clean up
Code Block rm /etc/fail2ban/jail.local.rpmnew
/etc/prosody/prosody.cfg.lua.rpmnew
the .rpmnew version is a default sample and can be deleted
Code Block rm /etc/prosody/prosody.cfg.lua.rpmnew
/etc/dahdi/modules.rpmnew
the .rpmnew version should replace the original configuration file as the new file has additional Digium modules added
Code Block mv /etc/dahdi/modules.rpmnew /etc/dahdi/modules
/etc/ntp.conf.rpmnew
the .rpmnew version should be deleted as the /etc/ntp.conf file has custom contents
Code Block rm /etc/ntp.conf.rpmnew
/etc/ssh/sshd_config.rpmnew
the .rpmnew version should be deleted as the /etc/ssh/sshd_config file has custom contents
Code Block rm /etc/ssh/sshd_config.rpmnew
...