Patch for shadow passwd configuration

Tito farmatito at tiscali.it
Sat Aug 5 11:43:22 UTC 2006


On Saturday 5 August 2006 12:39, Max Okumoto wrote:
> 
> Index: libpwdgrp/Makefile.in
> ===================================================================
> RCS file: /opt/cvs/busybox/libpwdgrp/Makefile.in,v
> retrieving revision 1.1.1.2
> diff -u -r1.1.1.2 Makefile.in
> --- libpwdgrp/Makefile.in       9 Jul 2006 19:10:12 -0000       1.1.1.2
> +++ libpwdgrp/Makefile.in       5 Aug 2006 10:23:12 -0000
> @@ -23,7 +23,7 @@
>  LIBPWDGRP_MOBJS0=$(patsubst %,$(LIBPWDGRP_DIR)/%, $(LIBPWDGRP_MOBJ0-y))
>  
>  LIBPWDGRP_MSRC1:=$(srcdir)/pwd_grp.c
> -LIBPWDGRP_MOBJ1-$(CONFIG_USE_BB_PWD_GRP):= __parsepwent.o __parsegrent.o \
> +LIBPWDGRP_MOBJ1-$(CONFIG_USE_BB_SHADOW):= __parsepwent.o __parsegrent.o \

Hi, shouldn't this be something like:

CONFIG_USE_BB_PWD_GRP && CONFIG_USE_BB_SHADOW

My script-fu is very bad, so this is just an idea.

Ciao,
Tito



More information about the busybox mailing list