Commit graph

8 commits

Author SHA1 Message Date
Doug Barton
83eb2c3700 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.
2012-01-14 08:57:23 +00:00
Doug Barton
1d6b4b3f91 Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr#
2010-03-27 00:15:24 +00:00
Dag-Erling Smørgrav
43b341a6f7 Add rc script. Note that IWBN to have tits keep a pidfile.
Approved by:	maintainer (mich@)
2007-04-09 15:43:28 +00:00
Michael Landin
b46d4c8220 o add patch to fix double-free bug[1]
o bump portrevision
o add SHA256 checksum, while here

Tested by:	Achim Gorski <agorski@netapp.com>[1]
2006-01-06 15:25:13 +00:00
Michael Landin
a7016bc214 Update to -> 1.1.1
- "raw" protocol support added
 - software flow control support added

Approved by:		roberto (mentor)
2003-09-25 09:00:35 +00:00
Alexander Langer
d8446c554a Fix build by properly defining an argument that is used for poll(2).
Noticed by:	bento
2002-09-24 11:24:29 +00:00
Kris Kennaway
667f7b6514 Fix build on -current by removing an obsoleted patch and setting NO_WERROR 2002-09-05 03:47:35 +00:00
Maxim Sobolev
700291efee Add tits 1.0.2, a server which provides telnet(1) access to one or
more tty ports.

Obtained from:	NetBSD
2001-04-18 15:32:59 +00:00