From 13e9ce061948cb598f4e32538d10a94d73ac8cea Mon Sep 17 00:00:00 2001 From: he Date: Tue, 29 Jun 1999 18:37:10 +0000 Subject: [PATCH] Were initially missing or wrong --- eurofile/.autoconf_warning | 6 ++++++ eurofile/CHANGES | 19 +++++++++---------- eurofile/INSTALL | 2 +- eurofile/Makefile | 2 +- eurofile/README | 2 +- eurofile/README.CVS | 2 +- eurofile/Rules.make.in | 2 +- eurofile/TODO | 2 +- eurofile/configure.in | 2 +- 9 files changed, 22 insertions(+), 17 deletions(-) create mode 100644 eurofile/.autoconf_warning diff --git a/eurofile/.autoconf_warning b/eurofile/.autoconf_warning new file mode 100644 index 00000000..ca31bb7d --- /dev/null +++ b/eurofile/.autoconf_warning @@ -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. diff --git a/eurofile/CHANGES b/eurofile/CHANGES index 49e4b51a..a79643a1 100644 --- a/eurofile/CHANGES +++ b/eurofile/CHANGES @@ -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 diff --git a/eurofile/INSTALL b/eurofile/INSTALL index 79a62a8f..9cf23f84 100644 --- a/eurofile/INSTALL +++ b/eurofile/INSTALL @@ -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. diff --git a/eurofile/Makefile b/eurofile/Makefile index 744a6b23..6b3e0b92 100644 --- a/eurofile/Makefile +++ b/eurofile/Makefile @@ -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 diff --git a/eurofile/README b/eurofile/README index a6d7bf1a..29ae6279 100644 --- a/eurofile/README +++ b/eurofile/README @@ -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 ================================= diff --git a/eurofile/README.CVS b/eurofile/README.CVS index 99b2aac2..df9a8588 100644 --- a/eurofile/README.CVS +++ b/eurofile/README.CVS @@ -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 diff --git a/eurofile/Rules.make.in b/eurofile/Rules.make.in index 6e901a77..832b91d4 100644 --- a/eurofile/Rules.make.in +++ b/eurofile/Rules.make.in @@ -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@ diff --git a/eurofile/TODO b/eurofile/TODO index d4322d49..ba8d6316 100644 --- a/eurofile/TODO +++ b/eurofile/TODO @@ -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: diff --git a/eurofile/configure.in b/eurofile/configure.in index b37b9cf4..09d4206f 100644 --- a/eurofile/configure.in +++ b/eurofile/configure.in @@ -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)