aboutsummaryrefslogtreecommitdiff
path: root/sysutils/smartmontools/files
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 5.36 [1]Renato Botelho2006-05-117-929/+37
| | | | | | | | | | | | | - Use USE_RC_SUBR=smartd - Add pkg-message to SUB_FILES facility PR: ports/96206 [1] Submitted by: Dmitry Morozovsky <marck@freebsd.org> [1] Reworked by: garga Approved by: maintainer Notes: svn path=/head/; revision=162100
* Remove the FreeBSD KEYWORD from all rc.d scripts where it appears.Doug Barton2006-02-201-1/+1
| | | | | | | | | | We have not checked for this KEYWORD for a long time now, so this is a complete noop, and thus no PORTREVISION bump. Removing it at this point is mostly for pedantic reasons, and partly to avoid perpetuating this anachronism by copy and paste to future scripts. Notes: svn path=/head/; revision=156534
* Now that new style rc.d scripts are being run as part of theDoug Barton2006-01-071-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | base rcorder, hard coded variable values in these scripts are overriding the values in /etc/rc.conf[.local] (due to the way that variables from the latter are read at boot time). Therefore, change the boot scripts to set default values only if the variable is unset in /etc/rc.conf[.local]. This will allow the service to start at boot time if it's been enabled as the user would expect. This change will be a noop for users who have systems that have not yet been upgraded to the new rc.d code in the base. In many cases there are other variables in the scripts that should get similar treatment, however I did not change anything other than the _enable lines. I'll leave the rest up to the maintainers to do as they see fit. Bump PORTREVISION to make sure that users and packages pick up this change. Notes: svn path=/head/; revision=152963
* - It seems --configfile is no-op, replace by -c.Florent Thoumie2005-11-181-1/+1
| | | | | | | Submitted by: Jeremy Chadwick <freebsd@jdc.parodius.com> Notes: svn path=/head/; revision=148716
* - Tweak rcng script to allow alternative location for the configuration file.Florent Thoumie2005-11-171-2/+4
| | | | | | | | | | PR: ports/83135 Reported by: Jeremy Chadwick <freebsd@jdc.parodius.com> Fix/Tested by: flz Approved by: maintainer timeout (3 months) Notes: svn path=/head/; revision=148683
* Add patches for twa (3ware 9000 series controller) support.Sam Lawrance2005-10-104-20/+641
| | | | | | | | | | | Bump PORTREVISION. PR: ports/84948 Submitted by: Rudolf Cejka <cejkar@fit.vutbr.cz> Approved by: martines@rochester.rr.com (maintainer, timeout 5 weeks) Notes: svn path=/head/; revision=144808
* fix smartmontools for recent CURRENT systems.Oliver Lehmann2005-05-251-2/+300
| | | | | | | | | bump PORTREVISION Submitted by: sos Notes: svn path=/head/; revision=136080
* Oops, I forgot to add a patch file.Norikatsu Shigemura2004-07-151-0/+10
| | | | Notes: svn path=/head/; revision=113717
* o Update to 5.31.Norikatsu Shigemura2004-07-151-1/+2
| | | | | | | | | o Fix handling smartd_pidfile on rcNG script. Approved by: Eduard Martinescu <martines@rochester.rr.com> (maintainer) Notes: svn path=/head/; revision=113715
* Oops, fix handling pidfile.Norikatsu Shigemura2004-04-291-2/+3
| | | | | | | Pointy hat to: myself Notes: svn path=/head/; revision=107904
* rcNG-fy.Norikatsu Shigemura2004-04-281-0/+40
| | | | | | | | | Approved by: maintainer no response (1 week) Reviewed by: eik Suggested by: hrs (obtained from: hrs's cvsyncd patch) Notes: svn path=/head/; revision=107843
* - Update to 5.26Sergei Kolobov2003-12-052-60/+0
| | | | | | | | | | | - Delete patches integrated into upstream PR: 59809 Submitted by: Robin Breathe <robin@isometry.net> Approved by: maintainer Notes: svn path=/head/; revision=95127
* Unbreak build on 4-STABLE and 5.1-RELEASE. Add a warning which statesBruce M Simpson2003-11-012-0/+60
that 5.1-CURRENT is required in order to monitor ATA devices. Notes: svn path=/head/; revision=92765