diff options
Diffstat (limited to 'www/drupal8/files/pkg-message.in')
| -rw-r--r-- | www/drupal8/files/pkg-message.in | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/www/drupal8/files/pkg-message.in b/www/drupal8/files/pkg-message.in index fb81a280c1df..ed143c768f7e 100644 --- a/www/drupal8/files/pkg-message.in +++ b/www/drupal8/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,10 +38,15 @@ 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%%/UPDATE.txt You can install www/drush if you have problems with Drupal update. Drush is a command line tool for Drupal -################################################################################ +EOM +} +] |
