diff options
author | Dominik Drobek <dominik.drobek (at) o2.pl> | 2021-12-12 23:08:50 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-12-15 08:51:55 +0700 |
commit | d3ec5c50d4a99919ff537a063feb22170d02d549 (patch) | |
tree | 668778bd75ae1141147ea65cacbaf2b2bf0c48f1 /system/hddtemp | |
parent | 2abbdeeed6f5885e7bfadbff413f649115851d35 (diff) | |
download | slackbuilds-d3ec5c50d4a99919ff537a063feb22170d02d549.tar.gz |
system/hddtemp: Fix installation instruction.
rc.hddtemp is supposed to be executed instead of sourced.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
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 7a68e8d36f..5e774248e4 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 |