Changes between Version 1 and Version 2 of FileSystemLayout

Show
Ignore:
Author:
gregmac (IP: 66.102.80.229)
Timestamp:
04/27/07 12:08:51 (6 years ago)
Comment:

fix links

Legend:

Unmodified
Added
Removed
Modified
  • FileSystemLayout

    v1 v2  
    2828Now 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. 
    2929 
    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]. 
     30It 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]. 
    3131 
    3232=== Modules ===  
    6969Possibilities: 
    7070 
    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). 
    7272 * Default to /usr/share/freepbx, and if an environment variable FREEPBXROOT is set, use that instead. 
    7373 * A combination of both the above