]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/commitdiff
Hddtemp DB angepasst frcon logging deaktiviert
authormaniacikarus <maniacikarus@ea5c0bd1-69bd-2848-81d8-4f18e57aeed8>
Thu, 4 Oct 2007 20:18:49 +0000 (20:18 +0000)
committermaniacikarus <maniacikarus@ea5c0bd1-69bd-2848-81d8-4f18e57aeed8>
Thu, 4 Oct 2007 20:18:49 +0000 (20:18 +0000)
git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@947 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8

config/etc/hddtemp.db
src/initscripts/init.d/fcron

index a0110fde8a7485e820504c4fc6d0304e39d3084c..853e0d7fdae248b19544d03bcc942d2935b2fd53 100644 (file)
 #"SAMSUNG SV1204H"                                     194  C  "Samsung 120G"
 "SAMSUNG SV(0401|0802|1203|1604)N"                     194  C  "Samsung SpinPoint V80 serie"
 "SAMSUNG SV4012H"                                      194  C  "Samsung 40GB, 5400RPM, 2MB cache"
-"SAMSUNG HM100JC"         194  C  "Samsung 100GB,5400RPM, 8MB cache"
+"SAMSUNG HM(100|120)JC"         194  C  "Samsung,5400RPM, 8MB cache"
 
 
 
index 30a33b2ac3520e3a8717230afcd6df3b4adf7021..00a70bd4a370d7eb360b3d80f4289c7da7dee309 100644 (file)
@@ -13,7 +13,8 @@
 case "$1" in
        start)
                boot_mesg "Starting fcron..."
-               loadproc /usr/sbin/fcron
+               loadproc /usr/sbin/fcron -y
+               # remove -y to reenable fcron logging
                ;;
 
        stop)