From ac74561e2f8f149942555ee16bcb13ed51676939 Mon Sep 17 00:00:00 2001 From: tim Date: Sun, 7 Jul 2002 20:30:45 +0000 Subject: [PATCH] [Makefile.in] use umask instead of chmod on $(PRIVSEP_PATH) --- ChangeLog | 3 +++ Makefile.in | 3 +-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 1241171f..1d493f83 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,6 @@ +20020707 + - (tim) [Makefile.in] use umask instead of chmod on $(PRIVSEP_PATH) + 20020705 - (tim) [configure.ac] AIX 4.2.1 has authenticate() in libs. Reported by Darren Tucker diff --git a/Makefile.in b/Makefile.in index 0d241b36..80fb2e83 100644 --- a/Makefile.in +++ b/Makefile.in @@ -217,8 +217,7 @@ install-files: scard-install $(srcdir)/mkinstalldirs $(DESTDIR)$(mandir)/$(mansubdir)5 $(srcdir)/mkinstalldirs $(DESTDIR)$(mandir)/$(mansubdir)8 $(srcdir)/mkinstalldirs $(DESTDIR)$(libexecdir) - $(srcdir)/mkinstalldirs $(DESTDIR)$(PRIVSEP_PATH) - chmod 0700 $(DESTDIR)$(PRIVSEP_PATH) + (umask 022 ; $(srcdir)/mkinstalldirs $(DESTDIR)$(PRIVSEP_PATH)) $(INSTALL) -m 0755 -s ssh $(DESTDIR)$(bindir)/ssh $(INSTALL) -m 0755 -s scp $(DESTDIR)$(bindir)/scp $(INSTALL) -m 0755 -s ssh-add $(DESTDIR)$(bindir)/ssh-add -- 2.45.2