Fixed Bugzilla 214914

This commit is contained in:
Mike McGrath 2006-11-09 22:56:07 +00:00
parent 105d9cb35c
commit 5bec4dfbd6
2 changed files with 5 additions and 2 deletions

View File

@ -20,7 +20,7 @@
--- include/db.php.orig 1969-12-31 18:00:00.000000000 -0600
+++ include/db.php 2006-01-13 15:14:07.000000000 -0600
@@ -0,0 +1,9 @@
+<?
+<?php
+/* make sure these values refect your actual database/host/user/password */
+$database_type = "mysql";
+$database_default = "cacti";

View File

@ -1,6 +1,6 @@
Name: cacti
Version: 0.8.6i
Release: 3%{?dist}
Release: 4%{?dist}
Summary: An rrd based graphing tool
Group: Applications/System
@ -103,6 +103,9 @@ fi
%attr(0644,root,root) %{_localstatedir}/lib/%{name}/lib
%changelog
* Thu Nov 09 2006 Mike McGrath <imlinux@gmail.com> - 0.8.6i-4
- Patch now includes <?php BG# 214914
* Thu Sep 07 2006 Mike McGrath <imlinux@gmail.com> - 0.8.6i-3
- Upstream released new version