From 32af66f5809b74176ac699796b9e34789f583c3f Mon Sep 17 00:00:00 2001 From: maniacikarus Date: Thu, 4 Oct 2007 20:18:49 +0000 Subject: [PATCH] Hddtemp DB angepasst frcon logging deaktiviert git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@947 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8 --- config/etc/hddtemp.db | 2 +- src/initscripts/init.d/fcron | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) 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)