compile problem with now shadow passwds

Max Okumoto max at kiyon.com
Thu Aug 3 20:16:31 UTC 2006


Hi Rob,
 
 Did you have a chance to look at busybox with no shadow
 passwd support compiling with uClibc with no shadow passwd support?
 
 It looks like uClibc does not have a shadow.h if it is
 not configured.  And busybox still tries to compile the
 shadow passwd routines even though they are not going
 to be used.
 
                      Max
 

"Robert P. J. Day" <rpjday at mindspring.com> wrote: On Thu, 3 Aug 2006, Max Okumoto wrote:

> There also seems to be a typo in the loginutils/Config.in
>
> Index: loginutils/Config.in
> ===================================================================
> RCS file: /opt/cvs/busybox/loginutils/Config.in,v
> retrieving revision 1.1.1.2
> diff -u -r1.1.1.2 Config.in
> --- loginutils/Config.in        9 Jul 2006 19:10:12 -0000       1.1.1.2
> +++ loginutils/Config.in        3 Aug 2006 10:55:30 -0000
> @@ -14,7 +14,7 @@
>           publicly readable.
>
>  config CONFIG_USE_BB_SHADOW
> -       bool #"  Use busybox shadow password functions"
> +       bool "  Use busybox shadow password functions"
>         default y
>         depends on CONFIG_USE_BB_PWD_GRP && CONFIG_FEATURE_SHADOWPASSWDS
>         help
>

applied.  (i'm guessing that really is a typo.  i was wondering if it
was meant to represent a comment but i'm pretty sure that's not the
case.  if i've misunderstood it, someone feel free to clear things
up and i can always undo it.)

rday

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.busybox.net/pipermail/busybox/attachments/20060803/0640d4ab/attachment.htm 


More information about the busybox mailing list