Adam Weinberger
c3124ff3bf
Rename comms/ patch-xy patches to reflect the files they modify.
2014-07-28 14:54:09 +00:00
Cy Schubert
096839c050
Stagify.
2014-05-30 01:52:56 +00:00
Cy Schubert
a1983dd5ba
Fix build under 10-CURRENT.
2013-09-18 08:20:02 +00:00
Doug Barton
9aac569eaa
Move the rc.d scripts of the form *.sh.in to *.in
...
Where necessary add $FreeBSD$ to the file
No PORTREVISION bump necessary because this is a no-op
2012-08-05 23:19:36 +00:00
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
Cy Schubert
000510c211
Make conserver build under RELENG_8 (800044).
2010-01-29 05:23:15 +00:00
Cy Schubert
06b51ff960
Make conserver build under HEAD (900008).
...
Split patch-sgtty into the two respecitve files it patches.
2010-01-28 06:07:17 +00:00
Pav Lucistnik
c61254ec74
- Disable sgtty interface (removed from 8-CURRENT recently) and enable termios
...
interface
PR: ports/124484
Submitted by: ed
Approved by: maintainer timeout (cy; 1 month)
2008-07-24 20:20:53 +00:00
Cy Schubert
3ac6989764
Implement USE_RC_SUBR and clean up rc script.
...
Thanks to: brooks
2008-06-18 19:06:52 +00:00
Cy Schubert
5101049296
Implmement rcNG.
2008-06-10 19:28:06 +00:00
Cy Schubert
999cc14c58
Fix build under 7.0-CURRENT.
2007-09-12 23:37:21 +00:00
Florent Thoumie
a06daa2425
- Add ##user form password patch.
...
PR: ports/28803
Submitted by: motoyuki
Approved by: maintainer timeout (3 years)
2005-06-01 15:35:25 +00:00
David E. O'Brien
641562393f
Fix a bogon where too many arguments are passed in a printf().
...
It is obvious which argument does not belong (maybe left from a older version?)
Submitted by: brian
2001-11-08 17:57:53 +00:00
David E. O'Brien
314942312e
Our [md5] encrypted passwords can be up to 64 characters in length.
...
Submitted by: brian
2001-11-08 17:55:34 +00:00
David E. O'Brien
e998909fef
Allow "stat" in addition to "status".
2001-09-08 04:08:06 +00:00
David E. O'Brien
6915d59bcf
Upgrade to version 8.5
...
[based on patch submitted in PR, but greatly re-worked by me]
PR: 14970
Submitted by: Andrew J. Korty <ajk@waterspout.com>
2000-11-23 12:03:36 +00:00
David E. O'Brien
d6ea5e255d
Add $FreeBSD$.
2000-11-22 00:31:51 +00:00
David E. O'Brien
d4773dde1d
Add 'restart' and 'status' functionality.
2000-11-21 17:31:44 +00:00
David E. O'Brien
972c1774be
Make PREFIX clean and respect CFLAGS.
...
PR: 21365
Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
2000-11-11 06:34:39 +00:00
Thomas Gellekum
546041ba31
As threatened on freebsd-ports: all startup scripts know about the two
...
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.
2000-07-05 12:37:06 +00:00
David E. O'Brien
d33e0fe157
Make PREFIX clean.
...
PR: 14854
Submitted by: Joe Greco <jgreco@solaria.sol.net>
2000-02-18 04:00:45 +00:00
David E. O'Brien
dcf29c4a04
Support tty speeds of 57600 and 115200 bit/sec.
...
PR: 14977
Submitted by: Vlad Patenko <vlad@lucky.net>
2000-02-18 03:52:25 +00:00
Peter Wemm
8e04a1f96e
Sigh. Putting the non-modifyable value first in the condition might
...
prevent programming (== vs. =) errors, but it confused the hell out of me
at least.
1998-06-30 00:23:43 +00:00
Peter Wemm
1addd067e6
Another spin loop bug. On dropped network connections, console(8) can
...
also spin getting a 0 return from write(). (it's only testing for -1).
1998-06-28 14:53:48 +00:00
Peter Wemm
13666592ed
Preserve CLOCAL and CRTSCTS rather than just attempting to clear them,
...
based on a suggestion ages ago by: Tor Egge <Tor.Egge@idi.ntnu.no>
1998-06-28 14:36:43 +00:00
Peter Wemm
35a4e1f98c
Attempt to catch another spin in the client on a zero return from read().
1998-06-28 14:29:55 +00:00
Peter Wemm
406c65e0f2
Catch a 0 return from read() on carrier loss, otherwise it spins in an
...
infinite loop.
Submitted by: Tor Egge <Tor.Egge@idi.ntnu.no> (ages ago)
1998-06-28 14:28:26 +00:00
Peter Wemm
864473be72
FreeBSD has setsockopt().
1998-04-20 03:52:46 +00:00
Peter Wemm
e1cbd05435
Argh; have I mentioned that I hate ttyslot() keyed utmp files yet? :-]
1998-04-18 20:49:58 +00:00
Peter Wemm
514479cd0e
Tweak autologin to get it to the point where it appears to work..
...
Move 'console' to /usr/local/bin rather than /usr/local/sbin since there's
nothing about it that requires superuser access in any way.
1998-04-18 20:17:37 +00:00
Peter Wemm
05de5b58c5
Specify the port rather than depending /etc/services or the yp
...
services.byname table to be bashed.
1997-11-22 15:26:24 +00:00
Peter Wemm
e68314d7b9
Damn, I forgot to regenerate this patch file prior to commit...
1997-11-22 15:05:23 +00:00
Peter Wemm
5d18ff83bb
A port for conserver. conserver is the answer to serial consoles. :-)
...
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.
1997-11-22 14:56:14 +00:00