diff --git a/CHANGES b/CHANGES index 8b782ad..c313476 100644 --- a/CHANGES +++ b/CHANGES @@ -1,6 +1,12 @@ CHANGES ======= +version 8.2.2 (May 28, 2018): + - fixes for OpenSSL 1.1+ - patch by Eneas U de Queiroz + + - adjustments to documentation after move to github + - removal of old RCS/CVS tags since we have git + version 8.2.1 (Jun 2, 2015): - added TCP keepalives between client and server - TCP-based consoles already had the code - this was mostly an oversight @@ -958,7 +964,3 @@ version 6.05: before version 6.05: - Many, many variations. Nothing was tracked well. Bug fixes and enhancements of various types were applied. - -# -# $Id: CHANGES,v 1.251 2015/06/02 17:33:29 bryan Exp $ -# diff --git a/FAQ b/FAQ index 59100bf..836337c 100644 --- a/FAQ +++ b/FAQ @@ -184,7 +184,3 @@ directed to faq@conserver.com. The FAQ answers the following questions: - Have you tried a search on the conserver site (it searches mailing list traffic as well) to see if someone else has gone through the same problem? - -# -# $Id: FAQ,v 1.9 2003/08/23 19:27:10 bryan Exp $ -# diff --git a/INSTALL b/INSTALL index bd293c2..f1ed457 100644 --- a/INSTALL +++ b/INSTALL @@ -286,8 +286,3 @@ Other Information And Gotchas connecting to servers, you might be tickling this bug and you can upgrade the compiler, turn off the optimization, or apply this code change. - - -# -# $Id: INSTALL,v 1.41 2014/04/20 06:45:07 bryan Exp $ -# diff --git a/PROTOCOL b/PROTOCOL index cf9297e..bb393fa 100644 --- a/PROTOCOL +++ b/PROTOCOL @@ -300,7 +300,3 @@ The more "interesting" escape sequences are the following. " -- attached (nologging)]" " -- attached]" " -- spy mode]" - -# -# $Id: PROTOCOL,v 1.2 2005/09/05 21:54:03 bryan Exp $ -# diff --git a/README b/README index abfaf2d..64a598c 100644 --- a/README +++ b/README @@ -7,64 +7,33 @@ Maintainer/Enhancer Bryan Stansell (bryan@conserver.com) +Overview + + Conserver is an application that allows multiple users to watch a + serial console at the same time. It can log the data, allows users to + take write-access of a console (one at a time), and has a variety of + bells and whistles to accentuate that basic functionality. The idea is + that conserver will log all your serial traffic so you can go back and + review why something crashed, look at changes (if done on the console), + or tie the console logs into a monitoring system (just watch the + logfiles it creates). With multi-user capabilities you can work on + equipment with others, mentor, train, etc. It also does all that + client-server stuff so that, assuming you have a network connection, + you can interact with any of the equipment from home or wherever. + + Documentation - See the INSTALL file for installation, the conserver.html file for - an overview, and the man pages for specifics. + See the INSTALL file for installation and the man pages for specifics. Downloading - The latest version can be found at http://www.conserver.com/ - (US-West). - - Mirrors of the site are at: - - Australia http://planetmirror.com/pub/conserver/ - Ireland http://conserver.oss-mirror.org/ - Germany http://conserver.linux-mirror.org/ - Russia http://conserver.rinet.ru/ - - -Systems Tested - - Here's a list of systems that I've been told can successfully - compile conserver. If anyone has more to add to this list (or - something on the list doesn't work any more), please let me know. - - AIX 4.3.3/5.1/5.2, native cc - BSDI BSD/OS 3.X, gcc - Cygwin (w2k),gcc 2.95.3 - DEC Tru64 4.0, gcc - DEC Tru64 4.0/5.1, native cc - FreeBSD 4.x (i386) gcc - FreeBSD 5.x (i386/amd64/sparc64) gcc - FreeBSD 6.x/7.x (i386/amd64/sparc64/ia64) gcc - HP-UX 10.20, gcc - HP-UX 11.10 parisc and ia64, native cc - Irix 6.15, native cc - Linux 2.2.18 (x86), gcc - Linux 2.4.2 (x86), gcc - Linux ia64, native gcc - Linux RedHat 6.2 and 7.2 (x86), native gcc - MacOS X, native gcc - Solaris 2.5.1 thru 9 (sparc/x86), gcc - Solaris 7/8, native cc - Solaris 10 and Solaris Express (build 33) (x86), gcc and native cc + The latest version can be found via http://www.conserver.com/ or + directly from https://github.com/conserver/conserver/. Contributions Contributions distributed with the code can be found in the contrib - subdirectory. Other tools that complement conserver are listed - below. - - Zinc - ---- - According to the website, Zinc is a console log output management - program. For more information, visit the website at: - http://www.columbia.edu/acis/sy/unixdev/zinc - -# -# $Id: README,v 1.26 2006/04/16 17:45:08 bryan Exp $ -# + subdirectory. diff --git a/TODO b/TODO index 2c5d494..5df74ff 100644 --- a/TODO +++ b/TODO @@ -106,7 +106,3 @@ Bryan Stansell - quick-recheck of down consoles (for uds) and possibly only log state changes (instead of each try) : DJ Gregor - -# -# $Id: TODO,v 1.56 2006/04/03 22:20:34 bryan Exp $ -# diff --git a/autologin/INSTALL.old b/autologin/INSTALL.old index f6cec52..f036953 100644 --- a/autologin/INSTALL.old +++ b/autologin/INSTALL.old @@ -1,5 +1,3 @@ -# $Id: INSTALL.old,v 1.1 2003/11/04 02:36:24 bryan Exp $ - To install this program you need root access and access to the physical console of the machine (either through the console server or via the physical world). diff --git a/autologin/README b/autologin/README index 3a5a3d9..8e8186b 100644 --- a/autologin/README +++ b/autologin/README @@ -15,7 +15,3 @@ No one I've ever talked to found a need for something like autologin. Good luck. Bryan Stansell - -# -# $Id: README,v 1.2 2002/09/23 21:08:42 bryan Exp $ -# diff --git a/autologin/README.old b/autologin/README.old index 21c9f65..c3905d6 100644 --- a/autologin/README.old +++ b/autologin/README.old @@ -1,5 +1,3 @@ -# $Id: README.old,v 1.1 2003/11/04 02:36:24 bryan Exp $ - This program can be used to put a root shell on the console at boot time. See the manual page. diff --git a/autologin/autologin.c b/autologin/autologin.c index 70ec43e..fcc2a7d 100644 --- a/autologin/autologin.c +++ b/autologin/autologin.c @@ -68,9 +68,6 @@ * Global variables */ -#ifndef lint -char *rcsid = "$Id: autologin.c,v 1.28 2014/04/20 06:45:07 bryan Exp $"; -#endif /* not lint */ extern char *progname; gid_t awGrps[NGROUPS_MAX]; int iGrps = 0; diff --git a/autologin/autologin.m b/autologin/autologin.m index d150773..5453ae2 100644 --- a/autologin/autologin.m +++ b/autologin/autologin.m @@ -1,7 +1,5 @@ # mkcmd parser for autologin program %% -static char *rcsid = - "$Id: autologin.m,v 1.1 2003/11/04 02:36:24 bryan Exp $"; %% integer variable "iErrs" { diff --git a/autologin/autologin.man b/autologin/autologin.man index e07a653..3c5add7 100644 --- a/autologin/autologin.man +++ b/autologin/autologin.man @@ -1,4 +1,3 @@ -.\" $Id: autologin.man,v 1.2 2004/03/23 18:32:06 bryan Exp $ .TH AUTOLOGIN 8L PUCC .SH NAME autologin \- create an automatic login session from /etc/inittab diff --git a/autologin/main.c b/autologin/main.c index 302bdbe..dab3fef 100644 --- a/autologin/main.c +++ b/autologin/main.c @@ -81,8 +81,7 @@ getopt(int nargc, char **nargv, char *ostr) #endif /* ! HAVE_GETOPT */ char - *progname = - "$Id: main.c,v 1.3 2014/04/20 06:45:07 bryan Exp $", *au_terse[] = { + *progname = "", *au_terse[] = { " [-u] [-c cmd] [-e env=value] [-g group] [-l login] [-t tty]", " -h", " -V", @@ -105,8 +104,6 @@ int # define u_terse (au_terse[0]) #endif -static char *rcsid = "$Id: main.c,v 1.3 2014/04/20 06:45:07 bryan Exp $"; - /* * parser */ @@ -174,7 +171,7 @@ main(int argc, char **argv) fMakeUtmp = 0; continue; case 'V': - printf("%s: %s\n", progname, rcsid); + printf("%s\n", progname); exit(0); } break; diff --git a/conserver.cf/INSTALL b/conserver.cf/INSTALL index 23d5073..4e8b2b5 100644 --- a/conserver.cf/INSTALL +++ b/conserver.cf/INSTALL @@ -5,7 +5,3 @@ then modify extensively. The man page for conserver.cf and conserver.passwd should explain the files with enough detail to get you going. That's about it. Good luck. - -# -# $Id: INSTALL,v 1.4 2005/05/21 13:47:18 bryan Exp $ -# diff --git a/conserver.cf/conserver.cf.man b/conserver.cf/conserver.cf.man index 676a6cf..cc8cdbb 100644 --- a/conserver.cf/conserver.cf.man +++ b/conserver.cf/conserver.cf.man @@ -1,5 +1,4 @@ -.\" $Id: conserver.cf.man,v 1.86 2015/06/02 17:19:31 bryan Exp $ -.TH CONSERVER.CF 5 "2015/06/02" "conserver-8.2.1" "conserver" +.TH CONSERVER.CF 5 "2018/05/28" "conserver-8.2.2" "conserver" .SH NAME conserver.cf \- console configuration file for .BR conserver (8) diff --git a/conserver.cf/conserver.passwd.man b/conserver.cf/conserver.passwd.man index 998e3f5..cf7875b 100644 --- a/conserver.cf/conserver.passwd.man +++ b/conserver.cf/conserver.passwd.man @@ -1,5 +1,4 @@ -.\" $Id: conserver.passwd.man,v 1.10 2004/01/08 16:12:33 bryan Exp $ -.TH CONSERVER.PASSWD 5 "2004/01/08" "conserver-8.2.1" "conserver" +.TH CONSERVER.PASSWD 5 "2018/05/28" "conserver-8.2.2" "conserver" .SH NAME conserver.passwd \- user access information for .BR conserver (8) diff --git a/conserver.cf/label.ps b/conserver.cf/label.ps index ebe3e45..89afc39 100644 --- a/conserver.cf/label.ps +++ b/conserver.cf/label.ps @@ -1,5 +1,4 @@ %!PS-Adobe-2.0 EPSF-1.2 -%%$Id: label.ps,v 1.1 2003/11/04 02:36:26 bryan Exp $ %%Title: RJ-11 %%Creator: A Braunsdorf %%CreationDate: diff --git a/conserver.cf/test.cf b/conserver.cf/test.cf index 56ba596..e4abd61 100644 --- a/conserver.cf/test.cf +++ b/conserver.cf/test.cf @@ -1,7 +1,5 @@ # dummy conserver config file # -# $Id: test.cf,v 1.2 2003/07/04 18:04:05 bryan Exp $ -# default full { rw *; } diff --git a/conserver.html b/conserver.html deleted file mode 100644 index 32c976d..0000000 --- a/conserver.html +++ /dev/null @@ -1,280 +0,0 @@ - - - - - - - - - - - Conserver - - - - - - - - -
-
- - - - - - - - - - - - - - - - - - - -
Please pick your closest - mirror:   Australia -   Germany -   Germany -   Germany -   Ireland -   Malaysia -   Russia -   US-West - (Primary)
-
- -
- - - -
-
-

