Your message dated Tue, 16 Aug 2011 20:05:42 +0200
with message-id <20110816180542.gb2...@radis.liafa.jussieu.fr>
and subject line Re: Bug#637452: Lower priority of first user's fullname
question
has caused the Debian Bug report #637452,
regarding Lower priority of first user's fullname question
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)
--
637452: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=637452
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: user-setup
Version: 1.40
Tags: patch
currently it is asked the fullname of the first user being created during the
standard installation.
Lowering the priority, the question will be skipped and the standard
installation will be completed with one less question to the user.
The question will still be available on the expert install and preseed.
--
Melhores cumprimentos/Best Regards,
Miguel Figueiredo
http://www.DebianPT.org
diff --git a/user-setup-ask b/user-setup-ask
index 3fb8a17..7678e0b 100755
--- a/user-setup-ask
+++ b/user-setup-ask
@@ -104,7 +104,7 @@ while :; do
# Prompt for user info.
db_get passwd/make-user
if [ "$RET" = true ] && ! is_system_user; then
- db_input critical passwd/user-fullname || true
+ db_input low passwd/user-fullname || true
fi
;;
5)
--- End Message ---
--- Begin Message ---
On Thu, Aug 11, 2011 at 16:05:50 +0100, Colin Watson wrote:
> On Thu, Aug 11, 2011 at 04:49:13PM +0100, Miguel Figueiredo wrote:
> > currently it is asked the fullname of the first user being created during
> > the
> > standard installation.
> > Lowering the priority, the question will be skipped and the standard
> > installation will be completed with one less question to the user.
> > The question will still be available on the expert install and preseed.
>
> I object to this change. It's surely not a hard question for people to
> answer, and the result is often presented by user-facing things such as
> display managers. I think this should stay the way it is.
>
Considering the response, closing this as rejected.
Cheers,
Julien
--- End Message ---