Changes for symon 2.65 - 2.67:
- removed netiso depends - _symon uid 535, 525 never made it into ports/infrastructure/db/user.list - ntp clockadjusts no longer trigger extra measurements - daemon parts ported to freebsd/netbsd/linux From: Willem Dijkstra <wpd@xs4all.nl>
This commit is contained in:
parent
e4b643ad88
commit
1db4c1063b
@ -1,4 +1,4 @@
|
|||||||
$OpenBSD: user.list,v 1.16 2004/08/03 10:17:50 xsa Exp $
|
$OpenBSD: user.list,v 1.17 2004/09/21 16:44:04 naddy Exp $
|
||||||
|
|
||||||
This file lists all users and groups that are created by ports or that
|
This file lists all users and groups that are created by ports or that
|
||||||
users are encouraged to create after installing a port (these are marked
|
users are encouraged to create after installing a port (these are marked
|
||||||
@ -43,3 +43,4 @@ id user group port options
|
|||||||
532 _milter-spamd _milter-spamd mail/milter-spamd
|
532 _milter-spamd _milter-spamd mail/milter-spamd
|
||||||
533 _jabberd _jabberd net/jabberd
|
533 _jabberd _jabberd net/jabberd
|
||||||
534 _zope _zope www/zope
|
534 _zope _zope www/zope
|
||||||
|
535 _symon _symon sysutils/symon
|
@ -1,7 +1,7 @@
|
|||||||
# $OpenBSD: Makefile,v 1.12 2004/03/02 14:32:43 naddy Exp $
|
# $OpenBSD: Makefile,v 1.13 2004/09/21 16:44:04 naddy Exp $
|
||||||
|
|
||||||
COMMENT= "active monitoring tool"
|
COMMENT= "active monitoring tool"
|
||||||
V= 2.65
|
V= 2.67
|
||||||
DISTNAME= symon-${V}
|
DISTNAME= symon-${V}
|
||||||
CATEGORIES= sysutils net
|
CATEGORIES= sysutils net
|
||||||
|
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
MD5 (symon-2.65.tar.gz) = 90d1f07b4b27d3a3476daa465ca39ce3
|
MD5 (symon-2.67.tar.gz) = c20c654f1159a5e237ed0b68c3b9cba2
|
||||||
RMD160 (symon-2.65.tar.gz) = 5c654d404622f04ede6537562b897f46870bb09d
|
RMD160 (symon-2.67.tar.gz) = 38ab350b12af490b073d47348b73d3cf1c77c52c
|
||||||
SHA1 (symon-2.65.tar.gz) = a4af471ee6bc320b9c9bf620bcbf2782efe2dfc0
|
SHA1 (symon-2.67.tar.gz) = 5ab42dce1fd5e22558f8cb86ed685a50a84758c0
|
||||||
|
@ -1,12 +0,0 @@
|
|||||||
$OpenBSD: patch-symon_sm_if_c,v 1.1 2004/08/30 16:57:02 brad Exp $
|
|
||||||
--- symon/sm_if.c.orig Sun Aug 29 18:00:15 2004
|
|
||||||
+++ symon/sm_if.c Sun Aug 29 18:00:20 2004
|
|
||||||
@@ -52,8 +52,6 @@
|
|
||||||
#include <netns/ns_if.h>
|
|
||||||
#include <netipx/ipx.h>
|
|
||||||
#include <netipx/ipx_if.h>
|
|
||||||
-#include <netiso/iso.h>
|
|
||||||
-#include <netiso/iso_var.h>
|
|
||||||
|
|
||||||
#include <errno.h>
|
|
||||||
#include <limits.h>
|
|
@ -1,5 +1,5 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
# $OpenBSD: INSTALL,v 1.4 2004/02/16 20:09:04 sturm Exp $
|
# $OpenBSD: INSTALL,v 1.5 2004/09/21 16:44:04 naddy Exp $
|
||||||
#
|
#
|
||||||
# Pre/post-installation setup of symon monitor
|
# Pre/post-installation setup of symon monitor
|
||||||
|
|
||||||
@ -12,7 +12,7 @@ CONFIG_FILE=${SYSCONFDIR}/symon.conf
|
|||||||
SAMPLE_CONFIG_FILE=$PREFIX/share/examples/symon/symon.conf
|
SAMPLE_CONFIG_FILE=$PREFIX/share/examples/symon/symon.conf
|
||||||
SYMONUSER=_symon
|
SYMONUSER=_symon
|
||||||
SYMONGROUP=_symon
|
SYMONGROUP=_symon
|
||||||
ID=525
|
ID=535
|
||||||
|
|
||||||
do_usergroup_install()
|
do_usergroup_install()
|
||||||
{
|
{
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
# $OpenBSD: INSTALL-mon,v 1.4 2004/02/16 20:09:04 sturm Exp $
|
# $OpenBSD: INSTALL-mon,v 1.5 2004/09/21 16:44:04 naddy Exp $
|
||||||
#
|
#
|
||||||
# Pre/post-installation setup of symon monitor
|
# Pre/post-installation setup of symon monitor
|
||||||
|
|
||||||
@ -12,7 +12,7 @@ CONFIG_FILE=${SYSCONFDIR}/symon.conf
|
|||||||
SAMPLE_CONFIG_FILE=$PREFIX/share/examples/symon/symon.conf
|
SAMPLE_CONFIG_FILE=$PREFIX/share/examples/symon/symon.conf
|
||||||
SYMONUSER=_symon
|
SYMONUSER=_symon
|
||||||
SYMONGROUP=_symon
|
SYMONGROUP=_symon
|
||||||
ID=525
|
ID=535
|
||||||
|
|
||||||
do_usergroup_install()
|
do_usergroup_install()
|
||||||
{
|
{
|
||||||
@ -84,4 +84,3 @@ case $2 in
|
|||||||
esac
|
esac
|
||||||
|
|
||||||
exit 0
|
exit 0
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user