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/drupal7/files | |
| parent | Edit entry for www/nginx (diff) | |
Convert to UCL & cleanup pkg-message (categories w)
Diffstat (limited to 'www/drupal7/files')
| -rw-r--r-- | www/drupal7/files/pkg-message.in | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/www/drupal7/files/pkg-message.in b/www/drupal7/files/pkg-message.in index ba07752771c0..75c0012674fa 100644 --- a/www/drupal7/files/pkg-message.in +++ b/www/drupal7/files/pkg-message.in @@ -1,4 +1,6 @@ -################################################################################ +[ +{ type: install + message: <<EOM Complete instructions for installing and configuring Drupal can be found here: %%DOCSDIR%%/INSTALL.txt @@ -36,7 +38,12 @@ configuration: - PHP "register_globals" is set to "Off" - PHP "safe_mode" is set to "Off" - PHP "session.cache_limiter" is set to "nocache" - +EOM +} +{ type: UPGRADE + message: <<EOM For important information about upgrading from previous versions of Drupal, please please see: %%DOCSDIR%%/UPGRADE.txt -################################################################################ +EOM +} +] |
