Commit Graph

12 Commits

Author SHA1 Message Date
Doug Barton
c49d1a3273 Remove the FreeBSD KEYWORD from all rc.d scripts where it appears.
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.
2006-02-20 20:47:50 +00:00
Edwin Groothuis
6075e8825a SHA256ify (manually checked)
>
> Approved by: krion@
2006-01-24 05:43:37 +00:00
Doug Barton
ffde46cbf9 Now that new style rc.d scripts are being run as part of the
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.
2006-01-07 06:29:57 +00:00
Colin Percival
635bb209f8 Correction to previous commit: IGNORE isn't supposed to be quoted at all.
Pointy hat to:	cperciva
Pointed out by:	kris
Approved by:	kris (implicitly)
2005-10-28 06:54:18 +00:00
Colin Percival
3ac50b036e Replace IGNORE="foo (bar)" with IGNORE='foo (bar)'. With double
quotes, sh chokes on the parentheses.

Submitted by:	Peter Schuller
Approved by:	flz
2005-10-27 00:10:40 +00:00
Colin Percival
93517e4c8b Set IGNORE for est and estctrl on recent -CURRENTs, since njl has added
them to the base system (as part of cpufreq, and under the name
"powerd", respectively).

Approved by:	pav
2005-03-06 11:32:22 +00:00
Pav Lucistnik
3ec26a59ff - Close curly bracket in rc script
Spotted by:	rushani
Approved by:	cperciva (maintainer)
2004-12-08 20:27:03 +00:00
Pav Lucistnik
8fd8d73c02 - Fixate IRC pasto 2004-12-08 17:40:32 +00:00
Pav Lucistnik
6773fc99e5 - Update to 0.8
PR:		ports/74795
Submitted by:	cperciva (maintainer)
2004-12-08 17:34:22 +00:00
Kirill Ponomarev
c2ce2562f3 Fix build on 4.x
PR:		ports/72589
Submitted by:	cperciva
2004-10-12 17:48:58 +00:00
Pav Lucistnik
abbd308a16 - Fix typo
PR:		ports/71582
Submitted by:	Leland Wang <llwang@infor.org>
Approved by:	cperciva (maintainer)
2004-10-12 16:22:46 +00:00
Edwin Groothuis
964ba0afd9 [NEW PORT] sysutils/estctrl
This port provides a daemon for adjusting the cpu frequency
	(using the Enhanced Speedstep module in sysutils/est) based
	on the current cpu load and power source.

PR:		ports/71270
Submitted by:	Colin Percival <cperciva@daemonology.net>
2004-09-02 04:16:40 +00:00