Browse Source

Benjamin Schieder <blindcoder@scavenger.homeip.net>:

Introducing hddtemp, a tool to read the current temperature of a harddisk.
Built and worked fine in running system.


git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@1543 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
rocklinux
Benjamin Schieder 21 years ago
parent
commit
d5a7b2b750
3 changed files with 79 additions and 1 deletions
  1. +2
    -1
      Documentation/Developers/CHANGELOG-RENE
  2. +27
    -0
      package/blindcoder/hddtemp/hddtemp.conf
  3. +50
    -0
      package/blindcoder/hddtemp/hddtemp.desc

+ 2
- 1
Documentation/Developers/CHANGELOG-RENE

@ -1,8 +1,9 @@
*) 2003-09-28 (2.0.0-rc1 - 2.0.0-rc2)
*) 2003-09-29 (2.0.0-rc1 - 2.0.0-rc2)
- Sebastian Jaenicke: updated elf, ethereal, rrdtool, snmpsession-0.98 and
xinetd-2.3.12
- Benjamin Schieder: added hddtemp
- Clifford Wolf: mine hotfix
*) 2003-09-28 (2.0.0-rc1 - 2.0.0-rc2)

+ 27
- 0
package/blindcoder/hddtemp/hddtemp.conf

@ -0,0 +1,27 @@
# --- ROCK-COPYRIGHT-NOTE-BEGIN ---
#
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
# Please add additional copyright information _after_ the line containing
# the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by
# the ./scripts/Create-CopyPatch script. Do not edit this copyright text!
#
# ROCK Linux: rock-src/package/blindcoder/hddtemp/hddtemp.conf
# ROCK Linux is Copyright (C) 1998 - 2003 Clifford Wolf
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version. A copy of the GNU General Public
# License can be found at Documentation/COPYING.
#
# Many people helped and are helping developing ROCK Linux. Please
# have a look at http://www.rocklinux.org/ and the Documentation/TEAM
# file for details.
#
# --- ROCK-COPYRIGHT-NOTE-END ---
var_append extraconfopt " " "--with-db-path=$datadir/hddtemp/hddtemp.db"
postinstall="mkdir -p $datadir/hddtemp/ ; \
cp $archdir/hddtemp-20030928.db $data/hddtemp/hddtemp.db"

+ 50
- 0
package/blindcoder/hddtemp/hddtemp.desc

@ -0,0 +1,50 @@
[COPY] --- ROCK-COPYRIGHT-NOTE-BEGIN ---
[COPY]
[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch.
[COPY] Please add additional copyright information _after_ the line containing
[COPY] the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by
[COPY] the ./scripts/Create-CopyPatch script. Do not edit this copyright text!
[COPY]
[COPY] ROCK Linux: rock-src/package/blindcoder/hddtemp/hddtemp.desc
[COPY] ROCK Linux is Copyright (C) 1998 - 2003 Clifford Wolf
[COPY]
[COPY] This program is free software; you can redistribute it and/or modify
[COPY] it under the terms of the GNU General Public License as published by
[COPY] the Free Software Foundation; either version 2 of the License, or
[COPY] (at your option) any later version. A copy of the GNU General Public
[COPY] License can be found at Documentation/COPYING.
[COPY]
[COPY] Many people helped and are helping developing ROCK Linux. Please
[COPY] have a look at http://www.rocklinux.org/ and the Documentation/TEAM
[COPY] file for details.
[COPY]
[COPY] --- ROCK-COPYRIGHT-NOTE-END ---
[I] Shows current harddisk temperature
[T] hddtemp is a small utility that gives you the temperature of your hard
[T] drive by reading S.M.A.R.T. informations (for drives that support this
[T] feature).
[T] Note: only recent hard drives have a temperature sensor.
[T]
[T] The temperature information seems to be vendor specific (i.e. not
[T] standardized). So hddtemp comes with a file (hddtemp.db)
[T] that contains informations about drives that were reported to
[T] work with hddtemp.
[U] http://coredump.free.fr/linux/hddtemp.php
[A] Emmanuel Varagnat <coredump@free.fr>
[M] Benjamin Schieder <blindcoder@scavenger.homeip.net>
[C] extra/tool
[L] GPL
[S] Beta
[V] 0.3-beta8
[P] X -----5---9 800.000
[D] 1056997580 hddtemp-0.3-beta8.tar.bz2 http://coredump.free.fr/linux/
[D] 816253669 hddtemp-20030928.db !http://coredump.free.fr/linux/hddtemp.db

Loading…
Cancel
Save