Displaying 20 results from an estimated 33 matches for "mansubdir".
2001 Feb 07
2
Patch for unformatted manpages
...feep.net/~roth/
-------------- next part --------------
diff -urN openssh_cvs/Makefile.in openssh_work/Makefile.in
--- openssh_cvs/Makefile.in Sun Feb 4 07:54:23 2001
+++ openssh_work/Makefile.in Tue Feb 6 23:42:49 2001
@@ -6,7 +6,6 @@
sbindir=@sbindir@
libexecdir=@libexecdir@
mandir=@mandir@
-mansubdir=@mansubdir@
sysconfdir=@sysconfdir@
piddir=@piddir@
srcdir=@srcdir@
@@ -45,9 +44,7 @@
SSHDOBJS= sshd.o auth.o auth1.o auth2.o auth-chall.o auth2-chall.o auth-rhosts.o auth-options.o auth-krb4.o auth-pam.o auth2-pam.o auth-passwd.o auth-rsa.o auth-rh-rsa.o dh.o pty.o log-server.o login.o login...
2001 Oct 16
6
program-prefix does not work
...h= $(program_prefix)ssh" \
+ -D/scp=/$(program_prefix)scp \
+ -D" scp= $(program_prefix)scp" \
-D/usr/bin:/bin:/usr/sbin:/sbin=@user_path@
FIXPATHSCMD = $(PERL) $(srcdir)/fixpaths $(PATHSUBS)
***************
*** 187,234 ****
$(srcdir)/mkinstalldirs $(DESTDIR)$(mandir)/$(mansubdir)1
$(srcdir)/mkinstalldirs $(DESTDIR)$(mandir)/$(mansubdir)8
$(srcdir)/mkinstalldirs $(DESTDIR)$(libexecdir)
! $(INSTALL) -m $(SSH_MODE) -s ssh $(DESTDIR)$(bindir)/ssh
! $(INSTALL) -m 0755 -s scp $(DESTDIR)$(bindir)/scp
! $(INSTALL) -m 0755 -s ssh-add $(DESTDIR)$(bindir)/ssh-add
! $(INST...
2002 Apr 01
0
[Bug 198] New: Error getting file with sftp on old F-Secure servers
...---------------------------------------------------------------
# $Id: Makefile.in,v 1.197 2002/02/26 19:24:22 mouring Exp $
prefix=/usr/local
exec_prefix=${prefix}
bindir=${exec_prefix}/bin
sbindir=${exec_prefix}/sbin
libexecdir=${exec_prefix}/libexec
datadir=${prefix}/share
mandir=${prefix}/man
mansubdir=man
sysconfdir=/usr/local/etc
piddir=/usr/local/etc
srcdir=.
top_srcdir=.
DESTDIR=
SSH_PROGRAM=${exec_prefix}/bin/ssh
ASKPASS_PROGRAM=$(libexecdir)/ssh-askpass
SFTP_SERVER=$(libexecdir)/sftp-server
PATHS= -DSSHDIR=\"$(sysconfdir)\" \
-D_PATH_SSH_PROGRAM=\"$(SSH_PROGRAM)\" \...
2001 Jun 22
0
PATCH: Makefile.in more upgrade friendly.
...install: $(TARGETS) install-dirs install-prog install-man install-conf host-key
-install-files:
+install-dirs:
$(srcdir)/mkinstalldirs $(DESTDIR)$(bindir)
$(srcdir)/mkinstalldirs $(DESTDIR)$(sbindir)
$(srcdir)/mkinstalldirs $(DESTDIR)$(mandir)
$(srcdir)/mkinstalldirs $(DESTDIR)$(mandir)/$(mansubdir)1
$(srcdir)/mkinstalldirs $(DESTDIR)$(mandir)/$(mansubdir)8
$(srcdir)/mkinstalldirs $(DESTDIR)$(libexecdir)
+
+install-prog:
$(INSTALL) -m $(SSH_MODE) -s ssh $(DESTDIR)$(bindir)/ssh
$(INSTALL) -m 0755 -s scp $(DESTDIR)$(bindir)/scp
$(INSTALL) -m 0755 -s ssh-add $(DESTDIR)$(bindir)/ssh-add...
2002 Mar 26
0
[Bug 187] New: ssh-keygen not converting from and to SECSH standard correctly
...---------------------------------------------------------------
# $Id: Makefile.in,v 1.197 2002/02/26 19:24:22 mouring Exp $
prefix=/usr/local
exec_prefix=${prefix}
bindir=${exec_prefix}/bin
sbindir=${exec_prefix}/sbin
libexecdir=${exec_prefix}/libexec
datadir=${prefix}/share
mandir=${prefix}/man
mansubdir=man
sysconfdir=/usr/local/etc
piddir=/usr/local/etc
srcdir=.
top_srcdir=.
DESTDIR=
SSH_PROGRAM=${exec_prefix}/bin/ssh
ASKPASS_PROGRAM=$(libexecdir)/ssh-askpass
SFTP_SERVER=$(libexecdir)/sftp-server
PATHS= -DSSHDIR=\"$(sysconfdir)\" \
-D_PATH_SSH_PROGRAM=\"$(SSH_PROGRAM)\" \...
2003 Nov 15
2
[patch] 3.7.1p2: slogin symlink fixes
...enssh-3.6.1p2/Makefile.in 2003-05-06 20:55:54.000000000 +0000
@@ -48,6 +48,7 @@ LIBWRAP=@LIBWRAP@
AR=@AR@
RANLIB=@RANLIB@
INSTALL=@INSTALL@
+LN_S=@LN_S@
PERL=@PERL@
SED=@SED@
ENT=@ENT@
@@ -263,9 +264,9 @@ install-files: scard-install
$(INSTALL) -m 644 sftp-server.8.out $(DESTDIR)$(mandir)/$(mansubdir)8/sftp-server.8
$(INSTALL) -m 644 ssh-keysign.8.out $(DESTDIR)$(mandir)/$(mansubdir)8/ssh-keysign.8
-rm -f $(DESTDIR)$(bindir)/slogin
- ln -s ./ssh$(EXEEXT) $(DESTDIR)$(bindir)/slogin
+ cd $(DESTDIR)$(bindir) && $(LN_S) ssh$(EXEEXT) slogin$(EXEEXT)
-rm -f $(DESTDIR)$(mandir)/$(mansubd...
2000 Dec 10
2
snapshot: ssh-keyscan problems
...stumble over and fall"
Systems. Networks. Security. -- Robert Jordan: A Crown of Swords
-------------- next part --------------
--- Makefile.in~ Tue Dec 5 03:15:10 2000
+++ Makefile.in Sun Dec 10 22:39:50 2000
@@ -157,6 +157,7 @@
$(INSTALL) -m 644 ssh-add.[01].out $(DESTDIR)$(mandir)/$(mansubdir)1/ssh-add.1
$(INSTALL) -m 644 ssh-agent.[01].out $(DESTDIR)$(mandir)/$(mansubdir)1/ssh-agent.1
$(INSTALL) -m 644 ssh-keygen.[01].out $(DESTDIR)$(mandir)/$(mansubdir)1/ssh-keygen.1
+ $(INSTALL) -m 644 ssh-keyscan.[01].out $(DESTDIR)$(mandir)/$(mansubdir)1/ssh-keyscan.1
$(INSTALL) -m 644 sshd.[...
2002 Apr 14
1
"make install" broken in cvs
...stall-files] Error 2
Looks like missing line continuation in Makefile.in.
-Daz.
$ diff -u Makefile.in.orig Makefile.in
--- Makefile.in.orig Mon Apr 15 08:12:03 2002
+++ Makefile.in Mon Apr 15 08:12:32 2002
@@ -218,7 +218,7 @@
$(INSTALL) -m 644 ssh-keyscan.1.out $(DESTDIR)$(mandir)/$(mansubdir)1/ssh-keyscan.1
$(INSTALL) -m 644 sshd.8.out $(DESTDIR)$(mandir)/$(mansubdir)8/sshd.8
if [ ! -z "$(INSTALL_SSH_PRNG_CMDS)" ]; then \
- $(INSTALL) -m 644 ssh-rand-helper.8.out $(DESTDIR)$(mandir)/$(mansubdir)8/ssh-rand-helper.8
+ $(INSTALL) -m 64...
2000 Nov 09
2
SCO Openserver Patch
...ted this on Openserver 5.0.5 and 5.0.6. Here is the universal patch fo
configure to allow it to work with openserver.
--- configure Sun Nov 5 21:25:18 2000
+++ /configure Thu Nov 9 14:18:21 2000
@@ -1685,7 +1685,7 @@
LDFLAGS="$LDFLAGS -L/usr/local/lib"
MANTYPE='$(CATMAN)'
mansubdir=cat
- LIBS="$LIBS -lgen -lsocket -los -lprot -lx"
+ LIBS="$LIBS -lgen -lsocket -los -lprot -lx -ltinfo -lm"
no_dev_ptmx=1
RANLIB=true
cat >> confdefs.h <<\EOF
@@ -1703,11 +1703,12 @@
LDFLAGS="$LDFLAGS -L/usr/local/lib"
MANTYPE='$(CATMAN)'...
2000 Aug 15
0
[PATCH]: Port to Mac OS X/Darwin, misc
...S@
AR=@AR@
RANLIB=@RANLIB@
@@ -118,11 +119,11 @@
install: manpages $(TARGETS) install-files host-key
install-files:
- ./mkinstalldirs $(DESTDIR)$(bindir)
- ./mkinstalldirs $(DESTDIR)$(sbindir)
- ./mkinstalldirs $(DESTDIR)$(mandir)
- ./mkinstalldirs $(DESTDIR)$(mandir)/$(mansubdir)1
- ./mkinstalldirs $(DESTDIR)$(mandir)/$(mansubdir)8
+ $(srcdir)/mkinstalldirs $(DESTDIR)$(bindir)
+ $(srcdir)/mkinstalldirs $(DESTDIR)$(sbindir)
+ $(srcdir)/mkinstalldirs $(DESTDIR)$(mandir)
+ $(srcdir)/mkinstalldirs $(DESTDIR)$(mandir)/$(mansubdir)1
+ $(srcdir...
2000 Jul 28
0
buildroot patch for 2.1.1p4
...@
---
> CFLAGS=@CFLAGS@ $(PATHS) @DEFS@ -I at top_srcdir@ -I.
28a29
> MKINSTALLDIRS=@srcdir@/mkinstalldirs
121,125c122,126
< ./mkinstalldirs $(DESTDIR)$(bindir)
< ./mkinstalldirs $(DESTDIR)$(sbindir)
< ./mkinstalldirs $(DESTDIR)$(mandir)
< ./mkinstalldirs $(DESTDIR)$(mandir)/$(mansubdir)1
< ./mkinstalldirs $(DESTDIR)$(mandir)/$(mansubdir)8
---
> $(MKINSTALLDIRS) $(DESTDIR)$(bindir)
> $(MKINSTALLDIRS) $(DESTDIR)$(sbindir)
> $(MKINSTALLDIRS) $(DESTDIR)$(mandir)
> $(MKINSTALLDIRS) $(DESTDIR)$(mandir)/$(mansubdir)1
> $(MKINSTALLDIRS) $(DESTDIR)$(mandir)/$(mansu...
2000 Jul 28
0
whoops, revised patch for buildroot in 2.1.1p4
...@
---
> CFLAGS=@CFLAGS@ $(PATHS) @DEFS@ -I at top_srcdir@ -I.
28a29
> MKINSTALLDIRS=@srcdir@/mkinstalldirs
121,125c122,126
< ./mkinstalldirs $(DESTDIR)$(bindir)
< ./mkinstalldirs $(DESTDIR)$(sbindir)
< ./mkinstalldirs $(DESTDIR)$(mandir)
< ./mkinstalldirs $(DESTDIR)$(mandir)/$(mansubdir)1
< ./mkinstalldirs $(DESTDIR)$(mandir)/$(mansubdir)8
---
> $(MKINSTALLDIRS) $(DESTDIR)$(bindir)
> $(MKINSTALLDIRS) $(DESTDIR)$(sbindir)
> $(MKINSTALLDIRS) $(DESTDIR)$(mandir)
> $(MKINSTALLDIRS) $(DESTDIR)$(mandir)/$(mansubdir)1
> $(MKINSTALLDIRS) $(DESTDIR)$(mandir)/$(mansu...
2000 Dec 01
3
two irix patches
...)
strlcpy(dst, src + 5, dstsize);
-#endif
else
strlcpy(dst, src, dstsize);
return dst;
Next, we need some sort of mansubdir:
--- openssh-SNAP-20001129.orig/configure.in Tue Nov 28 21:28:50 2000
+++ openssh-SNAP-20001129/configure.in Thu Nov 30 13:42:55 2000
@@ -119,6 +120,7 @@
no_libsocket=1
no_libnsl=1
AC_DEFINE(BROKEN_INET_NTOA)
+ mansubdir=man
;;
*-*-linux*)
no_dev...
2010 Mar 09
2
[PATCH/cygwin]: Fix Makefiles
...=============================
RCS file: /cvs/openssh/Makefile.in,v
retrieving revision 1.306
diff -u -p -r1.306 Makefile.in
--- Makefile.in 24 Feb 2010 07:18:51 -0000 1.306
+++ Makefile.in 9 Mar 2010 13:33:06 -0000
@@ -255,20 +255,20 @@ install-files:
$(srcdir)/mkinstalldirs $(DESTDIR)$(mandir)/$(mansubdir)8
$(srcdir)/mkinstalldirs $(DESTDIR)$(libexecdir)
(umask 022 ; $(srcdir)/mkinstalldirs $(DESTDIR)$(PRIVSEP_PATH))
- $(INSTALL) -m 0755 $(STRIP_OPT) ssh $(DESTDIR)$(bindir)/ssh
- $(INSTALL) -m 0755 $(STRIP_OPT) scp $(DESTDIR)$(bindir)/scp
- $(INSTALL) -m 0755 $(STRIP_OPT) ssh-add $(DESTDIR)$(bin...
2001 Feb 20
1
_PATH_STDPATH and @bindir@
Sorry if this is stuff that's been talked about before. If it is, just
ignore me.
I'm curious to know why Portable OpenSSH doesn't include @bindir@ in
the _PATH_STDPATH. This would save most installers of portable OpenSSH
from having to --with-default-path=$PREFIX/bin in order to ensure that
scp will work properly. This would also, I imagine, save quite a lot
of hassle for
2000 Jan 27
0
more NetBSD patches, for OpenSSH V1.2.2
..._WORK_WITH_SETEUID
/* Saved effective uid. */
static uid_t saved_euid = 0;
+#endif
#endif /* _POSIX_SAVED_IDS */
$NetBSD: patch-ah,v 1.2 2000/01/27 17:12:05 hubertf Exp $
--- Makefile.in.orig Thu Jan 27 04:15:48 2000
+++ Makefile.in Thu Jan 27 17:07:34 2000
@@ -6,6 +6,7 @@
mandir=@mandir@
mansubdir=@mansubdir@
sysconfdir=@sysconfdir@
+examplesdir=@prefix@/share/examples/ssh
piddir=@piddir@
srcdir=@srcdir@
top_srcdir=@top_srcdir@
@@ -130,16 +131,16 @@
$(INSTALL) -s @GNOME_ASKPASS@ $(DESTDIR)${ASKPASS_LOCATION} ; \
fi
- if [ ! -f $(DESTDIR)$(sysconfdir)/ssh_config -a ! -f $(DESTDIR)$...
2003 May 10
0
Small Makefile.in Patch
...install-sysconf
+install-nosysconf: $(CONFIGFILES) $(MANPAGES) $(TARGETS) install-files
check-config:
-$(DESTDIR)$(sbindir)/sshd -t -f
$(DESTDIR)$(sysconfdir)/sshd_config
@@ -266,6 +267,9 @@
ln -s ./ssh$(EXEEXT) $(DESTDIR)$(bindir)/slogin
-rm -f $(DESTDIR)$(mandir)/$(mansubdir)1/slogin.1
ln -s ./ssh.1 $(DESTDIR)$(mandir)/$(mansubdir)1/slogin.1
+
+
+install-sysconf:
if [ ! -d $(DESTDIR)$(sysconfdir) ]; then \
$(srcdir)/mkinstalldirs $(DESTDIR)$(sysconfdir); \
fi
------------------------------------------------------------
--...
2004 Dec 06
1
[Patch] Makefile.in, new install-nosysconf target
...iles install-sysconf
+install-nosysconf: $(CONFIGFILES) ssh_prng_cmds.out $(MANPAGES) $(TARGETS) install-files
check-config:
-$(DESTDIR)$(sbindir)/sshd -t -f $(DESTDIR)$(sysconfdir)/sshd_config
@@ -279,6 +280,8 @@
ln -s ./ssh$(EXEEXT) $(DESTDIR)$(bindir)/slogin
-rm -f $(DESTDIR)$(mandir)/$(mansubdir)1/slogin.1
ln -s ./ssh.1 $(DESTDIR)$(mandir)/$(mansubdir)1/slogin.1
+
+install-sysconf:
if [ ! -d $(DESTDIR)$(sysconfdir) ]; then \
$(srcdir)/mkinstalldirs $(DESTDIR)$(sysconfdir); \
fi
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type:...
2001 Feb 12
3
add scp path to _PATH_STDPATH
what do you think about this patch to add the path to scp to
_PATH_STDPATH? is there a better or cleaner way to do this? i'm hoping
to ward off 'scp doesn't work' questions for the next release.
i did *not* add this to a --with-default-path path, because if a user
specifies that, they should control its value completely.
Index: Makefile.in
2001 Feb 12
2
patches for UnixWare v2.x pty (misc.c,configure.in)
..._mask);
- sa.sa_flags = 0;
+ sa.sa_flags = SA_RESTART;
sa.sa_handler = act;
if (sigaction(sig, &sa, 0) == -1)
return (mysig_t) -1;
-------------- next part --------------
--- configure.in.1.235 Mon Feb 12 11:09:14 2001
+++ configure.in Mon Feb 12 09:13:34 2001
@@ -196,6 +196,15 @@
mansubdir=cat
LIBS="$LIBS -lgen -lnsl -lucb"
;;
+*-*-sysv4.2uw2*)
+ CPPFLAGS="$CPPFLAGS -I/usr/local/include"
+ LDFLAGS="$LDFLAGS -L/usr/local/lib"
+ MANTYPE='$(CATMAN)'
+ AC_DEFINE(USE_PIPES)
+ TEST_MINUS_S_SHELL="/usr/bin/ksh"
+ mansubdir=cat
+ enable_sui...