From: Nigel McNie Date: Mon, 14 May 2007 10:44:16 +0000 (+1200) Subject: Use the 'general' database user instead of martyn's one. X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=333a84a6a4877af8609ceceff2376a081ac39eef;p=vserverctl.git Use the 'general' database user instead of martyn's one. --- diff --git a/profile/mahara-dev/pre-host b/profile/mahara-dev/pre-host index eb0b531..5a66881 100644 --- a/profile/mahara-dev/pre-host +++ b/profile/mahara-dev/pre-host @@ -1,5 +1,5 @@ # Create the database for the mahara install -vserver pg81 suexec postgres createdb ${VSNAME} -Omartyn -EUNICODE +vserver pg81 suexec postgres createdb ${VSNAME} -Ogeneral -EUNICODE # Remove the tmp filesystem mounting grep -v tmp /etc/vservers/${VSNAME}/fstab > /etc/vservers/${VSNAME}/fstab.new