Re: [gentoo-user] 2 dispatch-conf questions

2008-03-30 Thread Benedikt Morbach
Hi, On Wed, Mar 26, 2008 at 6:34 PM, Alex Schuster [EMAIL PROTECTED] wrote: Question 2: I also have replace-unmodified=yes, but I often see files that I never even looked at before. What about that? That's because dispatch-conf saves every file it processes in it's archive directory. When

Re: [gentoo-user] Re: Manifest question

2008-02-07 Thread Benedikt Morbach
On Feb 7, 2008 2:18 AM, Steve Buzonas [EMAIL PROTECTED] wrote: I just used digest for my local overlay yesterday. Does it still allow it, or do I have an outdated version of portage? Steve Buzonas Jr. Just do touch ${PORTDIR_OVERLAY}/manifest1_obsolete after that, ebuild digest and ebuild

Re: [gentoo-user] CHOST question.

2008-02-05 Thread Benedikt Morbach
Hi, no, it would not. gcc would simply refuse to work, because CHOST=pentium4-pc-linux-gnu is not a valid CHOST. CHOST describes the platform you build on. For optimizations take a look at CFLAGS. And by the way: Changing CHOST is not worth the trouble. Even if it would be possible in your case,

Re: [gentoo-user] CFLAGS

2008-01-16 Thread Benedikt Morbach
On 1/16/08, Kenneth Prugh [EMAIL PROTECTED] wrote: CFLAGS=-O2 -march=native -mtune=native -pipe CFLAGS=-O2 -march=native -pipe would be sufficient. On my system, it gives me (I have a core 2 duo) CFLAGS=-O2 -march=nocona -mtune=generic -pipe while with gcc-4.3, I get CFLAGS=-O2 -march=core2

Re: [gentoo-user] Replacing eth0 with wlan0

2007-03-08 Thread Benedikt Morbach
3) all this stuff should go nice to init system, eth0 should be removed, so wlan0 should provide the init system with net. I think /etc/init.d/net.eth0 should only a symlink to /etc/init.d/net.lo. You can check that by running # ls -l /etc/init.d/net.* On my system it returns: lrwxrwxrwx 1