bp
c00c66951c
Add examples for a mount_nwfs command.
1999-11-03 12:06:13 +00:00
brian
3d8af19ed3
5 minutes == 300 seconds, not 600 !
...
Submitted by: Robert Inder <R.Inder@ed.ac.uk>
1999-10-06 15:07:15 +00:00
ru
add16d0af3
Recommend "secure-stable-supfile" instead of "secure-supfile".
1999-10-04 17:38:57 +00:00
brian
47daf9ef2b
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
964d6c79dc
Fixes a silly bug that somehow escaped my notice all these months.
1999-09-29 04:46:01 +00:00
brian
960ae0fee6
Show an example of ``set cd off''
1999-09-26 23:18:54 +00:00
sos
e4d8633ce8
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
f051cabc36
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
e2c605abd0
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
2325c8f0cd
Show how to prioritize UDP packets
1999-09-07 07:58:17 +00:00
brian
1c37bb9884
alias -> nat
1999-09-07 07:56:54 +00:00
markm
4b90371e14
Knob for Perl thread support.
1999-09-04 10:03:27 +00:00
jdp
fec313fcbb
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
76fc520893
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
367b0a1e65
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
76f0c923fe
$Id$ -> $FreeBSD$
1999-08-28 00:22:10 +00:00
peter
289c0d262f
$Id$ -> $FreeBSD$
1999-08-27 23:37:10 +00:00
brian
ae2e544f37
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
038fe873dd
Add a second arg to ``set timeout'' as an example of a minimum idle
...
period.
1999-08-17 19:23:49 +00:00
brian
b5a42c5efb
Use ``set openmode passive'' in the ssh VPN example
1999-08-17 15:00:15 +00:00
gibbs
2aae5e7072
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
6fa2e3ae68
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
e00de8bb4b
Add an example of an isdnd.rc that works with ppp.
1999-08-09 22:58:55 +00:00
brian
0a37fb18fb
Add an example of an isdn profile.
1999-08-09 22:57:47 +00:00
hm
c318ffb377
updating isdn4bsd to beta version 0.83
1999-08-06 14:05:10 +00:00
asami
d63e134425
Add ports-ftp.
1999-08-02 11:31:04 +00:00
nik
5fb9ea27ca
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
0e42efbef0
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
32a079dfa9
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
633d8b5f5a
* 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
689fdb91cb
Make this sample build again.
1999-06-25 07:50:26 +00:00
sheldonh
4859384f0d
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
ecc920d2f9
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
3176b666ac
sunsite is now metalab.
1999-06-04 03:17:04 +00:00
billf
bc62ec7c7b
'make update' in the ports directory.
1999-06-01 02:55:44 +00:00
billf
5de50b4d37
procedure, not proceedure.
1999-05-30 21:31:18 +00:00
jdp
1eb58535d9
Remove references to the obsolete src-eBones collection.
...
PR: conf/11873
1999-05-25 05:38:27 +00:00
obrien
dc18e04b98
Get case right in "COMPAT3X".
...
Submitted by: Kevin Street <street@iname.com>
1999-05-23 17:57:23 +00:00
hm
2077acfca0
upgrade isdn4bsd from version 0.71 to the just released version 0.81
1999-05-20 10:14:57 +00:00
obrien
d0ff2ffddb
Add a commented out COMPAT22 and COMPAT3x, since we have the others.
1999-05-19 02:05:50 +00:00
dcs
a2b3ce9271
Rewording.
1999-05-14 19:07:59 +00:00
dcs
f239b39763
Slight not-exactly-bug-but-useful-as-example-code fix.
1999-05-14 19:00:38 +00:00
dcs
c4a4e43379
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
87e1a5e994
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
cd379801e7
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
1ee0c6ceb2
Specify the ssh command to use for a VPN inline.
1999-04-27 00:25:22 +00:00
peter
8b59cb0b5d
Zap lkm examples, they don't do anything anymore.
1999-04-24 21:00:29 +00:00
hm
6af7d3d290
Make sending the postcard optional (as suggested by phk).
1999-04-13 12:24:33 +00:00
asami
51fc707de4
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
4af7c4543d
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