Index: sysutils/smartmontools/Makefile =================================================================== --- sysutils/smartmontools/Makefile (revision 536651) +++ sysutils/smartmontools/Makefile (working copy) @@ -3,7 +3,7 @@ PORTNAME= smartmontools PORTVERSION= 7.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils MASTER_SITES= SF Index: sysutils/smartmontools/files/smart.in =================================================================== --- sysutils/smartmontools/files/smart.in (revision 536651) +++ sysutils/smartmontools/files/smart.in (working copy) @@ -74,9 +74,9 @@ ${trim_junk} "${tmpfile}" elif [ `grep -c '^SMART support is: Unavailable' ${tmpfile}` -eq 1 ] ; then rc=2 - echo "N/A" + echo "N/A" else - rc=1 + rc=3 ${smartctl} ${devflags} ${daily_status_smartctl_extra_status_flags} \ ${device} | ${trim_junk} fi