[Adduser-devel] Bug#352496: adduser: deluser breakage: more info

Max Bowsher maxb1 at ukf.net
Sun Mar 5 22:06:30 UTC 2006


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.




More information about the Adduser-devel mailing list