diff options
author | Tim Rice <tim@multitalents.net> | 2002-07-08 19:10:05 -0700 |
---|---|---|
committer | Tim Rice <tim@multitalents.net> | 2002-07-08 19:10:05 -0700 |
commit | 2d0bf3dcfdab65d1627b9612b5558a38a0eb000d (patch) | |
tree | 3164711dbad8c406f14da1906c99012ea74102d4 /ChangeLog | |
parent | 88177245cb5c1b16a2fa6ef5f151cc8b963112ef (diff) |
[Makefile.in] workaround for broken pakadd on some systems.
With "ln -s ssh$(EXEEXT) $(DESTDIR)$(bindir)/slogin" you wild end up with
lrwxrwxrwx 1 root sys 4 Jul 8 18:43 slogin -> /ssh
after the package was installed.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,6 +1,7 @@ | |||
1 | 20020708 | 1 | 20020708 |
2 | - (tim) [openssh/contrib/solaris/buildpkg.sh] add PKG_INSTALL_ROOT to | 2 | - (tim) [openssh/contrib/solaris/buildpkg.sh] add PKG_INSTALL_ROOT to |
3 | work in a jumpstart environment. patch by kbrint@rufus.net | 3 | work in a jumpstart environment. patch by kbrint@rufus.net |
4 | - (tim) [Makefile.in] workaround for broken pakadd on some systems. | ||
4 | 5 | ||
5 | 20020707 | 6 | 20020707 |
6 | - (tim) [Makefile.in] use umask instead of chmod on $(PRIVSEP_PATH) | 7 | - (tim) [Makefile.in] use umask instead of chmod on $(PRIVSEP_PATH) |
@@ -1313,4 +1314,4 @@ | |||
1313 | - (stevesk) entropy.c: typo in debug message | 1314 | - (stevesk) entropy.c: typo in debug message |
1314 | - (djm) ssh-keygen -i needs seeded RNG; report from markus@ | 1315 | - (djm) ssh-keygen -i needs seeded RNG; report from markus@ |
1315 | 1316 | ||
1316 | $Id: ChangeLog,v 1.2349 2002/07/09 02:02:10 tim Exp $ | 1317 | $Id: ChangeLog,v 1.2350 2002/07/09 02:10:05 tim Exp $ |