View | Details | Raw Unified | Return to bug 246785
Collapse All | Expand All

(-)sysutils/smartmontools/Makefile (-1 / +1 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	smartmontools
4
PORTNAME=	smartmontools
5
PORTVERSION=	7.1
5
PORTVERSION=	7.1
6
PORTREVISION=	1
6
PORTREVISION=	2
7
CATEGORIES=	sysutils
7
CATEGORIES=	sysutils
8
MASTER_SITES=	SF
8
MASTER_SITES=	SF
9
9
(-)sysutils/smartmontools/files/smart.in (-2 / +2 lines)
Lines 74-82 Link Here
74
					${trim_junk} "${tmpfile}"
74
					${trim_junk} "${tmpfile}"
75
				elif [ `grep -c '^SMART support is: Unavailable' ${tmpfile}` -eq 1 ] ; then
75
				elif [ `grep -c '^SMART support is: Unavailable' ${tmpfile}` -eq 1 ] ; then
76
					rc=2
76
					rc=2
77
				echo "N/A"
77
					echo "N/A"
78
				else
78
				else
79
					rc=1
79
					rc=3
80
					${smartctl} ${devflags} ${daily_status_smartctl_extra_status_flags} \
80
					${smartctl} ${devflags} ${daily_status_smartctl_extra_status_flags} \
81
						${device} | ${trim_junk}
81
						${device} | ${trim_junk}
82
				fi
82
				fi

Return to bug 246785