OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 29-Feb-2008 19:52:02
Branch: HEAD Handle: 2008022918520200
Modified files:
openpkg-src/drupal drupal.spec
Log:
hint to select the database
Summary:
Revision Changes Path
1.145 +9 -4 openpkg-src/drupal/drupal.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/drupal/drupal.spec
============================================================================
$ cvs diff -u -r1.144 -r1.145 drupal.spec
--- openpkg-src/drupal/drupal.spec 29 Feb 2008 18:46:49 -0000 1.144
+++ openpkg-src/drupal/drupal.spec 29 Feb 2008 18:52:02 -0000 1.145
@@ -920,10 +920,15 @@
echo " and connect with a browser to the URL:"
echo " http://127.0.0.1:8080/drupal/install.php"
echo " Follow the instructions. On the page \"Database
configuration\""
- echo " use database name \"drupal\", database username
\"drupal\" and"
- echo " database password \"drupal\". Also create an account and
login."
- echo " The first account will automatically become the main
administrator"
- echo " account with total control over your Drupal site."
+%if "%{with_mysql}" == "yes"
+ echo " use database type \"mysql\", database name \"drupal\",
database"
+%endif
+%if "%{with_pgsql}" == "yes"
+ echo " use database type \"pgsql\", database name \"drupal\",
database"
+%endif
+ echo " username \"drupal\" and database password \"drupal\".
Also create"
+ echo " an account and login. The first account will
automatically become"
+ echo " the main administrator account with total control over
Drupal."
echo ""
echo "3. By default, Drupal runs its own Apache server on IPv4
address"
echo " 127.0.0.1, TCP port 80. Please change this by editing the"
@@ .
______________________________________________________________________
OpenPKG http://openpkg.org
CVS Repository Commit List [email protected]