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, Max.