What is conserver?

-
-

From an email I once sent...

- -

Conserver is an application that allows multiple users - to watch a serial console at the same time. It can log the - data, allows users to take write-access of a console (one - at a time), and has a variety of bells and whistles to - accentuate that basic functionality. The idea is that - conserver will log all your serial traffic so you can go - back and review why something crashed, look at changes (if - done on the console), or tie the console logs into a - monitoring system (just watch the logfiles it creates). - With multi-user capabilities you can work on equipment with - others, mentor, train, etc. It also does all that - client-server stuff so that, assuming you have a network - connection, you can interact with any of the equipment from - home or wherever.

- -

The FAQ

Here's the conserver FAQ. - Got any additions? Let me know. - -

Mailing Lists

- -

There are currently two mailing lists available. - announce@conserver.com - is an announcement-only mailing list for informing of new - versions, major developments, etc. users@conserver.com is for - general Q&A, discussions, ideas, etc. for conserver - users. You can sign up by sending a message to announce-request@conserver.com - or users-request@conserver.com - with a subject of "subscribe" or head over to the online - web - pages.

- -

Origin

- -

The console server software found here is a heavily - modified version originally written by Tom Fine (fine@head-cfa.harvard.edu) - at Ohio State and - then Kevin S Braunsdorf (ksb+conserver@sa.fedex.com) - at Purdue University. - Patches from Robert Olson (olson@mcs.anl.gov) at - Argonne National - Laboratory were then applied to get network console - support.

