From owner-freebsd-doc Sun Jul 28 12:39:42 1996 Return-Path: owner-doc Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id MAA06767 for doc-outgoing; Sun, 28 Jul 1996 12:39:42 -0700 (PDT) Received: from gatekeeper.fsl.noaa.gov (gatekeeper.fsl.noaa.gov [137.75.131.181]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id MAA06756 for ; Sun, 28 Jul 1996 12:39:40 -0700 (PDT) Received: from emu.fsl.noaa.gov (kelly@emu.fsl.noaa.gov [137.75.60.32]) by gatekeeper.fsl.noaa.gov (8.7.5/8.7.3) with ESMTP id TAA20270 for ; Sun, 28 Jul 1996 19:39:39 GMT Message-Id: <199607281939.TAA20270@gatekeeper.fsl.noaa.gov> Received: by emu.fsl.noaa.gov (1.40.112.4/16.2) id AA233042792; Sun, 28 Jul 1996 13:39:52 -0600 Date: Sun, 28 Jul 1996 13:39:52 -0600 From: Sean Kelly To: doc@freebsd.org Subject: Hardwired terminals chapter Sender: owner-doc@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I was looking through the 2.1.5 handbook and didn't see my chapter on hardwired terminals. :-( Perhaps the announcement got lost. Here we go again: I've written a chapter to fill the Hardwired Terminals section in the FreeBSD handbook. You can find it at ftp://freefall.cdrom.com/incoming/term.sgml.gz I'll be happy to hear and incorporate your review comments. -- Sean Kelly NOAA Forecast Systems Laboratory kelly@fsl.noaa.gov Boulder Colorado USA http://www-sdd.fsl.noaa.gov/~kelly/ From owner-freebsd-doc Mon Jul 29 13:06:55 1996 Return-Path: owner-doc Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id NAA19204 for doc-outgoing; Mon, 29 Jul 1996 13:06:55 -0700 (PDT) Received: from gatekeeper.fsl.noaa.gov (gatekeeper.fsl.noaa.gov [137.75.131.181]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id NAA19195 for ; Mon, 29 Jul 1996 13:06:32 -0700 (PDT) Received: from emu.fsl.noaa.gov (kelly@emu.fsl.noaa.gov [137.75.60.32]) by gatekeeper.fsl.noaa.gov (8.7.5/8.7.3) with ESMTP id UAA24772 for ; Mon, 29 Jul 1996 20:06:24 GMT Message-Id: <199607292006.UAA24772@gatekeeper.fsl.noaa.gov> Received: by emu.fsl.noaa.gov (1.40.112.4/16.2) id AA069890800; Mon, 29 Jul 1996 14:06:41 -0600 Date: Mon, 29 Jul 1996 14:06:41 -0600 From: Sean Kelly To: doc@freebsd.org Subject: Patch for printing.sgml Sender: owner-doc@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Here are some diffs for printing.sgml that describe the stty-style mode setting capability in /etc/printcap. These diffs also clarify printers connected in read/write mode and add some new text on flow-control troubleshooting. I've tested these diffs by running `patch < file' and then remaking the handbook. If you don't get similar results, please let me know and I'll fix 'em! --- /tmp/printing.sgml Sun Jun 23 11:55:54 1996 +++ printing.sgml Sun Jun 23 11:56:21 1996 @@ -851,10 +851,18 @@ /etc/printcap file using the /etc/printcap: + LPD opens the device in the /etc/printcap: # # /etc/printcap for host rose - identified what devices to use @@ -865,7 +873,7 @@ bamboo|ps|PS|S|panasonic|Panasonic KX-P4455 PostScript v51.4:\ :sh:sd=/var/spool/lpd/bamboo:\ - :lp=/dev/ttyd5: + :lp=/dev/ttyd5:rw: If you do not specify the fc#/ - - Clears the flag bits fs#/ + 4800, 9600, 19200, 38400, 57600, or 115200 + bits-per-second. - Sets the flag bits ms=/ - xc#/ + Sets termios communications parameters using a + comma-separated list of identifiers compatible with + the stty command. See the termios(4) and the + stty(1) manual pages for more information. - Clears local mode bits xs#/ - - Sets local mode bits - For more information on the bits for the /usr/include/sys/ioctl_compat.h. - - When LPD opens the device specified by the bamboo|ps|PS|S|panasonic|Panasonic KX-P4455 PostScript v51.4:\ :sh:sd=/var/spool/lpd/bamboo:\ - :lp=/dev/ttyd5:fs#0x82000c1:xs#0x820: + :lp=/dev/ttyd5:rw:\ + :ms=cs8,-cstopb,-parenb,ixon,ixoff,cread,clocal,-opost,-echo,-echonl: - Installing the Text Filter @@ -1011,7 +1009,8 @@ bamboo|ps|PS|S|panasonic|Panasonic KX-P4455 PostScript v51.4:\ :sh:sd=/var/spool/lpd/bamboo:\ - :lp=/dev/ttyd5:fs#0x82000e1:xs#0x820:\ + :lp=/dev/ttyd5:rw:\ + :ms=cs8,-cstopb,-parenb,ixon,ixoff,cread,clocal,-opost,-echo,-echonl:\ :if=/usr/local/libexec/if-simple: @@ -1158,9 +1157,10 @@ Have FreeBSD's serial line driver automatically convert LF to CR+LF. Of course, this works with printers on serial ports - /etc/printcap file for the printer. + /etc/printcap file. Send an - If the printer supports XON/XOFF flow - control, have FreeBSD use it by specifying the - TANDEM bit in the If the printer supports XON/XOFF (software) + flow control, specify the /etc/printcap file. + + If the printer supports RTS/CTS flow + control, specify the If the printer supports DSR flow control, + specify the If the printer supports carrier flow - control, specify the MDMBUF bit in the If the printer does not support any flow - control, use some combination of the NLDELAY, - TBDELAY, CRDELAY, VTDELAY, and BSDELAY bits in - the + + For the last three flow control options, make sure + the cable connecting the printer to the computer is + correctly wired. + + If the printer has no flow control feature, try + using a lower bps rate. /etc/printcap file. + and the parity options in the /etc/printcap file. @@ -3321,7 +3331,8 @@ bamboo|ps|PS|S|panasonic|Panasonic KX-P4455 PostScript v51.4:\ :sh:sd=/var/spool/lpd/bamboo:sc:\ - :lp=/dev/ttyd5:fs#0x82000e1:xs#0x820:rw:\ + :lp=/dev/ttyd5:rw:\ + :ms=cs8,-cstopb,-parenb,ixon,ixoff,cread,clocal,-opost,-echo,-echonl:\ :if=/usr/local/libexec/psif:\ :df=/usr/local/libexec/psdf: @@ -3393,7 +3404,8 @@ bamboo|ps|PS|S|panasonic|Panasonic KX-P4455 PostScript v51.4:\ :sh:sd=/var/spool/lpd/bamboo:sc:rg=artists:\ - :lp=/dev/ttyd5:fs#0x82000e1:xs#0x820:rw:\ + :lp=/dev/ttyd5:rw:\ + :ms=cs8,-cstopb,-parenb,ixon,ixoff,cread,clocal,-opost,-echo,-echonl:\ :if=/usr/local/libexec/psif:\ :df=/usr/local/libexec/psdf: @@ -3451,7 +3463,8 @@ # bamboo|ps|PS|S|panasonic|Panasonic KX-P4455 PostScript v51.4:\ :sh:sd=/var/spool/lpd/bamboo:sc:rg=artists:mx#5000:\ - :lp=/dev/ttyd5:fs#0x82000e1:xs#0x820:rw:\ + :lp=/dev/ttyd5:rw:\ + :ms=cs8,-cstopb,-parenb,ixon,ixoff,cread,clocal,-opost,-echo,-echonl:\ :if=/usr/local/libexec/psif:\ :df=/usr/local/libexec/psdf: @@ -3524,7 +3537,8 @@ bamboo|ps|PS|S|panasonic|Panasonic KX-P4455 PostScript v51.4:\ :sh:sd=/var/spool/lpd/bamboo:sc:rg=artists:mx#5000:\ - :lp=/dev/ttyd5:fs#0x82000e1:xs#0x820:rw:mx#5000:\ + :lp=/dev/ttyd5:rw:\ + :ms=cs8,-cstopb,-parenb,ixon,ixoff,cread,clocal,-opost,-echo,-echonl:\ :if=/usr/local/libexec/psif:\ :df=/usr/local/libexec/psdf: From owner-freebsd-doc Mon Jul 29 14:21:51 1996 Return-Path: owner-doc Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id OAA23414 for doc-outgoing; Mon, 29 Jul 1996 14:21:51 -0700 (PDT) Received: from cyclone.degnet.baynet.de (root@cyclone.degnet.baynet.de [194.95.214.129]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id OAA23387 for ; Mon, 29 Jul 1996 14:21:38 -0700 (PDT) Received: from neuron.bsd.uni-passau.de (ppp2 [194.95.214.132]) by cyclone.degnet.baynet.de (8.6.12/8.6.9) with SMTP id XAA22806 for ; Mon, 29 Jul 1996 23:24:30 +0200 Message-ID: <31FD4667.315B@degnet.baynet.de> Date: Mon, 29 Jul 1996 23:16:55 +0000 From: Darius Moos Reply-To: moos@degnet.baynet.de X-Mailer: Mozilla 3.0b5aGold (Win95; I) MIME-Version: 1.0 To: doc@freebsd.org Subject: typos in disk_ps Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-doc@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Hi, just downloaded disk_ps.gz containing Chapter 10 of the FreeBSD-book (pages 149 - 181). I think there are some typos: 1. p. 157 (top of page): "... ro for file systems (like CD-ROM) which can only be written." Should be "... can only be read." 2. p. 164 (Figure 10-4, right part): there you are refering to "sd1s3x" but the left part of the table refers to "slice 2". May be a little bit confusing. 3. p. 171 (top of page, line 3): "... per minute) and prm ..." Should be "rpm" 4. p. 172 (top of page, first line): "... are: size 164430 ..." Can't get how you calculated this. I think it must be 164115. line 4: "... FreeBSD partition, 205380 ..." Again i think it must be 205065. 5. p. 174 (top of page): "Creating the filesystem ..." In the example you forgot to include the commandline for newfs Hope this is usefull. When i'm not right, please drop me a mail; i want to know what i'm not understanding. email: moos@degnet.baynet.de moos@ithnet.com Anyway, it's an great article about making new disks available to unix. Bye, Darius. From owner-freebsd-doc Thu Aug 1 08:21:57 1996 Return-Path: owner-doc Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id IAA20056 for doc-outgoing; Thu, 1 Aug 1996 08:21:57 -0700 (PDT) Received: from Marley (sterinfo.com [206.225.38.129]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id IAA20050 for ; Thu, 1 Aug 1996 08:21:50 -0700 (PDT) Received: from thomas by Marley (8.6.8.1/gw.1.00) id KAA16341; Thu, 1 Aug 1996 10:21:50 -0500 Message-Id: <199608011521.KAA16341@Marley> Date: Thu, 01 Aug 96 10:18:57 -0700 From: Mike McCants Organization: Sterling Information Group X-Mailer: Mozilla 1.22 (Windows; U; 16bit) MIME-Version: 1.0 To: freebsd-doc@FreeBSD.ORG Subject: Installation failure Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=us-ascii Sender: owner-doc@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk I have 2 IDE drives attached to a 386 with 8 megs. The installation asked me which drive I wanted to install on, but then the "set size of partition" screen did not show any available partition space to be set. The entry of a D (delete command) produced an error message with "I'm dead" after it. :-) I removed the slave jumper on the first drive and unplugged the slave drive and then I was able to install ok. Mike McCants mikem@fc.net From owner-freebsd-doc Fri Aug 2 19:54:36 1996 Return-Path: owner-doc Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id TAA19795 for doc-outgoing; Fri, 2 Aug 1996 19:54:36 -0700 (PDT) Received: from time.cdrom.com (time.cdrom.com [204.216.27.226]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id TAA19785; Fri, 2 Aug 1996 19:54:32 -0700 (PDT) Received: from time.cdrom.com (localhost [127.0.0.1]) by time.cdrom.com (8.7.5/8.6.9) with ESMTP id TAA29073; Fri, 2 Aug 1996 19:54:00 -0700 (PDT) To: doc@freebsd.org cc: www@freebsd.org Subject: The new "about" page at http://www.freebsd.org Date: Fri, 02 Aug 1996 19:54:00 -0700 Message-ID: <29071.839040840@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-doc@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Wasn't somebody working on this? Whatever happened to it? Jordan From owner-freebsd-doc Sat Aug 3 03:36:09 1996 Return-Path: owner-doc Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id DAA22143 for doc-outgoing; Sat, 3 Aug 1996 03:36:09 -0700 (PDT) Received: from io.iosys.net (io.iosys.net [207.67.20.2]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id DAA22133 for ; Sat, 3 Aug 1996 03:36:06 -0700 (PDT) Received: from ns1.inc.net (ppp-3.iosys.net [207.67.20.35]) by io.iosys.net (Netscape Mail Server v1.1) with SMTP id AAA185 for ; Sat, 3 Aug 1996 05:43:43 +0100 Message-ID: <32032AFA.230D@iosys.net> Date: Sat, 03 Aug 1996 05:33:30 -0500 From: samurai@iosys.net (Rich Bornhofer) X-Mailer: Mozilla 3.0b5a (Win95; I) MIME-Version: 1.0 To: doc@freebsd.org Subject: explaining 'term' Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-doc@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I realize that this is probably way out of line, me being a unix moron, but as i have been having problems with ftping the install, i was reading through hundreds of questions and answers from the search form you have. One reply, and only one, made comment about how the 'term' program should behave. ie. that as soon as you type 'term' you modem should become active, and be ready for the AT commands. As i am very unfamiliar with unix and term and such, i was in the 'term' program several times and trying various commands.. and hanging the system. My point is, I would have been benifited (as well will others) to know what to expect with term. In that, when i typed 'term' i should immediately (or when the modem picks up) try to enter a command. Failing that, quit the term program (as apposed to typing garbage like i tried to do) and trying the -c option at boot. Or, there are various things to do when you get to the alt+f3 screen and i have no idea if doing anything there might help me. I was just thinking that it would be nice to know a little better what to expect when i got to 'term' and the alt+f3 screen. It seems like the documentation is mildly lacking there :) Anyway, enough babling from a unix dope ;) Thanks for you time, Ray.. samurai@iosys.net (oh, i still havn't gotten it to go yet ;) From owner-freebsd-doc Sat Aug 3 14:01:33 1996 Return-Path: owner-doc Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id OAA14748 for doc-outgoing; Sat, 3 Aug 1996 14:01:33 -0700 (PDT) Received: from frmug.org (frmug-gw.frmug.org [193.56.58.252]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id OAA14735 for ; Sat, 3 Aug 1996 14:01:24 -0700 (PDT) Received: (from uucp@localhost) by frmug.org (8.6.8/8.6.9) with UUCP id XAA22938 for doc@FreeBSD.org; Sat, 3 Aug 1996 23:01:21 +0200 Received: from localhost (localhost [127.0.0.1]) by xp11.frmug.org (8.7.5/8.7.3/xp11-uucp-1.1) with ESMTP id WAA00390 for ; Sat, 3 Aug 1996 22:55:51 +0200 (MET DST) Message-Id: <199608032055.WAA00390@xp11.frmug.org> To: doc@FreeBSD.org Subject: parsing warnings (round 2) Date: Sat, 03 Aug 1996 22:55:49 +0200 From: "Philippe Charnier" Sender: owner-doc@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk Hi, For the handbook I got: sgmlfmt -f ascii /usr/src/share/doc/handbook/handbook.sgml generating handbook.ascii... :95: warning: `SN' not defined :633: warning: can't break line :6788: warning: numeric expression expected (got `I') :19695: warning: `login' not defined :27844: warning: space required between `LP' and argument :35084: warning: `LH' not defined :35084: warning: `RH' not defined The only one I was able to correct is the one about `login'. Others seem to be generated by the DTD (??) cvs diff: Diffing . Index: term.sgml =================================================================== RCS file: /home2h/FreeBSD.cvsroot/src/share/doc/handbook/term.sgml,v retrieving revision 1.1 diff -u -r1.1 term.sgml --- term.sgml 1996/07/29 07:15:57 1.1 +++ term.sgml 1996/08/03 20:13:51 @@ -373,8 +373,8 @@ type does not change, so you can put a real terminal type in this field. - Users will usually use the /etc/ttys file, users can forego such prompting. ------ ------ Philippe Charnier charnier@lirmm.fr (smtp) charnier@xp11.frmug.org (uucp) ``a PC not running FreeBSD is like a venusian with no tentacles'' ------------------------------------------------------------------------ From owner-freebsd-doc Sat Aug 3 14:02:00 1996 Return-Path: owner-doc Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id OAA14777 for doc-outgoing; Sat, 3 Aug 1996 14:02:00 -0700 (PDT) Received: from frmug.org (frmug-gw.frmug.org [193.56.58.252]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id OAA14771 for ; Sat, 3 Aug 1996 14:01:56 -0700 (PDT) Received: (from uucp@localhost) by frmug.org (8.6.8/8.6.9) with UUCP id XAA22926 for doc@FreeBSD.org; Sat, 3 Aug 1996 23:01:19 +0200 Received: from localhost (localhost [127.0.0.1]) by xp11.frmug.org (8.7.5/8.7.3/xp11-uucp-1.1) with ESMTP id OAA01618 for ; Sat, 3 Aug 1996 14:15:24 +0200 (MET DST) Message-Id: <199608031215.OAA01618@xp11.frmug.org> To: doc@FreeBSD.org Subject: parsing warnings Date: Sat, 03 Aug 1996 14:15:23 +0200 From: "Philippe Charnier" Sender: owner-doc@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk Hi, When making the Faq, I get warnings: sgmlfmt -f ascii /usr/src/share/doc/FAQ/freebsd-faq.sgml generating freebsd-faq.ascii... :2782: warning: `make' not defined :2891: warning: `xconsole'' not defined :4718: warning: escape character ignored before `@' The first two warnings are due to lines beginning with ' symbol in the nroff document. In fact this should be errors because the output file (freebsd-faq.ascii) is truncated (didn't check html output). Note that this also apply to handbook, I didn't checked yet, but hope to send you patches tomorrow. cvs diff: Diffing . Index: freebsd-faq.sgml =================================================================== RCS file: /home2h/FreeBSD.cvsroot/src/share/doc/FAQ/freebsd-faq.sgml,v retrieving revision 1.53 diff -u -r1.53 freebsd-faq.sgml --- freebsd-faq.sgml 1996/07/28 22:46:27 1.53 +++ freebsd-faq.sgml 1996/08/03 12:00:38 @@ -1734,7 +1734,7 @@ be enough to get you started. - "make world" clobbers my existing installed binaries. + ``make world'' clobbers my existing installed binaries.

Yes, this is the general idea; as its name might suggest, @@ -1810,8 +1810,8 @@ When I run xconsole, I get ``Couldn't open console''.

If you start X with 'startx', the permissions on /dev/console will - This is because of the way console permissions are set by default. @@ -3072,10 +3072,10 @@ and several thousand students trying to use them...

Make an entry for your university in /etc/remote - and use \@ for the big-university:\ - :pn=\@:tc=dialout + :pn=@:tc=dialout dialout:\ :dv=/dev/cuaa3:br#9600:at=courier:du:pa=none: ------ ------ Philippe Charnier charnier@lirmm.fr (smtp) charnier@xp11.frmug.org (uucp) ``a PC not running FreeBSD is like a venusian with no tentacles'' ------------------------------------------------------------------------ From owner-freebsd-doc Sat Aug 3 14:28:37 1996 Return-Path: owner-doc Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id OAA16108 for doc-outgoing; Sat, 3 Aug 1996 14:28:37 -0700 (PDT) Received: from mail.cs.tu-berlin.de (mail.cs.tu-berlin.de [130.149.17.13]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id OAA16099 for ; Sat, 3 Aug 1996 14:28:31 -0700 (PDT) Received: from campa.panke.de (anonymous228.ppp.cs.tu-berlin.de [130.149.17.228]) by mail.cs.tu-berlin.de (8.6.12/8.6.12) with ESMTP id XAA09935 for ; Sat, 3 Aug 1996 23:25:35 +0200 Received: (from wosch@localhost) by campa.panke.de (8.6.12/8.6.12) id XAA01926; Sat, 3 Aug 1996 23:17:13 +0200 Date: Sat, 3 Aug 1996 23:17:13 +0200 From: Wolfram Schneider Message-Id: <199608032117.XAA01926@campa.panke.de> To: doc@freebsd.org Subject: backlinks Reply-to: Wolfram Schneider MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-doc@freebsd.org X-Loop: FreeBSD.org Precedence: bulk [Altavista Help] link:thomas.gov Matches pages that contain at least one link to a page with thomas.gov in its URL. Link count/Domain 500000 netscape.com 200000 mit.edu 100000 microsoft.com 100000 ibm.com 100000 berkeley.edu 70000 sun.com 60000 sgi.com 10000 freebsd.org <--- 10000 bsdi.com 10000 linux.org 1000 netbsd.org 700 debian.org 600 li.org 189 openbsd.org Wolfram From owner-freebsd-doc Sat Aug 3 20:44:26 1996 Return-Path: owner-doc Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id UAA08782 for doc-outgoing; Sat, 3 Aug 1996 20:44:26 -0700 (PDT) Received: from rzcomm1.rz.tu-bs.de (rzcomm1.rz.tu-bs.de [134.169.9.107]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id UAA08777 for ; Sat, 3 Aug 1996 20:44:20 -0700 (PDT) Received: from malibu.ts.rz.tu-bs.de by rzcomm1.rz.tu-bs.de with SMTP (1.38.193.4/16.2) id AA05174; Sun, 4 Aug 1996 05:39:14 +0200 Received: from malibu.ts.rz.tu-bs.de (localhost [127.0.0.1]) by malibu.ts.rz.tu-bs.de (8.7.5/8.7.3) with ESMTP id UAA06807 for ; Thu, 1 Aug 1996 20:12:08 +0200 (MET DST) Message-Id: <199608011812.UAA06807@malibu.ts.rz.tu-bs.de> To: doc@FreeBSD.ORG Subject: Distributor address in FAQ outdated Reply-To: M.Butkus@tu-bs.de Date: Thu, 01 Aug 1996 20:12:06 +0200 From: Martin Butkus Sender: owner-doc@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Hi! In the FAQ you give the address of an Australian distributor of the FreeBSD CDROM. I have received an EMail by dhenshaw@silas.cc.monash.edu.au telling me that the address of this company has changed. You may want to update the FAQ accordingly. -- Martin Butkus >>> Live long and prosper. <<< Phone/Fax: +49.5331.298710 Am Stadtwege 10, 38304 Wolfenbuettel, Germany ------- Forwarded Message From: Mr David Henshaw Message-Id: <199608011353.XAA27703@silas.cc.monash.edu.au> To: M.Butkus@tu-bs.de, dhenshaw@silas.cc.monash.edu.au Subject: Re: Downloading freebsd to a PC ??? Martin, As to the CD . You may be intereseted to know thaty I found an Australian distributor. The address and phone number I found in one of the FreeBSD WWW pages is slightly out of date. The new address should be : Advanced Multimedia Distributors. Factory 1/1 Ovata Drive Tullamarine, Victroai (Victoria sorry!) Melbourne, Australia. (sorry don't know the postcode.) ph: +61 3 9338 67777 I domn't know wheter you can deal with this. Just thought Id' pass it on. Please forward it as necessary. Oh/... Australian price for the CD set is $AUS 39.95 Pretty VChep.! :) ------- End of Forwarded Message