Displaying 20 results from an estimated 68 matches for "mantyp".
Did you mean:
mantype
2001 Jun 08
1
configure --with-catman is supposed to be --with-mantype
There's a typo in configure.in that's specifying --with-catman as an
option but the help message says --with-mantype. Here's a patch.
- Dave Dykstra
*** configure.in.old Fri Jun 8 13:23:13 2001
--- configure.in Fri Jun 8 13:17:47 2001
***************
*** 1422,1428 ****
AC_SUBST(INSTALL_SSH_PRNG_CMDS)
! AC_ARG_WITH(catman,
[ --with-mantype=man|cat|doc Set man page type],
[
case "...
2002 Feb 27
2
PATCH: nroff detection wrong, by default uses mantype=cat
Hi,
Just tested the latest snapshot on RHL72 via building RPM's of it.
Nroff detection was wrong, and if no --with-mantype was specified, the
type would always revert to cat. This one-byter fixes it.
--
Pekka Savola "Tell me of difficulties surmounted,
Netcore Oy not those you stumble over and fall"
Systems. Networks. Security. -- Robert Jordan: A Crown of Swords
------...
2019 May 04
4
[PATCH] configure.ac: Add mandoc as valid formatter
Hi,
On systems that have mandoc installed but are missing an nroff binary,
the configure script will fall back to pre-formatted manual pages
despite the fact that mandoc could be used.
The proposed patch adds mandoc as a valid formatter to configure.ac. As
mandoc supports the -mdoc flag, it can simply be added to the list of
nroff-like binaries.
Wolfgang
-------------- next part --------------
2001 Feb 07
2
Patch for unformatted manpages
...ver.o login.o loginrec.o servconf.o serverloop.o md5crypt.o session.o groupaccess.o
-TROFFMAN = scp.1 ssh-add.1 ssh-agent.1 ssh-keygen.1 ssh-keyscan.1 ssh.1 sshd.8 sftp-server.8 sftp.1
-CATMAN = scp.0 ssh-add.0 ssh-agent.0 ssh-keygen.0 ssh-keyscan.0 ssh.0 sshd.0 sftp-server.0 sftp.0
-MANPAGES = @MANTYPE@
+MANPAGES = scp.1 ssh-add.1 ssh-agent.1 ssh-keygen.1 ssh-keyscan.1 ssh.1 sshd.8 sftp-server.8 sftp.1
CONFIGFILES=sshd_config ssh_config primes
@@ -67,6 +64,8 @@
FIXPATHSCMD = $(PERL) $(srcdir)/fixpaths $(PATHSUBS)
+MDOC2MANCMD = $(PERL) $(srcdir)/mdoc2man.pl
+
all: $(TARGETS) $(CONFIGF...
2010 May 02
0
ssh-agent man page misformatted with ./configure --with-mantype=man
I've noticed in 5.4p1 and 5.5p1 that the man page for ssh-agent is misformatted
when using --with-mantype=man.
In DESCRIPTION, all text after -t life is indented. The line that begins "If a
commandline is given..." looks as if it's part of the -t option.
2000 Nov 09
2
SCO Openserver Patch
...CTED_PW is defined. I have
tested 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&quo...
2002 Apr 22
0
[Bug 224] New: configure.ac changes for crays
...y: P2
Component: Build system
AssignedTo: openssh-unix-dev at mindrot.org
ReportedBy: wendyp at cray.com
--- configure.ac.orig Mon Apr 22 14:31:27 2002
+++ configure.ac Mon Apr 22 14:32:48 2002
@@ -236,12 +236,29 @@
AC_CHECK_FUNCS(getluid setluid)
MANTYPE=man
;;
+*-*-unicosmk*)
+ no_libsocket=1
+ no_libnsl=1
+ not_sco=1
+ MANTYPE=cat
+ AC_DEFINE(USE_PIPES)
+ AC_DEFINE(LOGIN_NEEDS_UTMPX)
+ AC_DEFINE(USE_UTMP)
+ AC_DEFINE(USE_WTMP)
+ LDFLAGS="$LDFLAGS -L/usr/local/lib"
+ LI...
2002 Apr 22
0
[Bug 224] configure.ac changes for crays
...endyp at cray.com 2002-04-23 09:12 -------
sorry, slight error with that last patch.
try this instead (with 22 april snapshot):
--- configure.ac.orig Mon Apr 22 14:31:27 2002
+++ configure.ac Mon Apr 22 14:32:48 2002
@@ -236,12 +236,29 @@
AC_CHECK_FUNCS(getluid setluid)
MANTYPE=man
;;
+*-*-unicosmk*)
+ no_libsocket=1
+ no_libnsl=1
+ not_sco=1
+ MANTYPE=cat
+ AC_DEFINE(USE_PIPES)
+ AC_DEFINE(LOGIN_NEEDS_UTMPX)
+ AC_DEFINE(USE_UTMP)
+ AC_DEFINE(USE_WTMP)
+ LDFLAGS="$LDFLAGS"
+ LIBS="$LIBS -l...
2002 Mar 12
2
sys/queue.h
...before libc,
# otherwise you will find lots of "SIOCGPGRP errno 22" on syslog
@@ -227,7 +222,6 @@
AC_DEFINE(USE_PIPES)
AC_DEFINE(HAVE_SCO_PROTECTED_PW)
AC_DEFINE(DISABLE_SHADOW)
- AC_DEFINE(HAVE_BOGUS_SYS_QUEUE_H)
AC_DEFINE(BROKEN_SAVED_UIDS)
AC_CHECK_FUNCS(getluid setluid)
MANTYPE=man
@@ -242,7 +236,6 @@
AC_DEFINE(USE_PIPES)
AC_DEFINE(HAVE_SCO_PROTECTED_PW)
AC_DEFINE(DISABLE_SHADOW)
- AC_DEFINE(HAVE_BOGUS_SYS_QUEUE_H)
AC_CHECK_FUNCS(getluid setluid)
MANTYPE=man
;;
@@ -327,7 +320,7 @@
netinet/in_systm.h paths.h poll.h pty.h \
rpc/types.h security/pam_appl.h s...
2004 Dec 27
0
[patch] some buildsystem fixes for crosscompiling
...quot; ; then
@@ -2115,13 +2153,14 @@
)
fi
fi
+if test "$cross_compiling" != yes; then
AC_CHECK_FILE("/dev/ptc",
[
AC_DEFINE_UNQUOTED(HAVE_DEV_PTS_AND_PTC)
have_dev_ptc=1
]
)
-
+fi
# Options from here on. Some of these are preset by platform above
AC_ARG_WITH(mantype,
[ --with-mantype=man|cat|doc Set man page type],
@@ -2215,15 +2254,18 @@
fi
# check for /etc/default/login and use it if present.
+#if test "$cross_compiling" != yes; then
AC_ARG_ENABLE(etc-default-login,
[ --disable-etc-default-login Disable using PATH from /etc/defau...
2002 Feb 08
3
[Bug 68] Manpage for ssh-add and scp missing after "make install"
http://bugzilla.mindrot.org/show_bug.cgi?id=68
------- Additional Comments From Todd.Bowden at atosorigin.com 2002-02-09 00:53 -------
The comments are below.
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
2001 Oct 08
1
Ported OpenSSH 2.9.9p2 to Dynix
...conf_utmpx_location="/var/adm/utmpx"
+ cat >> confdefs.h <<\EOF
+ #define USE_PIPES 1
+ EOF
+
+ cat >> confdefs.h <<\EOF
+ #define BROKEN_SAVED_UIDS 1
+ EOF
+
+ cat >> confdefs.h <<\EOF
+ #define LOGIN_NEEDS_UTMPX 1
+ EOF
+
+ MANTYPE=cat
+ ;;
*-*-sysv4.2*)
CPPFLAGS="$CPPFLAGS -I/usr/local/include"
LDFLAGS="$LDFLAGS -L/usr/local/lib"
*** uidswap.c Thu Apr 26 15:10:15 2001
--- uidswap.c.new Mon Oct 8 11:33:42 2001
***************
*** 85,91 ****
if (setgroups(user_groupslen, us...
2002 Jun 26
1
[Bug 302] New: make install reports that separation user does not exist...
...s2.8/3.0.3/specs
Configured with: ../gcc-3.0.3/configure --enable-shared : (reconfigured)
../gcc-3.0.3/configure --enable-shared --with-gnu-as --with-gnu-ld
--enable-libgcj
Thread model: posix
gcc version 3.0.3adudek at raistlin: ~/openssh-3.4p1/ >./configure
--with-xauth=/usr/openwin/bin --with-mantype=man --with-md5-passwords
--with-ipaddr-display --with-ipv4-default --with-4in6 --sysconfdir=/etc/ssh
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
2002 Jun 20
0
[Bug 281] New: unable to authorize with local shadow password
...b4 authentication, local passwords are
not accepted.
CC="cc -n32" CFLAGS="-I/usr/local/include -I/usr/include" LDFLAGS="-L/usr/loca
l/lib -L/usr/lib32" ./configure --prefix=/usr/local
--with-tcp-wrappers=/usr/local/lib32/libwrap.a --with-ssl-dir=/usr/local/ssl
--with-mantype=man --with-kerberos4=/usr/athena --with-afs=/usr/afs
--with-zlib=/usr/local/lib32/libz.a --with-rand-helper
CC="cc -n32" CFLAGS="-I/usr/local/include -I/usr/include" LDFLAGS="-L/usr/loca
l/lib -L/usr/lib32" ./configure --prefix=/usr/local
--with-tcp-wrappers=/usr/loc...
2002 Jan 17
0
[Bug 71] New: configure is looking for zlib but I don't have one and I can't turn zlib off.
...--with-tcp-wrappers=/usr/lsd/$osname \
--with-pam \
--with-ssl-dir=/usr/lsd/$osname \
--with-rsh=/usr/bin \
--with-xauth=/usr/openwin/bin \
--with-mantype=man \
--with-md5-passwords \
--with-ipaddr-display \
--with-ipv4-default \
--with-4in6 \
--with-bsd-auth...
2002 Apr 01
0
[Bug 198] New: Error getting file with sftp on old F-Secure servers
...rypt.o session.o groupaccess.o auth-skey.o auth-bsdauth.o
MANPAGES = scp.1.out ssh-add.1.out ssh-agent.1.out ssh-keygen.1.out ssh-
keyscan.1.out ssh.1.out sshd.8.out sftp-server.8.out sftp.1.out
MANPAGES_IN = scp.1 ssh-add.1 ssh-agent.1 ssh-keygen.1 ssh-keyscan.1 ssh.1
sshd.8 sftp-server.8 sftp.1
MANTYPE = man
CONFIGFILES=sshd_config.out ssh_config.out moduli.out
CONFIGFILES_IN=sshd_config ssh_config moduli
PATHSUBS = \
-D/etc/ssh/ssh_config=$(sysconfdir)/ssh_config \
-D/etc/ssh/ssh_known_hosts=$(sysconfdir)/ssh_known_hosts \
-D/etc/ssh/sshd_config=$(sysconfdir)/sshd_config \
-D/usr/libexec...
2001 Aug 20
4
[PATCH] some patches for Fujitsu-Siemens ReliantUNIX, minor fixes and XXXes
.... No PAM on ReliantUNIX, so not libdl,
thus no binding. Ouch! :-)
I made an XXX fix for ReliantUNIX and left it for someone else to
de-nest the dlopen() check in configure.in. Sorry, but it's beyond my
understanding of autoconf. BTW: Why does autoconf-2.50 bounce on
configure.in?
- --with-mantype
configure tells about --with-mantype, but checked for --with-catman
- /etc/default/login
There is a file /etc/default/login on Solaris 2.x and ReliantUNIX. See
http://docs.sun.com/ab2/coll.40.6/REFMAN1/@Ab2PageView/171170
for a description. It handles things like setting a different PATH...
2002 Apr 03
2
cross compilation?
...CHECK_FILE("/dev/ptc",
-
[
-
AC_DEFINE_UNQUOTED(HAVE_DEV_PTS_AND_PTC)
-
have_dev_ptc=1
-
]
-)
+
+if test -f "/dev/ptc" ; then
+
AC_DEFINE_UNQUOTED(HAVE_DEV_PTS_AND_PTC)
+
have_dev_ptc=1
+fi
# Options from here on. Some of these are preset by platform above
AC_ARG_WITH(mantype,
--- sftp-glob.c.orig Tue Feb 12 19:10:33 2002
+++ sftp-glob.c Wed Mar 27 14:27:30 2002
@@ -78,12 +78,9 @@
* Solaris defines dirent->d_name as a one byte array and expects
* you to hack around it.
*/
-#ifdef BROKEN_ONE_BYTE_DIRENT_D_NAME
-
strlcpy(ret->d_name, od->dir[od...
2002 Mar 26
0
[Bug 187] New: ssh-keygen not converting from and to SECSH standard correctly
...rypt.o session.o groupaccess.o auth-skey.o auth-bsdauth.o
MANPAGES = scp.1.out ssh-add.1.out ssh-agent.1.out ssh-keygen.1.out ssh-
keyscan.1.out ssh.1.out sshd.8.out sftp-server.8.out sftp.1.out
MANPAGES_IN = scp.1 ssh-add.1 ssh-agent.1 ssh-keygen.1 ssh-keyscan.1 ssh.1
sshd.8 sftp-server.8 sftp.1
MANTYPE = man
CONFIGFILES=sshd_config.out ssh_config.out moduli.out
CONFIGFILES_IN=sshd_config ssh_config moduli
PATHSUBS = \
-D/etc/ssh/ssh_config=$(sysconfdir)/ssh_config \
-D/etc/ssh/ssh_known_hosts=$(sysconfdir)/ssh_known_hosts \
-D/etc/ssh/sshd_config=$(sysconfdir)/sshd_config \
-D/usr/libexec...
2003 Oct 08
2
[Bug 735] ssh-keygen, SunOS 4.1.4, Undefined symbol _strtoul
http://bugzilla.mindrot.org/show_bug.cgi?id=735
Summary: ssh-keygen, SunOS 4.1.4, Undefined symbol _strtoul
Product: Portable OpenSSH
Version: -current
Platform: Sparc
OS/Version: SunOS
Status: NEW
Severity: major
Priority: P2
Component: ssh-keygen
AssignedTo: openssh-bugs at mindrot.org