AF:
NF:0
PS:10
SRH:1
SFN:
DSR:
MID:
CFG:
PT:0
S:andy.sharp@onstor.com
RQ:
SSV:onstor-exch02.onstor.net
NSV:
SSH:
R:<larry.scheer@onstor.com>
MAID:1
X-Sylpheed-Privacy-System:
X-Sylpheed-Sign:0
SCF:#mh/Mailbox/sent
X-Sylpheed-End-Special-Headers: 1
Date: Wed, 30 Jan 2008 18:26:36 -0800
From: Andrew Sharp <andy.sharp@onstor.com>
To: Larry Scheer <larry.scheer@onstor.com>
Subject: please review 27538
Message-ID: <20080130182636.0410086f@ripper.onstor.net>
Organization: Onstor
X-Mailer: Sylpheed-Claws 2.6.0 (GTK+ 2.8.20; x86_64-pc-linux-gnu)
Mime-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit

Change 27538 by andys@ripper on 2008/01/30 13:23:52 *pending*

        Lost change that is slightly required.  Fix range_match if statement.
        
        reviewed by larrys

Affected files ...

... //depot/dev/linux/rootfs/etc/init.d/onstor-fstab-swabby#2 edit


$ p4 diff ../linux/rootfs/etc/init.d/onstor-fstab-swabby
==== //depot/dev/linux/rootfs/etc/init.d/onstor-fstab-swabby#2 - /homes/andys/src/dev/linux/rootfs/etc/init.d/onstor-fstab-swabby ====
24c24
<       if [ "$2" -gt "$1" || "$3" -lt "$1" ] ; then
---
>       if [ \( "$2" -gt "$1" \) -o \( "$3" -lt "$1" \) ] ; then
31d30
< 
