Use tty00 by default.
ok jasper@
This commit is contained in:
parent
3ff9d14eae
commit
cc5f72d399
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.14 2010/01/11 18:30:01 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.15 2010/01/12 09:04:31 ajacoutot Exp $
|
||||
|
||||
COMMENT-main = network and application monitoring - agent
|
||||
COMMENT-server = network and application monitoring - server
|
||||
@ -8,7 +8,7 @@ VERSION = 1.8
|
||||
MAJOR = ${VERSION:R}
|
||||
DISTNAME = zabbix-${VERSION}
|
||||
FULLPKGNAME-main = zabbix-agent-${VERSION}
|
||||
PKGNAME-server = zabbix-server-${VERSION}
|
||||
PKGNAME-server = zabbix-server-${VERSION}p0
|
||||
PKGNAME-web = zabbix-web-${VERSION}
|
||||
CATEGORIES = net
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
$OpenBSD: patch-create_data_data_sql,v 1.1 2009/04/23 15:38:11 jasper Exp $
|
||||
$OpenBSD: patch-create_data_data_sql,v 1.2 2010/01/12 09:04:32 ajacoutot Exp $
|
||||
--- create/data/data.sql.orig Wed Apr 22 23:02:19 2009
|
||||
+++ create/data/data.sql Wed Apr 22 23:03:03 2009
|
||||
@@ -27,8 +27,8 @@ INSERT INTO config VALUES (1,365,365,600,'1-5,00:00-24
|
||||
@ -17,7 +17,7 @@ $OpenBSD: patch-create_data_data_sql,v 1.1 2009/04/23 15:38:11 jasper Exp $
|
||||
INSERT INTO media_type VALUES (1,0,'Email','mail.company.com','company.com','zabbix@company.com','','','','');
|
||||
INSERT INTO media_type VALUES (2,3,'Jabber','','','','','','jabber@company.com','zabbix');
|
||||
-INSERT INTO media_type VALUES (3,2,'SMS','','','','','/dev/ttyS0','','');
|
||||
+INSERT INTO media_type VALUES (3,2,'SMS','','','','','/dev/ttyU0','','');
|
||||
+INSERT INTO media_type VALUES (3,2,'SMS','','','','','/dev/tty00','','');
|
||||
|
||||
--
|
||||
-- Dumping data for table hosts
|
||||
|
Loading…
Reference in New Issue
Block a user