[BusyBox] Re: adduser patch typo

Axel Barnitzke barney at xkontor.com
Wed Mar 20 11:29:04 UTC 2002


Hi Eric,

the adduser SHADOWPASSWORD patch has a small typo.
(my favorite ;-)

here's the patch:

Index: pwd_grp/adduser.c
===================================================================
RCS file: /var/cvs/busybox/pwd_grp/adduser.c,v
retrieving revision 1.9
diff -u -p -b -r1.9 adduser.c
--- pwd_grp/adduser.c   20 Mar 2002 11:34:18 -0000      1.9
+++ pwd_grp/adduser.c   20 Mar 2002 18:25:41 -0000
@@ -126,7 +126,7 @@ static void addgroup_wrapper(const char
         char *argv[] = { group_name, "-g", group_id };

         argv0_save = applet_name;
-       applet_name = "addgroup"
+       applet_name = "addgroup";
         safe_strncpy(group_name, login, 32);
         sprintf(group_id, "%d", gid);
         addgroup_main(argc, argv);


-- 
    -- Barney

--------------------------------------
++ axel (barney) barnitzke
++ it consultant
++ xkontor IT solutions

fon   :: +49 40 4100959-0
email :: mailto:barney at xkontor.com





More information about the busybox mailing list