aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/healthd
Commit message (Collapse)AuthorAgeFilesLines
* - convert to options NGohauer2012-07-091-5/+11
|
* In the rc.d scripts, change assignments to rcvar to use thedougb2012-01-141-1/+1
| | | | | | | | | | | 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.
* Remove more tags from pkg-descr files fo the form:dougb2011-10-241-3/+0
| | | | | | | | - Name em@i.l or variations thereof. While I'm here also fix some whitespace and other formatting errors, including moving WWW: to the last line in the file.
* - Get Rid MD5 supportmiwi2011-03-191-1/+0
|
* - Assign some ports to apache@pgollucci2010-04-291-1/+1
|
* Begin the process of deprecating sysutils/rc_subr bydougb2010-03-271-1/+1
| | | | s#. %%RC_SUBR%%#. /etc/rc.subr#
* Remove the spurious FreeBSD KEYWORD.dougb2009-07-281-3/+3
| | | | Coincidentally, add $FreeBSD$ while I'm here.
* Fix a few "bad example" problems in the rc.d scripts that have beendougb2009-07-161-1/+0
| | | | | | | | | | | | | | | | | | | | propogated by copy and paste. 1. Primarily the "empty variable" default assignment, which is mostly ${name}_flags="", but fix a few others as well. 2. Where they are not already documented, add the existence of the _flags (or other deleted empties) option to the comments, and in some cases add comments from scratch. 3. Replace things that look like: prefix=%%PREFIX%% command=${prefix}/sbin/foo to just use %%PREFIX%%. In many cases the $prefix variable is only used once, and in some cases it is not used at all. 4. In a few cases remove ${name}_flags from command_args 5. Remove a long-stale comment about putting the port's rc.d script in /etc/rc.d (which is no longer necessary). No PORTREVISION bumps because all of these changes are noops.
* - fix typo, time for bed when you spell your name wrongpgollucci2009-07-151-1/+1
|
* - USE_RC_SUBR != yespgollucci2009-07-153-26/+51
| | | | | | - OPTIONify - Adopt - portlint
* Remove support for OSVERSION < 5edwin2007-10-041-4/+3
|
* Reset jeh@FreeBSD.org, who is away from FreeBSD work for a while.linimon2007-06-061-1/+1
| | | | Hat: portmgr
* The last PR that remove i386 only hoping to get amd64 broke the build forjeh2006-05-171-0/+2
| | | | all other systems.
* Remove USE_REINPLACE from all categories starting with Sedwin2006-05-131-1/+0
|
* Remove the i386 only requirement.jeh2006-05-091-3/+2
| | | | | PR: 96717 Submitted by: Pav Lucistnik
* SHA256ifyedwin2006-01-241-0/+1
| | | | Approved by: krion@
* Fix small type in chip namejeh2005-11-061-1/+1
|
* Update to 0.7.9jeh2004-08-172-3/+3
| | | | | * Update ReadByte for PR 69376 * Update configure for PR 69372
* * Fix rc.subr use so the it works properly with both 4.x and 5.xjeh2004-08-083-19/+5
| | | | | | | | * Fix a potential buffer overflow while reading the config file. But, since the config file is owned by root this is the least of your worries. * Enlarge the size of the _warn and _fail command strings - Overflow noticed by Pete <shipley@dis.org>
* Upgrade to version 0.7.7 which fixes the compile problems on -CURRENTjeh2004-06-242-8/+3
|
* Give help for the standard ports option WITHOUT_IPV6, so it is visiablejeh2004-06-231-0/+4
| | | | | | | | without having to read the Makefile. The same can be accomplished via adding the "-6" option when running healthd. PR: 68207 Submitted by: Walter Venable <weaseal@users.sourceforge.net>
* BROKEN on 5.x: does not compilekris2004-05-051-0/+4
|
* Use /etc/rc.subr on systems that have it.jeh2004-04-202-1/+13
| | | | | PR: 65609 Submitted By: Franz Klammer
* Bento says 'healthd' does not compile on amd64, so revert back to justjeh2004-03-301-1/+1
| | | | i386
* Runs on amd64 also, so allow it.jeh2004-03-221-1/+1
| | | | | PR: 64549 Submitted by: Gabriel Ambuehl <gabriel_ambuehl@buz.ch>
* mirror updatesjeh2004-03-101-1/+1
|
* Update MASTER_SITESjeh2004-03-091-1/+1
|
* Add a second dist. site.jeh2004-02-221-1/+2
|
* ./configure didn't properly detect SMB on 5.x systems, even though thejeh2004-02-142-3/+3
| | | | code would work right.
* Add SIZEjeh2004-01-301-0/+1
|
* Update to 0.7.5, this support rc.subrjeh2003-12-063-9/+10
|
* Update to 0.7.4, which fixes compile problems on 5.1jeh2003-09-262-2/+2
|
* Thanks to Jamie Jones <jamie@bishopston.net> for tracking down a headerjeh2003-08-222-2/+2
| | | | problem on FreeBSD-5.1
* fix my mistake in the last versionjeh2003-08-212-2/+2
|
* Update to 0.7.1, this includes a "timeout" fix for select()jeh2003-08-212-3/+3
|
* Mark i386 only. No PORTREVISION bump.jeh2003-07-111-0/+2
|
* Remove pkg-comment and place in Makefilejeh2003-03-032-1/+1
|
* Fix a type from last change.jeh2002-07-261-1/+1
| | | | Submitted by: Kimura Fuyuki <fuyuki@hadaly.org>
* There is no reason to conditionally install healthd.sh.samplejeh2002-07-251-4/+1
|
* Conditionally install/uninstall etc/rc.d/healthd.shjeh2002-07-252-1/+8
| | | | | | | Bump PORTREVISION PR: 40109 Submitted by: Ying-Chieh Liao <ijliao@FreeBSD.org>
* Fix possible core dump on healthdc with the "P" option.jeh2002-07-012-3/+2
| | | | Submitted by: Kimura Fuyuki <fuyuki@hadaly.org>
* Allow IPv6 to be excluded via -DWITHOUT_IPV6jeh2002-06-201-1/+2
| | | | | | | Bump PORTREVISION PR: 39526 Submitted by: steve@stevenwills.com
* Zero out the sockaddr_* structures before use.jeh2002-06-182-2/+2
| | | | Submitted by: Stefan Farfeleder <e0026813@stud3.tuwien.ac.at>
* Update to 0.6.7jeh2002-04-052-2/+2
| | | | | | | A small fix was applied to healthdc so that it will compile on OpenBSD with libwrap. Submitted by: "Eduardo B. Fonseca" <ebf-dated-1018445139.132fb7@aedsolucoes.com.br>
* A small patch to allow the command line to override the ENV in healthdc.jeh2002-02-052-2/+2
| | | | | | | NOTE: I still have a lot of other patches that I am working on, they haven't been forgotten. Submitted by: David McNett <nugget@slacker.com>
* Include the previous patch-aajeh2001-03-173-14/+2
| | | | | Upgrade to 0.6.5. - Allow -B to use Vbat on W83782D chips for Vcore1 (Abit BP-6) M/B
* Fix a divide by zero.jeh2001-02-062-0/+12
| | | | | | | Bump PORTREVISION PR: 24884 Submitted by: Barney Wolff <barney@databus.com>
* Update to sync with bsd.port.mk rev 1.361 - use PORTDOCS that is now inwill2001-01-172-9/+3
| | | | | | bsd.port.mk, for easy removal of documentation. I left alone one port - japanese/elisa8x8 (or something like that), because it appeared to have some rather weird way of doing PORTDOCS substitution.
* Update to version 0.6.4jeh2001-01-082-2/+2
| | | | Fix problems introduced in version 0.6.3
* Update to 0.6.3. This compiles on FBSD 3.5.1 and similar with out ajeh2001-01-062-2/+2
| | | | IPv6 stack
* It was possible to divide by zero.jeh2000-11-142-2/+2
| | | | | PR: 22707 Submitted by: John Summerfield <summer@OS2.ami.com.au>
* Stop make configure from blowing up on systems without IPv6jeh2000-10-261-1/+7
| | | | Submitted by: bento
* Mikhail Teterin <mi@aldan.algebra.com> in PR 22258 showed me a morejeh2000-10-242-5/+7
| | | | elegant way to modify plist for NOPORTSDOC
* Update to version 0.6.1jeh2000-10-223-7/+26
|
* Change MAINTAINERship to my committers address.jeh2000-10-021-1/+1
| | | | Approved: will
* Correct MD5jedgar2000-09-181-1/+1
| | | | | | | Remove obsoleted patch PR: 21338 Submitted by: Maintainer
* Update to version 0.6.0ade2000-09-183-6/+6
| | | | | PR: 20928 Submitted by: maintainer
* - Update to 0.5.4kevlo2000-07-182-3/+3
| | | | | | | | - Update the Makefile so the healthd.sh for the port is installed instead the one in the files directory, which is out-of-date. PR: 19984, 19993 Submitted by: maintainer
* Update port to 0.5.3jedgar2000-07-142-4/+2
| | | | | PR: 19903 Submitted by: Maintainer
* Update to version 0.5.2kevlo2000-07-113-7/+11
| | | | | PR: 19850 Submitted by: MAINTAINER <jim@thehousleys.net>
* Update to version 0.5.1.steve2000-07-082-2/+5
| | | | | PR: 19768 Submitted by: maintainer
* As threatened on freebsd-ports: all startup scripts know about the twotg2000-07-051-3/+1
| | | | | | | options `start' and `stop' now (unless I have forgotten any). This allows us to call the scripts from /etc/rc.shutdown with the correct option. The (42 or so) ports that already DTRT before are unchanged.
* Update to 0.5.will2000-06-223-4/+7
| | | | | PR: 19427 Submitted by: MAINTAINER
* Update to 0.4.2.knu2000-04-272-2/+8
| | | | | PR: ports/18229 Submitted by: MAINTAINER
* Corrrect whitespace introduced during PORTNAME conversion and portlintmharo2000-04-221-2/+2
|
* Update with the new PORTNAME/PORTVERSION variablecpiazza2000-04-101-2/+2
|
* * Update port to 0.3jedgar2000-01-222-3/+3
| | | | | | | * Add support for Winbond 83781 and 83782 chips PR: 16242 Submitted by: Maintainer
* Distribution file was updated.cpiazza1999-11-221-1/+1
| | | | | PR: 15033 Submitted by: maintainer
* Update to version 0.2cpiazza1999-11-214-6/+17
| | | | | PR: 14934 Submitted by: maintainer
* Initial import of healthd version 0.1.steve1999-11-145-0/+32
A daemon to montior vital motherboard parameters. PR: 14495 Submitted by: James E. Housley <housley@thehousleys.net>