From f5ab2b774bf635cdcc01c4d893a57097fb618947 Mon Sep 17 00:00:00 2001 From: Beech Rintoul Date: Wed, 5 Mar 2008 04:16:07 +0000 Subject: - 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 (maintainer) --- www/codeigniter-devel/files/pkg-message-apache.in | 23 ++++++++++++++++++++++ .../files/pkg-message-noapache.in | 20 +++++++++++++++++++ www/codeigniter-devel/files/pkg-message.in | 15 -------------- 3 files changed, 43 insertions(+), 15 deletions(-) create mode 100644 www/codeigniter-devel/files/pkg-message-apache.in create mode 100644 www/codeigniter-devel/files/pkg-message-noapache.in (limited to 'www/codeigniter-devel/files') 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. -- cgit v1.2.3