diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-12-08 20:27:03 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-12-08 20:27:03 +0000 |
commit | 3ec26a59ff5c1cf26158bbfd9051b95f1eebf393 (patch) | |
tree | b83bd160bc4a87cf277da5c50c428c0739f97b17 /sysutils/estctrl | |
parent | 192f7432e3b1c69127d778a0ca39579eb0c9b7d8 (diff) |
Notes
Diffstat (limited to 'sysutils/estctrl')
-rw-r--r-- | sysutils/estctrl/Makefile | 1 | ||||
-rw-r--r-- | sysutils/estctrl/files/estctrl.sh | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/estctrl/Makefile b/sysutils/estctrl/Makefile index b43e0b980d6a..1cb2b51785d6 100644 --- a/sysutils/estctrl/Makefile +++ b/sysutils/estctrl/Makefile @@ -7,6 +7,7 @@ PORTNAME= estctrl PORTVERSION= 0.8 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= http://www.daemonology.net/freebsd-est/ diff --git a/sysutils/estctrl/files/estctrl.sh b/sysutils/estctrl/files/estctrl.sh index fefb794dbbbb..17fe0375ec39 100644 --- a/sysutils/estctrl/files/estctrl.sh +++ b/sysutils/estctrl/files/estctrl.sh @@ -30,6 +30,6 @@ command="%%PREFIX%%/sbin/estctrl" command_args="-a ${estctrl_speed_ac}" command_args="${command_args} -b ${estctrl_speed_battery}" command_args="${command_args} -d ${estctrl_speed_default}" -command_args="${command_args &" +command_args="${command_args} &" run_rc_command "$1" |