diff --git a/infrastructure/db/user.list b/infrastructure/db/user.list index 513f80752c9..fa6221bef0b 100644 --- a/infrastructure/db/user.list +++ b/infrastructure/db/user.list @@ -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 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 533 _jabberd _jabberd net/jabberd 534 _zope _zope www/zope +535 _symon _symon sysutils/symon \ No newline at end of file diff --git a/sysutils/symon/Makefile b/sysutils/symon/Makefile index b158022780b..1a70b84df7d 100644 --- a/sysutils/symon/Makefile +++ b/sysutils/symon/Makefile @@ -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" -V= 2.65 +V= 2.67 DISTNAME= symon-${V} CATEGORIES= sysutils net diff --git a/sysutils/symon/distinfo b/sysutils/symon/distinfo index 8809f29540f..bd16f64665a 100644 --- a/sysutils/symon/distinfo +++ b/sysutils/symon/distinfo @@ -1,3 +1,3 @@ -MD5 (symon-2.65.tar.gz) = 90d1f07b4b27d3a3476daa465ca39ce3 -RMD160 (symon-2.65.tar.gz) = 5c654d404622f04ede6537562b897f46870bb09d -SHA1 (symon-2.65.tar.gz) = a4af471ee6bc320b9c9bf620bcbf2782efe2dfc0 +MD5 (symon-2.67.tar.gz) = c20c654f1159a5e237ed0b68c3b9cba2 +RMD160 (symon-2.67.tar.gz) = 38ab350b12af490b073d47348b73d3cf1c77c52c +SHA1 (symon-2.67.tar.gz) = 5ab42dce1fd5e22558f8cb86ed685a50a84758c0 diff --git a/sysutils/symon/patches/patch-symon_sm_if_c b/sysutils/symon/patches/patch-symon_sm_if_c deleted file mode 100644 index 919f9099e1e..00000000000 --- a/sysutils/symon/patches/patch-symon_sm_if_c +++ /dev/null @@ -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 - #include - #include --#include --#include - - #include - #include diff --git a/sysutils/symon/pkg/INSTALL b/sysutils/symon/pkg/INSTALL index 41292e26545..fcefcf401a8 100644 --- a/sysutils/symon/pkg/INSTALL +++ b/sysutils/symon/pkg/INSTALL @@ -1,5 +1,5 @@ #!/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 @@ -12,7 +12,7 @@ CONFIG_FILE=${SYSCONFDIR}/symon.conf SAMPLE_CONFIG_FILE=$PREFIX/share/examples/symon/symon.conf SYMONUSER=_symon SYMONGROUP=_symon -ID=525 +ID=535 do_usergroup_install() { diff --git a/sysutils/symon/pkg/INSTALL-mon b/sysutils/symon/pkg/INSTALL-mon index 279132a5b94..979b343ff07 100644 --- a/sysutils/symon/pkg/INSTALL-mon +++ b/sysutils/symon/pkg/INSTALL-mon @@ -1,5 +1,5 @@ #!/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 @@ -12,7 +12,7 @@ CONFIG_FILE=${SYSCONFDIR}/symon.conf SAMPLE_CONFIG_FILE=$PREFIX/share/examples/symon/symon.conf SYMONUSER=_symon SYMONGROUP=_symon -ID=525 +ID=535 do_usergroup_install() { @@ -84,4 +84,3 @@ case $2 in esac exit 0 -