search for: lucb

Displaying 10 results from an estimated 10 matches for "lucb".

Did you mean: luca
2001 Oct 08
1
Ported OpenSSH 2.9.9p2 to Dynix
...ere are the old-style contextual diffs (obtained with 'diff -c' on the Dynix box) of the two files I had to change: *** configure Sat Jun 16 17:09:50 2001 --- configure.new Mon Oct 8 11:33:09 2001 *************** *** 1960,1965 **** --- 1960,1985 ---- LIBS="$LIBS -lgen -lnsl -lucb" ;; + *-sequent-sysv4*) + CPPFLAGS="$CPPFLAGS -I/usr/local/include" + LDFLAGS="$LDFLAGS -L/usr/local/lib" + LIBS="$LIBS -lnsl -lsec" + rsh_path="/usr/bin/resh" + conf_utmpx_location="/var/adm/utmpx" +...
1998 Oct 15
1
Problem to map home dir
...# AWK = nawk # This is for UXP/DS # contributed by dsfrost@oai6.yk.fujitsu.co.jp # FLAGSM = -DSVR4 -DSHADOW_PWD # LIBSM = -lsocket -lnsl # This is for SVR4 # Contributed by mark@scot1.ucsalf.ac.uk # FLAGSM = -DSVR4 -DSHADOW_PWD -DALLOW_CHANGE_PASSWORD # LIBSM = -lsocket -lnsl -lc -L/usr/ucblib -lucb # This is for the Motorola 88xxx/9xx range of machines # Contributed by RPE@monnet.com # FLAGSM = -DSVR4 -DSHADOW_PWD -DGETTIMEOFDAY1 # LIBSM = -lsocket -lnsl -lc -L/usr/ucblib -lucb # This is for UnixWare 1.x. # Contributed by Warren Young <tkennedy@cyberport.com> #FLAGSM = -Xa -DSVR4 -D...
2004 Jul 05
9
[Bug 893] With Reliant Unix (5.44/5.45) a connection fails if the host isn’t known in DNS
http://bugzilla.mindrot.org/show_bug.cgi?id=893 Summary: With Reliant Unix (5.44/5.45) a connection fails if the host isn?t known in DNS Product: Portable OpenSSH Version: 3.8p1 Platform: MIPS OS/Version: other Status: NEW Severity: critical Priority: P2 Component: ssh
2000 Jul 10
1
OpenSSH port to ReliantUNIX
...openssh-2.1.1p2/configure Mon Jul 10 15:16:05 2000 @@ -1442,6 +1442,13 @@ done ;; +*-sni-sysv*) + CFLAGS="$CFLAGS -I/usr/local/include" + LDFLAGS="$LDFLAGS -L/usr/local/lib -L/usr/ucblib" + MANTYPE='$(CATMAN)' + mansubdir=cat + LIBS="$LIBS -lgen -lnsl -lsocket -lucb" + ;; *-*-sysv*) CFLAGS="$CFLAGS -I/usr/local/include" LDFLAGS="$LDFLAGS -L/usr/local/lib" diff -ru openssh-2.1.1p2.orig/packet.c openssh-2.1.1p2/packet.c --- openssh-2.1.1p2.orig/packet.c Thu Jun 22 13:32:31 2000 +++ openssh-2.1.1p2/packet.c Mon Jul 10 15:28:10 2000 @...
2001 Feb 13
1
configure.in reorder patch
...lbsd"; AC_DEFINE(HAVE_LOGIN)])] -) - -AC_CHECK_FUNC(daemon, - [AC_DEFINE(HAVE_DAEMON)], - [AC_CHECK_LIB(bsd, daemon, [LIBS="$LIBS -lbsd"; AC_DEFINE(HAVE_DAEMON)])] -) - -AC_CHECK_FUNC(getpagesize, - [AC_DEFINE(HAVE_GETPAGESIZE)], - [AC_CHECK_LIB(ucb, getpagesize, [LIBS="$LIBS -lucb"; AC_DEFINE(HAVE_GETPAGESIZE)])] -) - -# Check for broken snprintf -if test "x$ac_cv_func_snprintf" = "xyes" ; then - AC_MSG_CHECKING([whether snprintf correctly terminates long strings]) - AC_TRY_RUN( - [ -#include <stdio.h> -int main(void){char b[5];snprintf(b,5,&q...
2001 Feb 12
2
patches for UnixWare v2.x pty (misc.c,configure.in)
...A_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_suid_ssh=no + ;; *-*-sysv4.2*) CPPFLAGS=&...
2001 Aug 20
4
[PATCH] some patches for Fujitsu-Siemens ReliantUNIX, minor fixes and XXXes
Hi, attached please find some patches for ReliantUNIX. This was tested under Reliant UNIX V5.43C40 with Compiler CDSDEV V2.0C00. Here is what I did: - there is a common misunderstanding how to use /usr/libucb/libucb.a: There are some library functions only in libucb.a under ReliantUNIX, so one needs to bind it. The problem is: there are some other functions in this library you should never
2000 Aug 26
0
New chroot patch, for 2.1.1p4
...k\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_func_getpagesize=yes" else @@ -2488,7 +2490,7 @@ else echo "$ac_t""no" 1>&6 echo $ac_n "checking for getpagesize in -lucb""... $ac_c" 1>&6 -echo "configure:2492: checking for getpagesize in -lucb" >&5 +echo "configure:2494: checking for getpagesize in -lucb" >&5 ac_lib_var=`echo ucb'_'getpagesize | sed 'y%./+-%__p_%'` if eval "test \"`...
2001 Feb 07
2
Patch for unformatted manpages
...ubdir=cat ;; *-sni-sysv*) CPPFLAGS="$CPPFLAGS -I/usr/local/include" LDFLAGS="$LDFLAGS -L/usr/local/lib -L/usr/ucblib" - MANTYPE='$(CATMAN)' IPADDR_IN_DISPLAY=yes AC_DEFINE(USE_PIPES) AC_DEFINE(IP_TOS_IS_BROKEN) - mansubdir=cat LIBS="$LIBS -lgen -lnsl -lucb" ;; *-*-sysv4.2*) CPPFLAGS="$CPPFLAGS -I/usr/local/include" LDFLAGS="$LDFLAGS -L/usr/local/lib" - MANTYPE='$(CATMAN)' - mansubdir=cat enable_suid_ssh=no ;; *-*-sysv5*) CPPFLAGS="$CPPFLAGS -I/usr/local/include" LDFLAGS="$LDFLAGS -L/usr/...
2000 Oct 04
0
2.2.0p1 chroot patch
...k\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_func_getpagesize=yes" else @@ -2555,7 +2557,7 @@ else echo "$ac_t""no" 1>&6 echo $ac_n "checking for getpagesize in -lucb""... $ac_c" 1>&6 -echo "configure:2559: checking for getpagesize in -lucb" >&5 +echo "configure:2561: checking for getpagesize in -lucb" >&5 ac_lib_var=`echo ucb'_'getpagesize | sed 'y%./+-%__p_%'` if eval "test \"`...