[zoneminder: 1/2] Commit some old uncommitted changes.

Jason ティビツ tibbs at fedoraproject.org
Tue Mar 10 16:52:54 UTC 2015


commit 6539dcfdebd2155f7368e1d24c29f158e480e960
Author: Jason Tibbitts <tibbs at math.uh.edu>
Date:   Tue Mar 10 11:52:12 2015 -0500

    Commit some old uncommitted changes.

 README.Fedora | 15 ++++++++-------
 1 file changed, 8 insertions(+), 7 deletions(-)
---
diff --git a/README.Fedora b/README.Fedora
index f1a4b58..961aadd 100644
--- a/README.Fedora
+++ b/README.Fedora
@@ -5,8 +5,8 @@ New installs
    remotely you will need to ensure that the server is installed and secured:
 
      yum install mysql-server
-     chkconfig mysql on
-     service mysql start
+     systemctl enable mysqld
+     systemctl start mysqld
      mysql_secure_installation
 
 2. You will need to create the ZoneMinder database. These commands should do
@@ -32,12 +32,13 @@ New installs
    or if it is set incorrectly, and these complaints will show up in the
    zoneminder logging system as errors.
 
-   If you are not sure of the proper timezone specification to use, look in
-   /etc/sysconfig/clock.
+   If you are not sure of the proper timezone specification to use, run
+   timedatectl.
 
 6. This package probably does not work with SELinux enabled at the moment. It
    may be necessary to disable SELinux for httpd, or even completely for
-   ZoneMinder to function. This will be addressed in a later release.  Run
+   ZoneMinder to function. The policy is being worked on and the issues will be
+   addressed in a later release.  Run
 
      setenforce 0
 
@@ -45,8 +46,8 @@ New installs
 
 7. Enable and start the zoneminder service:
 
-     systemctl enable zoneminder.service
-     systemctl start zoneminder.service
+     systemctl enable zoneminder
+     systemctl start zoneminder
 
 8. The ZoneMinder web interface is disabled by default (which makes it rather
    useless but also secure by default), you will need to edit


More information about the scm-commits mailing list