Were initially missing or wrong

This commit is contained in:
he 1999-06-29 18:37:10 +00:00
parent 0a692c0143
commit 13e9ce0619
9 changed files with 22 additions and 17 deletions

View File

@ -0,0 +1,6 @@
# This file is created automatically by the configure shell script
# which might be called implicitly from the top level makefile.
#
# Thus, changes applied to this file might be LOST after your next
# make. If this is a concern, consider to edit the corresponding
# *.in file instead.

View File

@ -1,4 +1,4 @@
/* $Id: CHANGES,v 1.1 1999/06/29 16:22:34 he Exp $
/* $Id: CHANGES,v 1.2 1999/06/29 18:37:10 he Exp $
# Change log for eftp4Linux
#
# [new] means 'new feature added'
@ -18,18 +18,17 @@
#
$Log: CHANGES,v $
Revision 1.1 1999/06/29 16:22:34 he
eftp4linux EUROFILE implementation initial check in.
Not yet fully integrated in isdn4k-utils build procedure (menu config) yet.
Revision 1.2 1999/06/29 18:37:10 he
Were initially missing or wrong
--------------
Version 0.0.11
--------------
- [new] doc/design.txt added (needs completion)
- [chg] src/* changed directory names and structure which also affects
- [chg] src/*: changed directory names and structure which also affects
#include directives and Makefiles.
- [chg] Support CVS in built procedure.
- [chg] The config file (former /etc/isdn/eft.msn) has been renamed to
eft.conf. If you want want to re-use an already installed
config file, you also need to rename it. Otherwise, the new
script files won't find it.
- [chg] Support for CVS in build procedure.
--------------
Version 0.0.10

View File

@ -158,7 +158,7 @@ insmod x25
or
modprobe x25
Copy the file eft.msn present in the sample directory to the
Copy the file eft.conf present in the examples directory to the
I4LCONFDIR (probably /etc/isdn) and edit it in order to configure
the MSNs to be used by the EUROFILE client and server.

View File

@ -1,4 +1,4 @@
# $Id: Makefile,v 1.1 1999/06/29 16:22:37 he Exp $
# $Id: Makefile,v 1.2 1999/06/29 18:37:12 he Exp $
SHELL = /bin/sh

View File

@ -1,4 +1,4 @@
$Id: README,v 1.1 1999/06/29 16:22:37 he Exp $
$Id: README,v 1.2 1999/06/29 18:37:13 he Exp $
README file for eftp4linux-0.0.10
=================================

View File

@ -1,4 +1,4 @@
$Id: README.CVS,v 1.1 1999/06/29 16:22:38 he Exp $
$Id: README.CVS,v 1.2 1999/06/29 18:37:13 he Exp $
From version 0.0.11, eftp4linux is added to the isdn4linux cvs
repository. This will allow bug fixes to be faster distributed. It

View File

@ -1,5 +1,5 @@
@EFT_AUTOCONF_WARNING@
# generated from $Id: Rules.make.in,v 1.1 1999/06/29 16:22:39 he Exp $
# generated from $Id: Rules.make.in,v 1.2 1999/06/29 18:37:14 he Exp $
CRYPTLIB = @CONFIG_LIBCRYPT@
CONFIG_EFTD_WUAUTH = @CONFIG_EFTD_WUAUTH@
CONFIG_EFTP_READLINE = @CONFIG_EFTP_READLINE@

View File

@ -1,4 +1,4 @@
$Id: TODO,v 1.1 1999/06/29 16:22:40 he Exp $
$Id: TODO,v 1.2 1999/06/29 18:37:14 he Exp $
Important:

View File

@ -1,5 +1,5 @@
dnl Process this file with autoconf to produce a configure script.
dnl $Id: configure.in,v 1.1 1999/06/29 16:22:42 he Exp $
dnl $Id: configure.in,v 1.2 1999/06/29 18:37:15 he Exp $
AC_INIT(COPYING.authlib)