- -

Arnold de Leon (arnold@corp.webtv.net) - then fixed various bugs and added enhancements while at - Synopsys. I then - took the result, continued fixing things, and added - features we found useful.

- -

GNAC (Global - Networking and Computing - currently Certainty - Solutions) has been supporting my coding efforts (in - too many ways to list) since 1996.

- -

The conserver.com Distribution

- -

The result is a combination of many people's work. This - version is being released in hopes that it will help - others. There is no warranty or support implied by the - distribution of the software.

- -

So, what the heck is up with all the different conserver - versions? Well, the original authors are continuing to - distribute their own threads of the software so you have - three main threads (as far as I know). First, there's Tom - Fine's thread at - http://hea-www.harvard.edu/~fine/Tech/console-server.html. - He isn't actively developing it, however, according to the - website. Next, there's Kevin Braunsdorf's version at - http://www.npcguild.org/software/pundits/. - It doesn't look like Kevin is working on his thread ony - more either. No new versions have been out since August - 2000 (version 8.5), but maybe this info will be out of date - by the time you read this (I last checked Feb 10, 2004). - Lastly, the conserver.com version is based on Kevin's - "5.21-Beta" distribution, but since HEAVILY modified - and enhanced (more details in the "Origin" section - above).

- -

If I were looking for a conserver package I would - definitely use the conserver.com distribution. Why? It's - actively maintained, has many more features than the other - versions (see CHANGES for a - semi-scary history), and has an active user community. - Kevin's version does have UPS support (basic serial port - line toggling bits) which is missing in the conserver.com - version, but no one has asked me for it, so does anyone - actually need it?

