Commit graph

23 commits

Author SHA1 Message Date
Dirk Meyer
e99e060d34 - escape shell names 2012-01-14 14:52:13 +00:00
Doug Barton
83eb2c3700 In the rc.d scripts, change assignments to rcvar to use the
literal name_enable wherever possible, and ${name}_enable
when it's not, to prepare for the demise of set_rcvar().

In cases where I had to hand-edit unusual instances also
modify formatting slightly to be more uniform (and in
some cases, correct). This includes adding some $FreeBSD$
tags, and most importantly moving rcvar= to right after
name= so it's clear that one is derived from the other.
2012-01-14 08:57:23 +00:00
Dirk Meyer
b19db75b4d - update to 4.3.7 2012-01-12 06:20:14 +00:00
Dirk Meyer
a66110761c - update to 4.3.4 2011-08-06 08:46:54 +00:00
Dirk Meyer
1761a0e558 - update to 4.3.3 2011-05-19 18:46:46 +00:00
Doug Barton
29813d5397 Remove painful examples of foo="", with particular prejudice against
constructions that parse out to [ -z "$foo" ] && foo=""

These are bad examples that get copied and pasted into new code, so the
hope is that with less bad examples there will be less need for me to
bring this up in review.

In a few of these files all that were changed were comments so that next
time I search for these patterns I won't trip on the file for no reason.

In a few places, add $FreeBSD$

No functional changes, so no PORTREVISION bumps
2011-05-15 02:49:17 +00:00
Dirk Meyer
e3ab3e7b8d - update to 4.3.2 2011-04-07 17:04:47 +00:00
Dirk Meyer
b186994037 - update to 4.3.0
services and files and urls have been renamed
see UPDATING for migration from older config.
2011-04-02 14:26:29 +00:00
Martin Wilke
bb86cbe5d2 - Get Rid MD5 support 2011-03-20 12:54:45 +00:00
Dirk Meyer
c5a1360c92 - update MASTER_SITES
PR:		152600
Submitted by:	Florian Smeets
2010-11-27 08:46:07 +00:00
Dirk Meyer
2ed31b584b - update MASTER_SITES 2010-11-18 15:55:48 +00:00
Dirk Meyer
cb818c23d5 - fix display of IPv6 ports
PR:		147915
Submitted by:	Frank Bartels
Feature safe:	yes
2010-07-09 07:41:48 +00:00
Dirk Meyer
d2a5a46507 LICENSE GPLv2 2010-06-04 13:49:15 +00:00
Doug Barton
1d6b4b3f91 Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr#
2010-03-27 00:15:24 +00:00
Dmitry Marakasov
7914161a41 - Switch SourceForge ports to the new File Release System: categories starting with N 2009-08-22 00:32:25 +00:00
Dirk Meyer
8690dd08c9 - update to 4.2.3
PR:		132033
Submitted by:	falz
2009-02-26 18:47:47 +00:00
Dirk Meyer
0a78365e08 - add LICENSE: 2009-02-15 16:44:55 +00:00
Dirk Meyer
08b355551a - update to 4.2.2 2009-01-11 21:11:35 +00:00
Dirk Meyer
2bd9531e93 - set homedir
PR:		125081
2009-01-11 21:04:12 +00:00
Dirk Meyer
3b10b8ff6b - pass flags to startup script
PR:		124066
Submitted by:	falz <me@falz.net>
2008-05-29 14:23:11 +00:00
Dirk Meyer
6173596c71 - Fix report of free memory on amd64
Submitted by:	Florian Smeets
Obtained from:	http://www.hobbitmon.com/hobbiton/2006/10/msg00432.html
2008-03-01 03:34:14 +00:00
Dirk Meyer
bd601c7c02 - create default config when build by port
package not changed, it does create default config
2008-01-28 16:42:40 +00:00
Dirk Meyer
cff03bf167 Hobbit is a system for monitoring servers and networks. It has a great deal
of inspiration from the Big Brother monitor, but unlike Big Brother it is
designed to work well whether you need to monitor small network with just
a handful of hosts, or large networks with thousands of hosts.

Hobbit is the successor to the bbgen toolkit, which has been available as
an add-on to Big Brother since late 2002. The name change was decided upon
when Hobbit acquired enough functionality to be a stand-alone product.
The tools that formed the bbgen toolkit are still present in Hobbit
and are quite important for it, so if you have used bbgen before,
Hobbit will seem quite familiar.

This is the client.

WWW: http://hobbitmon.sourceforge.net/
2008-01-28 11:56:56 +00:00