aboutsummaryrefslogtreecommitdiff
path: root/www/codeigniter/files
diff options
context:
space:
mode:
authorBeech Rintoul <beech@FreeBSD.org>2008-03-05 04:16:07 +0000
committerBeech Rintoul <beech@FreeBSD.org>2008-03-05 04:16:07 +0000
commitf5ab2b774bf635cdcc01c4d893a57097fb618947 (patch)
tree6725f67f8712a534f02a8eefc158dd68cbb011b6 /www/codeigniter/files
parentd60fcf32d86bd9f3013ff90ec934665b57d2a61f (diff)
downloadports-f5ab2b774bf635cdcc01c4d893a57097fb618947.tar.gz
ports-f5ab2b774bf635cdcc01c4d893a57097fb618947.zip
- 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/files')
-rw-r--r--www/codeigniter/files/pkg-message-apache.in23
-rw-r--r--www/codeigniter/files/pkg-message-noapache.in20
-rw-r--r--www/codeigniter/files/pkg-message.in15
3 files changed, 43 insertions, 15 deletions
diff --git a/www/codeigniter/files/pkg-message-apache.in b/www/codeigniter/files/pkg-message-apache.in
new file mode 100644
index 000000000000..ba70e0fca94e
--- /dev/null
+++ b/www/codeigniter/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/files/pkg-message-noapache.in b/www/codeigniter/files/pkg-message-noapache.in
new file mode 100644
index 000000000000..fa06056f1d74
--- /dev/null
+++ b/www/codeigniter/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/files/pkg-message.in b/www/codeigniter/files/pkg-message.in
index bb521059300d..e69de29bb2d1 100644
--- a/www/codeigniter/files/pkg-message.in
+++ b/www/codeigniter/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.