Changes between Version 1 and Version 2 of FileSystemLayout
- Timestamp:
- 04/27/07 12:08:51 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FileSystemLayout
v1 v2 28 28 Now is probably a good time to rename amportal.conf to freepbx.conf. An upgrade script can do it during install_amp. It may also make sense to have parse_amportal_conf() look for freepbx.conf first, then fall back to amportal.conf. 29 29 30 It also may be desirable to put this in /usr/share/freepbx/conf/freepbx.conf, and then symlink to /etc.. (or vise-versa). See discussion below about [#Boot -strapping-config bootstrapping].30 It also may be desirable to put this in /usr/share/freepbx/conf/freepbx.conf, and then symlink to /etc.. (or vise-versa). See discussion below about [#Bootstrappingconfig bootstrapping]. 31 31 32 32 === Modules === 69 69 Possibilities: 70 70 71 * During install_amp, write the main directory location out to a constant in the top of each file, so it always looks for FREEPBXROOT/conf/amportal.conf (this is the reason why having the conf/ directory would be used, see discussion about [# config-file config file] above).71 * During install_amp, write the main directory location out to a constant in the top of each file, so it always looks for FREEPBXROOT/conf/amportal.conf (this is the reason why having the conf/ directory would be used, see discussion about [#Configfile config file] above). 72 72 * Default to /usr/share/freepbx, and if an environment variable FREEPBXROOT is set, use that instead. 73 73 * A combination of both the above
