OpenPKG CVS Repository http://cvs.openpkg.org/ ____________________________________________________________________________
Server: cvs.openpkg.org Name: Thomas Lotterer Root: /v/openpkg/cvs Email: t...@openpkg.org Module: openpkg-src Date: 06-Mar-2009 22:39:25 Branch: HEAD Handle: 2009030621392500 Modified files: openpkg-src/drupal drupal.spec Log: fix incorrect install hint; zen theme requires PHP ctype() Summary: Revision Changes Path 1.443 +6 -3 openpkg-src/drupal/drupal.spec ____________________________________________________________________________ patch -p0 <<'@@ .' Index: openpkg-src/drupal/drupal.spec ============================================================================ $ cvs diff -u -r1.442 -r1.443 drupal.spec --- openpkg-src/drupal/drupal.spec 6 Mar 2009 17:39:24 -0000 1.442 +++ openpkg-src/drupal/drupal.spec 6 Mar 2009 21:39:25 -0000 1.443 @@ -1,6 +1,6 @@ ## ## drupal.spec -- OpenPKG RPM Package Specification -## Copyright (c) 2000-2008 OpenPKG Foundation e.V. <http://openpkg.net/> +## Copyright (c) 2000-2009 OpenPKG Foundation e.V. <http://openpkg.net/> ## ## Permission to use, copy, modify, and distribute this software for ## any purpose with or without fee is hereby granted, provided that @@ -452,6 +452,7 @@ PreReq: pcre, pcre::with_utf8 PreReq: apache PreReq: apache-php +PreReq: apache-php::with_ctype = yes PreReq: apache-php::with_gd = yes PreReq: apache-php::with_mbstring = yes PreReq: apache-php::with_session = yes @@ -1799,8 +1800,10 @@ 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 " Also do not forget to cp -p" + echo " $RPM_INSTALL_PREFIX/share/drupal/sites/default/settings.php" + echo " $RPM_INSTALL_PREFIX/share/drupal/sites/settings.php" + echo " and adjust the \$base_url variable." echo "" echo "4. Access Drupal via:" echo " http://127.0.0.1:8080/drupal/ (website view)" @@ . ______________________________________________________________________ OpenPKG http://openpkg.org CVS Repository Commit List openpkg-cvs@openpkg.org