[Bug 771395] Re: update-motd.d/10-help-text has an incomplete check for ubuntu server systems
Colin Watson
cjwatson at canonical.com
Tue Oct 25 08:02:42 UTC 2011
Please can we instead consolidate the documentation, and remove this
client-side conditionalisation which I don't think can ever really be
made correct?
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to base-files in Ubuntu.
https://bugs.launchpad.net/bugs/771395
Title:
update-motd.d/10-help-text has an incomplete check for ubuntu server
systems
Status in “base-files” package in Ubuntu:
Confirmed
Bug description:
Binary package hint: base-files
I'd just finished installing ubuntu-server i386 and was surprised to
discover that after logging in I was presented with a link to
help.ubuntu.com instead of www.ubuntu.com/server. This is because the
help text script is just looking for '-server' in the output of uname
and there is no -server kernel for i386.
From 10-help-text:
URL="https://help.ubuntu.com/"
if uname -r | grep -qs "\-server"; then
URL="http://www.ubuntu.com/server/doc"
fi
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/base-files/+bug/771395/+subscriptions
More information about the foundations-bugs
mailing list