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: 04-Apr-2008 22:16:37
Branch: HEAD Handle: 2008040421163600
Modified files:
openpkg-src/drupal drupal.spec
Log:
fix typo and path to settings file
Summary:
Revision Changes Path
1.185 +2 -2 openpkg-src/drupal/drupal.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/drupal/drupal.spec
============================================================================
$ cvs diff -u -r1.184 -r1.185 drupal.spec
--- openpkg-src/drupal/drupal.spec 4 Apr 2008 06:29:12 -0000 1.184
+++ openpkg-src/drupal/drupal.spec 4 Apr 2008 20:16:36 -0000 1.185
@@ -1293,7 +1293,7 @@
%post
if [ $1 -eq 1 ]; then
# display final hints on initial installation
- ( echo "1. To complete this installation of Drupal please start the
RDMBS"
+ ( echo "1. To complete this installation of Drupal please start the
RDBMS"
echo " and initialize the Drupal database like this:"
%if "%{with_mysql}" == "yes"
echo " \$ $RPM_INSTALL_PREFIX/bin/openpkg rc mysql start"
@@ -1323,7 +1323,7 @@
echo " \"Listen 127.0.0.1:80\" 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/etc/drupal/default/settings.php"
+ echo "
$RPM_INSTALL_PREFIX/share/drupal/sites/default/settings.php"
echo ""
echo "4. access Drupal via:"
echo " http://127.0.0.1:8080/drupal/ (website view)"
@@ .
______________________________________________________________________
OpenPKG http://openpkg.org
CVS Repository Commit List [email protected]