diff options
| author | Mathieu Arnold <mat@FreeBSD.org> | 2019-08-14 12:25:09 +0000 |
|---|---|---|
| committer | Mathieu Arnold <mat@FreeBSD.org> | 2019-08-14 12:25:09 +0000 |
| commit | a400cfc5f46c03a0cf81282b9da421effa2e6575 (patch) | |
| tree | 52d5682fe0ddfd9719ad88509dd106971d37a538 /www/codeigniter/files | |
| parent | Edit entry for www/nginx (diff) | |
Convert to UCL & cleanup pkg-message (categories w)
Diffstat (limited to 'www/codeigniter/files')
| -rw-r--r-- | www/codeigniter/files/pkg-message-apache.in | 8 | ||||
| -rw-r--r-- | www/codeigniter/files/pkg-message-noapache.in | 8 | ||||
| -rw-r--r-- | www/codeigniter/files/pkg-message.in | 8 |
3 files changed, 18 insertions, 6 deletions
diff --git a/www/codeigniter/files/pkg-message-apache.in b/www/codeigniter/files/pkg-message-apache.in index dc7de006ffb6..5f5f807b5dc2 100644 --- a/www/codeigniter/files/pkg-message-apache.in +++ b/www/codeigniter/files/pkg-message-apache.in @@ -1,5 +1,6 @@ - -********************************************************************* +[ +{ type: install + message: <<EOM You have just installed the CodeIgniter web application framework. Note that you should restart your Apache web server to ensure that @@ -21,3 +22,6 @@ Optional post-installation instructions include: - If you are upgrading from a prior release, please visit: http://codeigniter.com/user_guide/installation/upgrading.html for additional post-installation instructions. +EOM +} +] diff --git a/www/codeigniter/files/pkg-message-noapache.in b/www/codeigniter/files/pkg-message-noapache.in index 038b5e1424e2..acb5e94ca18f 100644 --- a/www/codeigniter/files/pkg-message-noapache.in +++ b/www/codeigniter/files/pkg-message-noapache.in @@ -1,5 +1,6 @@ - -********************************************************************* +[ +{ type: install + message: <<EOM You have just installed the CodeIgniter web application framework. Optional post-installation instructions include: @@ -18,3 +19,6 @@ Optional post-installation instructions include: - If you are upgrading from a prior release, please visit: http://codeigniter.com/user_guide/installation/upgrading.html for additional post-installation instructions. +EOM +} +] diff --git a/www/codeigniter/files/pkg-message.in b/www/codeigniter/files/pkg-message.in index bb7de32a5712..90223d10011a 100644 --- a/www/codeigniter/files/pkg-message.in +++ b/www/codeigniter/files/pkg-message.in @@ -1,5 +1,6 @@ - -********************************************************************* +[ +{ type: install + message: <<EOM You have just installed the CodeIgniter web application framework. Note that you should restart your web server to ensure that @@ -18,3 +19,6 @@ To use CodeIgniter: - If you are upgrading from a prior release, please visit: http://codeigniter.com/user_guide/installation/upgrading.html for additional post-installation instructions. +EOM +} +] |
