[zoneminder] Fix errors in README.Fedora.

Jason ティビツ tibbs at fedoraproject.org
Sat Jan 22 22:23:02 UTC 2011


commit 0778c78812dbd09196b439704fbd6aba69a8128e
Author: Jason Tibbitts <tibbs at math.uh.edu>
Date:   Sat Jan 22 16:21:53 2011 -0600

    Fix errors in README.Fedora.

 README.Fedora   |    3 ++-
 zoneminder.spec |    1 +
 2 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/README.Fedora b/README.Fedora
index 254f60f..8a6ab42 100644
--- a/README.Fedora
+++ b/README.Fedora
@@ -5,11 +5,12 @@ New installs
    remotely you will need to ensure that the server is installed:
 
      yum install mysql-server
+     service mysql start
 
 2. You will need to create the ZoneMinder database. These commands should do
    the trick:
 
-     mysql mysql < /usr/share/zoneminder/db/zm_create.sql
+     mysql < /usr/share/zoneminder/db/zm_create.sql
      mysqladmin reload
 
 3. The ZoneMinder web interface is disabled by default, you will need to edit
diff --git a/zoneminder.spec b/zoneminder.spec
index a2adc0b..ccd6657 100644
--- a/zoneminder.spec
+++ b/zoneminder.spec
@@ -215,6 +215,7 @@ fi
 - Attempt to force short_open_tag on for the code directories.
 - Move default location of sockets, swaps, logfiles and some temporary files to
   make more sense and allow things to work better with a future selinux policy.
+- Fix errors in README.Fedora.
 
 * Wed Jun 02 2010 Marcela Maslanova <mmaslano at redhat.com> - 1.24.2-5
 - Mass rebuild with perl-5.12.0


More information about the scm-commits mailing list