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

(-)Makefile (+1 lines)
Lines 7-12 Link Here
7
7
8
PORTNAME=	smartmontools
8
PORTNAME=	smartmontools
9
PORTVERSION=	5.39
9
PORTVERSION=	5.39
10
PORTREVISION=	1
10
CATEGORIES=	sysutils
11
CATEGORIES=	sysutils
11
MASTER_SITES=	SF
12
MASTER_SITES=	SF
12
13
(-)files/smart.in (-1 / +1 lines)
Lines 41-47 Link Here
41
				echo 
41
				echo 
42
				echo "Checking health of ${device}:"
42
				echo "Checking health of ${device}:"
43
				echo
43
				echo
44
				${smartctl} ${daily_status_smartctl_flags} ${device} > "${tmpfile}"
44
				${smartctl} ${daily_status_smartctl_flags} /dev/${device} > "${tmpfile}"
45
				status=$?
45
				status=$?
46
				if [ $((status & 3)) -ne 0 ]; then
46
				if [ $((status & 3)) -ne 0 ]; then
47
					rc=2
47
					rc=2

Return to bug 143551