diff --git a/config/etc/hddtemp.db b/config/etc/hddtemp.db index a0110fde8..853e0d7fd 100644 --- a/config/etc/hddtemp.db +++ b/config/etc/hddtemp.db @@ -272,7 +272,7 @@ #"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" diff --git a/src/initscripts/init.d/fcron b/src/initscripts/init.d/fcron index 30a33b2ac..00a70bd4a 100644 --- a/src/initscripts/init.d/fcron +++ b/src/initscripts/init.d/fcron @@ -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)