Displaying 8 results from an estimated 8 matches for "conf_wtmp_loc".
2010 Jun 03
10
[Bug 1774] New: wtmp and lastlog on AIX
...n: AIX
Status: NEW
Severity: normal
Priority: P2
Component: Build system
AssignedTo: unassigned-bugs at mindrot.org
ReportedBy: defrayable at gmail.com
Created attachment 1852
--> https://bugzilla.mindrot.org/attachment.cgi?id=1852
add conf_wtmp_location and conf_lastlog_location for AIX
Configure doesn't determine the wtmp or the lastlog location on AIX.
Modify configure to explicitly add the paths. add conf_wtmp_location
and conf_lastlog_location for AIX
--
Configure bugmail: https://bugzilla.mindrot.org/userprefs.cgi?tab=email
------...
2002 Mar 12
2
sys/queue.h
...TY_KLUDGE)
- AC_DEFINE(HAVE_BOGUS_SYS_QUEUE_H)
inet6_default_4in6=yes
;;
mips-sony-bsd|mips-sony-newsos4)
@@ -175,7 +173,6 @@
CPPFLAGS="$CPPFLAGS -DSUNOS4"
AC_CHECK_FUNCS(getpwanam)
AC_DEFINE(PAM_SUN_CODEBASE)
- AC_DEFINE(HAVE_BOGUS_SYS_QUEUE_H)
conf_utmp_location=/etc/utmp
conf_wtmp_location=/var/adm/wtmp
conf_lastlog_location=/var/adm/lastlog
@@ -185,7 +182,6 @@
CPPFLAGS="$CPPFLAGS -I/usr/local/include"
LDFLAGS="$LDFLAGS -L/usr/local/lib"
LIBS="$LIBS -lc89"
- AC_DEFINE(HAVE_BOGUS_SYS_QUEUE_H)
AC_DEFINE(USE_PIPES)
;;
*-sni-sysv*)
@@ -195,...
2003 Oct 28
4
AIX patch for openssh-3.7.1p2
...&msg) == 0) {
if (msg != NULL) {
*** openssh-3.7.1p2/configure Tue Sep 23 05:55:43 2003
--- openssh-3.7.1p2.patched/configure Tue Oct 28 08:24:57 2003
***************
*** 3100,3105 ****
--- 3100,3106 ----
# Check for some target-specific stuff
case "$host" in
*-*-aix*)
+ conf_wtmp_location=/var/adm/wtmp
CPPFLAGS="$CPPFLAGS -I/usr/local/include"
LDFLAGS="$LDFLAGS -L/usr/local/lib"
echo "$as_me:3105: checking how to specify blibpath for linker ($LD)" >&5
***************
*** 3284,3326 ****
echo $ECHO_N "(cached) $ECHO_C" &...
2000 Aug 01
2
[2.1.1p4] utmp patch for SunOS 4.1.x
...*/
#undef HAVE_USERSEC_H
*** configure.in.orig Fri Jul 14 21:59:14 2000
--- configure.in Mon Jul 31 23:44:12 2000
***************
*** 137,142 ****
--- 137,147 ----
*-*-sunos4*)
CFLAGS="$CFLAGS -DSUNOS4"
AC_CHECK_FUNCS(getpwanam)
+ conf_utmp_location=/etc/utmp
+ conf_wtmp_location=/var/adm/wtmp
+ conf_lastlog_location=/var/adm/lastlog
+ MANTYPE='$(CATMAN)'
+ mansubdir=cat
;;
*-sni-sysv*)
CFLAGS="$CFLAGS -I/usr/local/include"
***************
*** 216,225 ****
fi
# Checks for header files.
! AC_CHECK_HEADERS(bstring....
2000 Jul 26
2
[2.1.1p4] utmp related patches plus unresolved bugs description
...ine LASTLOG_FILE CONF_LASTLOG_FILE
+# endif
+# endif
#endif
--- configure.in.orig-2.1.1p4 Sat Jul 15 00:59:14 2000
+++ configure.in Tue Jul 25 00:23:52 2000
@@ -137,6 +137,11 @@
*-*-sunos4*)
CFLAGS="$CFLAGS -DSUNOS4"
AC_CHECK_FUNCS(getpwanam)
+ conf_utmp_location=/etc/utmp
+ conf_wtmp_location=/var/adm/wtmp
+ conf_lastlog_location=/var/adm/lastlog
+ MANTYPE='$(CATMAN)'
+ mansubdir=cat
;;
*-sni-sysv*)
CFLAGS="$CFLAGS -I/usr/local/include"
========================================================================
2006 Jun 29
1
SunOS 4.1.4 "configure: WARNING" for sys/audit.h and sys/dir.h
...nssh-SNAP-20060626/configure.ac:
429 *-*-sunos4*)
430 CPPFLAGS="$CPPFLAGS -DSUNOS4"
431 AC_CHECK_FUNCS(getpwanam)
432 AC_DEFINE(PAM_SUN_CODEBASE)
+ add this + AC_DEFINE(HAVE_SYS_TYPES_H)
433 conf_utmp_location=/etc/utmp
434 conf_wtmp_location=/var/adm/wtmp
435 conf_lastlog_location=/var/adm/lastlog
436 AC_DEFINE(USE_PIPES)
437 ;;
However, the sys/label.h dependency would take a bit more and I'm
in no hurry to trip over sys/audit.h and sys/labels.h anyway...
Hey - I know SunOS4.1.4 i...
2001 Feb 07
2
Patch for unformatted manpages
...quot;$PATH:/usr/etc"
- MANTYPE='$(CATMAN)'
AC_DEFINE(WITH_IRIX_ARRAY)
AC_DEFINE(WITH_IRIX_PROJECT)
AC_DEFINE(WITH_IRIX_AUDIT)
@@ -116,7 +106,6 @@
no_libsocket=1
no_libnsl=1
AC_DEFINE(BROKEN_INET_NTOA)
- mansubdir=man
;;
*-*-linux*)
no_dev_ptmx=1
@@ -171,46 +160,34 @@
conf_wtmp_location=/var/adm/wtmp
conf_lastlog_location=/var/adm/lastlog
AC_DEFINE(USE_PIPES)
- MANTYPE='$(CATMAN)'
- mansubdir=cat
;;
*-sni-sysv*)
CPPFLAGS="$CPPFLAGS -I/usr/local/include"
LDFLAGS="$LDFLAGS -L/usr/local/lib -L/usr/ucblib"
- MANTYPE='$(CATMAN)'
IPA...
2000 Aug 23
14
Test snapshot
I have just tarred up a snapshot and uploaded it to:
http://www.mindrot.org/misc/openssh/openssh-SNAP-20000823.tar.gz
The snapshot incorporates the last month's fixes and enhancements from
the openssh-unix-dev mailing list and from the OpenBSD developers.
In particular:
- ssh-agent and ssh-add now handle DSA keys. NB. this does not interop
with ssh.com's ssh-agent. (Markus Friedl)