diff options
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" |