Skip to content
Snippets Groups Projects
Commit 29fe4c7e authored by Per Cederqvist's avatar Per Cederqvist
Browse files

Include GNU regex in the distribution.

Release 1.4.1.
parent 7c232a2f
No related branches found
No related tags found
No related merge requests found
Tue Sep 28 01:01:14 1993 Per Cederqvist (ceder@lysator.liu.se)
* Makefile (distribution): Include src/libraries/regex in the
distribution (thanks to Bo Kullmar).
Fri Sep 24 18:46:45 1993 Per Cederqvist (ceder@lysator.liu.se)
* Makefile: Server version is 1.4.1 (limited distribution).
Sat Dec 19 01:10:21 1992 Per Cederqvist (ceder@mauritz)
* src/libraries/regex: The GNU regexp package, now used in the
......
#
# $Id: INSTALL,v 1.10 1992/04/14 19:19:43 ceder Exp $
# $Id: INSTALL,v 1.11 1993/10/03 16:01:09 ceder Exp $
# Copyright (C) 1991 Lysator Academic Computer Association.
#
# This file is part of the LysKOM server.
......@@ -29,7 +29,7 @@ Requirements:
LysKOM is written in ANSI C, with full prototypes. If your compiler
doesn't support prototypes you'd better get gcc (the GNU C compiler).
It is available freely via anonymous from many sites, e.g. isy.liu.se
(130.236.1.3) or prep.ai.mit.edu (18.71.0.38).
or prep.ai.mit.edu.
Our intention was to write LysKOM as portable as possible.
Unfortunately we have used some constructs that are extensions of gcc
......@@ -58,6 +58,17 @@ edit the Makefiles manually. The only GNU extension we use is the
about 18 Makefiles, you probably will have LysKOM up and running
faster if you fetch GNU Make.
4) libauth
The server can be configured to use the libauth library. It finds out
the username of each person that logs on to the system via the IDENT
protocol. If you want this feature you must also fetch and install
libauth on your system. It is available from
ftp.lysator.liu.se:pub/ident/libs/libauth-<version>.tar.gz.
You can run a lyskom server without this library. Just omit the
RFC_931 define from the config file.
INSTALLING
......
#
# $Id: Makefile,v 0.37 1992/09/06 19:07:16 ceder Exp $
# $Id: Makefile,v 0.38 1993/10/03 16:01:14 ceder Exp $
# Copyright (C) 1991 Lysator Academic Computer Association.
#
# This file is part of the LysKOM server.
......@@ -28,7 +28,7 @@ SCRIPTDIR = $(TOPDIR)/scripts
include $(SCRIPTDIR)/import.make
SUBDIRS = doc junk scripts src config
SERVER-VER = 1.2.5
SERVER-VER = 1.4.1
all: msg includes libraries binaries end-msg
......@@ -101,6 +101,7 @@ distribution: distclean
cp -r src/libraries/libcommon lyskom-$(SERVER-VER)/src/libraries
cp -r src/libraries/libisc-new lyskom-$(SERVER-VER)/src/libraries
cp -r src/libraries/libmisc lyskom-$(SERVER-VER)/src/libraries
cp -r src/libraries/regex lyskom-$(SERVER-VER)/src/libraries
cp -r src/server lyskom-$(SERVER-VER)/src
cp -r src/include lyskom-$(SERVER-VER)/src/include
cp -r db-crypt lyskom-$(SERVER-VER)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment