Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Per Cederqvist
lyskom-server-ceder-1616-generations-topgit
Commits
908b372b
Commit
908b372b
authored
Sep 15, 1991
by
Linus Tolke
Browse files
Added copyright note
parent
4751fcf5
Changes
34
Hide whitespace changes
Inline
Side-by-side
Build
View file @
908b372b
#!/bin/sh
# $Id: Build,v 1.7 1991/09/13 20:19:05 ceder Exp $
#
# $Id: Build,v 1.8 1991/09/15 09:54:00 linus Exp $
# Copyright (C) 1991 Lysator Academic Computer Association.
#
# This file is part of the LysKOM server.
#
# LysKOM is free software; you can redistribute it and/or modify it
# under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 1, or (at your option)
# any later version.
#
# LysKOM is distributed in the hope that it will be useful, but WITHOUT
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
# for more details.
#
# You should have received a copy of the GNU General Public License
# along with LysKOM; see the file COPYING. If not, write to
# Lysator, c/o ISY, Linkoping University, S-581 83 Linkoping, SWEDEN,
# or the Free Software Foundation, Inc., 675 Mass Ave, Cambridge,
# MA 02139, USA.
#
# Please mail bug reports to bug-lyskom@lysator.liu.se.
#
# $Id: Build,v 1.8 1991/09/15 09:54:00 linus Exp $
date
make
depend
\
&&
echo
'*** Depend ready. Making libraries. ***'
\
...
...
Config
View file @
908b372b
#!/bin/sh
# $Id: Config,v 1.7 1991/09/08 21:05:05 ceder Exp $
#
# $Id: Config,v 1.8 1991/09/15 09:53:56 linus Exp $
# Copyright (C) 1991 Lysator Academic Computer Association.
#
# This file is part of the LysKOM server.
#
# LysKOM is free software; you can redistribute it and/or modify it
# under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 1, or (at your option)
# any later version.
#
# LysKOM is distributed in the hope that it will be useful, but WITHOUT
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
# for more details.
#
# You should have received a copy of the GNU General Public License
# along with LysKOM; see the file COPYING. If not, write to
# Lysator, c/o ISY, Linkoping University, S-581 83 Linkoping, SWEDEN,
# or the Free Software Foundation, Inc., 675 Mass Ave, Cambridge,
# MA 02139, USA.
#
# Please mail bug reports to bug-lyskom@lysator.liu.se.
#
# $Id: Config,v 1.8 1991/09/15 09:53:56 linus Exp $
x
=
...
...
INSTALL
View file @
908b372b
#
# $Id: INSTALL,v 1.2 1991/09/15 09:53:52 linus Exp $
# Copyright (C) 1991 Lysator Academic Computer Association.
#
# This file is part of the LysKOM server.
#
# LysKOM is free software; you can redistribute it and/or modify it
# under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 1, or (at your option)
# any later version.
#
# LysKOM is distributed in the hope that it will be useful, but WITHOUT
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
# for more details.
#
# You should have received a copy of the GNU General Public License
# along with LysKOM; see the file COPYING. If not, write to
# Lysator, c/o ISY, Linkoping University, S-581 83 Linkoping, SWEDEN,
# or the Free Software Foundation, Inc., 675 Mass Ave, Cambridge,
# MA 02139, USA.
#
# Please mail bug reports to bug-lyskom@lysator.liu.se.
#
Requirements:
1) ANSI C compiler, preferably GNU CC.
...
...
Makefile
View file @
908b372b
#
# $Id: Makefile,v 0.23 1991/09/15 09:53:48 linus Exp $
# Copyright (C) 1991 Lysator Academic Computer Association.
#
# This file is part of the LysKOM server.
#
# LysKOM is free software; you can redistribute it and/or modify it
# under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 1, or (at your option)
# any later version.
#
# LysKOM is distributed in the hope that it will be useful, but WITHOUT
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
# for more details.
#
# You should have received a copy of the GNU General Public License
# along with LysKOM; see the file COPYING. If not, write to
# Lysator, c/o ISY, Linkoping University, S-581 83 Linkoping, SWEDEN,
# or the Free Software Foundation, Inc., 675 Mass Ave, Cambridge,
# MA 02139, USA.
#
# Please mail bug reports to bug-lyskom@lysator.liu.se.
#
include
Topdir.make
SCRIPTDIR
=
$(TOPDIR)
/scripts
...
...
doc/Makefile
View file @
908b372b
#
# $Id: Makefile,v 0.6 1991/09/15 09:54:18 linus Exp $
# Copyright (C) 1991 Lysator Academic Computer Association.
#
# This file is part of the LysKOM server.
#
# LysKOM is free software; you can redistribute it and/or modify it
# under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 1, or (at your option)
# any later version.
#
# LysKOM is distributed in the hope that it will be useful, but WITHOUT
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
# for more details.
#
# You should have received a copy of the GNU General Public License
# along with LysKOM; see the file COPYING. If not, write to
# Lysator, c/o ISY, Linkoping University, S-581 83 Linkoping, SWEDEN,
# or the Free Software Foundation, Inc., 675 Mass Ave, Cambridge,
# MA 02139, USA.
#
# Please mail bug reports to bug-lyskom@lysator.liu.se.
#
include
Topdir.make
SCRIPTDIR
=
$(TOPDIR)
/scripts
...
...
doc/Makefile.template
View file @
908b372b
#
# $Id: Makefile.template,v 0.2 1991/09/15 09:54:15 linus Exp $
# Copyright (C) 1991 Lysator Academic Computer Association.
#
# This file is part of the LysKOM server.
#
# LysKOM is free software; you can redistribute it and/or modify it
# under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 1, or (at your option)
# any later version.
#
# LysKOM is distributed in the hope that it will be useful, but WITHOUT
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
# for more details.
#
# You should have received a copy of the GNU General Public License
# along with LysKOM; see the file COPYING. If not, write to
# Lysator, c/o ISY, Linkoping University, S-581 83 Linkoping, SWEDEN,
# or the Free Software Foundation, Inc., 675 Mass Ave, Cambridge,
# MA 02139, USA.
#
# Please mail bug reports to bug-lyskom@lysator.liu.se.
#
# Makefile for LysKOM
#
###############################################################################
...
...
doc/dbck.latexinfo
View file @
908b372b
\documentstyle
[12pt,latexinfo,lyskom]
{
report
}
\c
-*-latexinfo-*-
\c
$
Id: dbck.latexinfo,v
0
.
2
1991
/
09
/
15
09
:
54
:
11
linus Exp
$
\c
Copyright (C) 1991 Lysator Academic Computer Association.
\c
\c
This file is part of the LysKOM server.
\c
\c
LysKOM is free software; you can redistribute it and/or modify it
\c
under the terms of the GNU General Public License as published by
\c
the Free Software Foundation; either version 1, or (at your option)
\c
any later version.
\c
\c
LysKOM is distributed in the hope that it will be useful, but WITHOUT
\c
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
\c
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
\c
for more details.
\c
\c
You should have received a copy of the GNU General Public License
\c
along with LysKOM; see the file COPYING. If not, write to
\c
Lysator, c/o ISY, Linkoping University, S-581 83 Linkoping, SWEDEN,
\c
or the Free Software Foundation, Inc., 675 Mass Ave, Cambridge,
\c
MA 02139, USA.
\c
\c
Please mail bug reports to bug-lyskom@lysator.liu.se.
\pagestyle
{
empty
}
\begin{document}
...
...
doc/man/Makefile
View file @
908b372b
#
# $Id: Makefile,v 1.8 1991/09/15 09:54:25 linus Exp $
# Copyright (C) 1991 Lysator Academic Computer Association.
#
# This file is part of the LysKOM server.
#
# LysKOM is free software; you can redistribute it and/or modify it
# under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 1, or (at your option)
# any later version.
#
# LysKOM is distributed in the hope that it will be useful, but WITHOUT
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
# for more details.
#
# You should have received a copy of the GNU General Public License
# along with LysKOM; see the file COPYING. If not, write to
# Lysator, c/o ISY, Linkoping University, S-581 83 Linkoping, SWEDEN,
# or the Free Software Foundation, Inc., 675 Mass Ave, Cambridge,
# MA 02139, USA.
#
# Please mail bug reports to bug-lyskom@lysator.liu.se.
#
include
Topdir.make
SCRIPTDIR
=
$(TOPDIR)
/scripts
...
...
doc/man/dbck.8
View file @
908b372b
.\" $Id: dbck.8,v 1.5 1991/08/22 23:57:52 linus Exp $
.\" $Date: 1991/08/22 23:57:52 $
.\" $Id: dbck.8,v 1.6 1991/09/15 09:54:43 linus Exp $
.\" Copyright (C) 1991 Lysator Academic Computer Association.
.\"
.\" This file is part of the LysKOM server.
.\"
.\" LysKOM is free software; you can redistribute it and/or modify it
.\" under the terms of the GNU General Public License as published by
.\" the Free Software Foundation; either version 1, or (at your option)
.\" any later version.
.\"
.\" LysKOM is distributed in the hope that it will be useful, but WITHOUT
.\" ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
.\" FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
.\" for more details.
.\"
.\" You should have received a copy of the GNU General Public License
.\" along with LysKOM; see the file COPYING. If not, write to
.\" Lysator, c/o ISY, Linkoping University, S-581 83 Linkoping, SWEDEN,
.\" or the Free Software Foundation, Inc., 675 Mass Ave, Cambridge,
.\" MA 02139, USA.
.\"
.\" Please mail bug reports to bug-lyskom@lysator.liu.se.
.\"
.\" $Id: dbck.8,v 1.6 1991/09/15 09:54:43 linus Exp $
.\" $Date: 1991/09/15 09:54:43 $
.TH dbck 8 "August 22, 1991"
.SH NAME
dbck - reports and corrects errors in the LysKOM database. This
...
...
doc/man/lyskom.5
View file @
908b372b
.\" $Id: lyskom.5,v 1.3 1991/08/24 11:51:46 linus Exp $
.\" $Date: 1991/08/24 11:51:46 $
.\" $Id: lyskom.5,v 1.4 1991/09/15 09:54:59 linus Exp $
.\" Copyright (C) 1991 Lysator Academic Computer Association.
.\"
.\" This file is part of the LysKOM server.
.\"
.\" LysKOM is free software; you can redistribute it and/or modify it
.\" under the terms of the GNU General Public License as published by
.\" the Free Software Foundation; either version 1, or (at your option)
.\" any later version.
.\"
.\" LysKOM is distributed in the hope that it will be useful, but WITHOUT
.\" ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
.\" FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
.\" for more details.
.\"
.\" You should have received a copy of the GNU General Public License
.\" along with LysKOM; see the file COPYING. If not, write to
.\" Lysator, c/o ISY, Linkoping University, S-581 83 Linkoping, SWEDEN,
.\" or the Free Software Foundation, Inc., 675 Mass Ave, Cambridge,
.\" MA 02139, USA.
.\"
.\" Please mail bug reports to bug-lyskom@lysator.liu.se.
.\"
.\" $Id: lyskom.5,v 1.4 1991/09/15 09:54:59 linus Exp $
.\" $Date: 1991/09/15 09:54:59 $
.TH ramkom 5 "August 24, 1991"
.SH NAME
ramkom - LysKOM
...
...
doc/man/lyskomd.8
View file @
908b372b
.\" $Id: lyskomd.8,v 1.3 1991/08/22 23:41:12 linus Exp $
.\" $Date: 1991/08/22 23:41:12 $
.\" $Id: lyskomd.8,v 1.4 1991/09/15 09:54:39 linus Exp $
.\" Copyright (C) 1991 Lysator Academic Computer Association.
.\"
.\" This file is part of the LysKOM server.
.\"
.\" LysKOM is free software; you can redistribute it and/or modify it
.\" under the terms of the GNU General Public License as published by
.\" the Free Software Foundation; either version 1, or (at your option)
.\" any later version.
.\"
.\" LysKOM is distributed in the hope that it will be useful, but WITHOUT
.\" ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
.\" FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
.\" for more details.
.\"
.\" You should have received a copy of the GNU General Public License
.\" along with LysKOM; see the file COPYING. If not, write to
.\" Lysator, c/o ISY, Linkoping University, S-581 83 Linkoping, SWEDEN,
.\" or the Free Software Foundation, Inc., 675 Mass Ave, Cambridge,
.\" MA 02139, USA.
.\"
.\" Please mail bug reports to bug-lyskom@lysator.liu.se.
.\"
.\" $Id: lyskomd.8,v 1.4 1991/09/15 09:54:39 linus Exp $
.\" $Date: 1991/09/15 09:54:39 $
.TH ramkomd 8 "August 22, 1991"
.SH NAME
ramkomd - LysKOM server
...
...
doc/man/man3/isc3.x
View file @
908b372b
.\" $Id: isc3.x,v 0.2 1991/09/15 09:54:51 linus Exp $
.\" Copyright (C) 1991 Lysator Academic Computer Association.
.\"
.\" This file is part of the LysKOM server.
.\"
.\" LysKOM is free software; you can redistribute it and/or modify it
.\" under the terms of the GNU General Public License as published by
.\" the Free Software Foundation; either version 1, or (at your option)
.\" any later version.
.\"
.\" LysKOM is distributed in the hope that it will be useful, but WITHOUT
.\" ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
.\" FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
.\" for more details.
.\"
.\" You should have received a copy of the GNU General Public License
.\" along with LysKOM; see the file COPYING. If not, write to
.\" Lysator, c/o ISY, Linkoping University, S-581 83 Linkoping, SWEDEN,
.\" or the Free Software Foundation, Inc., 675 Mass Ave, Cambridge,
.\" MA 02139, USA.
.\"
.\" Please mail bug reports to bug-lyskom@lysator.liu.se.
.\"
.\" $Copyright: $
.\" Copyright (c) 1991 Lysator Computer Club, Linkoping University, Sweden
.\" All rights reserved
...
.V= $Header: /home/ceder/convert-lyskomd/cvsroot/lyskom-server/doc/man/man3/Attic/isc3.x,v 0.
1
1991/0
8
/1
2 17:39:55 ceder
Exp $
.V= $Header: /home/ceder/convert-lyskomd/cvsroot/lyskom-server/doc/man/man3/Attic/isc3.x,v 0.
2
1991/0
9
/1
5 09:54:51 linus
Exp $
.TH ISC 3X "\*(V)" "LUNATIX"
.SH NAME
isc_initialize, isc_shutdown, isc_listen, isc_unlisten,
...
...
doc/man/man5/lyskom.5
View file @
908b372b
.\" $Id: lyskom.5,v 1.3 1991/08/24 11:51:46 linus Exp $
.\" $Date: 1991/08/24 11:51:46 $
.\" $Id: lyskom.5,v 1.4 1991/09/15 09:54:59 linus Exp $
.\" Copyright (C) 1991 Lysator Academic Computer Association.
.\"
.\" This file is part of the LysKOM server.
.\"
.\" LysKOM is free software; you can redistribute it and/or modify it
.\" under the terms of the GNU General Public License as published by
.\" the Free Software Foundation; either version 1, or (at your option)
.\" any later version.
.\"
.\" LysKOM is distributed in the hope that it will be useful, but WITHOUT
.\" ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
.\" FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
.\" for more details.
.\"
.\" You should have received a copy of the GNU General Public License
.\" along with LysKOM; see the file COPYING. If not, write to
.\" Lysator, c/o ISY, Linkoping University, S-581 83 Linkoping, SWEDEN,
.\" or the Free Software Foundation, Inc., 675 Mass Ave, Cambridge,
.\" MA 02139, USA.
.\"
.\" Please mail bug reports to bug-lyskom@lysator.liu.se.
.\"
.\" $Id: lyskom.5,v 1.4 1991/09/15 09:54:59 linus Exp $
.\" $Date: 1991/09/15 09:54:59 $
.TH ramkom 5 "August 24, 1991"
.SH NAME
ramkom - LysKOM
...
...
doc/man/man5/ramkom.5
View file @
908b372b
.\" $Id: ramkom.5,v 1.3 1991/08/24 11:51:46 linus Exp $
.\" $Date: 1991/08/24 11:51:46 $
.\" $Id: ramkom.5,v 1.4 1991/09/15 09:54:59 linus Exp $
.\" Copyright (C) 1991 Lysator Academic Computer Association.
.\"
.\" This file is part of the LysKOM server.
.\"
.\" LysKOM is free software; you can redistribute it and/or modify it
.\" under the terms of the GNU General Public License as published by
.\" the Free Software Foundation; either version 1, or (at your option)
.\" any later version.
.\"
.\" LysKOM is distributed in the hope that it will be useful, but WITHOUT
.\" ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
.\" FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
.\" for more details.
.\"
.\" You should have received a copy of the GNU General Public License
.\" along with LysKOM; see the file COPYING. If not, write to
.\" Lysator, c/o ISY, Linkoping University, S-581 83 Linkoping, SWEDEN,
.\" or the Free Software Foundation, Inc., 675 Mass Ave, Cambridge,
.\" MA 02139, USA.
.\"
.\" Please mail bug reports to bug-lyskom@lysator.liu.se.
.\"
.\" $Id: ramkom.5,v 1.4 1991/09/15 09:54:59 linus Exp $
.\" $Date: 1991/09/15 09:54:59 $
.TH ramkom 5 "August 24, 1991"
.SH NAME
ramkom - LysKOM
...
...
doc/man/man8/dbck.8
View file @
908b372b
.\" $Id: dbck.8,v 1.5 1991/08/22 23:57:52 linus Exp $
.\" $Date: 1991/08/22 23:57:52 $
.\" $Id: dbck.8,v 1.6 1991/09/15 09:54:43 linus Exp $
.\" Copyright (C) 1991 Lysator Academic Computer Association.
.\"
.\" This file is part of the LysKOM server.
.\"
.\" LysKOM is free software; you can redistribute it and/or modify it
.\" under the terms of the GNU General Public License as published by
.\" the Free Software Foundation; either version 1, or (at your option)
.\" any later version.
.\"
.\" LysKOM is distributed in the hope that it will be useful, but WITHOUT
.\" ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
.\" FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
.\" for more details.
.\"
.\" You should have received a copy of the GNU General Public License
.\" along with LysKOM; see the file COPYING. If not, write to
.\" Lysator, c/o ISY, Linkoping University, S-581 83 Linkoping, SWEDEN,
.\" or the Free Software Foundation, Inc., 675 Mass Ave, Cambridge,
.\" MA 02139, USA.
.\"
.\" Please mail bug reports to bug-lyskom@lysator.liu.se.
.\"
.\" $Id: dbck.8,v 1.6 1991/09/15 09:54:43 linus Exp $
.\" $Date: 1991/09/15 09:54:43 $
.TH dbck 8 "August 22, 1991"
.SH NAME
dbck - reports and corrects errors in the LysKOM database. This
...
...
doc/man/man8/lyskomd.8
View file @
908b372b
.\" $Id: lyskomd.8,v 1.3 1991/08/22 23:41:12 linus Exp $
.\" $Date: 1991/08/22 23:41:12 $
.\" $Id: lyskomd.8,v 1.4 1991/09/15 09:54:39 linus Exp $
.\" Copyright (C) 1991 Lysator Academic Computer Association.
.\"
.\" This file is part of the LysKOM server.
.\"
.\" LysKOM is free software; you can redistribute it and/or modify it
.\" under the terms of the GNU General Public License as published by
.\" the Free Software Foundation; either version 1, or (at your option)
.\" any later version.
.\"
.\" LysKOM is distributed in the hope that it will be useful, but WITHOUT
.\" ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
.\" FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
.\" for more details.
.\"
.\" You should have received a copy of the GNU General Public License
.\" along with LysKOM; see the file COPYING. If not, write to
.\" Lysator, c/o ISY, Linkoping University, S-581 83 Linkoping, SWEDEN,
.\" or the Free Software Foundation, Inc., 675 Mass Ave, Cambridge,
.\" MA 02139, USA.
.\"
.\" Please mail bug reports to bug-lyskom@lysator.liu.se.
.\"
.\" $Id: lyskomd.8,v 1.4 1991/09/15 09:54:39 linus Exp $
.\" $Date: 1991/09/15 09:54:39 $
.TH ramkomd 8 "August 22, 1991"
.SH NAME
ramkomd - LysKOM server
...
...
doc/man/man8/ramkomd.8
View file @
908b372b
.\" $Id: ramkomd.8,v 1.3 1991/08/22 23:41:12 linus Exp $
.\" $Date: 1991/08/22 23:41:12 $
.\" $Id: ramkomd.8,v 1.4 1991/09/15 09:54:39 linus Exp $
.\" Copyright (C) 1991 Lysator Academic Computer Association.
.\"
.\" This file is part of the LysKOM server.
.\"
.\" LysKOM is free software; you can redistribute it and/or modify it
.\" under the terms of the GNU General Public License as published by
.\" the Free Software Foundation; either version 1, or (at your option)
.\" any later version.
.\"
.\" LysKOM is distributed in the hope that it will be useful, but WITHOUT
.\" ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
.\" FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
.\" for more details.
.\"
.\" You should have received a copy of the GNU General Public License
.\" along with LysKOM; see the file COPYING. If not, write to
.\" Lysator, c/o ISY, Linkoping University, S-581 83 Linkoping, SWEDEN,
.\" or the Free Software Foundation, Inc., 675 Mass Ave, Cambridge,
.\" MA 02139, USA.
.\"
.\" Please mail bug reports to bug-lyskom@lysator.liu.se.
.\"
.\" $Id: ramkomd.8,v 1.4 1991/09/15 09:54:39 linus Exp $
.\" $Date: 1991/09/15 09:54:39 $
.TH ramkomd 8 "August 22, 1991"
.SH NAME
ramkomd - LysKOM server
...
...
doc/man/man8/updateLysKOM.8
View file @
908b372b
.\" $Id: updateLysKOM.8,v 1.1 1991/08/22 19:03:12 linus Exp $
.\" $Date: 1991/08/22 19:03:12 $
.\" $Id: updateLysKOM.8,v 1.2 1991/09/15 09:54:36 linus Exp $
.\" Copyright (C) 1991 Lysator Academic Computer Association.
.\"
.\" This file is part of the LysKOM server.
.\"
.\" LysKOM is free software; you can redistribute it and/or modify it
.\" under the terms of the GNU General Public License as published by
.\" the Free Software Foundation; either version 1, or (at your option)
.\" any later version.
.\"
.\" LysKOM is distributed in the hope that it will be useful, but WITHOUT
.\" ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
.\" FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
.\" for more details.
.\"
.\" You should have received a copy of the GNU General Public License
.\" along with LysKOM; see the file COPYING. If not, write to
.\" Lysator, c/o ISY, Linkoping University, S-581 83 Linkoping, SWEDEN,
.\" or the Free Software Foundation, Inc., 675 Mass Ave, Cambridge,
.\" MA 02139, USA.
.\"
.\" Please mail bug reports to bug-lyskom@lysator.liu.se.
.\"
.\" $Id: updateLysKOM.8,v 1.2 1991/09/15 09:54:36 linus Exp $
.\" $Date: 1991/09/15 09:54:36 $
.TH updateLysKOM 8 "August 22, 1991"
.SH NAME
updateLysKOM - tells the server to save the internal statistics
...
...
doc/man/updateLysKOM.8
View file @
908b372b
.\" $Id: updateLysKOM.8,v 1.1 1991/08/22 19:03:12 linus Exp $
.\" $Date: 1991/08/22 19:03:12 $
.\" $Id: updateLysKOM.8,v 1.2 1991/09/15 09:54:36 linus Exp $
.\" Copyright (C) 1991 Lysator Academic Computer Association.
.\"
.\" This file is part of the LysKOM server.
.\"
.\" LysKOM is free software; you can redistribute it and/or modify it
.\" under the terms of the GNU General Public License as published by
.\" the Free Software Foundation; either version 1, or (at your option)
.\" any later version.
.\"
.\" LysKOM is distributed in the hope that it will be useful, but WITHOUT
.\" ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
.\" FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
.\" for more details.
.\"
.\" You should have received a copy of the GNU General Public License
.\" along with LysKOM; see the file COPYING. If not, write to
.\" Lysator, c/o ISY, Linkoping University, S-581 83 Linkoping, SWEDEN,
.\" or the Free Software Foundation, Inc., 675 Mass Ave, Cambridge,
.\" MA 02139, USA.
.\"
.\" Please mail bug reports to bug-lyskom@lysator.liu.se.
.\"
.\" $Id: updateLysKOM.8,v 1.2 1991/09/15 09:54:36 linus Exp $
.\" $Date: 1991/09/15 09:54:36 $
.TH updateLysKOM 8 "August 22, 1991"
.SH NAME
updateLysKOM - tells the server to save the internal statistics
...
...
scripts/Depend.make
View file @
908b372b
#
# $Id: Depend.make,v 0.2 1991/09/15 09:58:55 linus Exp $
# Copyright (C) 1991 Lysator Academic Computer Association.
#
# This file is part of the LysKOM server.
#
# LysKOM is free software; you can redistribute it and/or modify it
# under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 1, or (at your option)
# any later version.
#
# LysKOM is distributed in the hope that it will be useful, but WITHOUT
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
# for more details.
#
# You should have received a copy of the GNU General Public License
# along with LysKOM; see the file COPYING. If not, write to
# Lysator, c/o ISY, Linkoping University, S-581 83 Linkoping, SWEDEN,
# or the Free Software Foundation, Inc., 675 Mass Ave, Cambridge,
# MA 02139, USA.
#
# Please mail bug reports to bug-lyskom@lysator.liu.se.
#
depend
:
${SED}
'/^# OBJECTS: @@@* #$$/q'
Makefile
>
temp-Makefile
echo
'# This line is generated by "make depend"'
>>
temp-Makefile
...
...
Prev
1
2
Next
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment