Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 28 Feb 2003 10:22:56 +0000
From:      Matthew Seaman <m.seaman@infracaninophile.co.uk>
To:        freebsd-questions@FreeBSD.ORG
Subject:   Re: SCSI emulation of ATAPI CDROM
Message-ID:  <20030228102256.GB23502@happy-idiot-talk.infracaninophi>
In-Reply-To: <200302281141.02391.will@unfoldings.net>
References:  <20030227055912.GA601@dhumketu.homeunix.net> <200302271023.38363.will@unfoldings.net> <20030228061824.GA721@dhumketu.homeunix.net> <200302281141.02391.will@unfoldings.net>

next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, Feb 28, 2003 at 11:41:02AM +0200, Willie Viljoen wrote:

> First two lines of atapicam-20020820.diff:
> 
> --- /dev/null   Mon Aug 19 21:34:21 2002
> +++ sys/dev/ata/atapi-cam.c     Mon Aug 12 22:08:00 2002
> 
> This means that applying the patch should create atapi-cam.c. Try applying 
> from /usr/src with:
> 
> patch < /wherever/atapicam-yourversion.diff

Make that:

    patch -p0 < your.diff

Otherwise patch(1) has a nasty habit of creating any new files in the
current working directory, rather than where intended.  I know this
because I was looking at compiling the alpha version of the jdk-1.4.1
stuff yesterday, and precisely that difference had me perplexed for a
while.

	Cheers,

	Matthew

-- 
Dr Matthew J Seaman MA, D.Phil.                       26 The Paddocks
                                                      Savill Way
PGP: http://www.infracaninophile.co.uk/pgpkey         Marlow
Tel: +44 1628 476614                                  Bucks., SL7 1TH UK

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




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