summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbrent s2015-07-13 19:07:29 -0400
committerbrent s2015-07-13 19:07:29 -0400
commit5bf59d8b4172b3702d609670089fa2789b0e1d32 (patch)
tree477583e79704c635b9435b9304a12278da4c91bb
parenta7914fc92dce2ff38b46d696033901714c81aec9 (diff)
downloadaur-5bf59d8b4172b3702d609670089fa2789b0e1d32.tar.gz
fixing per comment
2015-07-13 23:05
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
-rw-r--r--freeswitch.install5
3 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8df4a5dc6cd1..da4d9ab7fb05 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = freeswitch
pkgdesc = An opensource and free (libre, price) telephony system, similar to Asterisk.
pkgver = 1.4.20
- pkgrel = 1
+ pkgrel = 2
url = http://freeswitch.org/
install = freeswitch.install
changelog = ChangeLog
diff --git a/PKGBUILD b/PKGBUILD
index 1c0c118fde12..165f91d042ce 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -69,7 +69,7 @@ _disabled_modules=(languages/mod_spidermonkey
pkgname='freeswitch'
pkgver='1.4.20'
-pkgrel='1'
+pkgrel='2'
pkgdesc="An opensource and free (libre, price) telephony system, similar to Asterisk."
arch=('i686'
'x86_64')
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
}