Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
L
lyskom-server-ceder-1616-generations-topgit
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Per Cederqvist
lyskom-server-ceder-1616-generations-topgit
Commits
29fe4c7e
Commit
29fe4c7e
authored
31 years ago
by
Per Cederqvist
Browse files
Options
Downloads
Patches
Plain Diff
Include GNU regex in the distribution.
Release 1.4.1.
parent
7c232a2f
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
ChangeLog
+9
-0
9 additions, 0 deletions
ChangeLog
INSTALL
+13
-2
13 additions, 2 deletions
INSTALL
Makefile
+3
-2
3 additions, 2 deletions
Makefile
with
25 additions
and
4 deletions
ChangeLog
+
9
−
0
View file @
29fe4c7e
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
...
...
This diff is collapsed.
Click to expand it.
INSTALL
+
13
−
2
View file @
29fe4c7e
#
# $Id: INSTALL,v 1.1
0
199
2/04/14 19:19:43
ceder Exp $
# $Id: INSTALL,v 1.1
1
199
3/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
...
...
This diff is collapsed.
Click to expand it.
Makefile
+
3
−
2
View file @
29fe4c7e
#
# $Id: Makefile,v 0.3
7
199
2/09
/0
6
1
9
:0
7
:1
6
ceder Exp $
# $Id: Makefile,v 0.3
8
199
3/10
/0
3
1
6
:0
1
:1
4
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
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment