Re-adding aufs-users, I think I dropped that by accident. Chris Fanning wrote: > On Thu, Mar 27, 2008 at 5:21 PM, Michael Haas <[EMAIL PROTECTED]> wrote: > >> Your patch is outdated. An updated version for 2.6.24 has been posted to >> this list. >> >> <snip> > Thanks. I just downloaded it from here > http://aur.archlinux.org/packages/kernel26tp/kernel26tp/ > > Now when I try: > patch --dry-run -p1 lhash-2.6.24.patch > > nothing happens (no output) and I have to do a ctr<c> to stop it. > > Does that make sense? > > Thanks again. > Try :
patch --dry-run -p1 < lhash-2.6.24.patch patch is expecting to read the diff from stdin. ------------------------------------------------------------------------- Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
