mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
system/hddtemp: Fix installation instruction.
rc.hddtemp is supposed to be executed instead of sourced. Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
2abbdeeed6
commit
d3ec5c50d4
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ Finally, to start hddtemp automatically at boot, make /etc/rc.d/rc.hddtemp
|
|||
executable and add the following to your /etc/rc.d/rc.local:
|
||||
|
||||
if [ -x /etc/rc.d/rc.hddtemp ]; then
|
||||
. /etc/rc.d/rc.hddtemp start
|
||||
/etc/rc.d/rc.hddtemp start
|
||||
fi
|
||||
|
||||
Once the hddtemp daemon is running you can use hddtemp-aware tools such as
|
||||
|
|
Loading…
Reference in a new issue