add net-snmp-utils dependency, and doc updates

- Add note to README.fedora about the default MySQL password
- Remove reference to "docs/INSTALL" in README.fedora (RHBZ #893122)
- Add dependency on net-snmp-utils (RHBZ #893150)
This commit is contained in:
Ken Dreyer 2013-01-08 11:00:00 -07:00
parent 7b883b2ad6
commit 2562be05a2
2 changed files with 8 additions and 4 deletions

View File

@ -4,10 +4,6 @@ In order for Cacti to function properly, please edit the following:
/etc/cron.d/cacti /etc/cron.d/cacti
/etc/http/conf.d/cacti.conf /etc/http/conf.d/cacti.conf
For more information about setting up the database please read:
docs/INSTALL
The installation procedure, briefly summarized: The installation procedure, briefly summarized:
Create the cacti MySQL database: Create the cacti MySQL database:
@ -23,6 +19,8 @@ The installation procedure, briefly summarized:
# mysql # mysql
mysql> GRANT ALL ON cacti.* TO cactiuser@localhost IDENTIFIED BY 'cactiuser'; mysql> GRANT ALL ON cacti.* TO cactiuser@localhost IDENTIFIED BY 'cactiuser';
(Use a different password in the above GRANT command.)
Then visit http://localhost/cacti/ to complete the installation. Then visit http://localhost/cacti/ to complete the installation.
Cacti's install procedure is not fully compatible with mod_security. If you use Cacti's install procedure is not fully compatible with mod_security. If you use

View File

@ -24,6 +24,7 @@ Patch1: Third-try-on-jstree-inclusion.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Requires: php, php-mysql, mysql, httpd, rrdtool, net-snmp, php-snmp Requires: php, php-mysql, mysql, httpd, rrdtool, net-snmp, php-snmp
Requires: net-snmp-utils
Requires(pre): %{_sbindir}/useradd Requires(pre): %{_sbindir}/useradd
Requires(postun): /sbin/service Requires(postun): /sbin/service
BuildArch: noarch BuildArch: noarch
@ -128,6 +129,11 @@ fi
%attr(0644,root,root) %{_localstatedir}/lib/%{name}/lib %attr(0644,root,root) %{_localstatedir}/lib/%{name}/lib
%changelog %changelog
* Tue Jan 08 2013 Ken Dreyer <ktdreyer@ktdreyer.com> - 0.8.8a-6
- Add note to README.fedora about the default MySQL password
- Remove reference to "docs/INSTALL" in README.fedora (RHBZ #893122)
- Add dependency on net-snmp-utils (RHBZ #893150)
* Fri Jan 04 2013 Ken Dreyer <ktdreyer@ktdreyer.com> - 0.8.8a-5 * Fri Jan 04 2013 Ken Dreyer <ktdreyer@ktdreyer.com> - 0.8.8a-5
- Install our README file as README.fedora - Install our README file as README.fedora