From: maniacikarus Date: Thu, 4 Oct 2007 20:18:49 +0000 (+0000) Subject: Hddtemp DB angepasst frcon logging deaktiviert X-Git-Tag: v2.3-beta1~335 X-Git-Url: http://git.ipfire.org/?p=people%2Fpmueller%2Fipfire-2.x.git;a=commitdiff_plain;h=32af66f5809b74176ac699796b9e34789f583c3f Hddtemp DB angepasst frcon logging deaktiviert git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@947 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8 --- diff --git a/config/etc/hddtemp.db b/config/etc/hddtemp.db index a0110fde8a..853e0d7fda 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 30a33b2ac3..00a70bd4a3 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)