summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbrent s2015-07-13 19:14:12 -0400
committerbrent s2015-07-13 19:14:12 -0400
commite8c16df1ac09581d1e8fe495bcb1938497115385 (patch)
treebea883fdf1392db874383bd62947b9264b1b4da6
parentafa675ea8da20244d55d41823062dbf2d7294fbe (diff)
downloadaur-e8c16df1ac09581d1e8fe495bcb1938497115385.tar.gz
fixing post install message
-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 f085d9390878..c4ce0b76d248 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = freeswitch-git
pkgdesc = An opensource and free (libre, price) telephony system, similar to Asterisk.
pkgver = 1.5.7.r2590.g46cf8a4
- pkgrel = 1
+ pkgrel = 2
url = http://freeswitch.org/
install = freeswitch.install
changelog = ChangeLog
diff --git a/PKGBUILD b/PKGBUILD
index 4a8242cac356..1cf9a5ff651d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -69,7 +69,7 @@ _disabled_modules=(languages/mod_spidermonkey
pkgname=freeswitch-git
pkgver=1.5.7.r2590.g46cf8a4
-pkgrel=1
+pkgrel=2
pkgdesc="An opensource and free (libre, price) telephony system, similar to Asterisk."
arch=('i686' 'x86_64')
url="http://freeswitch.org/"
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
}