diff options
author | Andrew Pantyukhin <sat@FreeBSD.org> | 2007-06-13 13:53:11 +0000 |
---|---|---|
committer | Andrew Pantyukhin <sat@FreeBSD.org> | 2007-06-13 13:53:11 +0000 |
commit | 283d436a2ed45cc0fdc29617f9fc3a43ed3120a1 (patch) | |
tree | f2b1444968dba0df35e639d90a6ef41e1fdea175 /net-mgmt/zabbix/scripts | |
parent | Try 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.sh | 6 |
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 ${*} |