| Commit History - (may be incomplete: see CVSWeb link above for full details) |
| Date | By | Description |
14 Jan 2012 08:57:23
8.1.18
|
dougb  |
In the rc.d scripts, change assignments to rcvar to use the
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. |
20 Nov 2010 11:39:47
8.1.18
|
kuriyama  |
- Upgrade to 8.1.18. |
27 Mar 2010 00:15:24
8.1.17
|
dougb  |
Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr# |
25 Oct 2009 01:04:04
8.1.17
|
kuriyama  |
Oops, I forgot to cvs-add this file in previos commit. |
24 Oct 2009 23:51:58
8.1.17
|
kuriyama  |
- Upgrade to 8.1.17. |
16 Aug 2008 14:30:09
8.1.16_2
|
kuriyama  |
Allow to select to use unix domain socket by option.
Submitted by: anders@FreeBSD.org |
02 Jul 2008 23:15:03
8.1.16_1
|
kuriyama  |
- Unbreak on recent 8-current (after sgtty changes).
- Bump PORTREVISION for safety by minor logic change.
Submitted by: ed@FreeBSD.org
PR: ports/124485 |
27 Aug 2007 20:07:08
8.1.16
|
hrs  |
Update to 8.1.16. Changes include:
- 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) |
13 Mar 2007 03:45:27
8.1.15
|
kuriyama  |
- Upgrade to 8.1.15. |
06 May 2006 09:53:15
8.1.14
|
kuriyama  |
- Update to 8.1.14.
PR: ports/95565
Submitted by: Andrew Pantyukhin <infofarmer@gmail.com> |
01 Feb 2006 08:12:02
8.1.13
|
dougb  |
Small tune-ups, ok'ed by kuriyama |
30 Jan 2006 14:02:49
8.1.13
|
kuriyama  |
- Upgrade to 8.1.13.
- Improve $USE_RC_SUBR usage.
PR: ports/91839
Submitted by: Andrew Pantyukhin <infofarmer@gmail.com> |
01 Dec 2005 22:38:40
8.1.12_1
|
kuriyama  |
- Add forgotten patch to unbreak plist.
Reported by: pointyhat via kris |
30 Nov 2005 05:52:03
8.1.12
|
kuriyama  |
- Upgrade to 8.1.12.
- Add HTTP to MASTER_SITE.
- Minor fixes to conserver.sh.
- Remove harmful patch for conserver.cf sample.
Submitted by: Andrew Pantyukhin
PR: ports/88420 |
01 Feb 2005 05:29:00
8.1.11
|
kuriyama  |
Upgrade to 8.1.11.
Pinged by: "bsdcrank@squbes.com" <bsdcrank@squbes.com> |
15 Oct 2004 07:39:22
8.1.10
|
kuriyama  |
- Upgrade to 8.1.10 (various small fixes).
- Use --with-openssl. |
03 Jun 2004 07:53:12
8.1.7
|
kuriyama  |
Upgrade to 8.1.7.
Enable PAM support by default. |
09 May 2004 14:29:20
8.1.5
|
kuriyama  |
Upgrade to 8.1.5.
- add '#include' capability to conserver.cf file.
- add '@group' syntax to conserver.cf file.
- add 'initdelay' option.
See CHANGES for details. |
14 Apr 2004 01:04:14
8.1.4
|
kuriyama  |
Upgrade to 8.1.4 (minor fixes). |
25 Mar 2004 04:54:16
8.1.3
|
kuriyama  |
Upgrade to 8.1.3 (small '^Ec;' bugfix). |
14 Mar 2004 14:42:57
8.1.2
|
kuriyama  |
Upgrade 8.1.2.
- 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 |
11 Feb 2004 07:43:54
8.1.1
|
kuriyama  |
Upgrade to 8.1.1. |
11 Dec 2003 01:16:00
8.0.9
|
kuriyama  |
Upgrade to 8.0.9 (bugfix). |
07 Dec 2003 04:31:49
8.0.8_1
|
obrien  |
Make the sample config file correct for FreeBSD. |
05 Dec 2003 05:13:23
8.0.8
|
kuriyama  |
Upgrade to 8.0.8. |
19 Nov 2003 06:22:07
8.0.6
|
kuriyama  |
Upgrade to 8.0.6. |
01 Nov 2003 06:53:05
8.0.5
|
kuriyama  |
Upgrade to 8.0.5 (minor bugfixes). |
25 Oct 2003 13:11:16
8.0.4
|
kuriyama  |
Update to 8.0.4.
** 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. |
25 Aug 2003 07:23:21
7.2.7
|
kuriyama  |
o Upgrade to 7.2.7.
o Apply a patch to install etc/conserver.rc as etc/rc.d/conserver.sh. |
05 Jul 2003 12:00:55
7.2.4
|
kris  |
Invert the sense of the test for 64-bit architectures, since we only
support one 32-bit platform. |
22 Feb 2003 07:48:51
7.2.4
|
kuriyama  |
de-pkg-comment. |
22 Jan 2003 20:44:46
7.2.4
|
kris  |
ia64 is also a 64-bit platform. |
22 Jan 2003 00:17:16
7.2.4
|
kuriyama  |
Add --with-64bit when $ARCH is sparc64 or alpha to unbreak build on these
platform.
Reported by: bento |
04 Jan 2003 19:56:16
7.2.4
|
obrien  |
Fix ''make reinstall''. |
04 Nov 2002 03:05:48
7.2.4
|
edwin  |
PERL -> REINPLACE
and russian/mod_ssl has USE_PERL5=yes
Notices on: bento |
28 Oct 2002 10:08:34
7.2.4
|
kuriyama  |
Upgrade to 7.2.4.
Notified by: Tim Bishop <T.D.Bishop@ukc.ac.uk> |
24 Jun 2002 00:32:52
7.2.2
|
kuriyama  |
Upgrade to 7.2.2.
Notified by: "Vladimir A. Jakovenko" <vovik@lucky.net> |
27 Feb 2002 01:20:42 
|
kuriyama  |
Fix unaligned access for alpha. |
27 Feb 2002 00:54:55 
|
kuriyama  |
Upgrade to 7.1.4. |
27 Feb 2002 00:53:20 
|
kuriyama  |
Support baudrate of 115200 and 57600. |
09 Dec 2001 14:40:13 
|
kuriyama  |
Yet another conserver which is forked from comms/conserver long ago. |