aboutsummaryrefslogtreecommitdiffstats
path: root/comms/conserver
Commit message (Collapse)AuthorAgeFilesLines
* Move the rc.d scripts of the form *.sh.in to *.indougb2012-08-062-1/+1
| | | | | | Where necessary add $FreeBSD$ to the file No PORTREVISION bump necessary because this is a no-op
* In the rc.d scripts, change assignments to rcvar to use thedougb2012-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.
* New home found for devel/msrc0 and devel/mkcmd distfiles. No longercy2011-10-301-3/+0
| | | | | | deprecated. Suggested by: linimon
* For ports that have an EXPIRATION_DATE which has already passed, butdougb2011-10-091-0/+3
| | | | | that have other ports that depend on them, mark the ports that depend on them DEPRECATED, and make all EXPIRATION_DATEs 2011-10-31.
* - Get Rid MD5 supportmiwi2011-03-201-1/+0
|
* Make conserver build under RELENG_8 (800044).cy2010-01-292-14/+14
|
* Make conserver build under HEAD (900008).cy2010-01-283-63/+141
| | | | Split patch-sgtty into the two respecitve files it patches.
* - Disable sgtty interface (removed from 8-CURRENT recently) and enable termiospav2008-07-252-1/+64
| | | | | | | | interface PR: ports/124484 Submitted by: ed Approved by: maintainer timeout (cy; 1 month)
* Implement USE_RC_SUBR and clean up rc script.cy2008-06-194-55/+5
| | | | Thanks to: brooks
* Implmement rcNG.cy2008-06-113-33/+55
|
* Fix build under 7.0-CURRENT.cy2007-09-131-5/+21
|
* remove USE_REINPLACE for all ports with categories starting with Cedwin2006-05-041-2/+0
|
* SHA256ifyedwin2006-01-221-0/+1
| | | | Approved by: krion@
* Don't require Perl to build.obrien2005-12-171-2/+2
|
* - Add ##user form password patch.flz2005-06-012-0/+22
| | | | | | PR: ports/28803 Submitted by: motoyuki Approved by: maintainer timeout (3 years)
* Add SIZE.cy2004-03-181-0/+1
| | | | Submitted by: trevor
* Add sites to fetch distfile from.cy2003-11-091-1/+3
|
* Add homepage.cy2003-05-051-0/+2
| | | | | PR: 50576 Submitted by: Dan Langille <dan@langille.org>
* Clear moonlight beckons.ade2003-03-072-1/+1
| | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti.
* Use USE_PERL5_BUILD where appropriate, instead of hardcodingsobomax2002-11-291-2/+3
| | | | | | | ${PORTSDIR}/lang/perl5 as a dependency. Sponsored by: Porta Software Ltd Approved by: portmgr
* o Rollback PORTCOMMENT modifications while this feature's implementationlioux2002-11-112-3/+1
| | | | | | | | is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence)
* Use PORTCOMMENT.cy2002-11-072-1/+2
|
* My employer uses this one quite heavily. I'll maintain it.cy2002-06-091-1/+1
|
* To ports@freebsd.org.obrien2002-06-091-1/+1
|
* Needs perl to build.obrien2002-05-171-1/+3
|
* Fix a bogon where too many arguments are passed in a printf().obrien2001-11-091-0/+12
| | | | | | It is obvious which argument does not belong (maybe left from a older version?) Submitted by: brian
* Our [md5] encrypted passwords can be up to 64 characters in length.obrien2001-11-091-0/+5
| | | | Submitted by: brian
* I am told the cy driver does support BREAK and has for quite a while now.obrien2001-11-091-3/+2
|
* Allow "stat" in addition to "status".obrien2001-09-082-2/+2
|
* Totally turn off the processing of MESSAGE until I can remember what theobrien2001-03-111-2/+2
| | | | one that did not get committed had to say.
* Don't try to use 'pkg-message' for now. I forgot to `cvs add` it when Iobrien2001-02-131-2/+2
| | | | upgrade the port, and I don't remember what its contents were now. :-(
* Upgrade to version 8.5obrien2000-11-2318-371/+140
| | | | | | | [based on patch submitted in PR, but greatly re-worked by me] PR: 14970 Submitted by: Andrew J. Korty <ajk@waterspout.com>
* Add $FreeBSD$.obrien2000-11-221-0/+2
|
* Add 'restart' and 'status' functionality.obrien2000-11-222-2/+20
|
* Make PREFIX clean and respect CFLAGS.obrien2000-11-115-35/+62
| | | | | PR: 21365 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
* Assume maintainership.obrien2000-08-251-1/+2
| | | | Approved by: peter
* As threatened on freebsd-ports: all startup scripts know about the twotg2000-07-053-5/+46
| | | | | | | options `start' and `stop' now (unless I have forgotten any). This allows us to call the scripts from /etc/rc.shutdown with the correct option. The (42 or so) ports that already DTRT before are unchanged.
* update with the new PORTNAME/PORTVERSION variablesmharo2000-04-091-3/+3
|
* Make PREFIX clean.obrien2000-02-184-7/+7
| | | | | PR: 14854 Submitted by: Joe Greco <jgreco@solaria.sol.net>
* Support tty speeds of 57600 and 115200 bit/sec.obrien2000-02-181-6/+25
| | | | | PR: 14977 Submitted by: Vlad Patenko <vlad@lucky.net>
* Typo: s/PREFiX/PREFIX/ *blush*peter1999-09-101-1/+1
| | | | Submitted by: phk
* Change Id->FreeBSD.obrien1999-08-251-1/+1
|
* chmod -> ${CHMOD}mharo1999-08-231-2/+2
| | | | chown -> ${CHOWN}
* cp -> ${CP}cpiazza1999-08-191-8/+8
| | | | | | | | mv -> ${MV} echo -> ${ECHO} PR: 13181 Submitted by: Oleg V. Volkov <rover@fly.lglobus.ru>
* s,/usr/local,${PREFIX},gmharo1999-06-061-3/+3
|
* Wow. Deleting manpages is a lot faster on bento.hoek1998-08-171-3/+0
|
* Sigh. Putting the non-modifyable value first in the condition mightpeter1998-06-301-8/+1
| | | | | prevent programming (== vs. =) errors, but it confused the hell out of me at least.
* Another spin loop bug. On dropped network connections, console(8) canpeter1998-06-281-0/+7
| | | | also spin getting a 0 return from write(). (it's only testing for -1).
* Preserve CLOCAL and CRTSCTS rather than just attempting to clear them,peter1998-06-281-0/+9
| | | | based on a suggestion ages ago by: Tor Egge <Tor.Egge@idi.ntnu.no>
* Attempt to catch another spin in the client on a zero return from read().peter1998-06-281-0/+7
|
* Catch a 0 return from read() on carrier loss, otherwise it spins in anpeter1998-06-281-0/+9
| | | | | | infinite loop. Submitted by: Tor Egge <Tor.Egge@idi.ntnu.no> (ages ago)
* Remove NO_CONFIGURE and NO_PATCH, they never meant anything.asami1998-06-271-2/+1
|
* FreeBSD has setsockopt().peter1998-04-201-2/+9
|
* Argh; have I mentioned that I hate ttyslot() keyed utmp files yet? :-]peter1998-04-191-4/+5
|
* Tweak autologin to get it to the point where it appears to work..peter1998-04-195-3/+95
| | | | | Move 'console' to /usr/local/bin rather than /usr/local/sbin since there's nothing about it that requires superuser access in any way.
* Work around "new" uudecode behavior.. (argh!)peter1998-03-221-3/+5
| | | | Reviewed by: asami
* Don't ask me why, but patch is failing now.asami1998-03-221-1/+3
| | | | | | | | ===> Patching for conserver-5.21 ===> Applying FreeBSD patches for conserver-5.21 No file to patch. Skipping... 2 out of 2 hunks ignored--saving rejects to ./conserver/group.c.rej *** Error code 2
* Create a /usr/local/etc/rc.d/conserver.sh script for starting up.peter1997-11-222-1/+12
|
* Specify the port rather than depending /etc/services or the yppeter1997-11-222-2/+2
| | | | services.byname table to be bashed.
* Make it a bit easier to override the compiled-in "default" host for thepeter1997-11-221-2/+6
| | | | | console(8) client. (The default is OK since it's a command-line option). Also, list the MAN?= entries :-]
* Damn, I forgot to regenerate this patch file prior to commit...peter1997-11-221-3/+3
|
* A port for conserver. conserver is the answer to serial consoles. :-)peter1997-11-2213-0/+292
There is a later version of conserver, but it requires a rather extensive build environment and set of tools to build it. This version works is nice and stable though.