brian
cf0ad355e2
5 minutes == 300 seconds, not 600 !
...
Submitted by: Robert Inder <R.Inder@ed.ac.uk>
1999-10-06 15:07:15 +00:00
ru
e21687df17
Recommend "secure-stable-supfile" instead of "secure-supfile".
1999-10-04 17:38:57 +00:00
brian
6183281b7a
Set the i4b bandwidth - i4b doesn't report it via tcgetattr.
...
Suggested by: Joe Karthauser <joe@uk.FreeBSD.org>
1999-10-03 02:15:55 +00:00
dcs
f1302d0ade
Fixes a silly bug that somehow escaped my notice all these months.
1999-09-29 04:46:01 +00:00
brian
33b2b7986d
Show an example of ``set cd off''
1999-09-26 23:18:54 +00:00
sos
5d91bd0a99
Update so that only whole blocks are written to disk, the system
...
has dislearned how to handle != blocksize request to the raw/char
device.
1999-09-21 20:05:54 +00:00
brian
352bb122b6
Suggest using just finrst in the dial filter, and not syn.
...
Submitted by: Ruslan Ermilov <ru@FreeBSD.org>
1999-09-16 18:52:46 +00:00
peter
d8cb4fd6a8
Add a hook for disabling cvs and collect a few similar options together.
...
(We do this on freefall as we use a tweaked /usr/bin/cvs wrapper)
1999-09-15 03:52:17 +00:00
brian
751f03e159
Show how to prioritize UDP packets
1999-09-07 07:58:17 +00:00
brian
1de1bf2425
alias -> nat
1999-09-07 07:56:54 +00:00
markm
8472278dfb
Knob for Perl thread support.
1999-09-04 10:03:27 +00:00
jdp
2706adaf06
Add ports-irc, ports-java, and ports-x11-servers. For some reason
...
these made it into the RELENG_3 branch but not into -current.
1999-08-31 18:06:53 +00:00
jdp
461102cfc3
Adjust the examples to reflect the new "src-sys-crypto" collection.
...
Add back "src-eBones" to "cvs-supfile" and "secure-cvs-supfile".
Even though the eBones tree is disused, it still has files in the
repository. People fetching the repository might want them.
1999-08-31 17:26:21 +00:00
mpp
06d17e2da3
Add $FreeBSD$ lines to these example man pages, along with a note
...
that says all man pages should contain a FreeBSD revision control
id to make it easier for translation teams.
1999-08-28 23:32:12 +00:00
peter
e226894fa0
$Id$ -> $FreeBSD$
1999-08-28 00:22:10 +00:00
peter
cdad5bae8c
$Id$ -> $FreeBSD$
1999-08-27 23:37:10 +00:00
brian
a004aa7aae
Decrease the isdn recovery time to 1 second and mention that it
...
should always be less than ppps redial timeout.
1999-08-22 23:18:42 +00:00
brian
4d7b630ba4
Add a second arg to ``set timeout'' as an example of a minimum idle
...
period.
1999-08-17 19:23:49 +00:00
brian
009c8329be
Use ``set openmode passive'' in the ssh VPN example
1999-08-17 15:00:15 +00:00
gibbs
37e24e97d0
Add a cleanup handler called "atexit" to make sure we free up target
...
mode instances.
Print out exception information passed out from the kernel target mode
driver to this userland daemon.
1999-08-16 22:52:17 +00:00
sheldonh
09ca702409
Don't force compression in SUPFLAGS, since that effectively negates
...
the functionality of the compression option in the supfile.
Reported by: Ben Rosengart <ben@skunk.org>
1999-08-14 14:05:40 +00:00
brian
4b9d10fbce
Add an example of an isdnd.rc that works with ppp.
1999-08-09 22:58:55 +00:00
brian
6dde395f8d
Add an example of an isdn profile.
1999-08-09 22:57:47 +00:00
hm
1c8f239db0
updating isdn4bsd to beta version 0.83
1999-08-06 14:05:10 +00:00
asami
ac5a15c822
Add ports-ftp.
1999-08-02 11:31:04 +00:00
nik
8bc4d857bd
Explicitly list the i/o addresses of the serial ports.
...
Prompted by docs/12343, in which people seemed to get a little confused.
The original text in the file said:
[...]
# By default we use COM1 as our serial console port *if* we're going to use
# a serial port as our console at all. (0x3E8 = COM2)
#
#BOOT_COMCONSOLE_PORT= 0x3F8
[...]
From what I can make out, some people have assumed that means that if
they just uncomment the BOOT_COMCONSOLE_PORT then it will use COM2:
These same people then assume that "0x3F8" on that line is a typo for
"0x3E8".
What it actually means is that if you uncomment the line then the default
stays as "Ox3F8" (COM1:), and that you have to uncomment the line, *and*
change the value of the variable in order to use COM2:.
So I've made that a little bit clearer. I've also listed the hex values
for COM1: thru COM4:, snarfed from sys/isa/isareg.h.
PR: docs/12343
Submitted by: Bill Grunfelder <wjgrun@dippy.cyberwar.com>
1999-07-28 20:28:54 +00:00
brian
14d069498a
Show how to use the new filter capabilities
...
Mostly submitted by: Peter Jeremy <jeremyp@gsmx07.alcatel.com.au>
1999-07-27 23:44:29 +00:00
sheldonh
7d8fa58ccd
Do nothing for the etc-examples target when SHARED=symlinks, since we'll
...
end up trying to install into the source directory.
Reported by: bde
1999-06-27 16:42:25 +00:00
dfr
a479e57ed8
* Tidy up a few things and fix some more warnings.
...
* Change the devsw declaration to standard form and add missing fields
* Change the filename from cdev_mod.ko to cdev.ko
1999-06-27 12:44:44 +00:00
dfr
dfb5209a42
Make this sample build again.
1999-06-25 07:50:26 +00:00
sheldonh
e810531c42
Actually install the virgin copies of the /etc files that we so proudly
...
claim to install in /usr/share/examples/etc/README.examples .
PR: 5207
Reported by: "Wayne M. Barnes" <wayne@barnes1.wustl.edu>
1999-06-24 09:45:30 +00:00
brian
668a751d69
Add a rather complicated but impressive example of how
...
to implement multi-link ppp over more than one ISP with
the ability to lose ISPs without loss of connectivity.
It *requires* that you either have administrative access
to a machine that's already connected to the 'net or at
least know a really nice person that does.
1999-06-09 12:32:55 +00:00
billf
aba1dc315f
sunsite is now metalab.
1999-06-04 03:17:04 +00:00
billf
6feccf8f6d
'make update' in the ports directory.
1999-06-01 02:55:44 +00:00
billf
6d55da19c1
procedure, not proceedure.
1999-05-30 21:31:18 +00:00
jdp
a638f6da05
Remove references to the obsolete src-eBones collection.
...
PR: conf/11873
1999-05-25 05:38:27 +00:00
obrien
e5cb195b37
Get case right in "COMPAT3X".
...
Submitted by: Kevin Street <street@iname.com>
1999-05-23 17:57:23 +00:00
hm
87c7b1e12a
upgrade isdn4bsd from version 0.71 to the just released version 0.81
1999-05-20 10:14:57 +00:00
obrien
ab0b9e023f
Add a commented out COMPAT22 and COMPAT3x, since we have the others.
1999-05-19 02:05:50 +00:00
dcs
a4e20207f5
Rewording.
1999-05-14 19:07:59 +00:00
dcs
8b0505b795
Slight not-exactly-bug-but-useful-as-example-code fix.
1999-05-14 19:00:38 +00:00
dcs
53e9784978
Add a menu example making use of loader.4th(8) facilities.
...
Merge candidate, as it is just an example...
1999-05-14 18:06:27 +00:00
billf
224ddb2714
Add doc-supfile and www-supfile, for those who'd like to track those
...
repositories.
On a side note, I think www should be called www-all, like all of our
other collections.
Requested By: jesusr
No Problems: jdp
1999-05-12 20:01:10 +00:00
obrien
350bdb4ad0
Remove NOPERL. Seems to cause too many problems, as those that try don't
...
understand the implications and don't think to undo it when they get experience
trouble. (wonder about some of the people running -CURRENT sometimes)
1999-05-02 00:18:02 +00:00
brian
4235aa257b
Specify the ssh command to use for a VPN inline.
1999-04-27 00:25:22 +00:00
peter
79454fc4bf
Zap lkm examples, they don't do anything anymore.
1999-04-24 21:00:29 +00:00
hm
90cc89bf0f
Make sending the postcard optional (as suggested by phk).
1999-04-13 12:24:33 +00:00
asami
5ac8009a26
Remove ports-plan9, add ports-palm.
...
PR: 11019
Submitted by: mharo@area51.fremont.ca.us (ports-supfile only)
1999-04-08 08:06:30 +00:00
brian
7549a0ef86
Increase the timeout and wait for ``PPP'' in the compuserve
...
example.
Submitted by: MALCOLM BOFF <Malcolm_Boff@compuserve.com>
1999-03-28 00:22:44 +00:00
msmith
b78f0fcf45
more $d -> %d fixes
1999-03-19 00:35:07 +00:00