diff options
author | Beech Rintoul <beech@FreeBSD.org> | 2008-03-05 04:16:07 +0000 |
---|---|---|
committer | Beech Rintoul <beech@FreeBSD.org> | 2008-03-05 04:16:07 +0000 |
commit | f5ab2b774bf635cdcc01c4d893a57097fb618947 (patch) | |
tree | 6725f67f8712a534f02a8eefc158dd68cbb011b6 /www/codeigniter-devel/files | |
parent | d60fcf32d86bd9f3013ff90ec934665b57d2a61f (diff) |
- Update to 1.6.1
- Found all of the CI files that could be modified by the user and
install .sample versions of each
- Add an informational message when a user-editable config file is
modified and the port is deinstalled (e.g. the file is preserved)
- Display different pkg-message depending on WITH_APACHE knob
PR: ports/121358
Submitted by: Greg Larkin <glarkin@sourcehosting.net> (maintainer)
Notes
Notes:
svn path=/head/; revision=208453
Diffstat (limited to 'www/codeigniter-devel/files')
-rw-r--r-- | www/codeigniter-devel/files/pkg-message-apache.in | 23 | ||||
-rw-r--r-- | www/codeigniter-devel/files/pkg-message-noapache.in | 20 | ||||
-rw-r--r-- | www/codeigniter-devel/files/pkg-message.in | 15 |
3 files changed, 43 insertions, 15 deletions
diff --git a/www/codeigniter-devel/files/pkg-message-apache.in b/www/codeigniter-devel/files/pkg-message-apache.in new file mode 100644 index 000000000000..ba70e0fca94e --- /dev/null +++ b/www/codeigniter-devel/files/pkg-message-apache.in @@ -0,0 +1,23 @@ + +********************************************************************* +You have just installed the CodeIgniter web application framework. + +Note that you should restart your Apache web server to ensure that +the CodeIgniter configuration file is loaded. + +Optional post-installation instructions include: + +- Open the %%WWWDIR%%/system/application/config/config.php + file with a text editor and set your base URL. + +- If you intend to use a database, open the + %%WWWDIR%%/system/application/config/database.php + file with a text editor and set your database settings. + +- Other user-configurable files include: + %%WWWDIR%%/index.php + Any file located in %%WWWDIR%%/system/application/config + +- If you are upgrading from a prior release, please visit: + http://codeigniter.com/user_guide/installation/upgrading.html + for additional post-installation instructions. diff --git a/www/codeigniter-devel/files/pkg-message-noapache.in b/www/codeigniter-devel/files/pkg-message-noapache.in new file mode 100644 index 000000000000..fa06056f1d74 --- /dev/null +++ b/www/codeigniter-devel/files/pkg-message-noapache.in @@ -0,0 +1,20 @@ + +********************************************************************* +You have just installed the CodeIgniter web application framework. + +Optional post-installation instructions include: + +- Open the %%WWWDIR%%/system/application/config/config.php + file with a text editor and set your base URL. + +- If you intend to use a database, open the + %%WWWDIR%%/system/application/config/database.php + file with a text editor and set your database settings. + +- Other user-configurable files include: + %%WWWDIR%%/index.php + Any file located in %%WWWDIR%%/system/application/config + +- If you are upgrading from a prior release, please visit: + http://codeigniter.com/user_guide/installation/upgrading.html + for additional post-installation instructions. diff --git a/www/codeigniter-devel/files/pkg-message.in b/www/codeigniter-devel/files/pkg-message.in index bb521059300d..e69de29bb2d1 100644 --- a/www/codeigniter-devel/files/pkg-message.in +++ b/www/codeigniter-devel/files/pkg-message.in @@ -1,15 +0,0 @@ - -********************************************************************* -You have just installed the CodeIgniter web application framework. - -Note that you should restart your Apache web server to ensure that -the CodeIgniter configuration file is loaded. - -Optional post-installation instructions include: - -- Open the %%WWWDIR%%/system/application/config/config.php - file with a text editor and set your base URL. - -- If you intend to use a database, open the - %%WWWDIR%%/system/application/config/database.php - file with a text editor and set your database settings. |