[Makefile.in] use umask instead of chmod on $(PRIVSEP_PATH)

This commit is contained in:
Tim Rice 2002-07-07 13:30:45 -07:00
parent 024f08f3f6
commit cc25206d31
2 changed files with 6 additions and 4 deletions

View File

@ -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 <dtucker@zip.com.au>
@ -1280,4 +1283,4 @@
- (stevesk) entropy.c: typo in debug message
- (djm) ssh-keygen -i needs seeded RNG; report from markus@
$Id: ChangeLog,v 1.2337 2002/07/05 23:22:32 tim Exp $
$Id: ChangeLog,v 1.2338 2002/07/07 20:30:45 tim Exp $

View File

@ -1,4 +1,4 @@
# $Id: Makefile.in,v 1.218 2002/07/04 03:07:15 mouring Exp $
# $Id: Makefile.in,v 1.219 2002/07/07 20:30:46 tim Exp $
# uncomment if you run a non bourne compatable shell. Ie. csh
#SHELL = @SH@
@ -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