aboutsummaryrefslogtreecommitdiffstats
path: root/UPGRADE.txt
diff options
context:
space:
mode:
authoroej <oej@f38db490-d61c-443f-a65b-d21fe96a405b>2006-01-30 14:12:39 +0000
committeroej <oej@f38db490-d61c-443f-a65b-d21fe96a405b>2006-01-30 14:12:39 +0000
commitef733ea7e5cace35be047876ffa3fdae5c1bbbd1 (patch)
treeb2ae95dff1927d09ac0379bf4332464caf673d64 /UPGRADE.txt
parentf0b67955ad12c9c7ec6a8c54ef5d118681cb701f (diff)
Document installation changes for BSD users.
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8896 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'UPGRADE.txt')
-rw-r--r--UPGRADE.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/UPGRADE.txt b/UPGRADE.txt
index 862c1f397..ca09720c1 100644
--- a/UPGRADE.txt
+++ b/UPGRADE.txt
@@ -38,3 +38,13 @@ Functions:
The SIP channel:
* The "incominglimit" setting is replaced by the "call-limit" setting in sip.conf.
+
+Installation:
+
+* On BSD systems, the installation directories have changed to more "FreeBSDish" directories. On startup, Asterisk will look for the main configuration in /usr7local/etc/asterisk/asterisk.conf
+If you have an old installation, you might want to remove the binaries and move the configuration files to the new locations. The following directories are now default:
+ ASTLIBDIR /usr/local/lib/asterisk
+ ASTVARLIBDIR /usr/local/share/asterisk
+ ASTETCDIR /usr/local/etc/asterisk
+ ASTBINDIR /usr/local/bin/asterisk
+ ASTSBINDIR /usr/local/sbin/asterisk