aboutsummaryrefslogtreecommitdiffstats
path: root/comms/conserver-com
Commit message (Collapse)AuthorAgeFilesLines
* - Upgrade to 8.1.18.kuriyama2010-11-203-7/+6
|
* Begin the process of deprecating sysutils/rc_subr bydougb2010-03-271-1/+1
| | | | s#. %%RC_SUBR%%#. /etc/rc.subr#
* Oops, I forgot to cvs-add this file in previos commit.kuriyama2009-10-251-0/+11
|
* - Upgrade to 8.1.17.kuriyama2009-10-252-5/+4
|
* Allow to select to use unix domain socket by option.kuriyama2008-08-161-2/+10
| | | | Submitted by: anders@FreeBSD.org
* - Unbreak on recent 8-current (after sgtty changes).kuriyama2008-07-032-0/+19
| | | | | | | - Bump PORTREVISION for safety by minor logic change. Submitted by: ed@FreeBSD.org PR: ports/124485
* Update to 8.1.16. Changes include:hrs2007-08-283-6/+39
| | | | | | | | | | | | | | | | - added 'replstring' substitution option - inspired by conversation with Owen DeLong <owen@c2company.com> - added '^Ecn' option for writing a note to the logfile - patch by Bryan Schmersal <bschmer@yahoo.com> - fixed leaking file descriptors when 'host' and 'uds' consoles fail to connect - based on patch by Michael Heironimus <michael_heironimus@archwayconcepts.com> Also, the rc.d script now supports "reload", "reconnect", and "reinit" keywords (they are to send HUP/USR1/USR2 respectively). Approved by: kuriyama (maintainer)
* - Upgrade to 8.1.15.kuriyama2007-03-132-4/+4
|
* - Update to 8.1.14.kuriyama2006-05-062-5/+4
| | | | | PR: ports/95565 Submitted by: Andrew Pantyukhin <infofarmer@gmail.com>
* Small tune-ups, ok'ed by kuriyamadougb2006-02-011-1/+2
|
* - Upgrade to 8.1.13.kuriyama2006-01-304-15/+5
| | | | | | | - Improve $USE_RC_SUBR usage. PR: ports/91839 Submitted by: Andrew Pantyukhin <infofarmer@gmail.com>
* - Add forgotten patch to unbreak plist.kuriyama2005-12-022-0/+12
| | | | Reported by: pointyhat via kris
* - Upgrade to 8.1.12.kuriyama2005-11-306-26/+11
| | | | | | | | | - Add HTTP to MASTER_SITE. - Minor fixes to conserver.sh. - Remove harmful patch for conserver.cf sample. Submitted by: Andrew Pantyukhin PR: ports/88420
* Upgrade to 8.1.11.kuriyama2005-02-012-3/+3
| | | | Pinged by: "bsdcrank@squbes.com" <bsdcrank@squbes.com>
* - Upgrade to 8.1.10 (various small fixes).kuriyama2004-10-152-4/+4
| | | | - Use --with-openssl.
* Upgrade to 8.1.7.kuriyama2004-06-032-4/+4
| | | | Enable PAM support by default.
* Upgrade to 8.1.5.kuriyama2004-05-092-3/+3
| | | | | | | | - add '#include' capability to conserver.cf file. - add '@group' syntax to conserver.cf file. - add 'initdelay' option. See CHANGES for details.
* Upgrade to 8.1.4 (minor fixes).kuriyama2004-04-142-3/+3
|
* Upgrade to 8.1.3 (small '^Ec;' bugfix).kuriyama2004-03-252-3/+3
|
* Upgrade 8.1.2.kuriyama2004-03-142-3/+3
| | | | | | | | | | | | | | | - better handling of client command (^Ec|) when user is bumped, conserver is reconfigured, etc - added 'initsubst' option for 'initcmd' substitutions like 'devicesubst' and 'execsubst' - modified and added to *subst (initsubst, etc) syntax to allow for flexibility and future enhancement - changed 'port' and 'portinc' minimums from 1 to 0 - it allows more flexibility and helps with 0-based counting - added --with-extmsgs configure switch to enable entertaining messages - added ability to "move" to a new console via '^Ec;' - added a dump of console information when -S is used twice
* Upgrade to 8.1.1.kuriyama2004-02-112-2/+3
|
* Upgrade to 8.0.9 (bugfix).kuriyama2003-12-112-3/+2
|
* Make the sample config file correct for FreeBSD.obrien2003-12-072-0/+17
|
* Upgrade to 8.0.8.kuriyama2003-12-052-2/+2
|
* Upgrade to 8.0.6.kuriyama2003-11-192-2/+2
|
* Upgrade to 8.0.5 (minor bugfixes).kuriyama2003-11-012-2/+2
|
* Update to 8.0.4.kuriyama2003-10-255-24/+40
| | | | | | | | | | ** HEADS UP! ** This major version up includes configuration file format change. Please convert your conserver.cf before using new vewsion. And $USE_RC_SUBR is used in this port. You need to set conserver_enable="YES" to your /etc/rc.conf to use conserver daemon.
* o Upgrade to 7.2.7.kuriyama2003-08-255-29/+14
| | | | o Apply a patch to install etc/conserver.rc as etc/rc.d/conserver.sh.
* Invert the sense of the test for 64-bit architectures, since we onlykris2003-07-051-1/+1
| | | | support one 32-bit platform.
* de-pkg-comment.kuriyama2003-02-222-1/+1
|
* ia64 is also a 64-bit platform.kris2003-01-231-1/+1
|
* Add --with-64bit when $ARCH is sparc64 or alpha to unbreak build on thesekuriyama2003-01-221-1/+7
| | | | | | platform. Reported by: bento
* Fix ''make reinstall''.obrien2003-01-051-1/+1
|
* PERL -> REINPLACEedwin2002-11-041-1/+2
| | | | | | and russian/mod_ssl has USE_PERL5=yes Notices on: bento
* Upgrade to 7.2.4.kuriyama2002-10-282-2/+2
| | | | Notified by: Tim Bishop <T.D.Bishop@ukc.ac.uk>
* Upgrade to 7.2.2.kuriyama2002-06-244-29/+2
| | | | Notified by: "Vladimir A. Jakovenko" <vovik@lucky.net>
* Fix unaligned access for alpha.kuriyama2002-02-272-0/+12
| | | | Submitted by: Andrew Gallatin <gallatin@cs.duke.edu>
* Upgrade to 7.1.4.kuriyama2002-02-272-3/+2
|
* Support baudrate of 115200 and 57600.kuriyama2002-02-272-0/+16
| | | | Submitted by: Andrew Gallatin <gallatin@cs.duke.edu>
* Yet another conserver which is forked from comms/conserver long ago.kuriyama2001-12-096-0/+76