From f46b14faba34b24392f645912c14f2cf79fb6cac Mon Sep 17 00:00:00 2001 From: deraadt <> Date: Sun, 6 Jan 2013 14:11:12 +0000 Subject: [PATCH] backout atactl check; I had warned that this would try a lot of code paths which are rarely tried. Problem reported by a few on the list. --- src/etc/daily | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/src/etc/daily b/src/etc/daily index e7c00b25..b449d93f 100644 --- a/src/etc/daily +++ b/src/etc/daily @@ -1,5 +1,5 @@ # -# $OpenBSD: daily,v 1.75 2012/12/11 17:09:50 ajacoutot Exp $ +# $OpenBSD: daily,v 1.76 2013/01/06 14:11:12 deraadt Exp $ # From: @(#)daily 8.2 (Berkeley) 1/25/94 # # For local additions, create the file /etc/daily.local. @@ -143,15 +143,6 @@ while [ "X$ROOTBACKUP" = X1 ]; do done next_part "Checking subsystem status:" -for d in $(sysctl -n hw.disknames | grep -Eo '[sw]d[0-9]+'); do - if atactl ${d} 2>&1 | sed -n '/Device has enabled/,$p' | grep -q 'SMART feature set'; then - SMARTSTATUS=$(atactl ${d} smartstatus 2>&1 >/dev/null) - if [ "X${SMARTSTATUS}" != X"" ]; then - echo "" - echo "${d}: ${SMARTSTATUS}" - fi - fi -done if [ "X$VERBOSESTATUS" != X0 ]; then echo "" echo "disks:"