Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 1 Sep 2008 22:15:23 +0000 (UTC)
From:      "Bjoern A. Zeeb" <bzeeb-lists@lists.zabbadoz.net>
To:        Matkhamtkha Brekher <gexlie@gmail.com>
Cc:        freebsd-jail@freebsd.org
Subject:   Re: Multiple IPs
Message-ID:  <20080901221215.N65801@maildrop.int.zabbadoz.net>
In-Reply-To: <53cc795f0809011444t69ba43b5t5eca7e4604235fb4@mail.gmail.com>
References:  <53cc795f0809011444t69ba43b5t5eca7e4604235fb4@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, 2 Sep 2008, Matkhamtkha Brekher wrote:

> this patch is broken
>
> today ive tried to compile the patched world and it stops compiling
> with due to error:

I bet you got errors over errors when you tried to apply it.

check the output or the return code from patch in your scripts...
patch < ....
case $? in
 	0)	;;	# all fine
 	*	echo "PATCH DID NOT APPLY CLEANLY" >&2
 		exit 1
 		;;
esac

You could try with patch -C first btw to not hose your src tre...



I am wroking towards getting it into HEAD and once 7 will be in freeze
I'll generate a new patch but 7 has been hosed for a while and people
are doing last minute MFCs now so I would have had to regen it every
few hours.


-- 
Bjoern A. Zeeb              Stop bit received. Insert coin for new game.



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