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: 16-Feb-2008 23:03:13
Branch: HEAD Handle: 2008021622031100
Modified files:
openpkg-src/drupal drupal.spec
Log:
fix URL of update
Summary:
Revision Changes Path
1.115 +1 -1 openpkg-src/drupal/drupal.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/drupal/drupal.spec
============================================================================
$ cvs diff -u -r1.114 -r1.115 drupal.spec
--- openpkg-src/drupal/drupal.spec 16 Feb 2008 20:11:16 -0000 1.114
+++ openpkg-src/drupal/drupal.spec 16 Feb 2008 22:03:11 -0000 1.115
@@ -659,7 +659,7 @@
if [ $1 -eq 2 ]; then
# display final hints on update installation
( echo "Please perform a Drupal database upgrade by visiting the"
- echo " http://127.0.0.1:80/update.php"
+ echo " http://127.0.0.1:8080/drupal/update.php"
echo "page on your Drupal website."
) | %{l_rpmtool} msg -b -t notice
@@ .
______________________________________________________________________
OpenPKG http://openpkg.org
CVS Repository Commit List [email protected]