Bug#352496: adduser: deluser breakage: more info

2006-03-05 Thread Joerg Hoh
On Sun, Mar 05, 2006 at 04:06:30PM -0600, Max Bowsher wrote: > Package: adduser > Version: 3.80 > Followup-For: Bug #352496 > > Cause of the bug appears to be a missing backslash reference operator > inside the call to GetOptions(). > Making this one-character fix appears to solve the problem. >

Bug#352496: adduser: deluser breakage: more info

2006-03-05 Thread Max Bowsher
Package: adduser Version: 3.80 Followup-For: Bug #352496 Cause of the bug appears to be a missing backslash reference operator inside the call to GetOptions(). Making this one-character fix appears to solve the problem. -"conf=s" => $configfile, +"conf=s" => \$configfile,