This is the mail archive of the libc-hacker@sourceware.cygnus.com mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: [PATCH] Fix for nss/db-Makefile


Joel Klecker <espy@debian.org> writes:

> -	$(MAKEDB) -o $@ -
> +	(umask 000 && $(MAKEDB) -o $@ -)
> +	@chgrp shadow $(VAR_DB)/shadow.db
> +	@chmod 640 $(VAR_DB)/shadow.db
>  	@echo "done."

Well, something should happen here but the chgrp line cannot be used.
The group shadow is not available everywhere.

I don't have a solution but the above won't work.

-- 
---------------.      drepper at gnu.org  ,-.   1325 Chesapeake Terrace
Ulrich Drepper  \    ,-------------------'   \  Sunnyvale, CA 94089 USA
Cygnus Solutions `--' drepper at cygnus.com   `------------------------


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]