CVS log for ports/net/vncreflector/files/vncreflector.sh.in
Up to [FreeBSD] / ports / net / vncreflector / files
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.5: download - view: text, markup, annotated - select for diffs
Sat Jan 14 08:56:30 2012 UTC (4 weeks ago) by dougb
Branches: MAIN
CVS tags: HEAD
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +2 -2 lines
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.
Revision 1.4: download - view: text, markup, annotated - select for diffs
Sat Mar 27 00:14:08 2010 UTC (22 months, 2 weeks ago) by dougb
Branches: MAIN
CVS tags: RELEASE_9_0_0, RELEASE_8_2_0, RELEASE_8_1_0, RELEASE_7_4_0, RELEASE_6_EOL
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +2 -2 lines
Begin the process of deprecating sysutils/rc_subr by s#. %%RC_SUBR%%#. /etc/rc.subr#
Revision 1.3: download - view: text, markup, annotated - select for diffs
Mon Feb 20 20:47:31 2006 UTC (5 years, 11 months ago) by dougb
Branches: MAIN
CVS tags: RELEASE_8_0_0, RELEASE_7_3_0, RELEASE_7_2_0, RELEASE_7_1_0, RELEASE_7_0_0, RELEASE_6_4_0, RELEASE_6_3_0, RELEASE_6_2_0, RELEASE_6_1_0, RELEASE_5_EOL, RELEASE_5_5_0, RELEASE_4_EOL, PRE_XORG_7
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +2 -2 lines
Remove the FreeBSD KEYWORD from all rc.d scripts where it appears. We have not checked for this KEYWORD for a long time now, so this is a complete noop, and thus no PORTREVISION bump. Removing it at this point is mostly for pedantic reasons, and partly to avoid perpetuating this anachronism by copy and paste to future scripts.
Revision 1.2: download - view: text, markup, annotated - select for diffs
Mon Apr 18 22:35:16 2005 UTC (6 years, 9 months ago) by brooks
Branches: MAIN
CVS tags: RELEASE_6_0_0
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +4 -5 lines
Given vncreflector a chance on 4.x. First, require gcc-3.3 or newer as 2.95.4 appears to generate bad code (none of the debugging tools I tried could even come up with a decent stack trace when it died.) Second, fix the RC script so it can find rc.subr.
Revision 1.1: download - view: text, markup, annotated - select for diffs
Thu Jan 20 10:35:48 2005 UTC (7 years ago) by brooks
Branches: MAIN
CVS tags: RELEASE_5_4_0
Add vncreflector 1.2.4.
From the website:
VNC Reflector is a specialized VNC server which acts as a proxy
sitting between real VNC server (a host) and a number of VNC
clients. It was designed to work efficiently with large number
of clients.
