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

(-)b/sysutils/amrstat/Makefile (+1 lines)
Lines 2-7 Link Here
2
2
3
PORTNAME=	amrstat
3
PORTNAME=	amrstat
4
PORTVERSION=	20070216
4
PORTVERSION=	20070216
5
PORTREVISION=	1
5
CATEGORIES=	sysutils
6
CATEGORIES=	sysutils
6
MASTER_SITES=	LOCAL/jkim
7
MASTER_SITES=	LOCAL/jkim
7
8
(-)b/sysutils/amrstat/files/407.status-amr-raid.in (-1 / +1 lines)
Lines 46-52 case "$daily_status_amr_raid_enable" in Link Here
46
		esac
46
		esac
47
		fi
47
		fi
48
		lines=`wc -l ${ctrl_log}.today | awk '{ print $1 }'`
48
		lines=`wc -l ${ctrl_log}.today | awk '{ print $1 }'`
49
		diff -u -${lines} ${ctrl_log}.yesterday ${ctrl_log}.today
49
		diff -U ${lines} ${ctrl_log}.yesterday ${ctrl_log}.today
50
		raid_rc=$?
50
		raid_rc=$?
51
		if test $raid_rc -eq 0; then
51
		if test $raid_rc -eq 0; then
52
			cat  ${ctrl_log}.today
52
			cat  ${ctrl_log}.today

Return to bug 258625