Re: LFS 6.8: Error in 6.46 IPRoute

2011-03-26 Thread bsquared
On Fri, Mar 25, 2011 at 4:30 PM, Bruce Dubbs wrote: > bsquared wrote: >> Hello, >> >> I think there may be a problem with this chapter. >> >> $ sed -i '1289i\\tfilter.cloned = 2;' ip/iproute.c >> The instruction ^ in the chapter, changes the file. >> >> the actual change to the file was: >> tfilte

Re: LFS 6.8: Error in 6.46 IPRoute

2011-03-25 Thread Bruce Dubbs
bsquared wrote: > Hello, > > I think there may be a problem with this chapter. > > $ sed -i '1289i\\tfilter.cloned = 2;' ip/iproute.c > The instruction ^ in the chapter, changes the file. > > the actual change to the file was: > tfilter.cloned = 2; > > which caused this error: > iproute.c: In f

LFS 6.8: Error in 6.46 IPRoute

2011-03-25 Thread bsquared
Hello, I think there may be a problem with this chapter. $ sed -i '1289i\\tfilter.cloned = 2;' ip/iproute.c The instruction ^ in the chapter, changes the file. the actual change to the file was: tfilter.cloned = 2; which caused this error: iproute.c: In function 'iproute_list_flush_or_save': ip