Bug#301266: Always advertises 'Debian GNU/Linux'

2005-03-27 Thread Robert Millan
On Sat, Mar 26, 2005 at 05:58:12PM +, Matthew Wilcox wrote: On Sat, Mar 26, 2005 at 06:04:11PM +0100, Robert Millan wrote: - Someone proposed that it's easier to scrap it (ignoring the fact that I already provided a patch). Not just easier. More standards-compliant. I

Bug#301266: Always advertises 'Debian GNU/Linux'

2005-03-26 Thread Robert Millan
On Sat, Mar 26, 2005 at 03:52:00PM +1100, Adam Conrad wrote: Robert Millan said: Why don't we just put (Debian) in instead? There's a reason because hardcoding Linux is wrong: Debian supports (or at least intends to support) other kernels. I can't see a reason why hardcoding GNU

Bug#301266: Always advertises 'Debian GNU/Linux'

2005-03-26 Thread Matthew Wilcox
On Sat, Mar 26, 2005 at 06:04:11PM +0100, Robert Millan wrote: - Someone proposed that it's easier to scrap it (ignoring the fact that I already provided a patch). Not just easier. More standards-compliant. I hereby propose to replace the constant string Debian GNU/Linux with a

Bug#301266: Always advertises Debian GNU/Linux

2005-03-25 Thread Robert Millan
My apologise, but this patch produces FTBFS due to broken command-line options in gcc. I'm working on a fix and will send it RSN. diff -ur apache2-2.0.53.old/debian/patches/007_debian_advertising apache2-2.0.53/debian/patches/007_debian_advertising ---

Bug#301266: Always advertises Debian GNU/Linux

2005-03-25 Thread Matthew Wilcox
On Fri, Mar 25, 2005 at 05:51:50PM +0100, Robert Millan wrote: My apologise, but this patch produces FTBFS due to broken command-line options in gcc. I'm working on a fix and will send it RSN. I'm not sure it's worth it. I remember a bug against Apache 1.3 saying that we shouldn't include

Bug#301266: Always advertises Debian GNU/Linux

2005-03-25 Thread Robert Millan
On Fri, Mar 25, 2005 at 05:26:01PM +, Matthew Wilcox wrote: On Fri, Mar 25, 2005 at 05:51:50PM +0100, Robert Millan wrote: My apologise, but this patch produces FTBFS due to broken command-line options in gcc. I'm working on a fix and will send it RSN. I'm not sure it's worth

Bug#301266: Always advertises 'Debian GNU/Linux'

2005-03-25 Thread Adam Conrad
Robert Millan said: Why don't we just put (Debian) in instead? There's a reason because hardcoding Linux is wrong: Debian supports (or at least intends to support) other kernels. I can't see a reason why hardcoding GNU would be wrong, though. So in this case maybe you want to make it

Bug#301266: Always advertises Debian GNU/Linux

2005-03-24 Thread Robert Millan
Package: apache2 Severity: wishlist Tags: patch Hi! The Server banner in apache2 always advertises as Debian GNU/Linux regardless of the system we're running apache2 on. I'm attaching a patch that fixes this by detecting the kernel via uname in debian/rules and passing it as a -D flag. --