aboutsummaryrefslogtreecommitdiff
path: root/sysutils/healthd
Commit message (Collapse)AuthorAgeFilesLines
* The last PR that remove i386 only hoping to get amd64 broke the build forJames E. Housley2006-05-161-0/+2
| | | | | | | all other systems. Notes: svn path=/head/; revision=162606
* Remove USE_REINPLACE from all categories starting with SEdwin Groothuis2006-05-131-1/+0
| | | | Notes: svn path=/head/; revision=162215
* Remove the i386 only requirement.James E. Housley2006-05-091-3/+2
| | | | | | | | PR: 96717 Submitted by: Pav Lucistnik Notes: svn path=/head/; revision=161806
* SHA256ifyEdwin Groothuis2006-01-241-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154303
* Fix small type in chip nameJames E. Housley2005-11-061-1/+1
| | | | Notes: svn path=/head/; revision=147439
* Update to 0.7.9James E. Housley2004-08-172-3/+3
| | | | | | | | * Update ReadByte for PR 69376 * Update configure for PR 69372 Notes: svn path=/head/; revision=116453
* * Fix rc.subr use so the it works properly with both 4.x and 5.xJames E. Housley2004-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> Notes: svn path=/head/; revision=115627
* Upgrade to version 0.7.7 which fixes the compile problems on -CURRENTJames E. Housley2004-06-242-8/+3
| | | | Notes: svn path=/head/; revision=112094
* Give help for the standard ports option WITHOUT_IPV6, so it is visiableJames E. Housley2004-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> Notes: svn path=/head/; revision=112056
* BROKEN on 5.x: does not compileKris Kennaway2004-05-051-0/+4
| | | | Notes: svn path=/head/; revision=108416
* Use /etc/rc.subr on systems that have it.James E. Housley2004-04-202-1/+13
| | | | | | | | PR: 65609 Submitted By: Franz Klammer Notes: svn path=/head/; revision=107645
* Bento says 'healthd' does not compile on amd64, so revert back to justJames E. Housley2004-03-301-1/+1
| | | | | | | i386 Notes: svn path=/head/; revision=105688
* Runs on amd64 also, so allow it.James E. Housley2004-03-221-1/+1
| | | | | | | | PR: 64549 Submitted by: Gabriel Ambuehl <gabriel_ambuehl@buz.ch> Notes: svn path=/head/; revision=104929
* mirror updatesJames E. Housley2004-03-101-1/+1
| | | | Notes: svn path=/head/; revision=103487
* Update MASTER_SITESJames E. Housley2004-03-081-1/+1
| | | | Notes: svn path=/head/; revision=103329
* Add a second dist. site.James E. Housley2004-02-211-1/+2
| | | | Notes: svn path=/head/; revision=101628
* ./configure didn't properly detect SMB on 5.x systems, even though theJames E. Housley2004-02-142-3/+3
| | | | | | | code would work right. Notes: svn path=/head/; revision=100914
* Add SIZEJames E. Housley2004-01-291-0/+1
| | | | Notes: svn path=/head/; revision=99434
* Update to 0.7.5, this support rc.subrJames E. Housley2003-12-053-9/+10
| | | | Notes: svn path=/head/; revision=95165
* Update to 0.7.4, which fixes compile problems on 5.1James E. Housley2003-09-262-2/+2
| | | | Notes: svn path=/head/; revision=89451
* Thanks to Jamie Jones <jamie@bishopston.net> for tracking down a headerJames E. Housley2003-08-212-2/+2
| | | | | | | problem on FreeBSD-5.1 Notes: svn path=/head/; revision=87462
* fix my mistake in the last versionJames E. Housley2003-08-212-2/+2
| | | | Notes: svn path=/head/; revision=87413
* Update to 0.7.1, this includes a "timeout" fix for select()James E. Housley2003-08-202-3/+3
| | | | Notes: svn path=/head/; revision=87398
* Mark i386 only. No PORTREVISION bump.James E. Housley2003-07-111-0/+2
| | | | Notes: svn path=/head/; revision=84675
* Remove pkg-comment and place in MakefileJames E. Housley2003-03-032-1/+1
| | | | Notes: svn path=/head/; revision=76777
* Fix a type from last change.James E. Housley2002-07-261-1/+1
| | | | | | | Submitted by: Kimura Fuyuki <fuyuki@hadaly.org> Notes: svn path=/head/; revision=63595
* There is no reason to conditionally install healthd.sh.sampleJames E. Housley2002-07-251-4/+1
| | | | Notes: svn path=/head/; revision=63526
* Conditionally install/uninstall etc/rc.d/healthd.shJames E. Housley2002-07-252-1/+8
| | | | | | | | | | Bump PORTREVISION PR: 40109 Submitted by: Ying-Chieh Liao <ijliao@FreeBSD.org> Notes: svn path=/head/; revision=63523
* Fix possible core dump on healthdc with the "P" option.James E. Housley2002-07-012-3/+2
| | | | | | | Submitted by: Kimura Fuyuki <fuyuki@hadaly.org> Notes: svn path=/head/; revision=62262
* Allow IPv6 to be excluded via -DWITHOUT_IPV6James E. Housley2002-06-191-1/+2
| | | | | | | | | | Bump PORTREVISION PR: 39526 Submitted by: steve@stevenwills.com Notes: svn path=/head/; revision=61571
* Zero out the sockaddr_* structures before use.James E. Housley2002-06-182-2/+2
| | | | | | | Submitted by: Stefan Farfeleder <e0026813@stud3.tuwien.ac.at> Notes: svn path=/head/; revision=61509
* Update to 0.6.7James E. Housley2002-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> Notes: svn path=/head/; revision=57345
* A small patch to allow the command line to override the ENV in healthdc.James E. Housley2002-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> Notes: svn path=/head/; revision=54218
* Include the previous patch-aaJames E. Housley2001-03-163-14/+2
| | | | | | | | Upgrade to 0.6.5. - Allow -B to use Vbat on W83782D chips for Vcore1 (Abit BP-6) M/B Notes: svn path=/head/; revision=39933
* Fix a divide by zero.James E. Housley2001-02-062-0/+12
| | | | | | | | | | Bump PORTREVISION PR: 24884 Submitted by: Barney Wolff <barney@databus.com> Notes: svn path=/head/; revision=38022
* Update to sync with bsd.port.mk rev 1.361 - use PORTDOCS that is now inWill Andrews2001-01-162-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. Notes: svn path=/head/; revision=37257
* Update to version 0.6.4James E. Housley2001-01-072-2/+2
| | | | | | | Fix problems introduced in version 0.6.3 Notes: svn path=/head/; revision=36894
* Update to 0.6.3. This compiles on FBSD 3.5.1 and similar with out aJames E. Housley2001-01-052-2/+2
| | | | | | | IPv6 stack Notes: svn path=/head/; revision=36825
* It was possible to divide by zero.James E. Housley2000-11-142-2/+2
| | | | | | | | PR: 22707 Submitted by: John Summerfield <summer@OS2.ami.com.au> Notes: svn path=/head/; revision=35121
* Stop make configure from blowing up on systems without IPv6James E. Housley2000-10-261-1/+7
| | | | | | | Submitted by: bento Notes: svn path=/head/; revision=34255
* Mikhail Teterin <mi@aldan.algebra.com> in PR 22258 showed me a moreJames E. Housley2000-10-242-5/+7
| | | | | | | elegant way to modify plist for NOPORTSDOC Notes: svn path=/head/; revision=34157
* Update to version 0.6.1James E. Housley2000-10-213-7/+26
| | | | Notes: svn path=/head/; revision=34077
* Change MAINTAINERship to my committers address.James E. Housley2000-10-021-1/+1
| | | | | | | Approved: will Notes: svn path=/head/; revision=33307
* Correct MD5Chris D. Faulhaber2000-09-181-1/+1
| | | | | | | | | | Remove obsoleted patch PR: 21338 Submitted by: Maintainer Notes: svn path=/head/; revision=32800
* Update to version 0.6.0Ade Lovett2000-09-173-6/+6
| | | | | | | | PR: 20928 Submitted by: maintainer Notes: svn path=/head/; revision=32771
* - Update to 0.5.4Kevin Lo2000-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 Notes: svn path=/head/; revision=30785
* Update port to 0.5.3Chris D. Faulhaber2000-07-142-4/+2
| | | | | | | | PR: 19903 Submitted by: Maintainer Notes: svn path=/head/; revision=30620
* Update to version 0.5.2Kevin Lo2000-07-113-7/+11
| | | | | | | | PR: 19850 Submitted by: MAINTAINER <jim@thehousleys.net> Notes: svn path=/head/; revision=30483
* Update to version 0.5.1.Steve Price2000-07-082-2/+5
| | | | | | | | PR: 19768 Submitted by: maintainer Notes: svn path=/head/; revision=30349
* As threatened on freebsd-ports: all startup scripts know about the twoThomas Gellekum2000-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. Notes: svn path=/head/; revision=30229