Bug#605576: sudo: doesn't use debconf for prompting

2010-12-01 Thread Jakub Wilk
* Bdale Garbee , 2010-12-01, 10:15: This postinst snippet: constitutes a violation of Policy 3.9.1 ("Package maintainer scripts may prompt the user if necessary. Prompting must be done by communicating through a program, such as `debconf', which conforms to the Debian Configuration Management

Bug#605576: sudo: doesn't use debconf for prompting

2010-12-01 Thread Bdale Garbee
On Wed, 1 Dec 2010 14:37:13 +0100, Jakub Wilk wrote: > This postinst snippet: > > constitutes a violation of Policy 3.9.1 ("Package maintainer scripts may > prompt the user if necessary. Prompting must be done by communicating > through a program, such as `debconf', which conforms to the Debian

Bug#605576: sudo: doesn't use debconf for prompting

2010-12-01 Thread Jakub Wilk
Package: sudo Version: 1.7.4p4-2 This postinst snippet: | if ($gid != 27) { | print "On Debian we normally use gid 27 for 'sudo'.\n"; | $gname = getgrgid(27); | print "However, on your system gid 27 is group '$gname'.\n\n"; | print "Would you like me to stop confi