[Lunar-commits] r24697 - in moonbase/trunk/utils: . hddtemp
Zbigniew Luszpinski
zbiggy at lunar-linux.org
Tue Jun 5 13:23:41 CEST 2007
Author: zbiggy
Date: 2007-06-05 13:23:40 +0200 (Tue, 05 Jun 2007)
New Revision: 24697
Added:
moonbase/trunk/utils/hddtemp/
moonbase/trunk/utils/hddtemp/BUILD
moonbase/trunk/utils/hddtemp/DETAILS
Log:
hdd temperature display tool.
More professional tool than putting hand inside working box :-)
Requires smart compatible hdd.
Added: moonbase/trunk/utils/hddtemp/BUILD
===================================================================
--- moonbase/trunk/utils/hddtemp/BUILD (rev 0)
+++ moonbase/trunk/utils/hddtemp/BUILD 2007-06-05 11:23:40 UTC (rev 24697)
@@ -0,0 +1,5 @@
+(
+ mkdir -p /usr/share/misc &&
+ default_build &&
+ install -m644 $SOURCE_CACHE/$SOURCE2 /usr/share/misc/hddtemp.db
+) >$C_FIFO 2>&1
Added: moonbase/trunk/utils/hddtemp/DETAILS
===================================================================
--- moonbase/trunk/utils/hddtemp/DETAILS (rev 0)
+++ moonbase/trunk/utils/hddtemp/DETAILS 2007-06-05 11:23:40 UTC (rev 24697)
@@ -0,0 +1,17 @@
+ MODULE=hddtemp
+ VERSION=0.3-beta15
+ SOURCE=$MODULE-$VERSION.tar.bz2
+ SOURCE2=hddtemp.db
+ SOURCE_URL=http://download.savannah.nongnu.org/releases/$MODULE/
+ SOURCE2_URL=http://www.guzu.net/linux/
+ SOURCE_VFY=sha1:65393b0a4d9862c030c81702d95c1acd00da275b
+ WEB_SITE=http://www.guzu.net/linux/hddtemp.php
+ ENTERED=20070605
+ UPDATED=20070605
+ SHORT="reads the temperature of your hard drive"
+
+cat << EOF
+hddtemp is a small utility that gives you the temperature
+of your hard drive by reading S.M.A.R.T. informations
+(for drives that support this feature).
+EOF
More information about the Lunar-commits
mailing list