aboutsummaryrefslogtreecommitdiff
path: root/comms/conserver-com
Commit message (Collapse)AuthorAgeFilesLines
* - Convert to OPTIONSNG.Jun Kuriyama2012-12-221-7/+3
| | | | | | | | | | - Trim header. PR: ports/173580 Submitted by: edward@rdtan.net Notes: svn path=/head/; revision=309391
* Move the rc.d scripts of the form *.sh.in to *.inDoug Barton2012-08-052-1/+1
| | | | | | | | | Where necessary add $FreeBSD$ to the file No PORTREVISION bump necessary because this is a no-op Notes: svn path=/head/; revision=302141
* In the rc.d scripts, change assignments to rcvar to use theDoug Barton2012-01-141-1/+1
| | | | | | | | | | | | | | literal name_enable wherever possible, and ${name}_enable when it's not, to prepare for the demise of set_rcvar(). In cases where I had to hand-edit unusual instances also modify formatting slightly to be more uniform (and in some cases, correct). This includes adding some $FreeBSD$ tags, and most importantly moving rcvar= to right after name= so it's clear that one is derived from the other. Notes: svn path=/head/; revision=289156
* - Upgrade to 8.1.18.Jun Kuriyama2010-11-203-7/+6
| | | | Notes: svn path=/head/; revision=264835
* Begin the process of deprecating sysutils/rc_subr byDoug Barton2010-03-271-1/+1
| | | | | | | s#. %%RC_SUBR%%#. /etc/rc.subr# Notes: svn path=/head/; revision=251553
* Oops, I forgot to cvs-add this file in previos commit.Jun Kuriyama2009-10-251-0/+11
| | | | Notes: svn path=/head/; revision=243283
* - Upgrade to 8.1.17.Jun Kuriyama2009-10-242-5/+4
| | | | Notes: svn path=/head/; revision=243276
* Allow to select to use unix domain socket by option.Jun Kuriyama2008-08-161-2/+10
| | | | | | | Submitted by: anders@FreeBSD.org Notes: svn path=/head/; revision=218671
* - Unbreak on recent 8-current (after sgtty changes).Jun Kuriyama2008-07-022-0/+19
| | | | | | | | | | - Bump PORTREVISION for safety by minor logic change. Submitted by: ed@FreeBSD.org PR: ports/124485 Notes: svn path=/head/; revision=216186
* Update to 8.1.16. Changes include:Hiroki Sato2007-08-273-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) Notes: svn path=/head/; revision=198405
* - Upgrade to 8.1.15.Jun Kuriyama2007-03-132-4/+4
| | | | Notes: svn path=/head/; revision=187243
* - Update to 8.1.14.Jun Kuriyama2006-05-062-5/+4
| | | | | | | | PR: ports/95565 Submitted by: Andrew Pantyukhin <infofarmer@gmail.com> Notes: svn path=/head/; revision=161473
* Small tune-ups, ok'ed by kuriyamaDoug Barton2006-02-011-1/+2
| | | | Notes: svn path=/head/; revision=154982
* - Upgrade to 8.1.13.Jun Kuriyama2006-01-304-15/+5
| | | | | | | | | | - Improve $USE_RC_SUBR usage. PR: ports/91839 Submitted by: Andrew Pantyukhin <infofarmer@gmail.com> Notes: svn path=/head/; revision=154811
* - Add forgotten patch to unbreak plist.Jun Kuriyama2005-12-012-0/+12
| | | | | | | Reported by: pointyhat via kris Notes: svn path=/head/; revision=150177
* - Upgrade to 8.1.12.Jun 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 Notes: svn path=/head/; revision=150000
* Upgrade to 8.1.11.Jun Kuriyama2005-02-012-3/+3
| | | | | | | Pinged by: "bsdcrank@squbes.com" <bsdcrank@squbes.com> Notes: svn path=/head/; revision=127819
* - Upgrade to 8.1.10 (various small fixes).Jun Kuriyama2004-10-152-4/+4
| | | | | | | - Use --with-openssl. Notes: svn path=/head/; revision=119484
* Upgrade to 8.1.7.Jun Kuriyama2004-06-032-4/+4
| | | | | | | Enable PAM support by default. Notes: svn path=/head/; revision=110731
* Upgrade to 8.1.5.Jun 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. Notes: svn path=/head/; revision=108726
* Upgrade to 8.1.4 (minor fixes).Jun Kuriyama2004-04-142-3/+3
| | | | Notes: svn path=/head/; revision=106976
* Upgrade to 8.1.3 (small '^Ec;' bugfix).Jun Kuriyama2004-03-252-3/+3
| | | | Notes: svn path=/head/; revision=105188
* Upgrade 8.1.2.Jun 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 Notes: svn path=/head/; revision=103991
* Upgrade to 8.1.1.Jun Kuriyama2004-02-112-2/+3
| | | | Notes: svn path=/head/; revision=100640
* Upgrade to 8.0.9 (bugfix).Jun Kuriyama2003-12-112-3/+2
| | | | Notes: svn path=/head/; revision=95581
* Make the sample config file correct for FreeBSD.David E. O'Brien2003-12-072-0/+17
| | | | Notes: svn path=/head/; revision=95242
* Upgrade to 8.0.8.Jun Kuriyama2003-12-052-2/+2
| | | | Notes: svn path=/head/; revision=95104
* Upgrade to 8.0.6.Jun Kuriyama2003-11-192-2/+2
| | | | Notes: svn path=/head/; revision=94328
* Upgrade to 8.0.5 (minor bugfixes).Jun Kuriyama2003-11-012-2/+2
| | | | Notes: svn path=/head/; revision=92768
* Update to 8.0.4.Jun 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. Notes: svn path=/head/; revision=92118
* o Upgrade to 7.2.7.Jun Kuriyama2003-08-255-29/+14
| | | | | | | o Apply a patch to install etc/conserver.rc as etc/rc.d/conserver.sh. Notes: svn path=/head/; revision=87651
* Invert the sense of the test for 64-bit architectures, since we onlyKris Kennaway2003-07-051-1/+1
| | | | | | | support one 32-bit platform. Notes: svn path=/head/; revision=84234
* de-pkg-comment.Jun Kuriyama2003-02-222-1/+1
| | | | Notes: svn path=/head/; revision=76128
* ia64 is also a 64-bit platform.Kris Kennaway2003-01-221-1/+1
| | | | Notes: svn path=/head/; revision=73812
* Add --with-64bit when $ARCH is sparc64 or alpha to unbreak build on theseJun Kuriyama2003-01-221-1/+7
| | | | | | | | | platform. Reported by: bento Notes: svn path=/head/; revision=73757
* Fix ''make reinstall''.David E. O'Brien2003-01-041-1/+1
| | | | Notes: svn path=/head/; revision=72528
* PERL -> REINPLACEEdwin Groothuis2002-11-041-1/+2
| | | | | | | | | and russian/mod_ssl has USE_PERL5=yes Notices on: bento Notes: svn path=/head/; revision=69429
* Upgrade to 7.2.4.Jun Kuriyama2002-10-282-2/+2
| | | | | | | Notified by: Tim Bishop <T.D.Bishop@ukc.ac.uk> Notes: svn path=/head/; revision=69016
* Upgrade to 7.2.2.Jun Kuriyama2002-06-244-29/+2
| | | | | | | Notified by: "Vladimir A. Jakovenko" <vovik@lucky.net> Notes: svn path=/head/; revision=61848
* Fix unaligned access for alpha.Jun Kuriyama2002-02-272-0/+12
| | | | | | | Submitted by: Andrew Gallatin <gallatin@cs.duke.edu> Notes: svn path=/head/; revision=55292
* Upgrade to 7.1.4.Jun Kuriyama2002-02-272-3/+2
| | | | Notes: svn path=/head/; revision=55291
* Support baudrate of 115200 and 57600.Jun Kuriyama2002-02-272-0/+16
| | | | | | | Submitted by: Andrew Gallatin <gallatin@cs.duke.edu> Notes: svn path=/head/; revision=55290
* Yet another conserver which is forked from comms/conserver long ago.Jun Kuriyama2001-12-096-0/+76
Notes: svn path=/head/; revision=51291