Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 29 Jul 1999 15:21:42 +0200 (CEST)
From:      Andrej Brodnik (Andy) <brodnik@IBC.IskraSistemi.Si>
To:        rich@ruh-bath.swest.nhs.uk (Wood Richard)
Cc:        freebsd-isdn@FreeBSD.ORG
Subject:   patches
Message-ID:  <199907291321.PAA16881@Dolinca.IBC.IskraSistemi.Si>
In-Reply-To: <930BFA16390CD3119E010000F6E660C9A562@fear.ruh-bath.swest.nhs.uk> from "Wood, Richard" at "Jul 29, 1999  1:56: 5 pm"

next in thread | previous in thread | raw e-mail | index | archive | help
> From: "Wood, Richard" <rich@ruh-bath.swest.nhs.uk>
> Subject: RE: overuninstall.sh and i4b_rbch_ioctl.h
> Date: Thu, 29 Jul 1999 13:56:05 +0100

> > -----Original Message-----
> > From: hm@hcs.de [mailto:hm@hcs.de]
> > Sent: 29 July 1999 13:37
> 
> > Ideas, anyone ?
> 
> Now, my shell scripting isn't much use to anyone, but my suggestion would be
> as follows
> 
> In move_and_link in overinstall, check to see if $2 exists, if it doesn't
> create $2-NOBACKUP and link $1 and $2 as normal.
> 
> In remove_and_restore in overuninstall, check for the existance of
> $1-NOBACKUP, if it exists remove $1 and $1-NOBACKUP.
> 
> This should cover installing and uninstalling files which get added between
> versions.
> 
> I'll try to send some patches tonight.

First, how/where does one send patches.

LPA

PS: IMHO, in remove_and_restore the proper check (if NOBACKUP was
created as said above) is:

if ((  [ -e $1-BACKUP ] ) -a (!([ -e $1-NOBACKUP ])) ) -o  \
   ((!([ -e $1-BACKUP ])) -a (  [ -e $1-NOBACKUP ])) )
then



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-isdn" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199907291321.PAA16881>