summaryrefslogtreecommitdiff
path: root/net-mgmt/cacti/files/patch-include-db-settings.php
diff options
context:
space:
mode:
Diffstat (limited to 'net-mgmt/cacti/files/patch-include-db-settings.php')
-rw-r--r--net-mgmt/cacti/files/patch-include-db-settings.php12
1 files changed, 0 insertions, 12 deletions
diff --git a/net-mgmt/cacti/files/patch-include-db-settings.php b/net-mgmt/cacti/files/patch-include-db-settings.php
deleted file mode 100644
index 7552ac99e4fd..000000000000
--- a/net-mgmt/cacti/files/patch-include-db-settings.php
+++ /dev/null
@@ -1,12 +0,0 @@
---- /dev/null Tue Jun 21 16:31:36 2005
-+++ include/db-settings.php Tue Jun 21 16:29:15 2005
-@@ -0,0 +1,9 @@
-+<?php
-+/* make sure these values refect your actual database/host/user/password */
-+$database_type = "mysql";
-+$database_default = "cacti";
-+$database_hostname = "localhost";
-+$database_username = "cactiuser";
-+$database_password = "cactiuser";
-+$database_port = "3306";
-+?>