summarylogtreecommitdiffstats
path: root/freeswitch.install
diff options
context:
space:
mode:
Diffstat (limited to 'freeswitch.install')
-rw-r--r--freeswitch.install5
1 files changed, 3 insertions, 2 deletions
diff --git a/freeswitch.install b/freeswitch.install
index 40f860e7462a..72c30dc8ac11 100644
--- a/freeswitch.install
+++ b/freeswitch.install
@@ -13,11 +13,12 @@ pre_install() {
post_install() {
echo 'FreeSWITCH is installed!'
- echo '<<<WARNING>>> You MUST change the default_password in /etc/freeswitch/vars.xml
+ echo '<<<WARNING>>> You MUST change the default_password in /etc/freeswitch/private/passwords.xml
Failure to do so will leave your default extension 1000 vulnerable'
echo 'The FreeSWITCH default configuration is available in
/usr/share/doc/freeswitch/examples/conf.default, with Arch-specific modifications
- version in /usr/share/doc/freeswitch/examples/conf.archlinux'
+ version in /usr/share/doc/freeswitch/examples/conf.archlinux
+ (these may be the same).'
post_upgrade
}