diff options
Diffstat (limited to 'system/hddtemp')
-rw-r--r-- | system/hddtemp/README.Slackware | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/hddtemp/README.Slackware b/system/hddtemp/README.Slackware index 7a68e8d36fa0d..5e774248e4267 100644 --- a/system/hddtemp/README.Slackware +++ b/system/hddtemp/README.Slackware @@ -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 |