[PATCH] Fix for nss/db-Makefile

Ulrich Drepper drepper@cygnus.com
Fri Dec 18 17:55:00 GMT 1998


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   `------------------------



More information about the Libc-alpha mailing list