summaryrefslogtreecommitdiff
path: root/comms/conserver (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Typo: s/PREFiX/PREFIX/ *blush*Peter Wemm1999-09-101-1/+1
| | | | | | | Submitted by: phk Notes: svn path=/head/; revision=21553
* Change Id->FreeBSD.David E. O'Brien1999-08-251-1/+1
| | | | Notes: svn path=/head/; revision=20944
* chmod -> ${CHMOD}Michael Haro1999-08-221-2/+2
| | | | | | | chown -> ${CHOWN} Notes: svn path=/head/; revision=20885
* cp -> ${CP}Chris Piazza1999-08-181-8/+8
| | | | | | | | | | | mv -> ${MV} echo -> ${ECHO} PR: 13181 Submitted by: Oleg V. Volkov <rover@fly.lglobus.ru> Notes: svn path=/head/; revision=20795
* s,/usr/local,${PREFIX},gMichael Haro1999-06-051-3/+3
| | | | Notes: svn path=/head/; revision=19218
* Wow. Deleting manpages is a lot faster on bento.Tim Vanderhoek1998-08-171-3/+0
| | | | Notes: svn path=/head/; revision=12571
* Sigh. Putting the non-modifyable value first in the condition mightPeter Wemm1998-06-301-8/+1
| | | | | | | | prevent programming (== vs. =) errors, but it confused the hell out of me at least. Notes: svn path=/head/; revision=11617
* Another spin loop bug. On dropped network connections, console(8) canPeter Wemm1998-06-281-0/+7
| | | | | | | also spin getting a 0 return from write(). (it's only testing for -1). Notes: svn path=/head/; revision=11583
* Preserve CLOCAL and CRTSCTS rather than just attempting to clear them,Peter Wemm1998-06-281-0/+9
| | | | | | | based on a suggestion ages ago by: Tor Egge <Tor.Egge@idi.ntnu.no> Notes: svn path=/head/; revision=11582
* Attempt to catch another spin in the client on a zero return from read().Peter Wemm1998-06-281-0/+7
| | | | Notes: svn path=/head/; revision=11581
* Catch a 0 return from read() on carrier loss, otherwise it spins in anPeter Wemm1998-06-281-0/+9
| | | | | | | | | infinite loop. Submitted by: Tor Egge <Tor.Egge@idi.ntnu.no> (ages ago) Notes: svn path=/head/; revision=11580
* Remove NO_CONFIGURE and NO_PATCH, they never meant anything.Satoshi Asami1998-06-271-2/+1
| | | | Notes: svn path=/head/; revision=11552
* FreeBSD has setsockopt().Peter Wemm1998-04-201-2/+9
| | | | Notes: svn path=/head/; revision=10602
* Argh; have I mentioned that I hate ttyslot() keyed utmp files yet? :-]Peter Wemm1998-04-181-4/+5
| | | | Notes: svn path=/head/; revision=10566
* Tweak autologin to get it to the point where it appears to work..Peter Wemm1998-04-185-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. Notes: svn path=/head/; revision=10565
* Work around "new" uudecode behavior.. (argh!)Peter Wemm1998-03-221-3/+5
| | | | | | | Reviewed by: asami Notes: svn path=/head/; revision=10285
* Don't ask me why, but patch is failing now.Satoshi 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 Notes: svn path=/head/; revision=10284
* Create a /usr/local/etc/rc.d/conserver.sh script for starting up.Peter Wemm1997-11-222-1/+12
| | | | Notes: svn path=/head/; revision=8761
* Specify the port rather than depending /etc/services or the ypPeter Wemm1997-11-222-2/+2
| | | | | | | services.byname table to be bashed. Notes: svn path=/head/; revision=8760
* Make it a bit easier to override the compiled-in "default" host for thePeter Wemm1997-11-221-2/+6
| | | | | | | | console(8) client. (The default is OK since it's a command-line option). Also, list the MAN?= entries :-] Notes: svn path=/head/; revision=8759
* Damn, I forgot to regenerate this patch file prior to commit...Peter Wemm1997-11-221-3/+3
| | | | Notes: svn path=/head/; revision=8758
* A port for conserver. conserver is the answer to serial consoles. :-)Peter Wemm1997-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. Notes: svn path=/head/; revision=8756