mirror of
git://anongit.mindrot.org/openssh.git
synced 2025-02-18 14:56:55 +00:00
- (stevesk) Makefile.in: bug #61; delete commented line for now.
This commit is contained in:
parent
fa9b641eb0
commit
020daf437b
@ -1,3 +1,6 @@
|
|||||||
|
20020124
|
||||||
|
- (stevesk) Makefile.in: bug #61; delete commented line for now.
|
||||||
|
|
||||||
20020123
|
20020123
|
||||||
- (djm) Fix non-standard shell syntax in autoconf. Patch from
|
- (djm) Fix non-standard shell syntax in autoconf. Patch from
|
||||||
Dave Dykstra <dwd@bell-labs.com>
|
Dave Dykstra <dwd@bell-labs.com>
|
||||||
@ -7387,4 +7390,4 @@
|
|||||||
- Wrote replacements for strlcpy and mkdtemp
|
- Wrote replacements for strlcpy and mkdtemp
|
||||||
- Released 1.0pre1
|
- Released 1.0pre1
|
||||||
|
|
||||||
$Id: ChangeLog,v 1.1793 2002/01/23 06:54:30 mouring Exp $
|
$Id: ChangeLog,v 1.1794 2002/01/23 23:26:43 stevesk Exp $
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# $Id: Makefile.in,v 1.193 2002/01/22 10:57:54 djm Exp $
|
# $Id: Makefile.in,v 1.194 2002/01/23 23:26:44 stevesk Exp $
|
||||||
|
|
||||||
prefix=@prefix@
|
prefix=@prefix@
|
||||||
exec_prefix=@exec_prefix@
|
exec_prefix=@exec_prefix@
|
||||||
@ -220,7 +220,6 @@ install-files: scard-install
|
|||||||
ln -s ssh$(EXEEXT) $(DESTDIR)$(bindir)/slogin
|
ln -s ssh$(EXEEXT) $(DESTDIR)$(bindir)/slogin
|
||||||
-rm -f $(DESTDIR)$(mandir)/$(mansubdir)1/slogin.1
|
-rm -f $(DESTDIR)$(mandir)/$(mansubdir)1/slogin.1
|
||||||
ln -s ssh.1 $(DESTDIR)$(mandir)/$(mansubdir)1/slogin.1
|
ln -s ssh.1 $(DESTDIR)$(mandir)/$(mansubdir)1/slogin.1
|
||||||
#@FILEPRIV@ -f dev,filesys,driver $(DESTDIR)$(bindir)/ssh $(DESTDIR)$(bindir)/slogin
|
|
||||||
if [ ! -d $(DESTDIR)$(sysconfdir) ]; then \
|
if [ ! -d $(DESTDIR)$(sysconfdir) ]; then \
|
||||||
$(srcdir)/mkinstalldirs $(DESTDIR)$(sysconfdir); \
|
$(srcdir)/mkinstalldirs $(DESTDIR)$(sysconfdir); \
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user