- -

Downloading

- -

The current version, released on Jun 2, 2015, is - 8.2.1.tar.gz. See the CHANGES file for information on the latest - updates.

- -

For those worried about legal issues, the LICENSE file should help show it's - distributed under a BSD - license.

- -

As of version 6.1.7, the packaging and numbering scheme - has changed. I used to package conserver as - conserver-GNAC-v.vv. Since GNAC (now Certainty - Solutions) has changed its name I've decided to drop - the GNAC portion and use a three-digit version number - (conserver-v.v.v). Why change the version numbering? I need - to differentiate this thread of the code from the original - authors' and I couldn't come up with a good replacement for - the GNAC name - sad, but true.

- -

Installation

- -

Check the INSTALL file for - instructions.

- -

Online Documentation

- -

I've put a small set of documentation here. I'm hoping to expand it over time.

- -

Systems Tested

- -

Here's a list of systems that I've been told can - successfully compile conserver. If anyone has more to add - to this list (or something on the list doesn't work any - more), please let me know.

- -
    -
  • AIX 4.3.3/5.1/5.2, native cc
  • - -
  • BSDI BSD/OS 3.X, gcc
  • - -
  • Cygwin (w2k),gcc 2.95.3
  • - -
  • DEC Tru64 4.0, gcc
  • - -
  • DEC Tru64 4.0/5.1, native cc
  • - -
  • FreeBSD 4.x (i386) gcc
  • - -
  • FreeBSD 5.x (i386/amd64/sparc64) gcc
  • - -
  • FreeBSD 6.x/7.x (i386/amd64/sparc64/ia64) gcc
  • - -
  • HP-UX 10.20, gcc
  • - -
  • HP-UX 11.10 parisc and ia64, native cc
  • - -
  • Irix 6.15, native cc
  • - -
  • Linux 2.2.18 (x86), gcc
  • - -
  • Linux 2.4.2 (x86), gcc
  • - -
  • Linux ia64, native gcc
  • - -
  • Linux RedHat 6.2 and 7.2 (x86), native gcc
  • - -
  • MacOS X, native gcc
  • - -
  • Solaris 2.5.1 thru 9 (sparc/x86), gcc
  • - -
  • Solaris 7/8, native cc
  • - -
  • Solaris 10 and Solaris Express (build 33) (x86), gcc - and native cc
  • -
- -

Other Good Information

- -

Zonker Harris has fabulous documents regarding the - hookup of consoles to terminal servers and other such - devices. His Greater Scroll of Console - Knowledge is a great place to start.

- -

User community contributions - contain a variety of helpful items.

-
- -
- Bryan Stansell (bryan@conserver.com)
-
-
- - diff --git a/conserver/Sun-serial b/conserver/Sun-serial index e85af6a..31fb550 100644 --- a/conserver/Sun-serial +++ b/conserver/Sun-serial @@ -1,5 +1,3 @@ -# $Id: Sun-serial,v 1.1 2003/11/04 02:36:25 bryan Exp $ - If you are going to be hooking Sun consoles to your console server, you will run into a problem: The sun will halt whenever the cable is unplugged. It will also halt when the the console server is powered off and on. To diff --git a/conserver/access.c b/conserver/access.c index 2165957..7d411c2 100644 --- a/conserver/access.c +++ b/conserver/access.c @@ -1,6 +1,4 @@ /* - * $Id: access.c,v 5.74 2014/04/20 06:45:07 bryan Exp $ - * * Copyright conserver.com, 2000 * * Maintainer/Enhancer: Bryan Stansell (bryan@conserver.com) diff --git a/conserver/access.h b/conserver/access.h index 9bb46ec..aaf1763 100644 --- a/conserver/access.h +++ b/conserver/access.h @@ -1,6 +1,4 @@ /* - * $Id: access.h,v 5.27 2014/04/20 06:45:07 bryan Exp $ - * * Copyright conserver.com, 2000 * * Maintainer/Enhancer: Bryan Stansell (bryan@conserver.com) diff --git a/conserver/client.c b/conserver/client.c index 386189a..906a415 100644 --- a/conserver/client.c +++ b/conserver/client.c @@ -1,6 +1,4 @@ /* - * $Id: client.c,v 5.98 2015/06/02 17:19:31 bryan Exp $ - * * Copyright conserver.com, 2000 * * Maintainer/Enhancer: Bryan Stansell (bryan@conserver.com) diff --git a/conserver/client.h b/conserver/client.h index 551a3e5..66f4e65 100644 --- a/conserver/client.h +++ b/conserver/client.h @@ -1,6 +1,4 @@ /* - * $Id: client.h,v 5.45 2014/04/20 06:45:07 bryan Exp $ - * * Copyright conserver.com, 2000 * * Maintainer/Enhancer: Bryan Stansell (bryan@conserver.com) diff --git a/conserver/consent.c b/conserver/consent.c index 4a986ea..fc0d045 100644 --- a/conserver/consent.c +++ b/conserver/consent.c @@ -1,6 +1,4 @@ /* - * $Id: consent.c,v 5.155 2014/04/20 06:45:07 bryan Exp $ - * * Copyright conserver.com, 2000 * * Maintainer/Enhancer: Bryan Stansell (bryan@conserver.com) diff --git a/conserver/consent.h b/conserver/consent.h index 32ce92e..d6bce83 100644 --- a/conserver/consent.h +++ b/conserver/consent.h @@ -1,6 +1,4 @@ /* - * $Id: consent.h,v 5.76 2015/06/02 17:19:31 bryan Exp $ - * * Copyright conserver.com, 2000 * * Maintainer/Enhancer: Bryan Stansell (bryan@conserver.com) diff --git a/conserver/conserver.man b/conserver/conserver.man index e674fff..9b2218e 100644 --- a/conserver/conserver.man +++ b/conserver/conserver.man @@ -1,6 +1,4 @@ -.\" @(#)conserver.8 01/06/91 OSU CIS; Thomas A. Fine -.\" $Id: conserver.man,v 1.54 2006/12/31 02:02:48 bryan Exp $ -.TH CONSERVER 8 "2006/12/31" "conserver-8.2.1" "conserver" +.TH CONSERVER 8 "2018/05/28" "conserver-8.2.2" "conserver" .SH NAME conserver \- console server daemon .SH SYNOPSIS diff --git a/conserver/convert.c b/conserver/convert.c index 10dd6ef..c9cf154 100644 --- a/conserver/convert.c +++ b/conserver/convert.c @@ -1,6 +1,4 @@ /* - * $Id: convert.c,v 1.14 2014/04/20 06:45:07 bryan Exp $ - * * Copyright conserver.com, 2000 * * Maintainer/Enhancer: Bryan Stansell (bryan@conserver.com) diff --git a/conserver/cutil.c b/conserver/cutil.c index 21c6f58..af8196c 100644 --- a/conserver/cutil.c +++ b/conserver/cutil.c @@ -1,6 +1,4 @@ /* - * $Id: cutil.c,v 1.143 2015/06/02 17:19:31 bryan Exp $ - * * Copyright conserver.com, 2000 * * Maintainer/Enhancer: Bryan Stansell (bryan@conserver.com) diff --git a/conserver/cutil.h b/conserver/cutil.h index c12c012..899da7a 100644 --- a/conserver/cutil.h +++ b/conserver/cutil.h @@ -1,6 +1,4 @@ /* - * $Id: cutil.h,v 1.70 2014/04/20 06:45:07 bryan Exp $ - * * Copyright conserver.com, 2000 * * Maintainer/Enhancer: Bryan Stansell (bryan@conserver.com) diff --git a/conserver/fallback.c b/conserver/fallback.c index 406e39f..f2b462b 100644 --- a/conserver/fallback.c +++ b/conserver/fallback.c @@ -1,6 +1,4 @@ /* - * $Id: fallback.c,v 5.62 2014/04/20 06:45:07 bryan Exp $ - * * Copyright conserver.com, 2000 * * Maintainer/Enhancer: Bryan Stansell (bryan@conserver.com) diff --git a/conserver/group.c b/conserver/group.c index d33585e..b89897c 100644 --- a/conserver/group.c +++ b/conserver/group.c @@ -1,6 +1,4 @@ /* - * $Id: group.c,v 5.352 2015/06/02 17:19:31 bryan Exp $ - * * Copyright conserver.com, 2000 * * Maintainer/Enhancer: Bryan Stansell (bryan@conserver.com) diff --git a/conserver/group.h b/conserver/group.h index 78267ae..eb488ab 100644 --- a/conserver/group.h +++ b/conserver/group.h @@ -1,6 +1,4 @@ /* - * $Id: group.h,v 5.52 2014/04/20 06:45:07 bryan Exp $ - * * Copyright conserver.com, 2000 * * Maintainer/Enhancer: Bryan Stansell (bryan@conserver.com) diff --git a/conserver/main.c b/conserver/main.c index b24f953..282e7be 100644 --- a/conserver/main.c +++ b/conserver/main.c @@ -1,6 +1,4 @@ /* - * $Id: main.c,v 5.213 2015/06/02 17:19:31 bryan Exp $ - * * Copyright conserver.com, 2000 * * Maintainer/Enhancer: Bryan Stansell (bryan@conserver.com) diff --git a/conserver/main.h b/conserver/main.h index c6bc39d..ae1bb2c 100644 --- a/conserver/main.h +++ b/conserver/main.h @@ -1,6 +1,4 @@ /* - * $Id: main.h,v 5.55 2014/04/20 06:45:07 bryan Exp $ - * * Copyright conserver.com, 2000 * * Maintainer/Enhancer: Bryan Stansell (bryan@conserver.com) @@ -36,7 +34,6 @@ /* program options and stuff */ -extern char rcsid[]; extern int fAll, fNoinit, fInteractive, fStrip, fDaemon, fReopen, fNoautoreup, fSyntaxOnly; #if USE_IPV6 diff --git a/conserver/master.c b/conserver/master.c index f012034..97ed6fc 100644 --- a/conserver/master.c +++ b/conserver/master.c @@ -1,6 +1,4 @@ /* - * $Id: master.c,v 5.141 2014/04/20 06:45:07 bryan Exp $ - * * Copyright conserver.com, 2000 * * Maintainer/Enhancer: Bryan Stansell (bryan@conserver.com) diff --git a/conserver/master.h b/conserver/master.h index 041140f..c06c632 100644 --- a/conserver/master.h +++ b/conserver/master.h @@ -1,6 +1,4 @@ /* - * $Id: master.h,v 5.18 2014/04/20 06:45:07 bryan Exp $ - * * Copyright conserver.com, 2000 * * Maintainer/Enhancer: Bryan Stansell (bryan@conserver.com) diff --git a/conserver/readcfg.c b/conserver/readcfg.c index 5f1fa23..949b9bf 100644 --- a/conserver/readcfg.c +++ b/conserver/readcfg.c @@ -1,6 +1,4 @@ /* - * $Id: readcfg.c,v 5.207 2015/06/02 17:19:31 bryan Exp $ - * * Copyright conserver.com, 2000 * * Maintainer/Enhancer: Bryan Stansell (bryan@conserver.com) diff --git a/conserver/readcfg.h b/conserver/readcfg.h index 3943b63..c59ff25 100644 --- a/conserver/readcfg.h +++ b/conserver/readcfg.h @@ -1,6 +1,4 @@ /* - * $Id: readcfg.h,v 5.51 2015/06/02 17:19:31 bryan Exp $ - * * Copyright conserver.com, 2000 * * Maintainer/Enhancer: Bryan Stansell (bryan@conserver.com) diff --git a/conserver/version.h b/conserver/version.h index 9713df8..5f47c55 100644 --- a/conserver/version.h +++ b/conserver/version.h @@ -1,6 +1,4 @@ /* - * $Id: version.h,v 1.82 2015/06/01 15:36:59 bryan Exp $ - * * Copyright conserver.com, 2000 * * Maintainer/Enhancer: Bryan Stansell (bryan@conserver.com) @@ -16,6 +14,6 @@ All rights reserved.\n" #define VERSION_MAJOR 8 #define VERSION_MINOR 2 -#define VERSION_REV 1 +#define VERSION_REV 2 #define VERSION_TEXT "conserver.com version" #define VERSION_UINT (VERSION_MAJOR * 1000000 + VERSION_MINOR * 1000 + VERSION_REV) diff --git a/console/console.c b/console/console.c index a312cf1..e900c2e 100644 --- a/console/console.c +++ b/console/console.c @@ -1,6 +1,4 @@ /* - * $Id: console.c,v 5.191 2015/06/01 15:36:59 bryan Exp $ - * * Copyright conserver.com, 2000 * * Maintainer/Enhancer: Bryan Stansell (bryan@conserver.com) diff --git a/console/console.man b/console/console.man index 0948b52..a0fb2a4 100644 --- a/console/console.man +++ b/console/console.man @@ -1,5 +1,4 @@ -.\" $Id: console.man,v 1.66 2015/06/02 17:19:31 bryan Exp $ -.TH CONSOLE 1 "2015/06/02" "conserver-8.2.1" "conserver" +.TH CONSOLE 1 "2018/05/28" "conserver-8.2.2" "conserver" .SH NAME console \- console server client program .SH SYNOPSIS diff --git a/console/getpassword.c b/console/getpassword.c index e54e4f0..6ba152f 100644 --- a/console/getpassword.c +++ b/console/getpassword.c @@ -1,6 +1,4 @@ /* - * $Id: getpassword.c,v 1.9 2014/04/20 06:45:07 bryan Exp $ - * * Copyright conserver.com, 2000 * * Maintainer/Enhancer: Bryan Stansell (bryan@conserver.com) diff --git a/console/getpassword.h b/console/getpassword.h index e08773f..5aca890 100644 --- a/console/getpassword.h +++ b/console/getpassword.h @@ -1,6 +1,4 @@ /* - * $Id: getpassword.h,v 1.4 2014/04/20 06:45:07 bryan Exp $ - * * Copyright conserver.com, 2000 * * Maintainer/Enhancer: Bryan Stansell (bryan@conserver.com) diff --git a/console/readconf.c b/console/readconf.c index e83f203..0c29549 100644 --- a/console/readconf.c +++ b/console/readconf.c @@ -1,6 +1,4 @@ /* - * $Id: readconf.c,v 5.8 2014/04/20 06:45:07 bryan Exp $ - * * Copyright conserver.com, 2000 * * Maintainer/Enhancer: Bryan Stansell (bryan@conserver.com) diff --git a/console/readconf.h b/console/readconf.h index ddc4d9b..1e9d65d 100644 --- a/console/readconf.h +++ b/console/readconf.h @@ -1,6 +1,4 @@ /* - * $Id: readconf.h,v 5.7 2014/04/20 06:45:07 bryan Exp $ - * * Copyright conserver.com, 2000 * * Maintainer/Enhancer: Bryan Stansell (bryan@conserver.com) diff --git a/contrib/README b/contrib/README index 867997e..fe77195 100644 --- a/contrib/README +++ b/contrib/README @@ -22,7 +22,3 @@ I can't verify that these scripts will work for everyone. Hopefully they will be helpful. Bryan Stansell - -# -# $Id: README,v 1.4 2003/09/29 14:29:37 bryan Exp $ -# diff --git a/contrib/redhat-rpm/conserver.spec b/contrib/redhat-rpm/conserver.spec index d9d867a..5b912c0 100644 --- a/contrib/redhat-rpm/conserver.spec +++ b/contrib/redhat-rpm/conserver.spec @@ -3,8 +3,8 @@ # platform that doesn't have red hat rpm >= 4.0.2 installed. # -%define pkg conserver -%define ver 8.2.1 +%define pkg conserver +%define ver 8.2.2 # define the name of the machine on which the main conserver # daemon will be running if you don't want to use the default diff --git a/contrib/solaris-package/pkginfo b/contrib/solaris-package/pkginfo index 21a20b7..3ba00e4 100644 --- a/contrib/solaris-package/pkginfo +++ b/contrib/solaris-package/pkginfo @@ -1,7 +1,7 @@ PKG="conserver" NAME="Console server and client" CATEGORY="system" -VERSION="8.2.1" +VERSION="8.2.2" DESC="Console server and client" CLASSES=none ARCH=sparc