AF:
NF:0
PS:10
SRH:1
SFN:
DSR:
MID:<20070413135601.1d785c24@ripper.onstor.net>
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
RMID:#imap/andys@onstor.net@onstor-exch02.onstor.net/INBOX	0	BB375AF679D4A34E9CA8DFA650E2B04E0221572E@onstor-exch02.onstor.net
X-Sylpheed-End-Special-Headers: 1
Date: Fri, 13 Apr 2007 13:57:44 -0700
From: Andrew Sharp <andy.sharp@onstor.com>
To: "Larry Scheer" <larry.scheer@onstor.com>
Subject: Re: please review
Message-ID: <20070413135744.6176cf1c@ripper.onstor.net>
In-Reply-To: <BB375AF679D4A34E9CA8DFA650E2B04E0221572E@onstor-exch02.onstor.net>
References: <20070413120157.07f8182b@ripper.onstor.net>
	<BB375AF679D4A34E9CA8DFA650E2B04E0221572E@onstor-exch02.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

I believe I deleted it and removed it from the Makefile.  I think I
deleted it.  OK, it's deleted now.

a


On Fri, 13 Apr 2007 13:36:22 -0700 "Larry Scheer"
<larry.scheer@onstor.com> wrote:

> My question was about mdrive_install.sh, I don't know if we use this
> file, but your change the openbsd/src/Makefile removes it from the
> list of files that are installed. If we don't use this file then your
> change is ok. But if it is used then the file will be MIA when a make
> release is done. Looking at the file it just appears to be the
> prototype install_flash_512.sh was created from. So, my guess it is
> cruft and we don't need to be hauling it around in every release.
> 
>  
> 
> From mdrive_install.sh:
> 
> chroot $1 disklabel -w wd0 'IBM-DSCM-11000 '
> 
>  
> 
> newfs /dev/rwd0a
> 
> newfs /dev/rwd0d
> 
> newfs /dev/rwd0e
> 
> newfs /dev/rwd0f
> 
> newfs /dev/rwd0g
> 
>  
> 
> L.
> 
>  
> 
> P.S. I am still looking at changes I have a comment about cmd_flash.c
> hope to be done shortly. (Had a lunch meeting just got back 15 minutes
> ago.)
> 
>  
> 
> -----Original Message-----
> From: Andy Sharp 
> Sent: Friday, April 13, 2007 12:02 PM
> To: Larry Scheer
> Subject: Re: please review
> 
>  
> 
> I'm not sure I did the right thing on this, but I wanted to rename it
> 
> to old_mdrive_fstab, and then after that was committed, add the new
> 
> version as a new file.  Which is what I was trying to explain with all
> 
> that stuff about the new file.  But reading it I guess it didn't make
> 
> much sense.
> 
>  
> 
> A rename appears as a delete and an add I think.
> 
>  
> 
> Hope that answers your question.
> 
>  
> 
> Cheers,
> 
>  
> 
> a
> 
>  
> 
>  
> 
> On Fri, 13 Apr 2007 10:57:38 -0700 "Larry Scheer"
> 
> <larry.scheer@onstor.com> wrote:
> 
>  
> 
> > Just starting to look at this....
> 
> > I have one question about the change to openbsd/src/etc/Makefile.
> 
> > What happened to mdrive_install.sh? Is it deprecated? Was its
> 
> > functionality moved to src/etc/rc. (I have looked at the two files
> 
> > yet.) I just want to make sure this wasn't an unintentional delete.
> 
> > 
> 
> > L.
> 
> > 
> 
> > -----Original Message-----
> 
> > From: Andy Sharp 
> 
> > Sent: Thursday, April 12, 2007 11:20 PM
> 
> > To: Larry Scheer
> 
> > Subject: please review
> 
> > 
> 
> > change 23496 client ripper
> 
> > 
> 
> > 
> 
> > let me know if you have any questions
> 
> > 
> 
> > i included the code to refuse to upgrade to secondary flash w/ old
> 
> > layout
> 
> > 
> 
> > there is another new file, openbsd/src/etc/mdrive_fstab that will be
> 
> > added after this changelist is committed.  it currently sits in that
> 
> > directory under the name new_mdrive_fstab.  it may also be there
> > under
> 
> > it's real name but that's just so that 'make release' will work
> > right
> 
> > so i could test it.
> 
> > 
> 
> > 
> 
> > Change 23496 by andys@ripper on 2007/04/10 18:25:58 *pending*
> 
> > 
> 
> >         New flash_install.sh script and friends to support new CF
> 
> > layout.
> 
> >         
> 
> >         TED00018269 need to change master install scripts for new CF
> 
> > layout
> 
> > 
> 
> > Affected files ...
> 
> > 
> 
> > ... //depot/FB-DELOREAN/nfx-tree/Makefile#7 edit
> 
> > ... //depot/FB-DELOREAN/nfx-tree/Tools/flash_install.sh#1 add
> 
> > ... //depot/FB-DELOREAN/nfx-tree/Tools/flash_install_512.sh#1 delete
> 
> > ... //depot/FB-DELOREAN/nfx-tree/code/ssc-nfxsh/cmd_flash.c#9 edit
> 
> > ... //depot/FB-DELOREAN/nfx-tree/code/ssc-nfxsh/cmd_upgrade.c#14
> > edit
> 
> > ... //depot/FB-DELOREAN/openbsd/src/etc/Makefile#1 edit
> 
> > ... //depot/FB-DELOREAN/openbsd/src/etc/mdrive_fstab#1 delete
> 
> > ... //depot/FB-DELOREAN/openbsd/src/etc/old_mdrive_fstab#1 add
> 
> > ... //depot/FB-DELOREAN/openbsd/src/etc/rc#2 edit
> 
