summaryrefslogtreecommitdiff
path: root/net-mgmt/zabbix/scripts
diff options
context:
space:
mode:
authorAndrew Pantyukhin <sat@FreeBSD.org>2007-06-13 13:53:11 +0000
committerAndrew Pantyukhin <sat@FreeBSD.org>2007-06-13 13:53:11 +0000
commit283d436a2ed45cc0fdc29617f9fc3a43ed3120a1 (patch)
treef2b1444968dba0df35e639d90a6ef41e1fdea175 /net-mgmt/zabbix/scripts
parentTry to do a better job respecting C[XX]FLAGS. This also aids ia64 (diff)
- Update to 1.4
- Move out agent into net/zabbix-agent - New option for checking ldap servers (on by default) - Lots of minor fixes
Diffstat (limited to 'net-mgmt/zabbix/scripts')
-rw-r--r--net-mgmt/zabbix/scripts/dbsetup.sh6
1 files changed, 0 insertions, 6 deletions
diff --git a/net-mgmt/zabbix/scripts/dbsetup.sh b/net-mgmt/zabbix/scripts/dbsetup.sh
deleted file mode 100644
index 240f46157640..000000000000
--- a/net-mgmt/zabbix/scripts/dbsetup.sh
+++ /dev/null
@@ -1,6 +0,0 @@
-#!/bin/sh
-
-{
- echo "create database zabbix; use zabbix;"
- cat mysql/schema.sql data/data.sql
-} | mysql ${*}