From 1369a052266e9ec03669bdcd5b08c14e1bfc2153 Mon Sep 17 00:00:00 2001 From: Albert Hopkins Date: Sat, 10 May 2014 12:57:36 +0000 Subject: [PATCH] drupal: Updates. --- drupal/Makefile | 4 ++-- drupal/firstboot.start | 2 +- drupal/make.conf | 2 +- drupal/motd.sh | 8 ++++---- drupal/world | 2 +- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/drupal/Makefile b/drupal/Makefile index ce72bc2..4c59fec 100644 --- a/drupal/Makefile +++ b/drupal/Makefile @@ -1,5 +1,5 @@ -PGVER = 9.2 -DPVER = 7.22 +PGVER = 9.3 +DPVER = 7.27 inroot := chroot $(CHROOT) rcdefault := /etc/runlevels/default diff --git a/drupal/firstboot.start b/drupal/firstboot.start index fed0b27..82d8c49 100755 --- a/drupal/firstboot.start +++ b/drupal/firstboot.start @@ -1,6 +1,6 @@ #!/bin/sh -DPVER=7.10 +DPVER=7.27 echo Configuring Postgres for Drupal createuser --no-adduser --no-createdb --no-createrole -U postgres drupal diff --git a/drupal/make.conf b/drupal/make.conf index ce6a0db..e6c8abf 100644 --- a/drupal/make.conf +++ b/drupal/make.conf @@ -2,4 +2,4 @@ # Apache config for LodgeIt APACHE2_MPMS="prefork" APACHE2_MODULES="authz_host dir mime" -PHP_TARGETS="php5-4" +PHP_TARGETS="php5-5" diff --git a/drupal/motd.sh b/drupal/motd.sh index 1ea41fb..e8539fb 100755 --- a/drupal/motd.sh +++ b/drupal/motd.sh @@ -8,14 +8,14 @@ UDEV=$5 DASH=$6 ARCH=$7 -DPVER=7.10 +DPVER=7.27 TZ=$TIMEZONE ; export TZ cat << EOF Before using this appliance, you must first configure Drupal, point your - browser at http://${HOSTNAME}/ to configure. The database name is "drupal" - and the username is "drupal". The DBMS is on localhost and requires no - password. + browser at http://${HOSTNAME}/ to configure. The database name is + "drupal" and the username is "drupal". The DBMS is on localhost and + requires no password. EOF diff --git a/drupal/world b/drupal/world index 9123e75..6f21ee5 100644 --- a/drupal/world +++ b/drupal/world @@ -1,4 +1,4 @@ -dev-db/postgresql-server:9.2 +dev-db/postgresql-server:9.3 dev-php/pecl-uploadprogress mail-mta/ssmtp www-apps/drupal