Parcourir la source

modifying package: drupal-6.3 20080719 -> 20080723

Ralf S. Engelschall il y a 17 ans
Parent
commit
47c6a6cc4b
1 fichiers modifiés avec 5 ajouts et 5 suppressions
  1. 5 5
      drupal/drupal.spec

+ 5 - 5
drupal/drupal.spec

@@ -115,7 +115,7 @@
 %define       V_module_link                6.x-2.3.1
 %define       V_module_local_menu          6.x-1.5
 %define       V_module_logging_alerts      6.x-1.1
-%define       V_module_login_destination   6.x-1.1
+%define       V_module_login_destination   6.x-2.0
 %define       V_module_markitup            6.x-1.x-dev
 %define       V_module_marksmarty          6.x-1.0
 %define       V_module_menu_breadcrumb     6.x-1.1
@@ -226,7 +226,7 @@ Class:        PLUS
 Group:        CMS
 License:      GPL
 Version:      %{V_drupal}
-Release:      20080719
+Release:      20080723
 
 #   package options
 %option       with_mysql   yes
@@ -1753,13 +1753,13 @@ AutoReqProv:  no
           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"
-          echo "   \"Listen 127.0.0.1:80\" directive in"
+          echo "   127.0.0.1, TCP port 8080. Please change this by editing the"
+          echo "   \"Listen 127.0.0.1:8080\" directive in"
           echo "     $RPM_INSTALL_PREFIX/etc/drupal/drupal-apache.conf"
           echo "   Also do not forget to adjust the \$base_url variable in:"
           echo "     $RPM_INSTALL_PREFIX/share/drupal/sites/default/settings.php"
           echo ""
-          echo "4. access Drupal via:"
+          echo "4. Access Drupal via:"
           echo "     http://127.0.0.1:8080/drupal/      (website view)"
           echo "     http://127.0.0.1:8080/drupal/admin (website admin)"
         ) | %{l_rpmtool} msg -b -t notice