From owner-freebsd-doc Sun Jan 24 02:10:05 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA09351 for freebsd-doc-outgoing; Sun, 24 Jan 1999 02:10:05 -0800 (PST) (envelope-from owner-freebsd-doc@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA09265 for ; Sun, 24 Jan 1999 02:10:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id CAA11545; Sun, 24 Jan 1999 02:10:01 -0800 (PST) Received: from mail.yk.rim.or.jp (mail.yk.rim.or.jp [202.247.130.37]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA08515 for ; Sun, 24 Jan 1999 02:01:10 -0800 (PST) (envelope-from k-horik@yk.rim.or.jp) Received: from localhost (ppp429.yk.rim.or.jp [202.247.165.129]) by mail.yk.rim.or.jp (8.8.5/3.6W-RIMNET-98-06-09) with ESMTP id TAA10709 for ; Sun, 24 Jan 1999 19:00:57 +0900 (JST) Message-Id: <19990124190013W.k-horik@yk.rim.or.jp> Date: Sun, 24 Jan 1999 19:00:13 +0900 From: horikawa@jp.freebsd.org Reply-To: horikawa@jp.freebsd.org To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: docs/9658: tar(1) SYNOPSIS refinement Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 9658 >Category: docs >Synopsis: tar(1) SYNOPSIS refinement >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-doc >State: open >Quarter: >Keywords: >Date-Required: >Class: doc-bug >Submitter-Id: current-users >Arrival-Date: Sun Jan 24 02:10:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: Kazuo Horikawa >Release: FreeBSD 2.2.7-RELEASE i386 >Organization: jpman project, Japan FreeBSD Users Group >Environment: src/gnu/usr.bin/tar/tar.1 revision 1.18 (HEAD and RELENG_3) >Description: tar.1's SYNOPSIS says: SYNOPSIS tar [[-]bundled-options] [gnu-style-flags] [tarfile] [blocksize] [exclude-file] [filenames] [-C directory-name] while I think that tar.1's SYNOPSIS should be: SYNOPSIS tar [[-]bundled-options args] [gnu-style-flags] [filenames | -C directory-name] ... The reasons why I think as above are described below. o About [tarfile], [blocksize], and [exclude-file]: - The order of tarfile, blocksize, exclude-file depends on the order of bubdled-options. Ex. $ tar xfb tarfile blocksize $ tar xbf blocksize tarfile - gnu-style-flags should not exist between bundled-options and arguments (tarfile, blocksize, exclude-file, and etc.). Ex. $ {128} ls files tarfile $ tar cf --blocking-facotr=64 tarfile files $ ls --blocking-facotr=64 files tarfile So, I think that [tarfile], [blocksize], and [exclude-file] should be expressed as `args' and should follow bundled-options. o About [filenames] and [-C directory-name]: -C option is applied for following filenames and can be speficied multiple. Ex. $ ls /tmp/a /tmp/b /tmp/a: a1 a2 /tmp/b: b1 b2 $ tar cvf tarfile -C /tmp/a a1 a2 -C /tmp/b b1 b2 a1 a2 b1 b2 So, I think that `[filenames | -C directory-name] ...' is better than `[filenames] [-C directory-name]'. >How-To-Repeat: $ man 1 tar >Fix: Apply following patch for src/gnu/usr.bin/tar/tar.1 revision 1.18 (HEAD and RELENG_3). --- tar.1.bak Sun Jan 24 18:07:24 1999 +++ tar.1 Sun Jan 24 18:09:41 1999 @@ -15,13 +15,11 @@ tape archiver; manipulate "tar" archive files .Sh SYNOPSIS .Nm tar -.Op [-] Ns Ar bundled-options +.Op [-] Ns Ar bundled-options Ar args .Op Ar gnu-style-flags -.Op Ar tarfile -.Op Ar blocksize -.Op Ar exclude-file -.Op Ar filenames -.Op Fl C Ar directory-name +.Oo +.Ar filenames | Fl C Ar directory-name +.Oc ... .Sh DESCRIPTION .Nm Tar is short for >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Sun Jan 24 02:10:06 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA09352 for freebsd-doc-outgoing; Sun, 24 Jan 1999 02:10:06 -0800 (PST) (envelope-from owner-freebsd-doc@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA09292 for ; Sun, 24 Jan 1999 02:10:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id CAA11554; Sun, 24 Jan 1999 02:10:01 -0800 (PST) Received: from mail.yk.rim.or.jp (mail.yk.rim.or.jp [202.247.130.37]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA08549 for ; Sun, 24 Jan 1999 02:01:25 -0800 (PST) (envelope-from k-horik@yk.rim.or.jp) Received: from localhost (ppp429.yk.rim.or.jp [202.247.165.129]) by mail.yk.rim.or.jp (8.8.5/3.6W-RIMNET-98-06-09) with ESMTP id TAA10756 for ; Sun, 24 Jan 1999 19:01:13 +0900 (JST) Message-Id: <19990124190029C.k-horik@yk.rim.or.jp> Date: Sun, 24 Jan 1999 19:00:29 +0900 From: horikawa@jp.freebsd.org Reply-To: horikawa@jp.freebsd.org To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: docs/9659: isdnd.rc.5 has typos ("ist" should be "is", and etc.) Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 9659 >Category: docs >Synopsis: isdnd.rc.5 has typos ("ist" should be "is", and etc.) >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-doc >State: open >Quarter: >Keywords: >Date-Required: >Class: doc-bug >Submitter-Id: current-users >Arrival-Date: Sun Jan 24 02:10:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Kazuo Horikawa >Release: FreeBSD 2.2.7-RELEASE i386 >Organization: jpman project, Japan FreeBSD Users Group >Environment: src/usr.sbin/i4b/isdnd/isdnd.rc.5 revision 1.1 (HEAD and RELENG_3) >Description: I think that isdnd.rc.5 has following typo:. o "ist" should be "is". o following sentense is un-parsable: usrdeviceunit Specifies the unit number for the with the usrde- vicename specified device. I think that this sentence should be: usrdeviceunit Specifies the unit number for the device which is specified with usrdevicename. >How-To-Repeat: % man 5 isdnd.rc.5 >Fix: Apply following patch for src/usr.sbin/i4b/isdnd/isdnd.rc.5 revision 1.1 (HEAD and RELENG_3). --- isdnd.rc.5.bak Sun Jan 24 17:47:02 1999 +++ isdnd.rc.5 Sun Jan 24 17:49:07 1999 @@ -284,7 +284,7 @@ .El .It Li dialout-type -This keyword ist used to configure what type of dialout mode is used. +This keyword is used to configure what type of dialout mode is used. The keyword is mandatory. The currently supported parameters are: .Pp @@ -510,10 +510,8 @@ .El .It Li usrdeviceunit -Specifies the unit number for the with the -.em -usrdevicename -specified device. +Specifies the unit number for the device which is specified with +usrdevicename. .It Li usedown is used to enable the use of the keywords >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Sun Jan 24 02:50:03 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA13250 for freebsd-doc-outgoing; Sun, 24 Jan 1999 02:50:03 -0800 (PST) (envelope-from owner-freebsd-doc@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA13207 for ; Sun, 24 Jan 1999 02:50:00 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id CAA12724; Sun, 24 Jan 1999 02:50:01 -0800 (PST) Received: from rebel.net.au (rebel.rebel.net.au [203.20.69.66]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA12463 for ; Sun, 24 Jan 1999 02:41:53 -0800 (PST) (envelope-from kkenn@rebel.net.au) Received: from 203.20.69.76 (dialup-6.rebel.net.au [203.20.69.76]) by rebel.net.au (8.8.5/8.8.4) with ESMTP id VAA20059 for ; Sun, 24 Jan 1999 21:11:39 +1030 Received: (qmail 92354 invoked by uid 0); 24 Jan 1999 08:58:53 -0000 Message-Id: <19990124085852.92345.qmail@morden.rebel.net.au> Date: 24 Jan 1999 08:58:52 -0000 From: kkenn@rebel.net.au Reply-To: kkennawa@physics.adelaide.edu.au To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: docs/9660: ppp.8 contains outdated reference to syslog.conf Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 9660 >Category: docs >Synopsis: ppp.8 contains outdated reference to syslog.conf >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-doc >State: open >Quarter: >Keywords: >Date-Required: >Class: doc-bug >Submitter-Id: current-users >Arrival-Date: Sun Jan 24 02:50:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Kris Kennaway >Release: FreeBSD 3.0-CURRENT i386 >Organization: >Environment: 3.0, 4.0 >Description: The ppp.8 manpage mentions that TAB characters must be used as delimiters in /etc/syslog.conf. This is no longer the case: o Create a log file. Ppp uses syslog(3) to log information. A common log file name is /var/log/ppp.log. To make output go to this file, put the following lines in the /etc/syslog.conf file: !ppp *.*/var/log/ppp.log Make sure you use actual TABs here. If you use spaces, the line will be silently ignored by syslogd(8). >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Sun Jan 24 09:50:03 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA27173 for freebsd-doc-outgoing; Sun, 24 Jan 1999 09:50:03 -0800 (PST) (envelope-from owner-freebsd-doc@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA27104 for ; Sun, 24 Jan 1999 09:49:59 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.8.5) id JAA12857; Sun, 24 Jan 1999 09:50:01 -0800 (PST) Date: Sun, 24 Jan 1999 09:50:01 -0800 (PST) Message-Id: <199901241750.JAA12857@freefall.freebsd.org> To: doc@FreeBSD.ORG From: Tom Hukins Subject: Re: docs/9554: Minor correction to "projects" Web page Reply-To: Tom Hukins Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR docs/9554; it has been noted by GNATS. From: Tom Hukins To: FreeBSD-gnats-submit@freebsd.org Cc: Subject: Re: docs/9554: Minor correction to "projects" Web page Date: Sun, 24 Jan 1999 15:38:57 +0000 On Mon, Jan 18, 1999 at 03:20:35PM -0000, I wrote: > > >Number: 9554 > >Category: docs > >Synopsis: Minor correction to "projects" Web page > > There is a small error in projects/projects.sgml in the WWW tree > ("
  • " should be "
  • "). This patch fixes it. Please close this PR. The problem has been fixed. Thanks, Tom To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Sun Jan 24 10:00:34 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA28838 for freebsd-doc-outgoing; Sun, 24 Jan 1999 10:00:34 -0800 (PST) (envelope-from owner-freebsd-doc@FreeBSD.ORG) Received: from oz.plymouth.edu (oz.plymouth.edu [158.136.1.100]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA28830 for ; Sun, 24 Jan 1999 10:00:32 -0800 (PST) (envelope-from ted@oz.plymouth.edu) Received: from mail.plymouth.edu ([158.136.17.118]) by oz.plymouth.edu (8.9.1/8.9.0) with ESMTP id NAA06585 for ; Sun, 24 Jan 1999 13:00:14 -0500 (EST) Message-ID: <36AB5FAC.434F0638@mail.plymouth.edu> Date: Sun, 24 Jan 1999 13:00:13 -0500 From: Ted Wisniewski X-Mailer: Mozilla 4.5 [en] (Win95; I) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-doc@FreeBSD.ORG Subject: NIS Setup Tutorial Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I would like to add an NIS setup tutorial to the tutorials. You can find it at: http://wiz.plymouth.edu/NIS-Server.html Feel free to use it in whatever way you see fit. --> Ted To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Sun Jan 24 10:39:16 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA02837 for freebsd-doc-outgoing; Sun, 24 Jan 1999 10:39:16 -0800 (PST) (envelope-from owner-freebsd-doc@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA02831; Sun, 24 Jan 1999 10:39:13 -0800 (PST) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.9.2/8.8.5) id KAA15807; Sun, 24 Jan 1999 10:39:14 -0800 (PST) Date: Sun, 24 Jan 1999 10:39:14 -0800 (PST) Message-Id: <199901241839.KAA15807@freefall.freebsd.org> To: tom@eborcom.com, steve@FreeBSD.ORG, doc@FreeBSD.ORG Subject: Re: docs/9554 Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Minor correction to "projects" Web page State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Sun Jan 24 10:35:50 PST 1999 State-Changed-Why: Fixed by jkoshy in rev.1.41 of www/en/projects/projects.sgml. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Sun Jan 24 12:45:45 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA16332 for freebsd-doc-outgoing; Sun, 24 Jan 1999 12:45:45 -0800 (PST) (envelope-from owner-freebsd-doc@FreeBSD.ORG) Received: from bga.com (apm6-143.realtime.net [205.238.164.143]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA16325 for ; Sun, 24 Jan 1999 12:45:43 -0800 (PST) (envelope-from jktheowl@bga.com) Received: (from jktheowl@localhost) by bga.com (8.8.5/8.8.5) id OAA12922; Sun, 24 Jan 1999 14:53:38 -0600 (CST) Date: Sun, 24 Jan 1999 14:53:38 -0600 (CST) Message-Id: <199901242053.OAA12922@bga.com> From: John Kenagy MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: Ted Wisniewski Cc: freebsd-doc@FreeBSD.ORG Subject: NIS Setup Tutorial In-Reply-To: <36AB5FAC.434F0638@mail.plymouth.edu> References: <36AB5FAC.434F0638@mail.plymouth.edu> X-Mailer: VM 6.31 under 20.2 XEmacs Lucid Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Thanks! (from me, anyway ;-)) Ted Wisniewski writes: > I would like to add an NIS setup tutorial to the tutorials. You can > find > it at: > > http://wiz.plymouth.edu/NIS-Server.html > > Feel free to use it in whatever way you see fit. > I put a link to it on my tutorial at: http://www.realtime.net/sculpture (follow the FreeBSD links) Nice to know somebody else is interested in this. My expertise is limited to "I read it in a book, once." I've been trying to learn sgml/docbook, etc. in my "spare time" so as to better present it. I've actually managed to get it to be processed by Jade but I want to do more learning. John To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Sun Jan 24 17:13:31 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA19546 for freebsd-doc-outgoing; Sun, 24 Jan 1999 17:13:31 -0800 (PST) (envelope-from owner-freebsd-doc@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA19539; Sun, 24 Jan 1999 17:13:28 -0800 (PST) (envelope-from jkoshy@FreeBSD.org) From: Joseph Koshy Received: (from jkoshy@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id RAA01675; Sun, 24 Jan 1999 17:13:17 -0800 (PST) (envelope-from jkoshy@FreeBSD.org) Date: Sun, 24 Jan 1999 17:13:17 -0800 (PST) Message-Id: <199901250113.RAA01675@freefall.freebsd.org> To: deuerl@bugsy.indra.de, jkoshy@FreeBSD.ORG, doc@FreeBSD.ORG Subject: Re: docs/9600 Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: 3.0-current fails to build share/doc State-Changed-From-To: open->closed State-Changed-By: jkoshy State-Changed-When: Sun Jan 24 17:12:24 PST 1999 State-Changed-Why: Closed at the request of the originator ``corrupted obj-tree ...''. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Sun Jan 24 22:24:03 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA24960 for freebsd-doc-outgoing; Sun, 24 Jan 1999 22:24:03 -0800 (PST) (envelope-from owner-freebsd-doc@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA24951; Sun, 24 Jan 1999 22:24:00 -0800 (PST) (envelope-from jkoshy@FreeBSD.org) From: Joseph Koshy Received: (from jkoshy@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id WAA04718; Sun, 24 Jan 1999 22:23:49 -0800 (PST) (envelope-from jkoshy@FreeBSD.org) Date: Sun, 24 Jan 1999 22:23:49 -0800 (PST) Message-Id: <199901250623.WAA04718@freefall.freebsd.org> To: horikawa@jp.freebsd.org, jkoshy@FreeBSD.ORG, doc@FreeBSD.ORG Subject: Re: docs/9659 Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: isdnd.rc.5 has typos ("ist" should be "is", and etc.) State-Changed-From-To: open->closed State-Changed-By: jkoshy State-Changed-When: Sun Jan 24 22:22:44 PST 1999 State-Changed-Why: Patch committed to rev 1.2 of "src/usr.sbin/i4b/isdnd/isdnd.rc.5", thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Mon Jan 25 07:04:39 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA25876 for freebsd-doc-outgoing; Mon, 25 Jan 1999 07:04:39 -0800 (PST) (envelope-from owner-freebsd-doc@FreeBSD.ORG) Received: from imo19.mx.aol.com (imo19.mx.aol.com [198.81.17.9]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA25870 for ; Mon, 25 Jan 1999 07:04:36 -0800 (PST) (envelope-from LATIN2PLEA@aol.com) From: LATIN2PLEA@aol.com Received: from LATIN2PLEA@aol.com by imo19.mx.aol.com (IMOv18.1) id QQTFa20088 for ; Mon, 25 Jan 1999 10:04:22 -0500 (EST) Message-ID: <5944c9eb.36ac87f6@aol.com> Date: Mon, 25 Jan 1999 10:04:22 EST To: freebsd-doc@FreeBSD.ORG Mime-Version: 1.0 Subject: tell me more Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7bit X-Mailer: AOL 4.0 for Windows 95 sub 205 Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Mon Jan 25 07:58:11 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA01317 for freebsd-doc-outgoing; Mon, 25 Jan 1999 07:58:11 -0800 (PST) (envelope-from owner-freebsd-doc@FreeBSD.ORG) Received: from MAIL2 (mail2.netsgo.com [210.115.122.109] (may be forged)) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA01312 for ; Mon, 25 Jan 1999 07:58:09 -0800 (PST) (envelope-from loveboot@netsgo.com) Received: from samsan - 203.252.53.54 by netsgo.com with Microsoft SMTPSVC; Tue, 26 Jan 1999 00:58:13 +0900 Message-ID: <002301be487b$655b1d80$3635fccb@samsan.skku.ac.kr> From: "=?euc-kr?B?yLLFwsDO?=" To: Date: Tue, 26 Jan 1999 00:57:10 +0900 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0020_01BE48C6.CDB3F500" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.72.3110.5 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org This is a multi-part message in MIME format. ------=_NextPart_000_0020_01BE48C6.CDB3F500 Content-Type: text/plain; charset="euc-kr" Content-Transfer-Encoding: base64 aGVsbG8uDQpteSBuYW1lIGlzIHRhZSBpbiBod2FuZyANCkkgYW0gYSBzdHVkZW50IG9mIHN1bmcg a3l1biBrd2FuIFVuaXZlcnNpdHkgaW4gc291dGgga29yZWEuIA0KbXkgbWFqb3IgaXMgaW5mb3Jt YXRpb24gZW5naW5lZXJpbmcNCkkgaG9wZSB0aGF0IGJyb2tlbiBtZXNzYWdlIG92ZXIgYisgcHJv dG9jb2wgd2lsbCBiZSBwcm92ZWQNCmkga25vdyB0aGF0IGIrIHByb3RvY29sIHdhcyB1c2VkIGZv ciBjb21wdXNlcnZlLg0KSSB3YW50IHRvIGtub3cgIGRldGFpbCBiKyBwcm90b2NvbCBzcGVjaWZp Y2F0aW9uLg0KaWYgeW91IGtub3cgZGV0YWlsIGluZm9ybWF0aW9uIGFib3V0IGIrIHByb3RvY29s LA0KcGxlYXNlLi4uLiAgIHNlbmQgbWUgdGhhdCBpbmZvcm1hdGlvbi4uLiAgDQo= ------=_NextPart_000_0020_01BE48C6.CDB3F500 Content-Type: text/html; charset="euc-kr" Content-Transfer-Encoding: base64 PCFET0NUWVBFIEhUTUwgUFVCTElDICItLy9XM0MvL0RURCBXMyBIVE1MLy9FTiI+DQo8SFRNTD4N CjxIRUFEPg0KDQo8TUVUQSBjb250ZW50PSJ0ZXh0L2h0bWw7IGNoYXJzZXQ9a3NfY181NjAxLTE5 ODciIGh0dHAtZXF1aXY9Q29udGVudC1UeXBlPg0KPE1FVEEgY29udGVudD0nIk1TSFRNTCA0Ljcy LjMxMTAuNyInIG5hbWU9R0VORVJBVE9SPg0KPC9IRUFEPg0KPEJPRFkgYmdDb2xvcj0jZmZmZmZm Pg0KPERJVj4NCjxESVY+DQo8RElWPjxGT05UIHNpemU9Mj5oZWxsby48L0ZPTlQ+PC9ESVY+DQo8 RElWPjxGT05UIHNpemU9Mj5teSBuYW1lIGlzIHRhZSBpbiBod2FuZyA8L0ZPTlQ+PC9ESVY+DQo8 RElWPjxGT05UIHNpemU9Mj5JIGFtIGEgc3R1ZGVudCBvZiBzdW5nIGt5dW4ga3dhbiBVbml2ZXJz aXR5IGluIHNvdXRoIGtvcmVhLiANCjwvRk9OVD48L0RJVj4NCjxESVY+PEZPTlQgc2l6ZT0yPjwv Rk9OVD48Rk9OVCBjb2xvcj0jMDAwMDAwIHNpemU9Mj5teSBtYWpvciBpcyBpbmZvcm1hdGlvbiAN CmVuZ2luZWVyaW5nPC9GT05UPjwvRElWPg0KPERJVj48Rk9OVCBjb2xvcj0jMDAwMDAwIHNpemU9 Mj5JIGhvcGUgdGhhdCBicm9rZW4gbWVzc2FnZSBvdmVyIGIrIHByb3RvY29sIHdpbGwgDQpiZSBw cm92ZWQ8L0ZPTlQ+PC9ESVY+DQo8RElWPjxGT05UIHNpemU9Mj5pIGtub3cgdGhhdCBiKyBwcm90 b2NvbCB3YXMgdXNlZCBmb3IgY29tcHVzZXJ2ZS48L0ZPTlQ+PC9ESVY+DQo8RElWPjxGT05UIHNp emU9Mj5JIHdhbnQgdG8ga25vdyZuYnNwOyBkZXRhaWwgYisgcHJvdG9jb2wgDQpzcGVjaWZpY2F0 aW9uLjwvRk9OVD48L0RJVj4NCjxESVY+PEZPTlQgY29sb3I9IzAwMDAwMCBzaXplPTI+aWYgeW91 IGtub3cgZGV0YWlsIGluZm9ybWF0aW9uIGFib3V0IGIrIA0KcHJvdG9jb2wsPC9GT05UPjwvRElW Pg0KPERJVj48Rk9OVCBzaXplPTI+cGxlYXNlLi4uLiZuYnNwOyZuYnNwOyBzZW5kIG1lIHRoYXQg aW5mb3JtYXRpb24uLi4mbmJzcDsgDQo8L0ZPTlQ+PC9ESVY+PC9ESVY+PC9ESVY+PC9CT0RZPjwv SFRNTD4NCg== ------=_NextPart_000_0020_01BE48C6.CDB3F500-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Mon Jan 25 08:40:06 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA07618 for freebsd-doc-outgoing; Mon, 25 Jan 1999 08:40:06 -0800 (PST) (envelope-from owner-freebsd-doc@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA07516 for ; Mon, 25 Jan 1999 08:40:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id IAA92157; Mon, 25 Jan 1999 08:40:00 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from Terry.Dorm10.NCTU.edu.tw (Terry.Dorm10.NCTU.edu.tw [140.113.122.99]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA05996 for ; Mon, 25 Jan 1999 08:30:14 -0800 (PST) (envelope-from ijliao@Terry.Dorm10.NCTU.edu.tw) Received: (from ijliao@localhost) by Terry.Dorm10.NCTU.edu.tw (8.9.2/8.9.2) id AAA06023; Tue, 26 Jan 1999 00:29:58 +0800 (CST) (envelope-from ijliao) Message-Id: <199901251629.AAA06023@Terry.Dorm10.NCTU.edu.tw> Date: Tue, 26 Jan 1999 00:29:58 +0800 (CST) From: Ying-Chieh Liao Reply-To: ijliao@Terry.Dorm10.NCTU.edu.tw To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: docs/9678: lost `` in doc/FAQ/serial.sgml Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 9678 >Category: docs >Synopsis: lost `` in doc/FAQ/serial.sgml >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-doc >State: open >Quarter: >Keywords: >Date-Required: >Class: doc-bug >Submitter-Id: current-users >Arrival-Date: Mon Jan 25 08:40:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: Ying-Chieh Liao >Release: FreeBSD 4.0-CURRENT i386 >Organization: NCTU CSIE >Environment: FreeBSD Terry.Dorm10.NCTU.edu.tw 4.0-CURRENT FreeBSD 4.0-CURRENT #1: Sun Jan 24 21:05:10 CST 1999 root@Terry.Dorm10.NCTU.edu.tw:/usr/src/sys/compile/TERRY i386 >Description: lost `` in doc/FAQ/serial.sgml in doc/FAQ/serial.sgml line 205 you have to login as a regular user, then '' to must be you have to login as a regular user, then ``'' to >How-To-Repeat: more doc/FAQ/serial.sgml >Fix: add `` before Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Mon Jan 25 10:10:05 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA17885 for freebsd-doc-outgoing; Mon, 25 Jan 1999 10:10:05 -0800 (PST) (envelope-from owner-freebsd-doc@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA17838 for ; Mon, 25 Jan 1999 10:10:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id KAA98840; Mon, 25 Jan 1999 10:10:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from Terry.Dorm10.NCTU.edu.tw (Terry.Dorm10.NCTU.edu.tw [140.113.122.99]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA17609 for ; Mon, 25 Jan 1999 10:07:08 -0800 (PST) (envelope-from ijliao@Terry.Dorm10.NCTU.edu.tw) Received: (from ijliao@localhost) by Terry.Dorm10.NCTU.edu.tw (8.9.2/8.9.2) id CAA07068; Tue, 26 Jan 1999 02:06:12 +0800 (CST) (envelope-from ijliao) Message-Id: <199901251806.CAA07068@Terry.Dorm10.NCTU.edu.tw> Date: Tue, 26 Jan 1999 02:06:12 +0800 (CST) From: Ying-Chieh Liao Reply-To: ijliao@Terry.Dorm10.NCTU.edu.tw To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: docs/9681: lost . in doc/FAQ/serial.sgml Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 9681 >Category: docs >Synopsis: lost . in doc/FAQ/serial.sgml >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-doc >State: open >Quarter: >Keywords: >Date-Required: >Class: doc-bug >Submitter-Id: current-users >Arrival-Date: Mon Jan 25 10:10:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Ying-Chieh Liao >Release: FreeBSD 4.0-CURRENT i386 >Organization: NCTU CSIE >Environment: FreeBSD Terry.Dorm10.NCTU.edu.tw 4.0-CURRENT FreeBSD 4.0-CURRENT #1: Sun Jan 24 21:05:10 CST 1999 root@Terry.Dorm10.NCTU.edu.tw:/usr/src/sys/compile/TERRY i386 >Description: lost . in doc/FAQ/serial.sgml in line 297, there must be a "." before "Obviously" >How-To-Repeat: more doc/FAQ/serial.sgml >Fix: add a "." before "Obviously" >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Mon Jan 25 10:40:06 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA21445 for freebsd-doc-outgoing; Mon, 25 Jan 1999 10:40:06 -0800 (PST) (envelope-from owner-freebsd-doc@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA21355 for ; Mon, 25 Jan 1999 10:40:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id KAA99755; Mon, 25 Jan 1999 10:40:00 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from Terry.Dorm10.NCTU.edu.tw (Terry.Dorm10.NCTU.edu.tw [140.113.122.99]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA20748 for ; Mon, 25 Jan 1999 10:34:25 -0800 (PST) (envelope-from ijliao@Terry.Dorm10.NCTU.edu.tw) Received: (from ijliao@localhost) by Terry.Dorm10.NCTU.edu.tw (8.9.2/8.9.2) id CAA07508; Tue, 26 Jan 1999 02:34:18 +0800 (CST) (envelope-from ijliao) Message-Id: <199901251834.CAA07508@Terry.Dorm10.NCTU.edu.tw> Date: Tue, 26 Jan 1999 02:34:18 +0800 (CST) From: Ying-Chieh Liao Reply-To: ijliao@Terry.Dorm10.NCTU.edu.tw To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: docs/9683: strange sentance in doc/FAQ/serial.sgml Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 9683 >Category: docs >Synopsis: strange sentance in doc/FAQ/serial.sgml >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-doc >State: open >Quarter: >Keywords: >Date-Required: >Class: doc-bug >Submitter-Id: current-users >Arrival-Date: Mon Jan 25 10:40:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: Ying-Chieh Liao >Release: FreeBSD 4.0-CURRENT i386 >Organization: NCTU CSIE >Environment: FreeBSD Terry.Dorm10.NCTU.edu.tw 4.0-CURRENT FreeBSD 4.0-CURRENT #1: Sun Jan 24 21:05:10 CST 1999 root@Terry.Dorm10.NCTU.edu.tw:/usr/src/sys/compile/TERRY i386 >Description: strange sentance in doc/FAQ/serial.sgml, line 369

    Then you can things like ``How-To-Repeat: more doc/FAQ/serial.sgml >Fix: maybe "Then you can do something like..." >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Mon Jan 25 12:22:26 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA05119 for freebsd-doc-outgoing; Mon, 25 Jan 1999 12:22:26 -0800 (PST) (envelope-from owner-freebsd-doc@FreeBSD.ORG) Received: from wiz.plymouth.edu (ness.plymouth.edu [158.136.1.140]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA05110 for ; Mon, 25 Jan 1999 12:22:20 -0800 (PST) (envelope-from ted@wiz.plymouth.edu) Received: from wiz.plymouth.edu (localhost [127.0.0.1]) by wiz.plymouth.edu (8.9.1/8.9.1) with ESMTP id PAA06380 for ; Mon, 25 Jan 1999 15:22:12 -0500 (EST) (envelope-from ted@wiz.plymouth.edu) Message-ID: <36ACD273.8D9BF46D@wiz.plymouth.edu> Date: Mon, 25 Jan 1999 15:22:11 -0500 From: Ted Wisniewski Organization: Plymouth State College X-Mailer: Mozilla 4.5 [en] (X11; I; FreeBSD 3.0-RELEASE i386) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-doc@FreeBSD.ORG Subject: Mail services - setting Home directory Mail spooling: Content-Type: multipart/mixed; boundary="------------1E2D40B899C64D3BD85AF1B2" Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org This is a multi-part message in MIME format. --------------1E2D40B899C64D3BD85AF1B2 Content-Type: multipart/alternative; boundary="------------7A7BE39E42FED0C43D933FE3" --------------7A7BE39E42FED0C43D933FE3 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Another Tutorial, this one tells you how to set up home directory based E-Mail spooling (as opposed to the standard /var/mail) based. http://wiz.plymouth.edu/Mail-services.html --------------7A7BE39E42FED0C43D933FE3 Content-Type: text/html; charset=us-ascii Content-Transfer-Encoding: 7bit

    Another Tutorial,  this one tells you how to set up home directory based E-Mail
    spooling (as opposed to the standard /var/mail) based.
    
    
    
    http://wiz.plymouth.edu/Mail-services.html
      --------------7A7BE39E42FED0C43D933FE3-- --------------1E2D40B899C64D3BD85AF1B2 Content-Type: text/html; charset=iso-8859-1; name="Mail-services.html" Content-Transfer-Encoding: 8bit Content-Disposition: inline; filename="Mail-services.html" Content-Base: "http://wiz/Mail-services.html" Content-Location: "http://wiz/Mail-services.html" Mail services - setting Home directory Mail spooling:
    Mail services - setting up Home directory Mail spooling
    by
    Ted Wisniewski (ted@wiz.plymouth.edu)

    The reasons to do "Home directory" spooling are many? Here is a couple of really good reasons:

      • All user files will be in one place, less system administration to maintain.
      • 1 filesystem with quotas (as opposed to have one for user files and another for mail)
    What you will need:
    • Procmail (to be used as a local delivery agent) the current version is procmail-3.11pre7.tar.gz and can be retrieved from ftp.informatik.rwth-aachen.de in the /pub/packages/procmail directory.
    • Sendmail version 8.9.1 or better.  This can be retrieved from ftp.sendmail.org in the /pub/sendmail directory.
    • Mail readers Elm/Pine (installed as packages) and POP/IMAP mail servers (installed from source).
    Now that you have the two essential pieces of software we need to extract the files, build and install them.

    Procmail -

      • cd /var/tmp
      • tar zxvf procmail-3.11pre7.tar.gz
      • cd procmail-3.11pre7/src
      • Edit the authenticate.c file and uncomment the following line:
    /*#define MAILSPOOLHOME "/.mail" /* watch the leading / */

    The first two characters on the line need to be removed, it should look like (below) when done.

    #define MAILSPOOLHOME "/.mail" /* watch the leading / */

      • cd ..
      • make
      • (as the root user) make install-suid
      • ln -s /usr/bin/procmail /usr/local/bin/procmail
    Sendmail -
      • cd /var/tmp
      • tar zxvf sendmail.8.9.1.tar.gz
      • cd sendmail.8.9.1
      • make
      • (as the root user) make install
      • Now a "sendmail.cf" file must me generated for the host, the one that came with the system is not adequate for our needs (we need to use sendmail as the delivery agent to get the mail spooled into the users? home directory).
      • cd cf/cf and edit the file called generic-bsd4.4.mc
    add the following "Features"

    FEATURE(local_procmail)

    FEATURE(relay_entire_domain)

    FEATURE(relay_local_from)

    Remove the following line:

                                            MAILER(local)dnl

      • make generic-bsd4.4.cf
      • cp generic-bsd4.4.cf /etc/sendmail.cf
      • vi /etc/sendmail.cw, If this file does not already exist, create it, and for each "name" your host has put and entry for that hostname.
    Example contents of /etc/sendmail.cw file:

    mail.domain.com

    www.domain.com

      • cat /var/run/sendmail.pid, the listed number (PID) is the process ID of the currently running sendmail daemon, do kill -9 PID, where PID is that number.
      • Restart sendmail: /usr/sbin/sendmail -bd -q30m

     

    Now, You must tell your mail-readers where the mail is now spooled, most of them assume /var/mail or some other centralized place.
     

    For (using csh or tcsh) "elm" and "mail" they respect the "MAIL" environment variable.  You can set it in /etc/csh.cshrc as follows:

                setenv MAIL ~/.mail

    For pine, you need to edit your system-wide Pine configuration file usually /usr/local/etc/pine.conf and add:

        inbox-path=~/.mail
     

    For POP/IMAP mail readers, you will need to download the source for imap-4.4.tar.Z from ftp.cdrom.com in the  /pub/FreeBSD/ports/distfiles directory.

    Extract the archive: tar zxvf imap-4.4.tar.Z

    You need to make 1 modification to imap-4.4/src/osdep/unix/env_unix.c, comment out or remove the line indicated below add/replace that line with the one provided.
     
     

    char *sysinbox ()
    {
      char tmp[MAILTMPLEN];
      if (!sysInbox) {              /* initialize if first time */
        /*sprintf (tmp,"%s/%s",MAILSPOOL,myusername ());     /*REMOVE*/
        sprintf (tmp,"%s/%s",myHomeDir,"/.mail");                       /*ADD*/
        sysInbox = cpystr (tmp);    /* system inbox is from mail spool */
      }
      return sysInbox;
    }

    Then build the POP3 and IMAP servers by doing "make bsf" in the imap-4.4 directory.

    Upon completion of the build do the following as root (I assume you have backed up older versions if you are overwriting older executables):

        cp imapd/imapd /usr/local/bin/imapd
        chmod 755 /usr/local/bin/imapd

        cp ipopd/ipop3d /usr/local/bin/ipopd
        chmod 755 /usr/local/bin/ipopd

    Now edit /etc/inetd.conf and make sure your pop3 & imap entries appear like:

        pop3    stream  tcp     nowait  root    /usr/local/bin/ipop3d   ipop3d
        imap    stream  tcp     nowait  root    /usr/local/bin/imapd    imapd

    If /etc/inetd.conf requires editing, you will need to "kill -HUP" the inetd process ("kill -HUP  `/var/run/inetd.pid`") --------------1E2D40B899C64D3BD85AF1B2-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Mon Jan 25 12:50:05 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA08760 for freebsd-doc-outgoing; Mon, 25 Jan 1999 12:50:05 -0800 (PST) (envelope-from owner-freebsd-doc@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA08699 for ; Mon, 25 Jan 1999 12:50:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id MAA08091; Mon, 25 Jan 1999 12:50:00 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from nobody@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA08339; Mon, 25 Jan 1999 12:46:52 -0800 (PST) (envelope-from nobody) Message-Id: <199901252046.MAA08339@hub.freebsd.org> Date: Mon, 25 Jan 1999 12:46:52 -0800 (PST) From: marko@uk.radan.com To: freebsd-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: www-1.0 Subject: docs/9687: New FAQ entry for reading NTFS prtitions under FreeBSD Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 9687 >Category: docs >Synopsis: New FAQ entry for reading NTFS prtitions under FreeBSD >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-doc >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Jan 25 12:50:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: Mark Ovens >Release: 2.2.8-Release >Organization: >Environment: FreeBSD marder-1 2.2.8-RELEASE FreeBSD 2.2.8-RELEASE #0: Sun Jan 3 20:07:20 GMT 1999 root@marder-1:/usr/src/sys/compile/MARDER-1_PnP_SCSI i386 >Description: I have put together a step by step guide to installing the NTFS driver for FreeBSD. Could a link be added from the FAQ and the tutorial? >How-To-Repeat: >Fix: Suggested FAQ entry: Q: I have FreeBSD and NT installed on the same computer. Can FreeBSD read my NT files? A: A *read-only* NTFS driver exists for FreeBSD, allowing you to mount your NT filesystem under FreeBSD. For example, the C: drive on NT could appear as /ntfs/c/ when in FreeBSD. For more information, see this small tutorial by Mark Ovens at http://users.globalnet.co.uk/~markov/ntfs_install.html And the tutorial can be linked to from the tutorial page at >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Mon Jan 25 22:08:03 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA08507 for freebsd-doc-outgoing; Mon, 25 Jan 1999 22:08:03 -0800 (PST) (envelope-from owner-freebsd-doc@FreeBSD.ORG) Received: from mail.buckeyeweb.com (buckeyeweb.com [207.122.180.5]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA08502; Mon, 25 Jan 1999 22:08:01 -0800 (PST) (envelope-from jody@buckeyeweb.com) Received: from computer ([205.183.16.98]) by mail.buckeyeweb.com (Post.Office MTA v3.5.3 release 223 ID# 0-52587U2500L250S0V35) with SMTP id com; Tue, 26 Jan 1999 01:07:53 -0500 X-Sender: Jody@mail.buckeyeweb.com Disposition-Notification-To: X-Mailer: QUALCOMM Windows Eudora Pro Version 4.0 X-Priority: 1 (Highest) Date: Tue, 26 Jan 1999 01:07:41 -0500 To: freebsd-doc@FreeBSD.ORG From: Jody Subject: 403 Cc: freebsd-questions@FreeBSD.ORG Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Message-ID: <19990126060753198.AAA171@mail.buckeyeweb.com@computer> Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I can't access a few parts of your page(s) from my computer :( Any ideas why? I am interested in the UNIX/FreeBSD/Linux thing. I still don't know what I want to do but I can tell you I really don't know where to begin. I can't afford to buy disks at the moment (school has eaten up a good portion of my $) but I can download it. I am just not sure what to do after I download it. I tried to click on the link to make boot disks but it only gives me a 403. Never anything else. Can you help? Jody. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Tue Jan 26 05:05:41 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA29749 for freebsd-doc-outgoing; Tue, 26 Jan 1999 05:05:41 -0800 (PST) (envelope-from owner-freebsd-doc@FreeBSD.ORG) Received: from baerenklau.de.freebsd.org (baerenklau.de.freebsd.org [195.185.195.14]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA29734; Tue, 26 Jan 1999 05:05:36 -0800 (PST) (envelope-from wosch@panke.de.freebsd.org) Received: (from uucp@localhost) by baerenklau.de.freebsd.org (8.8.8/8.8.8) with UUCP id OAA12297; Tue, 26 Jan 1999 14:05:30 +0100 (CET) (envelope-from wosch@panke.de.freebsd.org) Received: (from wosch@localhost) by campa.panke.de.freebsd.org (8.8.8/8.8.8) id XAA00729; Mon, 25 Jan 1999 23:46:43 +0100 (MET) (envelope-from wosch) Message-ID: <19990125234642.A450@panke.de.freebsd.org> Date: Mon, 25 Jan 1999 23:46:42 +0100 From: Wolfram Schneider To: doc@FreeBSD.ORG Cc: jkh@FreeBSD.ORG, asami@FreeBSD.ORG Subject: [igor@physics.uiuc.edu: http://www.freebsd.org/where.html] Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.93.1i Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org ----- Forwarded message from Igor Roshchin ----- From: Igor Roshchin Subject: http://www.freebsd.org/where.html To: wosch@FreeBSD.ORG Date: Mon, 25 Jan 1999 16:52:00 -0600 (CST) Hi, Wolfram, FYI: http://www.freebsd.org/where.html needs to be updated. It still refers to 2.2.7 as the most recent 2.2.x release (probably including some links within it) Regards, Igor ----- End forwarded message ----- -- Wolfram Schneider http://freebsd.org/~w/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Tue Jan 26 07:10:06 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA15639 for freebsd-doc-outgoing; Tue, 26 Jan 1999 07:10:06 -0800 (PST) (envelope-from owner-freebsd-doc@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA15571 for ; Tue, 26 Jan 1999 07:10:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id HAA96274; Tue, 26 Jan 1999 07:10:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from news.IAEhv.nl (news.IAEhv.nl [194.151.64.4]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA15191 for ; Tue, 26 Jan 1999 07:05:10 -0800 (PST) (envelope-from marc@bowtie.nl) Received: (from uucp@localhost) by news.IAEhv.nl (8.9.1/8.9.1) with IAEhv.nl id QAA04556 for FreeBSD-gnats-submit@freebsd.org; Tue, 26 Jan 1999 16:05:07 +0100 (MET) Received: (from marc@localhost) by bowtie.nl (8.8.8/8.8.8) id QAA18733; Tue, 26 Jan 1999 16:02:33 +0100 (CET) (envelope-from marc) Message-Id: <199901261502.QAA18733@bowtie.nl> Date: Tue, 26 Jan 1999 16:02:33 +0100 (CET) From: marc@bowtie.nl Reply-To: marc@bowtie.nl To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: docs/9701: error in system.3 Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 9701 >Category: docs >Synopsis: Error in manual page for system(3) >Confidential: yes >Severity: non-critical >Priority: low >Responsible: freebsd-doc >State: open >Quarter: >Keywords: >Date-Required: >Class: doc-bug >Submitter-Id: current-users >Arrival-Date: Tue Jan 26 07:10:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Marc van Kempen >Release: FreeBSD 2.2.6-RELEASE i386 >Organization: >Environment: >Description: 'man 3 system' fails to describe that the exit status for the system call is in the format specified by waitpid(2). >How-To-Repeat: >Fix: Replace the third paragraph of the DESCRIPTION with the following one: The system() function returns the exit status of the shell in the format specified by waitpid(2), or -1 if the wait(2) for the shell failed. A return value of 127 means the execution of the shell failed. >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Tue Jan 26 07:30:26 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA18802 for freebsd-doc-outgoing; Tue, 26 Jan 1999 07:30:26 -0800 (PST) (envelope-from owner-freebsd-doc@FreeBSD.ORG) Received: from carp.gbr.epa.gov (carp.gbr.epa.gov [204.46.159.110]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA18794 for ; Tue, 26 Jan 1999 07:30:23 -0800 (PST) (envelope-from mjenkins@carp.gbr.epa.gov) Received: (from mjenkins@localhost) by carp.gbr.epa.gov (8.8.8/8.8.8) id JAA19052 for freebsd-doc@freebsd.org; Tue, 26 Jan 1999 09:30:10 -0600 (CST) (envelope-from mjenkins) Date: Tue, 26 Jan 1999 09:30:10 -0600 (CST) From: Mike Jenkins Message-Id: <199901261530.JAA19052@carp.gbr.epa.gov> To: freebsd-doc@FreeBSD.ORG Subject: Add to FAQ "/dev/bpf0: Device not configured" Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org FreeBSD Documentation Team, Please add the "/dev/bpf0: Device not configured" problem to the FAQ. I know several years back when I tried tcpdump and I got that message, I had to search the mailing list archives to find the answer. The following was asked and answered on FreeBSD-net yesterday. It would be nice to tell him to check the FAQ. Thanks, Mike > From owner-freebsd-net@FreeBSD.ORG Mon Jan 25 21:27:34 1999 > Date: Mon, 25 Jan 1999 22:07:50 -0500 > From: username > To: net@FreeBSD.ORG > Subject: device error > > pcap_open_live: /dev/bpf0: Device not configured > > Has anyone seen this before? If so, what did you do to fix it? Also, how > can I "remove" this device.... ??? > > Thanks again (for the help the first time and now one more time) > > Rick > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-net" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Tue Jan 26 10:07:33 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA08850 for freebsd-doc-outgoing; Tue, 26 Jan 1999 10:07:33 -0800 (PST) (envelope-from owner-freebsd-doc@FreeBSD.ORG) Received: from ams-west.com (ams-west.com [165.90.3.249]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA08844 for ; Tue, 26 Jan 1999 10:07:32 -0800 (PST) (envelope-from computm@ams-west.com) Received: (from computm@localhost) by ams-west.com (8.9.1a/8.9.1) id KAA03120 for "freebsd-doc@FreeBSD.ORG"; Tue, 26 Jan 1999 10:07:32 -0800 Date: Tue, 26 Jan 1999 10:07:32 -0800 Message-Id: <199901261807.KAA03120@ams-west.com> To: "freebsd-doc@FreeBSD.ORG"@ams-west.com Subject: ADV: May I send you info on HTML/OS? From: info2@aestiva.com Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hello, May I send you information about HTML/OS, a product for making Web sites super-dynamic without CGI programming? Our product is for creating: Shopping carts * Databases * Password screens Chat rooms * Forums * Guestbooks * Quizzes Games and puzzles * Random sayings * Rotating banners Counters * File upload boxes * Data entry forms Online spreadsheets * Classifieds * Text searches Online editors * Wizards * and much more.... If you'd like more information by email, please reply. Thank you very much for your consideration, Gina Woolfolk P.S: If this information isn't for you, then please ignore or pass it along to your Web site designer. =+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+= AESTIVA, LLC. Phone: 310-328-8122 (9am-5pm Pacific) E-mail: info2@aestiva.com Address: 400 Crenshaw Blvd., Torrance, CA, 90503 USA =+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+= We got your email address from a site listed publicly in the Yahoo Business and Economy section. If you do not want to get email from us in the future reply with the word REMOVE in the subject line. This email complies with WA State Bill 2752, NV State Bill 13, and CA State Bills ab 1676 and ab 1629, to take effect Jan. 1, 1999. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Tue Jan 26 10:40:03 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA13426 for freebsd-doc-outgoing; Tue, 26 Jan 1999 10:40:03 -0800 (PST) (envelope-from owner-freebsd-doc@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA13390 for ; Tue, 26 Jan 1999 10:40:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id KAA10003; Tue, 26 Jan 1999 10:40:00 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from baerenklau.de.freebsd.org (baerenklau.de.freebsd.org [195.185.195.14]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA13310 for ; Tue, 26 Jan 1999 10:39:49 -0800 (PST) (envelope-from wosch@panke.de.freebsd.org) Received: (from uucp@localhost) by baerenklau.de.freebsd.org (8.8.8/8.8.8) with UUCP id TAA16050 for FreeBSD-gnats-submit@freebsd.org; Tue, 26 Jan 1999 19:39:47 +0100 (CET) (envelope-from wosch@panke.de.freebsd.org) Received: (from wosch@localhost) by campa.panke.de.freebsd.org (8.8.8/8.8.8) id GAA03497; Tue, 26 Jan 1999 06:03:21 +0100 (MET) (envelope-from wosch) Message-Id: <199901260503.GAA03497@campa.panke.de.freebsd.org> Date: Tue, 26 Jan 1999 06:03:21 +0100 (MET) From: Wolfram Schneider Reply-To: wosch@panke.de.freebsd.org To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: docs/9707: New entry for the FAQ Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 9707 >Category: docs >Synopsis: New entry for FAQ >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-doc >State: open >Quarter: >Keywords: >Date-Required: >Class: doc-bug >Submitter-Id: current-users >Arrival-Date: Tue Jan 26 10:40:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: Wolfram Schneider >Release: FreeBSD 2.2.8-RELEASE i386 >Organization: >Environment: Chapter 8. System Administration How do I re-read /etc/rc.conf and re-start /etc/rc without a reboot? Go into single user mode and than back to multi user mode. On the console do: # shutdown now (Note: without -r or -h) # return # exit >Description: >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Tue Jan 26 13:40:08 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA04424 for freebsd-doc-outgoing; Tue, 26 Jan 1999 13:40:08 -0800 (PST) (envelope-from owner-freebsd-doc@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA04361 for ; Tue, 26 Jan 1999 13:40:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id NAA56305; Tue, 26 Jan 1999 13:40:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from ma3.seikyou.ne.jp (ma3.seikyou.ne.jp [202.211.152.179]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA03470 for ; Tue, 26 Jan 1999 13:34:12 -0800 (PST) (envelope-from hiloshi@seikyou.ne.jp) Received: from hiloshi.seikyou.ne.jp (kyoto-499.seikyou.ne.jp [202.211.148.54]) by ma3.seikyou.ne.jp (8.8.8/3.6WNSK98032401) with ESMTP id GAA28483; Wed, 27 Jan 1999 06:34:03 +0900 Received: (from hiloshi@localhost) by hiloshi.seikyou.ne.jp (8.8.5/3.5Wpl7) id GAA00588; Wed, 27 Jan 1999 06:32:55 +0900 (JST) Message-Id: <199901262132.GAA00588@hiloshi.seikyou.ne.jp> Date: Wed, 27 Jan 1999 06:32:55 +0900 (JST) From: Kaneda Hiloshi To: FreeBSD-gnats-submit@FreeBSD.ORG Cc: vanitas@ma3.seikyou.ne.jp X-Send-Pr-Version: 3.2 Subject: docs/9708: [send-pr]: a typo in isdnd.acct.5 and isdnd.rates.5 Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 9708 >Category: docs >Synopsis: a typo in isdnd.acct.5 and isdnd.rates.5 (a follows -> as follows) >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-doc >State: open >Quarter: >Keywords: >Date-Required: >Class: doc-bug >Submitter-Id: current-users >Arrival-Date: Tue Jan 26 13:40:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: Kanenda >Release: FreeBSD 2.2.1-RELEASE i386 >Organization: FreeBSD jp-man project >Environment: .\" $Id: isdnd.acct.5,v 1.1 1998/12/27 21:47:01 phk Exp $ http://www.freebsd.org/cgi/cvsweb.cgi/src/usr.sbin/i4b/isdnd/isdnd.acct.5?rev=1.1 .\" $Id: isdnd.rates.5,v 1.1 1998/12/27 21:47:01 phk Exp $ http://www.freebsd.org/cgi/cvsweb.cgi/src/usr.sbin/i4b/isdnd/isdnd.rates.5?rev=1.1 >Description: There is the same typo on line 55 in isdnd.acct.5 and line 44 in isdnd.rates.5: is a follows -> is as follows Thanks. >How-To-Repeat: man 5 isdnd.acct man 5 isdnd.rates >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Tue Jan 26 14:47:08 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA12949 for freebsd-doc-outgoing; Tue, 26 Jan 1999 14:47:08 -0800 (PST) (envelope-from owner-freebsd-doc@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA12936; Tue, 26 Jan 1999 14:47:00 -0800 (PST) (envelope-from billf@FreeBSD.org) From: Bill Fumerola Received: (from billf@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id OAA60881; Tue, 26 Jan 1999 14:47:00 -0800 (PST) (envelope-from billf@FreeBSD.org) Date: Tue, 26 Jan 1999 14:47:00 -0800 (PST) Message-Id: <199901262247.OAA60881@freefall.freebsd.org> To: vanitas@ma3.seikyou.ne.jp, billf@FreeBSD.ORG, doc@FreeBSD.ORG Subject: Re: docs/9708 Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: a typo in isdnd.acct.5 and isdnd.rates.5 (a follows -> as follows) State-Changed-From-To: open->closed State-Changed-By: billf State-Changed-When: Tue Jan 26 14:43:07 PST 1999 State-Changed-Why: Committed in: src/usr.sbin/i4b/isdnd/isdnd.acct.5 src/usr.sbin/i4b/isdnd/isdnd.rates.5 by billf 1999 Jan 26 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Tue Jan 26 16:03:15 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA21478 for freebsd-doc-outgoing; Tue, 26 Jan 1999 16:03:15 -0800 (PST) (envelope-from owner-freebsd-doc@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA21457; Tue, 26 Jan 1999 16:03:10 -0800 (PST) (envelope-from nik@FreeBSD.org) From: Nik Clayton Received: (from nik@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id QAA65805; Tue, 26 Jan 1999 16:03:10 -0800 (PST) (envelope-from nik@FreeBSD.org) Date: Tue, 26 Jan 1999 16:03:10 -0800 (PST) Message-Id: <199901270003.QAA65805@freefall.freebsd.org> To: nik@FreeBSD.ORG, doc@FreeBSD.ORG, nik@FreeBSD.ORG Subject: Re: docs/9687 Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New FAQ entry for reading NTFS prtitions under FreeBSD Responsible-Changed-From-To: freebsd-doc->nik Responsible-Changed-By: nik Responsible-Changed-When: Tue Jan 26 16:02:35 PST 1999 Responsible-Changed-Why: Grabbed it. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Tue Jan 26 17:00:02 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA29635 for freebsd-doc-outgoing; Tue, 26 Jan 1999 17:00:02 -0800 (PST) (envelope-from owner-freebsd-doc@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA29619 for ; Tue, 26 Jan 1999 17:00:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id RAA69453; Tue, 26 Jan 1999 17:00:00 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from nobody@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA29112; Tue, 26 Jan 1999 16:55:26 -0800 (PST) (envelope-from nobody) Message-Id: <199901270055.QAA29112@hub.freebsd.org> Date: Tue, 26 Jan 1999 16:55:26 -0800 (PST) From: marcas1@mime.up8.edu To: freebsd-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: www-1.0 Subject: docs/9712: Bad Installation Guide Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 9712 >Category: docs >Synopsis: Bad Installation Guide >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-doc >State: open >Quarter: >Keywords: >Date-Required: >Class: doc-bug >Submitter-Id: current-users >Arrival-Date: Tue Jan 26 17:00:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: Marc Hufschmitt >Release: 3.0-RELEASE >Organization: MIME >Environment: >Description: the help file on the boot disk is useless : - FAQ : is it possible to run DOS under FreeBSD ? bullshit: (I'm french and know what I mean) - How to recover a disk the doesn't boot, corrupted filesystem recovery <=that is interresting I you want users to know if they still be able to run DOS applications : please tell them to run Linux. I think Linux is to FreeBSD that Win3.1 is to NT, don't disapoint me ! >How-To-Repeat: insert boot disk and press F1 >Fix: write a coherent and appropriate help base. I'm volonteer >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Tue Jan 26 19:40:10 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA17215 for freebsd-doc-outgoing; Tue, 26 Jan 1999 19:40:10 -0800 (PST) (envelope-from owner-freebsd-doc@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA17175 for ; Tue, 26 Jan 1999 19:40:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id TAA80542; Tue, 26 Jan 1999 19:40:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from limbo.rtfm.net (limbo.rtfm.net [216.44.71.116]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA16070 for ; Tue, 26 Jan 1999 19:32:16 -0800 (PST) (envelope-from nathan@limbo.rtfm.net) Received: (from nathan@localhost) by limbo.rtfm.net (8.9.2/8.9.1) id WAA04915; Tue, 26 Jan 1999 22:31:44 -0500 (EST) (envelope-from nathan) Message-Id: <199901270331.WAA04915@limbo.rtfm.net> Date: Tue, 26 Jan 1999 22:31:44 -0500 (EST) From: Nathan Dorfman Reply-To: nathan@rtfm.net To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: docs/9717: listen(2) manpage out of date Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 9717 >Category: docs >Synopsis: listen(2) manpage out of date >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-doc >State: open >Quarter: >Keywords: >Date-Required: >Class: doc-bug >Submitter-Id: current-users >Arrival-Date: Tue Jan 26 19:40:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: Nathan Dorfman >Release: FreeBSD 4.0-CURRENT i386 >Organization: RTFM.net >Environment: FreeBSD limbo.rtfm.net 4.0-CURRENT FreeBSD 4.0-CURRENT #17: Mon Jan 25 23:01:32 EST 1999 nathan@limbo.rtfm.net:/usr/src/sys/compile/MAYNARD i386 (this is -current as of 1/25/99) >Description: From listen(2): The sysctl(3) MIB variable ``kern.somaxconn'' specifies a hard limit on backlog; if a value greater than kern.somaxconn or less than zero is specified, backlog is silently forced to kern.somaxconn. The correct oid is kern.ipc.somaxconn. >How-To-Repeat: % man 2 listen % sysctl kern.somaxconn sysctl: unknown oid 'kern.somaxconn' % sysctl kern.ipc.somaxconn kern.ipc.somaxconn: 192 >Fix: %s/kern.somaxconn/kern.ipc.somaxconn/g >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Tue Jan 26 19:54:38 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA18870 for freebsd-doc-outgoing; Tue, 26 Jan 1999 19:54:38 -0800 (PST) (envelope-from owner-freebsd-doc@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA18858; Tue, 26 Jan 1999 19:54:33 -0800 (PST) (envelope-from jkoshy@FreeBSD.org) From: Joseph Koshy Received: (from jkoshy@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id TAA81181; Tue, 26 Jan 1999 19:54:33 -0800 (PST) (envelope-from jkoshy@FreeBSD.org) Date: Tue, 26 Jan 1999 19:54:33 -0800 (PST) Message-Id: <199901270354.TAA81181@freefall.freebsd.org> To: marc@bowtie.nl, jkoshy@FreeBSD.ORG, doc@FreeBSD.ORG Subject: Re: docs/9701 Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Error in manual page for system(3) State-Changed-From-To: open->closed State-Changed-By: jkoshy State-Changed-When: Tue Jan 26 19:52:43 PST 1999 State-Changed-Why: Changed in rev 1.4 of "src/lib/libc/stdlib/system.3", thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Tue Jan 26 20:03:38 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA19970 for freebsd-doc-outgoing; Tue, 26 Jan 1999 20:03:38 -0800 (PST) (envelope-from owner-freebsd-doc@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA19942; Tue, 26 Jan 1999 20:03:22 -0800 (PST) (envelope-from jkoshy@FreeBSD.org) From: Joseph Koshy Received: (from jkoshy@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id UAA82007; Tue, 26 Jan 1999 20:03:21 -0800 (PST) (envelope-from jkoshy@FreeBSD.org) Date: Tue, 26 Jan 1999 20:03:21 -0800 (PST) Message-Id: <199901270403.UAA82007@freefall.freebsd.org> To: ijliao@Terry.Dorm10.NCTU.edu.tw, jkoshy@FreeBSD.ORG, doc@FreeBSD.ORG Subject: Re: docs/9681 Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: lost . in doc/FAQ/serial.sgml State-Changed-From-To: open->closed State-Changed-By: jkoshy State-Changed-When: Tue Jan 26 20:03:03 PST 1999 State-Changed-Why: Fixed in rev 1.3 of "doc/FAQ/serial.sgml", thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Tue Jan 26 20:08:01 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA19937 for freebsd-doc-outgoing; Tue, 26 Jan 1999 20:03:13 -0800 (PST) (envelope-from owner-freebsd-doc@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA19883; Tue, 26 Jan 1999 20:02:52 -0800 (PST) (envelope-from jkoshy@FreeBSD.org) From: Joseph Koshy Received: (from jkoshy@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id UAA81799; Tue, 26 Jan 1999 20:02:51 -0800 (PST) (envelope-from jkoshy@FreeBSD.org) Date: Tue, 26 Jan 1999 20:02:51 -0800 (PST) Message-Id: <199901270402.UAA81799@freefall.freebsd.org> To: ijliao@Terry.Dorm10.NCTU.edu.tw, jkoshy@FreeBSD.ORG, doc@FreeBSD.ORG Subject: Re: docs/9683 Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: strange sentance in doc/FAQ/serial.sgml State-Changed-From-To: open->closed State-Changed-By: jkoshy State-Changed-When: Tue Jan 26 19:58:24 PST 1999 State-Changed-Why: Fixed in rev 1.3 of "doc/FAQ/serial.sgml", thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Tue Jan 26 20:30:23 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA23175 for freebsd-doc-outgoing; Tue, 26 Jan 1999 20:30:23 -0800 (PST) (envelope-from owner-freebsd-doc@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA23153; Tue, 26 Jan 1999 20:30:15 -0800 (PST) (envelope-from jkoshy@FreeBSD.org) From: Joseph Koshy Received: (from jkoshy@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id UAA83447; Tue, 26 Jan 1999 20:30:13 -0800 (PST) (envelope-from jkoshy@FreeBSD.org) Date: Tue, 26 Jan 1999 20:30:13 -0800 (PST) Message-Id: <199901270430.UAA83447@freefall.freebsd.org> To: horikawa@jp.freebsd.org, jkoshy@FreeBSD.ORG, doc@FreeBSD.ORG Subject: Re: docs/9602 Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: newsyslog.8 typo. State-Changed-From-To: open->closed State-Changed-By: jkoshy State-Changed-When: Tue Jan 26 20:29:38 PST 1999 State-Changed-Why: Patch applied to rev 1.16 of "src/usr.sbin/newsyslog/newsyslog.8", thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Tue Jan 26 20:35:34 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA23673 for freebsd-doc-outgoing; Tue, 26 Jan 1999 20:35:34 -0800 (PST) (envelope-from owner-freebsd-doc@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA23659; Tue, 26 Jan 1999 20:35:27 -0800 (PST) (envelope-from jkoshy@FreeBSD.org) From: Joseph Koshy Received: (from jkoshy@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id UAA83900; Tue, 26 Jan 1999 20:35:27 -0800 (PST) (envelope-from jkoshy@FreeBSD.org) Date: Tue, 26 Jan 1999 20:35:27 -0800 (PST) Message-Id: <199901270435.UAA83900@freefall.freebsd.org> To: kuku@FreeBSD.ORG, jkoshy@FreeBSD.ORG, doc@FreeBSD.ORG Subject: Re: docs/9597 Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: the rexec(3) man page refers to rexec being obsoleted by krcmd(3) State-Changed-From-To: open->closed State-Changed-By: jkoshy State-Changed-When: Tue Jan 26 20:34:11 PST 1999 State-Changed-Why: Fixed in rev 1.3 of "src/lib/libcompat/4.3/rexec.3", thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Tue Jan 26 20:49:42 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA24840 for freebsd-doc-outgoing; Tue, 26 Jan 1999 20:49:42 -0800 (PST) (envelope-from owner-freebsd-doc@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA24827; Tue, 26 Jan 1999 20:49:07 -0800 (PST) (envelope-from jkh@FreeBSD.org) From: "Jordan K. Hubbard" Received: (from jkh@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id UAA85557; Tue, 26 Jan 1999 20:49:07 -0800 (PST) (envelope-from jkh@FreeBSD.org) Date: Tue, 26 Jan 1999 20:49:07 -0800 (PST) Message-Id: <199901270449.UAA85557@freefall.freebsd.org> To: marcas1@mime.up8.edu, jkh@FreeBSD.ORG, doc@FreeBSD.ORG Subject: Re: docs/9712 Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Bad Installation Guide State-Changed-From-To: open->closed State-Changed-By: jkh State-Changed-When: Tue Jan 26 20:48:55 PST 1999 State-Changed-Why: I have no idea what the originator is even trying to say. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Tue Jan 26 21:13:35 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA27465 for freebsd-doc-outgoing; Tue, 26 Jan 1999 21:13:35 -0800 (PST) (envelope-from owner-freebsd-doc@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA27459; Tue, 26 Jan 1999 21:13:32 -0800 (PST) (envelope-from jkoshy@FreeBSD.org) From: Joseph Koshy Received: (from jkoshy@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id VAA87225; Tue, 26 Jan 1999 21:13:31 -0800 (PST) (envelope-from jkoshy@FreeBSD.org) Date: Tue, 26 Jan 1999 21:13:31 -0800 (PST) Message-Id: <199901270513.VAA87225@freefall.freebsd.org> To: nathan@rtfm.net, jkoshy@FreeBSD.ORG, doc@FreeBSD.ORG Subject: Re: docs/9717 Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: listen(2) manpage out of date State-Changed-From-To: open->closed State-Changed-By: jkoshy State-Changed-When: Tue Jan 26 21:09:13 PST 1999 State-Changed-Why: Fixed in rev 1.11 of "src/lib/libc/sys/listen.2", thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Tue Jan 26 22:16:39 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA03289 for freebsd-doc-outgoing; Tue, 26 Jan 1999 22:16:39 -0800 (PST) (envelope-from owner-freebsd-doc@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA03273; Tue, 26 Jan 1999 22:16:13 -0800 (PST) (envelope-from jkoshy@FreeBSD.org) From: Joseph Koshy Received: (from jkoshy@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id WAA93217; Tue, 26 Jan 1999 22:16:13 -0800 (PST) (envelope-from jkoshy@FreeBSD.org) Date: Tue, 26 Jan 1999 22:16:13 -0800 (PST) Message-Id: <199901270616.WAA93217@freefall.freebsd.org> To: ijliao@Terry.Dorm10.NCTU.edu.tw, jkoshy@FreeBSD.ORG, doc@FreeBSD.ORG Subject: Re: docs/9678 Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: lost `` in doc/FAQ/serial.sgml State-Changed-From-To: open->closed State-Changed-By: jkoshy State-Changed-When: Tue Jan 26 22:14:12 PST 1999 State-Changed-Why: Fixed in rev 1.4 of "doc/FAQ/serial.sgml", thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Tue Jan 26 22:55:08 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA06797 for freebsd-doc-outgoing; Tue, 26 Jan 1999 22:55:08 -0800 (PST) (envelope-from owner-freebsd-doc@FreeBSD.ORG) Received: from solaris.matti.ee (solaris.matti.ee [194.126.98.135]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA06791 for ; Tue, 26 Jan 1999 22:55:05 -0800 (PST) (envelope-from vallo@myhakas.matti.ee) Received: from myhakas.matti.ee (myhakas.matti.ee [194.126.114.87]) by solaris.matti.ee (8.8.8/8.8.8.s) with ESMTP id IAA26837 for ; Wed, 27 Jan 1999 08:54:59 +0200 (EET) Received: (from vallo@localhost) by myhakas.matti.ee (8.9.1/8.9.1) id IAA58810 for freebsd-doc@freebsd.org; Wed, 27 Jan 1999 08:55:01 +0200 (EET) (envelope-from vallo) Message-ID: <19990127085501.A58549@matti.ee> Date: Wed, 27 Jan 1999 08:55:01 +0200 From: Vallo Kallaste To: freebsd-doc@FreeBSD.ORG Subject: About Emacs and PSGML Reply-To: vallo@matti.ee Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.93.2i Organization: =?iso-8859-15?Q?AS_Matti_B=FCrootehnika?= Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hello ! Some time ago I posted question about Emacs PSGML package. So far I haven't got any response from here, but an individual replied following: > I have tried hard but can't get emacs to do auto-indent for HTML and > SGML. Either I load sgml-mode by hand or load an document with .sgml > or .html suffix it doesn't work. I see that I'm in appropiate mode, > thought. TAB doesn't do any "tabbing" and C-j causes only linefeed, > but "newline-and-indent". I'm very new to Emacs, any suggestion is > more than welcome. Hello Vallo, You are right, the SGML mode is broken in Emacs because docbook has not yet been included. The SGMLtools team tries to fix the PSGML mode of emacs. By then a sophisticated indentation scheme will be implemented. [snip] Bernd Warken (bwarken@mayn.de) So I have now next question, is this true or are things different when I use FreeBSD port of Emacs ? If it's true then comment about it should included with Nik Clayton primer for new contributors. I want to contribute, but yet I don't have editor for writing well styled DocBook documents. I don't want to send out badly formatted documents and my personal opinion is that most time should spent for real work not for styling document sources. -- Vallo Kallaste vallo@matti.ee To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Wed Jan 27 08:38:23 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA06560 for freebsd-doc-outgoing; Wed, 27 Jan 1999 08:38:23 -0800 (PST) (envelope-from owner-freebsd-doc@FreeBSD.ORG) Received: from carp.gbr.epa.gov (carp.gbr.epa.gov [204.46.159.110]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA06510; Wed, 27 Jan 1999 08:38:12 -0800 (PST) (envelope-from mjenkins@carp.gbr.epa.gov) Received: (from mjenkins@localhost) by carp.gbr.epa.gov (8.8.8/8.8.8) id KAA21173; Wed, 27 Jan 1999 10:37:46 -0600 (CST) (envelope-from mjenkins) Date: Wed, 27 Jan 1999 10:37:46 -0600 (CST) From: Mike Jenkins Message-Id: <199901271637.KAA21173@carp.gbr.epa.gov> To: billf@chc-chimes.com Subject: Re: device error Cc: doc@FreeBSD.ORG, net@FreeBSD.ORG In-Reply-To: Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Tue, 26 Jan 1999 Bill Fumerola wrote: > On Tue, 26 Jan 1999, Shi Yu wrote: > > > > pcap_open_live: /dev/bpf0: Device not configured > > FYI - If my SGML is correct, revision 1.19 of doc/FAQ/network.sgml > contains an entry which should answer the above bpf [frequently > asked] question. Thanks for adding '10.22 Why do I get "/dev/bpf0: device not configured"?' to the FAQ. The date listed at the top of http://www.freebsd.org/FAQ/ needs updating. Also shouldn't the "pseudo-device bpfilter" line have a number after it? Mike To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Wed Jan 27 11:20:59 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA27175 for freebsd-doc-outgoing; Wed, 27 Jan 1999 11:20:59 -0800 (PST) (envelope-from owner-freebsd-doc@FreeBSD.ORG) Received: from hp9000.chc-chimes.com (hp9000.chc-chimes.com [206.67.97.84]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA27135 for ; Wed, 27 Jan 1999 11:20:56 -0800 (PST) (envelope-from billf@chc-chimes.com) Received: from localhost by hp9000.chc-chimes.com with SMTP (1.39.111.2/16.2) id AA123043760; Wed, 27 Jan 1999 08:29:20 -0500 Date: Wed, 27 Jan 1999 08:29:20 -0500 (EST) From: Bill Fumerola To: Mike Jenkins Cc: doc@FreeBSD.ORG Subject: Re: device error In-Reply-To: <199901271637.KAA21173@carp.gbr.epa.gov> Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Wed, 27 Jan 1999, Mike Jenkins wrote: > Thanks for adding '10.22 Why do I get "/dev/bpf0: device not configured"?' > to the FAQ. The date listed at the top of http://www.freebsd.org/FAQ/ > needs updating. That date corresponds to the date doc/FAQ/FAQ.sgml was updated, not the sub-pages. Including the date does seem rather inaccurate, but I'll leave that to the docproj/web guys to think about. > Also shouldn't the "pseudo-device bpfilter" line have > a number after it? The default is 4, IIRC. Anyone who needs more should know how to increase it. - bill fumerola - billf@chc-chimes.com - BF1560 - computer horizons corp - - ph:(800) 252-2421 - bfumerol@computerhorizons.com - billf@FreeBSD.org - To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Wed Jan 27 13:16:41 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA11495 for freebsd-doc-outgoing; Wed, 27 Jan 1999 13:16:41 -0800 (PST) (envelope-from owner-freebsd-doc@FreeBSD.ORG) Received: from carp.gbr.epa.gov (carp.gbr.epa.gov [204.46.159.110]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA11488 for ; Wed, 27 Jan 1999 13:16:39 -0800 (PST) (envelope-from mjenkins@carp.gbr.epa.gov) Received: (from mjenkins@localhost) by carp.gbr.epa.gov (8.8.8/8.8.8) id PAA21629; Wed, 27 Jan 1999 15:16:15 -0600 (CST) (envelope-from mjenkins) Date: Wed, 27 Jan 1999 15:16:15 -0600 (CST) From: Mike Jenkins Message-Id: <199901272116.PAA21629@carp.gbr.epa.gov> To: billf@chc-chimes.com Subject: Re: device error Cc: doc@FreeBSD.ORG In-Reply-To: Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Wed, 27 Jan 1999 Bill Fumerola wrote: > On Wed, 27 Jan 1999, Mike Jenkins wrote: > > > Thanks for adding '10.22 Why do I get "/dev/bpf0: device not configured"?' > > to the FAQ. The date listed at the top of http://www.freebsd.org/FAQ/ > > needs updating. > > That date corresponds to the date doc/FAQ/FAQ.sgml was updated, not the > sub-pages. Including the date does seem rather inaccurate, but I'll leave > that to the docproj/web guys to think about. Ok. I see that FAQ.sgml simply includes the other sgml files (install.sgml, hardware.sgml,...,network.sgml,...). Since the other sgml files are changing but FAQ.sgml is static, having the FAQ.sgml date is very misleading. One thinks the FAQ has not been updated in a while when in fact it is changing almost daily. I think removing that date would be a good idea. I also see the correct date at the bottom of FAQ.html. Doc folks, By the way, the "PDF" and "FreeBSD FTP server" links in FAQ.sgml/FAQ.html point to /pub/FreeBSD/docs but it should be singular, /pub/FreeBSD/doc. The FAQ files in /pub/FreeBSD/doc need updating. Mike To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Wed Jan 27 13:51:29 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA16212 for freebsd-doc-outgoing; Wed, 27 Jan 1999 13:51:29 -0800 (PST) (envelope-from owner-freebsd-doc@FreeBSD.ORG) Received: from hp9000.chc-chimes.com (hp9000.chc-chimes.com [206.67.97.84]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA16205 for ; Wed, 27 Jan 1999 13:51:26 -0800 (PST) (envelope-from billf@chc-chimes.com) Received: from localhost by hp9000.chc-chimes.com with SMTP (1.39.111.2/16.2) id AA175282763; Wed, 27 Jan 1999 10:59:23 -0500 Date: Wed, 27 Jan 1999 10:59:23 -0500 (EST) From: Bill Fumerola To: Mike Jenkins Cc: doc@FreeBSD.ORG Subject: Re: device error In-Reply-To: <199901272116.PAA21629@carp.gbr.epa.gov> Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Wed, 27 Jan 1999, Mike Jenkins wrote: > Ok. I see that FAQ.sgml simply includes the other sgml files (install.sgml, > hardware.sgml,...,network.sgml,...). Since the other sgml files are changing > but FAQ.sgml is static, having the FAQ.sgml date is very misleading. One > thinks the FAQ has not been updated in a while when in fact it is changing > almost daily. I think removing that date would be a good idea. I also see > the correct date at the bottom of FAQ.html. Agreed. The top one should be removed. > By the way, the "PDF" and "FreeBSD FTP server" links in FAQ.sgml/FAQ.html > point to /pub/FreeBSD/docs but it should be singular, /pub/FreeBSD/doc. > The FAQ files in /pub/FreeBSD/doc need updating. I fixed the reference, someone else will have to fix the files. (doc/FAQ/FAQ.sgml rev1.102) - bill fumerola - billf@chc-chimes.com - BF1560 - computer horizons corp - - ph:(800) 252-2421 - bfumerol@computerhorizons.com - billf@FreeBSD.org - To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Wed Jan 27 15:47:55 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA01781 for freebsd-doc-outgoing; Wed, 27 Jan 1999 15:47:55 -0800 (PST) (envelope-from owner-freebsd-doc@FreeBSD.ORG) Received: from nothing-going-on.demon.co.uk (nothing-going-on.demon.co.uk [193.237.89.66]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA01758 for ; Wed, 27 Jan 1999 15:47:39 -0800 (PST) (envelope-from nik@nothing-going-on.demon.co.uk) Received: (from nik@localhost) by nothing-going-on.demon.co.uk (8.8.8/8.8.8) id TAA03986; Wed, 27 Jan 1999 19:35:01 GMT (envelope-from nik) Date: Wed, 27 Jan 1999 19:35:01 +0000 From: Nik Clayton To: Vallo Kallaste Cc: freebsd-doc@FreeBSD.ORG Subject: Re: About Emacs and PSGML Message-ID: <19990127193500.A3201@catkin.nothing-going-on.org> References: <19990127085501.A58549@matti.ee> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.1i In-Reply-To: <19990127085501.A58549@matti.ee>; from Vallo Kallaste on Wed, Jan 27, 1999 at 08:55:01AM +0200 Organization: Nik at home, where there's nothing going on Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Wed, Jan 27, 1999 at 08:55:01AM +0200, Vallo Kallaste wrote: > Some time ago I posted question about Emacs PSGML package. Sorry, I must have missed it. > So I have now next question, is this true or are things different > when I use FreeBSD port of Emacs ? It's not true. At least, not for Xemacs, which is what I use. If you've loaded a .sgml file in Xemacs, go SGML -> File Options on the menu, and make sure "Indent data" is set to true. You can also set the sgml-indent-data variable in the usual way. My .emacs has the following hook defined; (add-hook 'sgml-mode-hook (function (lambda() (setq sgml-omittag nil) (setq sgml-indent-data t)))) which does the right thing. N -- Bagel: The carbohydrate with the hole To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Wed Jan 27 16:04:37 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA05900 for freebsd-doc-outgoing; Wed, 27 Jan 1999 16:04:37 -0800 (PST) (envelope-from owner-freebsd-doc@FreeBSD.ORG) Received: from nothing-going-on.demon.co.uk (nothing-going-on.demon.co.uk [193.237.89.66]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA05535 for ; Wed, 27 Jan 1999 16:04:23 -0800 (PST) (envelope-from nik@nothing-going-on.demon.co.uk) Received: (from nik@localhost) by nothing-going-on.demon.co.uk (8.8.8/8.8.8) id AAA09442 for doc@freebsd.org; Thu, 28 Jan 1999 00:04:02 GMT (envelope-from nik) Date: Thu, 28 Jan 1999 00:04:02 +0000 From: Nik Clayton To: doc@FreeBSD.ORG Subject: New version of DocBook Handbook for testing Message-ID: <19990128000402.A26020@catkin.nothing-going-on.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.1i Organization: Nik at home, where there's nothing going on Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org There's a new version of the DocBook handbook for testing, if people are up to it. See the end of this message to see how to download a copy of what the outputs currently look like. 1. Install the build tools The textproc/docproj port should do the right thing. However, it won't spot out of date installations. I know it works with the following versions installed; dsssl-docbook-modular 1.33 html 4.0b jade 1.2 jadetex 2.3 sgmlformat 1.7 teTeX 0.90981113 tidy 0.1.98.12 and their dependencies. If you have problems, *please* check that you've got the requesite version, and upgrade and retest, before reporting build problems. Note that jadetex and teTeX are only required if you want to test the PostScript and PDF generation. 2. Download the latest version of doc/en/handbook/* and doc/share/*. doc/en/handbook/Makefile should be version 1.11. It also expects that the share/ directory is two directories above it in the hierarchy. If you're using CVSup, this supfile fragment should do the right thing; # Adjust the default to use your closest mirror *default host=cvsup.freebsd.org *default prefix=/usr *default base=/usr/local/etc/cvsup *default delete use-rel-suffix compress doc-all release=current 3. Checkout a copy of the docs, or, if you're just keeping the most up to date copy (as you will if you use the above supfile), change to doc/en/handbook, and run make. % cd /usr/doc/en/handbook % make [Yeah, I know it's obvious -- I like to be complete] 4. That should build a copy of the HTML (split) version of the Handbook. "tidy" will generate some errors, they're harmless. 5. Experiment with the FORMATS line in the Makefile. They should all work. The PostScript and PDF versions run TeX multiple times, the first few passes will generate lots of output relating to undefined forward references and the like. You can ignore them. 6. Peruse the Makefile, and experiment with things like "make install". The Makefile is (IMHO) very well commented, and should be readily understandable. I'm not a make(1) guru though, so if you see anything glaringly stupid in there, let me know. The bottom 2/3rds or thereabouts of this Makefile will become /usr/doc/share/mk/bsd.docbook.mk or similar in the near future. If I get positive feedback from these I'll call a Handbook freeze for the 15th February (I'll have no 'net access between 6th-13th Feb) so there's no point in doing it before and having to rush things over the next 10 days. If you just want to see what the output currently looks like, wander over to and download whatever takes your fancy. Alternatively, the /handbook/split/ directory contains the Handbook as a collection of HTML files which you can check out instead. Comments welcome. N -- Bagel: The carbohydrate with the hole To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Wed Jan 27 20:13:10 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA05181 for freebsd-doc-outgoing; Wed, 27 Jan 1999 20:13:10 -0800 (PST) (envelope-from owner-freebsd-doc@FreeBSD.ORG) Received: from host2.elmvale.net (host2.elmvale.net [209.212.44.5]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA05174 for ; Wed, 27 Jan 1999 20:13:08 -0800 (PST) (envelope-from infecto@simcoe.net) Received: from simcoe.net (port62.elmvale.net [209.212.44.73]) by host2.elmvale.net (post.office MTA v2.0 0813 ID# 0-13179) with ESMTP id AAA111 for ; Wed, 27 Jan 1999 23:02:56 -0500 Message-ID: <36B00E70.30D07584@simcoe.net> Date: Wed, 27 Jan 1999 23:14:56 -0800 From: infecto@simcoe.net (Matt Daniels) X-Mailer: Mozilla 4.04 [en] (Win95; I) MIME-Version: 1.0 To: freebsd-doc@FreeBSD.ORG Subject: documentation Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Sorry to trouble u but when i download your FreeBSD Documentation i have squares in between some letters. ex/// FFrreeeeBBSSDD HHaannddbbooookk Might u know why this is. infecto To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Wed Jan 27 22:58:08 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA25245 for freebsd-doc-outgoing; Wed, 27 Jan 1999 22:58:08 -0800 (PST) (envelope-from owner-freebsd-doc@FreeBSD.ORG) Received: from solaris.matti.ee (solaris.matti.ee [194.126.98.135]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA25191 for ; Wed, 27 Jan 1999 22:57:59 -0800 (PST) (envelope-from vallo@myhakas.matti.ee) Received: from myhakas.matti.ee (myhakas.matti.ee [194.126.114.87]) by solaris.matti.ee (8.8.8/8.8.8.s) with ESMTP id IAA05338; Thu, 28 Jan 1999 08:57:52 +0200 (EET) Received: (from vallo@localhost) by myhakas.matti.ee (8.9.1/8.9.1) id IAA02863; Thu, 28 Jan 1999 08:57:56 +0200 (EET) (envelope-from vallo) Message-ID: <19990128085756.A2533@matti.ee> Date: Thu, 28 Jan 1999 08:57:56 +0200 From: Vallo Kallaste To: Nik Clayton Cc: freebsd-doc@FreeBSD.ORG Subject: Re: About Emacs and PSGML Reply-To: vallo@matti.ee References: <19990127085501.A58549@matti.ee> <19990127193500.A3201@catkin.nothing-going-on.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.93.2i In-Reply-To: <19990127193500.A3201@catkin.nothing-going-on.org>; from Nik Clayton on Wed, Jan 27, 1999 at 07:35:01PM +0000 Organization: =?iso-8859-15?Q?AS_Matti_B=FCrootehnika?= Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Wed, Jan 27, 1999 at 07:35:01PM +0000, Nik Clayton wrote: > It's not true. At least, not for Xemacs, which is what I use. > > If you've loaded a .sgml file in Xemacs, go > > SGML -> File Options > > on the menu, and make sure "Indent data" is set to true. You can also set > the sgml-indent-data variable in the usual way. > > My .emacs has the following hook defined; > > (add-hook 'sgml-mode-hook > (function > (lambda() > (setq sgml-omittag nil) > (setq sgml-indent-data t)))) > > which does the right thing. Thank you very much, I try it out. -- Vallo Kallaste vallo@matti.ee To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Thu Jan 28 01:30:08 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA15174 for freebsd-doc-outgoing; Thu, 28 Jan 1999 01:30:08 -0800 (PST) (envelope-from owner-freebsd-doc@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA15115 for ; Thu, 28 Jan 1999 01:30:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id BAA08023; Thu, 28 Jan 1999 01:30:00 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from peach.ocn.ne.jp (peach.ocn.ne.jp [210.145.254.87]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA14239 for ; Thu, 28 Jan 1999 01:24:41 -0800 (PST) (envelope-from dcs@newsguy.com) Received: from daniel.sobral by peach.ocn.ne.jp (8.9.1a/OCN) id SAA22935; Thu, 28 Jan 1999 18:24:37 +0900 (JST) Received: (from root@localhost) by daniel.sobral (8.9.1/8.9.2) id SAA00351; Thu, 28 Jan 1999 18:23:56 +0900 (JST) (envelope-from root) Message-Id: <199901280923.SAA00351@daniel.sobral> Date: Thu, 28 Jan 1999 18:23:56 +0900 (JST) From: dcs@newsguy.com Reply-To: dcs@newsguy.com To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: docs/9744: share/examples/bootforth is outdated Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 9744 >Category: docs >Synopsis: The examples in bootforth have been outdated by bin/9663 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-doc >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Jan 28 01:30:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: Daniel C. Sobral >Release: FreeBSD 4.0-CURRENT i386 >Organization: >Environment: Current, after bin/9663. >Description: bin/9663 changed semantics of loader's builtin words when compiled in. Change example accordingly. >How-To-Repeat: cp /usr/share/examples/bootforth/* /boot reboot 1 >Fix: Apply the following fix: --- src/share/examples/bootforth/menu.4th.orig Thu Jan 28 18:11:59 1999 +++ src/share/examples/bootforth/menu.4th Thu Jan 28 18:16:53 1999 @@ -61,6 +61,9 @@ 10 22 at-xy ." * Choose 3 in order to warm boot your machine." ; +: (boot) 0 boot ; +: (reboot) 0 reboot ; + : main_menu begin 1 while clear @@ -75,7 +78,7 @@ drop 1 25 at-xy cr ." Loading kernel. Please wait..." cr - boot + ['] (boot) catch abort" Error booting" then dup 50 = if drop @@ -85,7 +88,7 @@ dup 51 = if drop 1 25 at-xy cr - reboot + ['] (reboot) catch abort" Error rebooting" then 20 12 at-xy ." Key " emit ." is not a valid option!" >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Thu Jan 28 02:52:17 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA25558 for freebsd-doc-outgoing; Thu, 28 Jan 1999 02:52:17 -0800 (PST) (envelope-from owner-freebsd-doc@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA25550; Thu, 28 Jan 1999 02:52:13 -0800 (PST) (envelope-from jkh@FreeBSD.org) From: "Jordan K. Hubbard" Received: (from jkh@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id CAA13127; Thu, 28 Jan 1999 02:52:13 -0800 (PST) (envelope-from jkh@FreeBSD.org) Date: Thu, 28 Jan 1999 02:52:13 -0800 (PST) Message-Id: <199901281052.CAA13127@freefall.freebsd.org> To: dcs@newsguy.com, jkh@FreeBSD.ORG, doc@FreeBSD.ORG Subject: Re: docs/9744 Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: The examples in bootforth have been outdated by bin/9663 State-Changed-From-To: open->closed State-Changed-By: jkh State-Changed-When: Thu Jan 28 02:51:52 PST 1999 State-Changed-Why: done, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Thu Jan 28 05:00:03 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA13027 for freebsd-doc-outgoing; Thu, 28 Jan 1999 05:00:03 -0800 (PST) (envelope-from owner-freebsd-doc@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA13013 for ; Thu, 28 Jan 1999 05:00:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id FAA22335; Thu, 28 Jan 1999 05:00:00 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from Terry.Dorm10.NCTU.edu.tw (Terry.Dorm10.NCTU.edu.tw [140.113.122.99]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id EAA12644 for ; Thu, 28 Jan 1999 04:55:02 -0800 (PST) (envelope-from ijliao@Terry.Dorm10.NCTU.edu.tw) Received: (from ijliao@localhost) by Terry.Dorm10.NCTU.edu.tw (8.9.2/8.9.2) id UAA31007; Thu, 28 Jan 1999 20:54:53 +0800 (CST) (envelope-from ijliao) Message-Id: <199901281254.UAA31007@Terry.Dorm10.NCTU.edu.tw> Date: Thu, 28 Jan 1999 20:54:53 +0800 (CST) From: Ying-Chieh Liao Reply-To: ijliao@Terry.Dorm10.NCTU.edu.tw To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: docs/9749: lost . in doc/handbook/handbook.html Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 9749 >Category: docs >Synopsis: lost . in doc/handbook/handbook.html >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-doc >State: open >Quarter: >Keywords: >Date-Required: >Class: doc-bug >Submitter-Id: current-users >Arrival-Date: Thu Jan 28 05:00:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: Ying-Chieh Liao >Release: FreeBSD 4.0-CURRENT i386 >Organization: NCTU CSIE >Environment: FreeBSD Terry.Dorm10.NCTU.edu.tw 4.0-CURRENT FreeBSD 4.0-CURRENT #1: Sun Jan 24 21:05:10 CST 1999 root@Terry.Dorm10.NCTU.edu.tw:/usr/src/sys/compile/TERRY i386 >Description: lost . in doc/handbook/handbook.html, line 46 email to the &a.doc; The latest version of this must be email to the &a.doc; . The latest version of this >How-To-Repeat: more doc/handbook/handbook.html, find line 46 >Fix: add a "." in front of "The" >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Thu Jan 28 05:10:04 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA14094 for freebsd-doc-outgoing; Thu, 28 Jan 1999 05:10:04 -0800 (PST) (envelope-from owner-freebsd-doc@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA14039 for ; Thu, 28 Jan 1999 05:10:00 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id FAA22792; Thu, 28 Jan 1999 05:10:00 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from Terry.Dorm10.NCTU.edu.tw (Terry.Dorm10.NCTU.edu.tw [140.113.122.99]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA13353 for ; Thu, 28 Jan 1999 05:03:46 -0800 (PST) (envelope-from ijliao@Terry.Dorm10.NCTU.edu.tw) Received: (from ijliao@localhost) by Terry.Dorm10.NCTU.edu.tw (8.9.2/8.9.2) id VAA31203; Thu, 28 Jan 1999 21:03:39 +0800 (CST) (envelope-from ijliao) Message-Id: <199901281303.VAA31203@Terry.Dorm10.NCTU.edu.tw> Date: Thu, 28 Jan 1999 21:03:39 +0800 (CST) From: Ying-Chieh Liao Reply-To: ijliao@Terry.Dorm10.NCTU.edu.tw To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: docs/9750: link error in doc/handbook/handbook.sgml Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 9750 >Category: docs >Synopsis: link error in doc/handbook/handbook.sgml >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-doc >State: open >Quarter: >Keywords: >Date-Required: >Class: doc-bug >Submitter-Id: current-users >Arrival-Date: Thu Jan 28 05:10:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: Ying-Chieh Liao >Release: FreeBSD 4.0-CURRENT i386 >Organization: NCTU CSIE >Environment: FreeBSD Terry.Dorm10.NCTU.edu.tw 4.0-CURRENT FreeBSD 4.0-CURRENT #1: Sun Jan 24 21:05:10 CST 1999 root@Terry.Dorm10.NCTU.edu.tw:/usr/src/sys/compile/TERRY i386 >Description: ftp://ftp.FreeBSD.ORG/pub/FreeBSD/docs not exist must be ftp://ftp.FreeBSD.ORG/pub/FreeBSD/doc >How-To-Repeat: more doc/handbook/handbook.sgml find ftp://ftp.FreeBSD.ORG/pub/FreeBSD/docs >Fix: change "docs" to 'doc" >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Thu Jan 28 05:26:40 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA15764 for freebsd-doc-outgoing; Thu, 28 Jan 1999 05:26:40 -0800 (PST) (envelope-from owner-freebsd-doc@FreeBSD.ORG) Received: from info.tsu.ru (info.tsu.ru [212.192.100.1]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA15572 for ; Thu, 28 Jan 1999 05:24:08 -0800 (PST) (envelope-from pascal@info.tsu.ru) Received: (from pascal@localhost) by info.tsu.ru (8.9.2/8.9.2) id RAA03325 for freebsd-doc@freebsd.org; Thu, 28 Jan 1999 17:31:08 +0700 (TSK) From: Ivan Pascal Message-Id: <199901281031.RAA03325@info.tsu.ru> Subject: "bandwidth management tools" in FAQ To: freebsd-doc@FreeBSD.ORG Date: Thu, 28 Jan 1999 17:31:08 +0700 (TSK) X-Mailer: ELM [version 2.4ME+ PL38 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi! In FAQ one can read: ---------- 10.21. Where can I get a bandwidth management tool? There are two bandwidth management tools available for FreeBSD. ALTQ is available for free; Bandwidth Manager from Emerging Technologies is a commercial product. ---------- Is it right now? Or "dummynet" and "ipltd" are not "bandwidth management tools"? -- Ivan U. Pascal | e-mail: pascal@tsu.ru Administrator of | Tomsk State University University Network | Tomsk, Russia To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Thu Jan 28 05:46:57 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA17997 for freebsd-doc-outgoing; Thu, 28 Jan 1999 05:46:57 -0800 (PST) (envelope-from owner-freebsd-doc@FreeBSD.ORG) Received: from relay.kubsu.ru ([212.192.128.3]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA17608 for ; Thu, 28 Jan 1999 05:43:23 -0800 (PST) (envelope-from anonym@ic.kubsu.ru) Received: from ic178 (ic178.kubsu.ru [212.192.128.178]) by relay.kubsu.ru (8.8.8+Sun/NETRA) with SMTP id QAA03456 for ; Thu, 28 Jan 1999 16:12:34 +0300 (GMT) Message-ID: <000101be4ac1$072a9f90$b280c0d4@ic178.kubsu.ru> From: "Anonymous" To: Date: Thu, 28 Jan 1999 16:20:27 +0300 MIME-Version: 1.0 Content-Type: text/plain; charset="koi8-r" Content-Transfer-Encoding: 8bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.72.2106.4 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.2106.4 Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Good day.I live in Russia. The computer which I is very necessary for work to me can not to purchase because in our country it(he) costs(stands) the large money and to earn by their honour way there is no opportunity.Therefore I am compelled to ask you to render me the help by the way donations of computer engineering, old or unnecessary you, or financial help by the sum which to you will not be inconvenient. The help can send to the address: Russia. 350057(the index) Krasnodar territory cite.Krasnodar . settlement Pashcovscy 1May street .h.60 for Voityc Dimitry Firdorovith òÏÓÓÉÑ 350057 ëÒÁÓÎÏÄÁÒÓËÉÊ ËÒÁÊ Ç.ëÒÁÓÎÏÄÁÒ. ÐÏÓ£ÌÏË ðÁÛËÏ×ÓËÉÊ. ÕÌ.1 íÁÑ Ä.60 ÷ÏÊÔÀË äÍÉÔÒÉÀ æ£ÄÏÒÏ×ÉÞÕ. Is beforehand grateful . the my E-mall voityc@usa.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Thu Jan 28 07:40:08 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA02034 for freebsd-doc-outgoing; Thu, 28 Jan 1999 07:40:08 -0800 (PST) (envelope-from owner-freebsd-doc@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA01998 for ; Thu, 28 Jan 1999 07:40:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id HAA65625; Thu, 28 Jan 1999 07:40:00 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from mail.yk.rim.or.jp (mail.yk.rim.or.jp [202.247.130.37]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA01561 for ; Thu, 28 Jan 1999 07:34:55 -0800 (PST) (envelope-from k-horik@yk.rim.or.jp) Received: from localhost (ppp424.yk.rim.or.jp [202.247.165.124]) by mail.yk.rim.or.jp (8.8.5/3.6W-RIMNET-98-06-09) with ESMTP id AAA05359 for ; Fri, 29 Jan 1999 00:34:53 +0900 (JST) Message-Id: <19990129003417P.k-horik@yk.rim.or.jp> Date: Fri, 29 Jan 1999 00:34:17 +0900 From: horikawa@jp.freebsd.org Reply-To: horikawa@jp.freebsd.org To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: docs/9752: enigma.1 contains typo (`Hoewever' -> `However') Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 9752 >Category: docs >Synopsis: enigma.1 contains typo (`Hoewever' -> `However') >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-doc >State: open >Quarter: >Keywords: >Date-Required: >Class: doc-bug >Submitter-Id: current-users >Arrival-Date: Thu Jan 28 07:40:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: Kazuo Horikawa >Release: FreeBSD 2.2.7-RELEASE i386 >Organization: jpman Project, Japan FreeBSD Users Group >Environment: src/usr.bin/enigma/enigma.1 revision 1.1 (HEAD and RELENG_3) >Description: The enigma(1) man page expresses: [snip] Hoewever, restrictions for exporting, importing or using such tools might exist in some countries, so those stronger programs are not being shipped as part of the operating system by default. [snip] I think that `Hoewever' should be `However'. >How-To-Repeat: % man 1 enigma >Fix: --- enigma.1.orig Thu Jan 28 22:16:09 1999 +++ enigma.1 Thu Jan 28 22:19:59 1999 @@ -75,7 +75,7 @@ .Xr bdes 1 (from the DES distribution package), or .Xr pgp 1 -(from the ports collection). Hoewever, restrictions for exporting, +(from the ports collection). However, restrictions for exporting, importing or using such tools might exist in some countries, so those stronger programs are not being shipped as part of the operating system by default. >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Thu Jan 28 08:21:35 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA06640 for freebsd-doc-outgoing; Thu, 28 Jan 1999 08:21:35 -0800 (PST) (envelope-from owner-freebsd-doc@FreeBSD.ORG) Received: from hotmail.com (law-f117.hotmail.com [209.185.131.180]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id IAA06624 for ; Thu, 28 Jan 1999 08:21:31 -0800 (PST) (envelope-from pjaukovic@hotmail.com) Received: (qmail 9984 invoked by uid 0); 28 Jan 1999 16:21:27 -0000 Message-ID: <19990128162127.9983.qmail@hotmail.com> Received: from 207.136.73.130 by www.hotmail.com with HTTP; Thu, 28 Jan 1999 08:21:27 PST X-Originating-IP: [207.136.73.130] From: "Peter Jaukovic" To: freebsd-doc@FreeBSD.ORG Subject: Program command's Date: Thu, 28 Jan 1999 08:21:27 PST Mime-Version: 1.0 Content-Type: text/plain Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hello I'am installing a freebsd machine and I would like to get that command's to run the program. I am running FreeBSD on a proxy server and I would realy like to setup up me router soon. I you dont mind sending me a web page address or just E-Mailing me some commands that would be helpfull thanks >From Peter Jaukovic Pjaukovic@hotmail.com ______________________________________________________ Get Your Private, Free Email at http://www.hotmail.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Thu Jan 28 08:22:40 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA06871 for freebsd-doc-outgoing; Thu, 28 Jan 1999 08:22:40 -0800 (PST) (envelope-from owner-freebsd-doc@FreeBSD.ORG) Received: from hotmail.com (law-f59.hotmail.com [209.185.131.122]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id IAA06852 for ; Thu, 28 Jan 1999 08:22:33 -0800 (PST) (envelope-from pjaukovic@hotmail.com) Received: (qmail 8605 invoked by uid 0); 28 Jan 1999 16:22:18 -0000 Message-ID: <19990128162218.8604.qmail@hotmail.com> Received: from 207.136.73.130 by www.hotmail.com with HTTP; Thu, 28 Jan 1999 08:22:18 PST X-Originating-IP: [207.136.73.130] From: "Peter Jaukovic" To: freebsd-doc@FreeBSD.ORG, freebsd-questions@FreeBSD.ORG Subject: Program command's Date: Thu, 28 Jan 1999 08:22:18 PST Mime-Version: 1.0 Content-Type: text/plain Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hello I'am installing a freebsd machine and I would like to get that command's to run the program. I am running FreeBSD on a proxy server and I would realy like to setup up me router soon. I you dont mind sending me a web page address or just E-Mailing me some commands that would be helpfull thanks >From Peter Jaukovic Pjaukovic@hotmail.com ______________________________________________________ Get Your Private, Free Email at http://www.hotmail.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Thu Jan 28 08:24:52 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA07394 for freebsd-doc-outgoing; Thu, 28 Jan 1999 08:24:52 -0800 (PST) (envelope-from owner-freebsd-doc@FreeBSD.ORG) Received: from hotmail.com (law-f64.hotmail.com [209.185.131.127]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id IAA07375 for ; Thu, 28 Jan 1999 08:24:45 -0800 (PST) (envelope-from pjaukovic@hotmail.com) Received: (qmail 20817 invoked by uid 0); 28 Jan 1999 16:24:44 -0000 Message-ID: <19990128162444.20816.qmail@hotmail.com> Received: from 207.136.73.130 by www.hotmail.com with HTTP; Thu, 28 Jan 1999 08:24:43 PST X-Originating-IP: [207.136.73.130] From: "Peter Jaukovic" To: freebsd-doc@FreeBSD.ORG, freebsd-questions@FreeBSD.ORG, info@freebsdmall.com, contracts@freebsdmall.com, webmaster@freebsdmall.com Subject: Program command's Date: Thu, 28 Jan 1999 08:24:43 PST Mime-Version: 1.0 Content-Type: text/plain Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hello I'am installing a freebsd machine and I would like to get that command's to run the program. I am running FreeBSD on a proxy server and I would realy like to setup up me router soon. I you dont mind sending me a web page address or just E-Mailing me some commands that would be helpfull thanks >From Peter Jaukovic Pjaukovic@hotmail.com ______________________________________________________ Get Your Private, Free Email at http://www.hotmail.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Thu Jan 28 11:24:58 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA28314 for freebsd-doc-outgoing; Thu, 28 Jan 1999 11:24:58 -0800 (PST) (envelope-from owner-freebsd-doc@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA28297; Thu, 28 Jan 1999 11:24:51 -0800 (PST) (envelope-from billf@FreeBSD.org) From: Bill Fumerola Received: (from billf@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id LAA82969; Thu, 28 Jan 1999 11:24:51 -0800 (PST) (envelope-from billf@FreeBSD.org) Date: Thu, 28 Jan 1999 11:24:51 -0800 (PST) Message-Id: <199901281924.LAA82969@freefall.freebsd.org> To: horikawa@jp.freebsd.org, billf@FreeBSD.ORG, doc@FreeBSD.ORG Subject: Re: docs/9752 Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: enigma.1 contains typo (`Hoewever' -> `However') State-Changed-From-To: open->closed State-Changed-By: billf State-Changed-When: Thu Jan 28 11:23:49 PST 1999 State-Changed-Why: Fixed in revision 1.2(HEAD) and 1.1.2.1(RELENG_3) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Thu Jan 28 11:42:01 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA00641 for freebsd-doc-outgoing; Thu, 28 Jan 1999 11:42:01 -0800 (PST) (envelope-from owner-freebsd-doc@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA00600; Thu, 28 Jan 1999 11:41:56 -0800 (PST) (envelope-from billf@FreeBSD.org) From: Bill Fumerola Received: (from billf@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id LAA84368; Thu, 28 Jan 1999 11:41:56 -0800 (PST) (envelope-from billf@FreeBSD.org) Date: Thu, 28 Jan 1999 11:41:56 -0800 (PST) Message-Id: <199901281941.LAA84368@freefall.freebsd.org> To: sjr@home.net, billf@FreeBSD.ORG, doc@FreeBSD.ORG Subject: Re: docs/9562 Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Add latest round of problems to this page State-Changed-From-To: open->closed State-Changed-By: billf State-Changed-When: Thu Jan 28 11:41:23 PST 1999 State-Changed-Why: Updated in rev 1.18 of www/en/y2kbug.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Thu Jan 28 12:05:46 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA04800 for freebsd-doc-outgoing; Thu, 28 Jan 1999 12:05:46 -0800 (PST) (envelope-from owner-freebsd-doc@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA04748; Thu, 28 Jan 1999 12:05:03 -0800 (PST) (envelope-from billf@FreeBSD.org) From: Bill Fumerola Received: (from billf@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id MAA86507; Thu, 28 Jan 1999 12:05:03 -0800 (PST) (envelope-from billf@FreeBSD.org) Date: Thu, 28 Jan 1999 12:05:03 -0800 (PST) Message-Id: <199901282005.MAA86507@freefall.freebsd.org> To: ijliao@Terry.Dorm10.NCTU.edu.tw, billf@FreeBSD.ORG, doc@FreeBSD.ORG Subject: Re: docs/9749 Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: lost . in doc/handbook/handbook.html State-Changed-From-To: open->closed State-Changed-By: billf State-Changed-When: Thu Jan 28 12:04:10 PST 1999 State-Changed-Why: Fixed in rev1.96 of doc/handbook/handbook.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Thu Jan 28 12:06:08 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA04929 for freebsd-doc-outgoing; Thu, 28 Jan 1999 12:06:08 -0800 (PST) (envelope-from owner-freebsd-doc@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA04815; Thu, 28 Jan 1999 12:05:51 -0800 (PST) (envelope-from billf@FreeBSD.org) From: Bill Fumerola Received: (from billf@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id MAA86657; Thu, 28 Jan 1999 12:05:50 -0800 (PST) (envelope-from billf@FreeBSD.org) Date: Thu, 28 Jan 1999 12:05:50 -0800 (PST) Message-Id: <199901282005.MAA86657@freefall.freebsd.org> To: ijliao@Terry.Dorm10.NCTU.edu.tw, billf@FreeBSD.ORG, doc@FreeBSD.ORG Subject: Re: docs/9750 Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: link error in doc/handbook/handbook.sgml State-Changed-From-To: open->closed State-Changed-By: billf State-Changed-When: Thu Jan 28 12:05:07 PST 1999 State-Changed-Why: Fixed in rev1.96 of doc/handbook/handbook.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Thu Jan 28 12:59:30 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA14311 for freebsd-doc-outgoing; Thu, 28 Jan 1999 12:59:30 -0800 (PST) (envelope-from owner-freebsd-doc@FreeBSD.ORG) Received: from inet.chip-web.com (c1003518-a.plstn1.sfba.home.com [24.1.82.47]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id MAA14288 for ; Thu, 28 Jan 1999 12:59:25 -0800 (PST) (envelope-from ludwigp@bigfoot.com) Received: (qmail 7313 invoked from network); 28 Jan 1999 20:59:23 -0000 Received: from speedy.chip-web.com (HELO speedy) (172.16.1.1) by inet.chip-web.com with SMTP; 28 Jan 1999 20:59:23 -0000 Message-Id: <4.1.19990128124823.00a1b570@mail-r> X-Sender: ludwigp2@mail-r X-Mailer: QUALCOMM Windows Eudora Pro Version 4.1 Date: Thu, 28 Jan 1999 12:57:01 -0800 To: "Peter Jaukovic" , freebsd-doc@FreeBSD.ORG, freebsd-questions@FreeBSD.ORG, info@freebsdmall.com, contracts@freebsdmall.com, webmaster@freebsdmall.com From: Ludwig Pummer Subject: Re: Program command's In-Reply-To: <19990128162444.20816.qmail@hotmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org At 08:24 AM 1/28/99 , Peter Jaukovic wrote: >Hello I'am installing a freebsd machine and I would like to get that >command's to run the program. Hmm...which program(s) specifically are you trying to run? >I you dont mind sending me a web page address or just E-Mailing me some >commands that would be helpfull You didn't say whether you already have FreeBSD installed yet. You say you're installing it, but you also say you're [already ?] using it as a router. I'll just assume that you don't know how to use FreeBSD. First the FAQ http://www.freebsd.org/FAQ/ and http://www.freebsd.org/handbook/ Handbook would be good. You also might want to see if any of the tutorials at http://www.freebsd.org/tutorials/ or the Resources for newbies at http://www.freebsd.org/projects/newbies.html have anything that might help you. Also: don't post a question to so many different email addresses. freebsd-questions@freebsd.org would have been enough. I'm replying this message to all so they see this question has been answered. Anyone who replies should remove the freebsd-doc and @freebsdmal.com addresses. One more note: Most people dislike receiving messages in HTML. Please set your mail program to send messages in plain text only. --Ludwig Pummer ( ludwigp@bigfoot.com ) ICQ UIN: 692441 ( ludwigp@email.com ) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Thu Jan 28 13:20:07 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA18427 for freebsd-doc-outgoing; Thu, 28 Jan 1999 13:20:07 -0800 (PST) (envelope-from owner-freebsd-doc@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA18351 for ; Thu, 28 Jan 1999 13:20:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id NAA92624; Thu, 28 Jan 1999 13:20:00 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from ma3.seikyou.ne.jp (ma3.seikyou.ne.jp [202.211.152.179]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA17152 for ; Thu, 28 Jan 1999 13:13:50 -0800 (PST) (envelope-from hiloshi@seikyou.ne.jp) Received: from hiloshi.seikyou.ne.jp (kyoto-465.seikyou.ne.jp [202.211.148.20]) by ma3.seikyou.ne.jp (8.8.8/3.6WNSK98032401) with ESMTP id GAA06502; Fri, 29 Jan 1999 06:13:43 +0900 Received: (from hiloshi@localhost) by hiloshi.seikyou.ne.jp (8.8.5/3.5Wpl7) id GAA00420; Fri, 29 Jan 1999 06:12:39 +0900 (JST) Message-Id: <199901282112.GAA00420@hiloshi.seikyou.ne.jp> Date: Fri, 29 Jan 1999 06:12:39 +0900 (JST) From: Kaneda Hiloshi To: FreeBSD-gnats-submit@FreeBSD.ORG Cc: vanitas@ma3.seikyou.ne.jp X-Send-Pr-Version: 3.2 Subject: docs/9762: [send-pr]: a typo in isdndebug.8 Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 9762 >Category: docs >Synopsis: a typo in isdndebug.8 (the the -> the) >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-doc >State: open >Quarter: >Keywords: >Date-Required: >Class: doc-bug >Submitter-Id: current-users >Arrival-Date: Thu Jan 28 13:20:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: Kanenda >Release: FreeBSD 2.2.1-RELEASE i386 >Organization: FreeBSD jp-man project >Environment: .\" $Id: isdndebug.8,v 1.1 1998/12/27 21:47:03 phk Exp $ http://www.freebsd.org/cgi/cvsweb.cgi/src/usr.sbin/i4b/isdndebug/isdndebug.8?rev=1.1 >Description: I found a typo on line 67 in isdndebug.8: the the -> the Thanks. >How-To-Repeat: man 8 isdndebug >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Thu Jan 28 14:43:13 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA28959 for freebsd-doc-outgoing; Thu, 28 Jan 1999 14:43:13 -0800 (PST) (envelope-from owner-freebsd-doc@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA28907; Thu, 28 Jan 1999 14:42:42 -0800 (PST) (envelope-from billf@FreeBSD.org) From: Bill Fumerola Received: (from billf@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id OAA99519; Thu, 28 Jan 1999 14:42:41 -0800 (PST) (envelope-from billf@FreeBSD.org) Date: Thu, 28 Jan 1999 14:42:41 -0800 (PST) Message-Id: <199901282242.OAA99519@freefall.freebsd.org> To: newton@atdot.dotat.org, billf@FreeBSD.ORG, doc@FreeBSD.ORG Subject: Re: docs/9543 Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Stray bullet point on "projects" page State-Changed-From-To: open->closed State-Changed-By: billf State-Changed-When: Thu Jan 28 14:40:28 PST 1999 State-Changed-Why: Updated by jkoshy in revision 1.41 on 1999/01/18 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Thu Jan 28 15:03:40 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA02531 for freebsd-doc-outgoing; Thu, 28 Jan 1999 15:03:40 -0800 (PST) (envelope-from owner-freebsd-doc@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA02518; Thu, 28 Jan 1999 15:03:31 -0800 (PST) (envelope-from billf@FreeBSD.org) From: Bill Fumerola Received: (from billf@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id PAA01019; Thu, 28 Jan 1999 15:03:31 -0800 (PST) (envelope-from billf@FreeBSD.org) Date: Thu, 28 Jan 1999 15:03:31 -0800 (PST) Message-Id: <199901282303.PAA01019@freefall.freebsd.org> To: kkennawa@physics.adelaide.edu.au, billf@FreeBSD.ORG, doc@FreeBSD.ORG Subject: Re: docs/9660 Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: ppp.8 contains outdated reference to syslog.conf State-Changed-From-To: open->closed State-Changed-By: billf State-Changed-When: Thu Jan 28 14:55:11 PST 1999 State-Changed-Why: Updated in src/usr.sbin/ppp/ppp.8 rev1.144(HEAD) and 1.142.2.1(RELENG_3) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Fri Jan 29 01:54:11 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA24393 for freebsd-doc-outgoing; Fri, 29 Jan 1999 01:54:11 -0800 (PST) (envelope-from owner-freebsd-doc@FreeBSD.ORG) Received: from firewall2.lehman.com (firewall2.Lehman.COM [192.147.65.115]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA24387 for ; Fri, 29 Jan 1999 01:54:08 -0800 (PST) (envelope-from nclayton@lehman.com) From: nclayton@lehman.com Received: from relay.lehman.com by firewall2.lehman.com (8.8.6/8.8.6) id EAA06678; Fri, 29 Jan 1999 04:50:33 -0500 (EST) Received: from cmgrelay1.messaging-svcs.lehman.com by relay.lehman.com (4.1/LB-0.6) id AA10036; Fri, 29 Jan 99 04:50:02 EST Received: from lonmailhost.lehman.com by cmgrelay1.messaging-svcs.lehman.com (8.8.5/8.8.5) id EAA28445; Fri, 29 Jan 1999 04:49:56 -0500 (EST) Received: from lonadminvnm.lehman.com by lonmailhost.lehman.com (SMI-8.6/Lehman Bros. V1.5) id JAA07236; Fri, 29 Jan 1999 09:49:52 GMT Received: from lonadmin80.lehman.com by lonadminvnm.lehman.com (4.1/Lehman Bros. V1.6) id AA15448; Fri, 29 Jan 99 09:49:52 GMT Received: by lonadmin80.lehman.com (SMI-8.6/Lehman Bros. V1.5) id JAA16584; Fri, 29 Jan 1999 09:49:51 GMT Message-Id: <19990129094951.S11390@lehman.com> Date: Fri, 29 Jan 1999 09:49:51 +0000 To: Joe Greco , freebsd-doc@FreeBSD.ORG Subject: Re: Would you like to add... References: <199810192259.RAA19704@aurora.sol.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.91.1i In-Reply-To: <199810192259.RAA19704@aurora.sol.net>; from Joe Greco on Mon, Oct 19, 1998 at 05:59:08PM -0500 Organization: Lehman Brothers Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Joe, Sorry it's taken so long to get back to you. On Mon, Oct 19, 1998 at 05:59:08PM -0500, Joe Greco wrote: > Ken is right, this is a good contribution to the handbook, or maybe a more > advanced users guide of some sort. > > If you would like me to write it in slightly less terse language, I don't > have an objection to doing so, plus I can provide some pointers to other > code/patches that I have available. [... contribution about keeping connections alive snipped ...] I think this would be a great contribution, probably as a tutorial rather than as an immediate addition to the Handbook. I say that partly because there's nowhere obvious for it to go, and partly because I intend (if everything goes well) to announce a Handbook freeze in ~ 2 weeks to migrate over to the DocBook version of the Handbook. If you could write this up and submit it as a tutorial using send-pr I'll make sure it gets committed to (or linked to from the main tutorials page if you'd rather maintain it directly yourself). N -- --+==[ Systems Administrator, Year 2000 Test Lab, Lehman Brothers, Inc. ]==+-- --+==[ 1 Broadgate, London, EC2M 7HA 0171-601-0011 x5514 ]==+-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Fri Jan 29 04:00:07 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA05987 for freebsd-doc-outgoing; Fri, 29 Jan 1999 04:00:07 -0800 (PST) (envelope-from owner-freebsd-doc@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id EAA05687 for ; Fri, 29 Jan 1999 04:00:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id EAA53240; Fri, 29 Jan 1999 04:00:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from bulls.mei.co.jp (bulls.mei.co.jp [202.224.189.102]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id DAA05026 for ; Fri, 29 Jan 1999 03:53:30 -0800 (PST) (envelope-from takamune@avrl.mei.co.jp) Received: by bulls.mei.co.jp (8.9.1/3.7W) with ESMTP id UAA16522 for ; Fri, 29 Jan 1999 20:53:28 +0900 (JST) Received: by dodgers.mei.co.jp (8.9.1/3.7W) with SMTP id UAA26320 for ; Fri, 29 Jan 1999 20:53:28 +0900 (JST) Received: by avrlgate1.avrl.mei.co.jp (8.6.10+2.4W/3.3W3-avrl3.0) id UAA18190; Fri, 29 Jan 1999 20:52:41 +0900 Received: by dream.avrl.mei.co.jp (8.8.8/3.6W-03/04/98-dream) id UAA07852; Fri, 29 Jan 1999 20:52:42 +0900 (JST) Message-Id: <199901291152.UAA07852@dream.avrl.mei.co.jp> Date: Fri, 29 Jan 1999 20:52:42 +0900 (JST) From: takamune@avrl.mei.co.jp Reply-To: takamune@avrl.mei.co.jp To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: docs/9773: handbook Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 9773 >Category: docs >Synopsis: Handbook 4.7.1.4. "Testing the port" is incorrect. >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-doc >State: open >Quarter: >Keywords: >Date-Required: >Class: doc-bug >Submitter-Id: current-users >Arrival-Date: Fri Jan 29 04:00:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Kazutoki TAKAMUNE takamune@avrl.mei.co.jp >Release: FreeBSD 2.2.8-STABLE i386 >Organization: Matsushita Electric Industrial Co., Ltd. >Environment: FreeBSD 2.2.8-STABLE(Fri Jan 29 19:04:56 JST 1999) >Description: The following statement in the FreeBSD Handbook is incorrect. I have created a port 'ja-epwutil-1.0' (send-pr'ed at ports/9771). When testing it with Handbook, an error has occurred. 4.7.1.4. Testing the port >How-To-Repeat: Always. >Fix: In stage 2, the tar-ball(ja-epwutil-1.0.tgz) was created in current directory (or in /usr/ports/packages/All if /usr/ports/packages exists). and `make package-name` returns "ja-epwutil-1.0". So correctly, the statement should be 4: pkg_add `make package-name`.tgz (or pkg_add /usr/ports/packages/All/`make package-name`.tgz) --- With best regards. >Release-Note: >Audit-Trail: >Unformatted: >> snip << 1. make install 2. make package 3. make deinstall 4. pkg_add `make package-name` 5. make deinstall 6. make reinstall 7. make package In stage 4, an error has occurred: pkg_add: can't find package 'ja-epwutil-1.0' To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Fri Jan 29 06:46:27 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA22943 for freebsd-doc-outgoing; Fri, 29 Jan 1999 06:46:27 -0800 (PST) (envelope-from owner-freebsd-doc@FreeBSD.ORG) Received: from out4.ibm.net (out4.ibm.net [165.87.194.239]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA22938 for ; Fri, 29 Jan 1999 06:46:26 -0800 (PST) (envelope-from MROBIE@IBM.NET) From: MROBIE@IBM.NET Received: from slip-32-100-253-184.ny.us.ibm.net (slip-32-100-253-184.ny.us.ibm.net [32.100.253.184]) by out4.ibm.net (8.8.5/8.6.9) with SMTP id OAA82356 for ; Fri, 29 Jan 1999 14:46:23 GMT Message-ID: <36B1EB68.5664@IBM.NET> Date: Fri, 29 Jan 1999 09:10:00 -0800 X-Mailer: Mozilla 3.0 (Win16; I) MIME-Version: 1.0 To: freebsd-doc@FreeBSD.ORG Subject: superhair.com Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org We are a mail-order company in NYC interested in e-mail lists. Our website , superhair.com, is only an initial copy and will be re-designed. Any suggestions for targeting hits will be commercially considered. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Fri Jan 29 09:03:49 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA09710 for freebsd-doc-outgoing; Fri, 29 Jan 1999 09:03:49 -0800 (PST) (envelope-from owner-freebsd-doc@FreeBSD.ORG) Received: from gatekeeper.isltd.insignia.com (gatekeeper.isltd.insignia.com [195.153.60.130]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA09699 for ; Fri, 29 Jan 1999 09:03:46 -0800 (PST) (envelope-from jim.hatfield@isltd.insignia.com) Received: from insignia.com (jhatfield-mac.isltd.insignia.com [193.112.16.64]) by gatekeeper.isltd.insignia.com (8.8.8/BSCF-1.7) with ESMTP id RAA09124 for ; Fri, 29 Jan 1999 17:03:44 GMT Message-ID: <36B1E9F0.67DB17FC@insignia.com> Date: Fri, 29 Jan 1999 17:03:56 +0000 From: Jim Hatfield Organization: Insignia Solutions X-Mailer: Mozilla 4.5 (Macintosh; I; PPC) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-doc@FreeBSD.ORG Subject: Monitor documentation for XFree86 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hello, I've just got 2.2.8 - I held off installing earlier versions because they didn't like my 3Com card. I also have the book "The Complete FreeBSD" which I'm using for installation advise. The section on the xf86config tool mentions a monitor database, /usr/X11R6/lib/X11/doc/Monitors, however I don't have this - in fact I don't have /usr/X11R6/lib/X11/doc at all. I did a standard "X developers" install with no tweaks - is this something that's changed between 2.2.5, which I think the book was written for, and 2.2.8. I did look at the FAQ and searched www.freebsd.org, but couldn't find anything relevant - apologies if it's something stupid on my part. Jim Hatfield To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Fri Jan 29 10:31:02 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA22485 for freebsd-doc-outgoing; Fri, 29 Jan 1999 10:31:02 -0800 (PST) (envelope-from owner-freebsd-doc@FreeBSD.ORG) Received: from gatekeeper.isltd.insignia.com (gatekeeper.isltd.insignia.com [195.153.60.130]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA22479 for ; Fri, 29 Jan 1999 10:31:00 -0800 (PST) (envelope-from jim.hatfield@isltd.insignia.com) Received: from insignia.com (jhatfield-mac.isltd.insignia.com [193.112.16.64]) by gatekeeper.isltd.insignia.com (8.8.8/BSCF-1.7) with ESMTP id SAA09951 for ; Fri, 29 Jan 1999 18:30:58 GMT Message-ID: <36B1FE62.195CE0E3@insignia.com> Date: Fri, 29 Jan 1999 18:31:14 +0000 From: Jim Hatfield Organization: Insignia Solutions X-Mailer: Mozilla 4.5 (Macintosh; I; PPC) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-doc@FreeBSD.ORG Subject: I fixed my problem Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi, Re my earlier mail about the Monitors database. It was due to my misunderstanding of how the Novice install works. After selecting the X-Developer distribution, I got a popup asking if I wanted Des. I selected Yes, then got to the screen where you select which bits of XFree86 you want. At this point I realised I should have selected No since the CD was exported from the US and presumably doesn't have DES on it. At this point the last selection in the menu says something like "Go Back" which I interpreted as Undo, so selected it. However it didn't really mean that, and I never saw that screen again, so presumably I had unknowingly selected a subset which didn't include the Monitor database. I redid the whole install and now I have it. Apologies if anyone wasted time on this. Jim Hatfield To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Fri Jan 29 13:42:34 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA16585 for freebsd-doc-outgoing; Fri, 29 Jan 1999 13:42:34 -0800 (PST) (envelope-from owner-freebsd-doc@FreeBSD.ORG) Received: from gamma.aei.ca (gamma.aei.ca [206.123.6.10]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA16566 for ; Fri, 29 Jan 1999 13:42:24 -0800 (PST) (envelope-from malartre@aei.ca) Received: from aei.ca (ppp-110-66.mtl.aei.ca [207.107.110.66]) by gamma.aei.ca (8.8.5/8.8.5) with ESMTP id QAA00147; Fri, 29 Jan 1999 16:42:05 -0500 (EST) Message-ID: <36B22AEA.65C06630@aei.ca> Date: Fri, 29 Jan 1999 16:40:58 -0500 From: Malartre X-Mailer: Mozilla 4.5 [en] (X11; I; FreeBSD 2.2.8-RELEASE i386) X-Accept-Language: fr, en MIME-Version: 1.0 To: Jim Hatfield CC: freebsd-doc@FreeBSD.ORG Subject: Re: I fixed my problem References: <36B1FE62.195CE0E3@insignia.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Jim Hatfield wrote: > > Hi, > > Re my earlier mail about the Monitors database. > > It was due to my misunderstanding of how the Novice install works. After > selecting the X-Developer distribution, I got a popup asking if I wanted > Des. I selected Yes, then got to the screen where you select which bits > of XFree86 you want. At this point I realised I should have selected No > since the CD was exported from the US and presumably doesn't have DES on it. > > At this point the last selection in the menu says something like "Go > Back" which I interpreted as Undo, so selected it. However it didn't > really mean that, and I never saw that screen again, so presumably I had > unknowingly selected a subset which didn't include the Monitor database. > > I redid the whole install and now I have it. > > Apologies if anyone wasted time on this. > > Jim Hatfield > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-doc" in the body of the message I also think that the installation program is not perfect. It took 2-3 install the first time I installed FreeBSD, and I also messed up with space/enter and didn't understand why I was not getting the previous screen. After, I discovered that you can do post-install config, at the end of the installation. Your not alone ;-) -- [Malartre][malartre@aei.ca][http://www.aei.ca/~malartre/] [French piss me off - Cartman, South Park][http://9.nws.net/] To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Fri Jan 29 16:24:05 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA10156 for freebsd-doc-outgoing; Fri, 29 Jan 1999 16:23:16 -0800 (PST) (envelope-from owner-freebsd-doc@FreeBSD.ORG) Received: from mail.greatbasin.net (mail.greatbasin.net [207.228.35.39]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA10151 for ; Fri, 29 Jan 1999 16:23:12 -0800 (PST) (envelope-from dan@ferrarinet.reno.nv.us) Received: from ferrarinet (rno-max3-04.gbis.net [207.228.60.196]) by mail.greatbasin.net (8.9.2/8.8.8) with SMTP id QAA16457 for ; Fri, 29 Jan 1999 16:23:08 -0800 (PST) Received: from dan [10.0.0.1] by office [10.0.0.2] with SMTP (MDaemon.v2.7.SP4.R) for ; Fri, 29 Jan 1999 16:21:35 -0800 Message-ID: <000101be4be6$0f1be440$0100000a@dan> From: "Dan O'Connor" To: Subject: FreeBSD Web Site Date: Fri, 29 Jan 1999 16:18:27 -0800 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.72.3110.5 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 X-MDaemon-Deliver-To: freebsd-doc@FreeBSD.ORG X-Return-Path: dan@ferrarinet.reno.nv.us Reply-To: dan@ferrarinet.reno.nv.us Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Where did the Hypertext Man Pages go? The link is missing from the www.freebsd.org home page. Please say you're not doing away with this handy feature... --Dan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Fri Jan 29 21:57:26 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA17364 for freebsd-doc-outgoing; Fri, 29 Jan 1999 21:57:26 -0800 (PST) (envelope-from owner-freebsd-doc@FreeBSD.ORG) Received: from gamma.aei.ca (gamma.aei.ca [206.123.6.10]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA17344 for ; Fri, 29 Jan 1999 21:57:22 -0800 (PST) (envelope-from malartre@aei.ca) Received: from aei.ca (ppp-110-100.mtl.aei.ca [207.107.110.100]) by gamma.aei.ca (8.8.5/8.8.5) with ESMTP id AAA03483; Sat, 30 Jan 1999 00:57:13 -0500 (EST) Message-ID: <36B29EF7.F57528E0@aei.ca> Date: Sat, 30 Jan 1999 00:56:07 -0500 From: Malartre X-Mailer: Mozilla 4.5 [en] (X11; I; FreeBSD 2.2.8-RELEASE i386) X-Accept-Language: fr, en MIME-Version: 1.0 To: dan@ferrarinet.reno.nv.us CC: freebsd-doc@FreeBSD.ORG Subject: Re: FreeBSD Web Site References: <000101be4be6$0f1be440$0100000a@dan> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Dan O'Connor wrote: > > Where did the Hypertext Man Pages go? The link is missing from the > www.freebsd.org home page. > > Please say you're not doing away with this handy feature... > > --Dan > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-doc" in the body of the message http://www.freebsd.org/docs.html#man It's not missing, it's simply under "Documentation/More..." Cya -- [Malartre][malartre@aei.ca][http://www.aei.ca/~malartre/] [French piss me off - Cartman, South Park][http://9.nws.net/] To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Fri Jan 29 23:08:00 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA23184 for freebsd-doc-outgoing; Fri, 29 Jan 1999 23:08:00 -0800 (PST) (envelope-from owner-freebsd-doc@FreeBSD.ORG) Received: from stade.demon.co.uk (stade.demon.co.uk [158.152.29.164]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA23166 for ; Fri, 29 Jan 1999 23:07:55 -0800 (PST) (envelope-from aw1@stade.co.uk) Received: (from aw1@localhost) by stade.demon.co.uk (8.9.2/8.9.1) id GAA07473; Sat, 30 Jan 1999 06:52:44 GMT (envelope-from aw1) Date: Sat, 30 Jan 1999 06:52:43 +0000 From: Adrian Wontroba To: Jim Hatfield Cc: freebsd-doc@FreeBSD.ORG Subject: Re: Monitor documentation for XFree86 Message-ID: <19990130065243.B45799@titus.stade.co.uk> Reply-To: aw1@stade.co.uk References: <36B1E9F0.67DB17FC@insignia.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.1i In-Reply-To: <36B1E9F0.67DB17FC@insignia.com>; from Jim Hatfield on Fri, Jan 29, 1999 at 05:03:56PM +0000 X-Operating-System: FreeBSD 4.0-CURRENT Organization: Yes, I need some of that. X-Phone: +(44) 121 681 6677 Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Fri, Jan 29, 1999 at 05:03:56PM +0000, Jim Hatfield wrote: > The section on the xf86config tool mentions a monitor database, > /usr/X11R6/lib/X11/doc/Monitors, however I don't have this - in fact > I don't have /usr/X11R6/lib/X11/doc at all. I did a standard "X > developers" install with no tweaks - is this something that's changed > between 2.2.5, which I think the book was written for, and 2.2.8. In the XFree86 releases it is contained in Xdoc.tgz, along with a raft of README files. I can mail you Monitors on its own if you wish (about 48K). In my case I built XFree86 from the port and subsequently installed Xdoc.tgz and Xhtml.tgz, with the XFree86 extract. You should find these, along with the RELNOTES file on any XFree86 mirror. -- Adrian Wontroba To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Sat Jan 30 13:55:48 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA19929 for freebsd-doc-outgoing; Sat, 30 Jan 1999 13:55:48 -0800 (PST) (envelope-from owner-freebsd-doc@FreeBSD.ORG) Received: from andrsn.stanford.edu (andrsn.Stanford.EDU [36.33.0.163]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA19916 for ; Sat, 30 Jan 1999 13:55:45 -0800 (PST) (envelope-from andrsn@andrsn.stanford.edu) Received: from localhost (andrsn@localhost.stanford.edu [127.0.0.1]) by andrsn.stanford.edu (8.9.1/8.9.1) with SMTP id NAA18649 for ; Sat, 30 Jan 1999 13:48:01 -0800 (PST) Date: Sat, 30 Jan 1999 13:48:01 -0800 (PST) From: Annelise Anderson To: freebsd-doc@FreeBSD.ORG Subject: How-To on PC Cards Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I wrote up a short document on the process of getting PC cards to work, which I put on my web page at http://andrsn.stanford.edu/FreeBSD/pccards.html. Here's a copy of it for comment or whatever; it doesn't do as much with modem cards as it probably should: Getting Your PC Card to Work * 1. There are two manual pages on PC cards, pccardd and pccard.conf. There is no manual page for pccardc, but typing the command alone will give you a list of available options. Another resource is the PAO page at http://www.jp.freebsd.org/PAO. This page lists a great many cards that people have used successfully. Many of the PAO features described there have been incorporated into FreeBSD, but not necessarily exactly as described there and not all listed drivers are included in FreeBSD. * 2. The basic objective is to have drivers in the kernel for the cards you want to use and for the pccard device itself, to enable card support on startup, and to have an accurate description of the card in the /etc/pccard.conf database. The following steps should get you to this point. * 2.1 Recompile your kernel, commenting out the zp and ze drivers by placing a # in front of these lines and including the three general lines for pccard support, one for the controller itself and two for the card slots. These can be found in the LINT kernel. They currently look like this: controller card0 device pcic0 at card? device pcic1 at card? You will also want to include the driver for the card in the kernel configuration file. The drivers for modems (sio0 and sio1) will already be there; you may want to add sio2 and sio3. You will need to select an ethernet driver, or make sure it is included, by reading the information on the box your card came in. For example, an NE2000 compatible card uses the ed0 driver. * 2.2 Edit rc.conf, so that pccard_enable="YES". If you are installing an ethernet card, you will also want to include the driver as one of the network interfaces in rc.conf. * 2.3 Move or copy /etc/pccard.conf.sample to /etc/pccard.conf. This is the data base of pccards to which the card will be matched when it is inserted. If there is a card with a manufacturer and name that matches your card, that will be the entry to work with. Otherwise you will have to create one. * 2.4 Reboot the computer without the card in the slot and check to ensure that the ze and zp drivers are not mentioned and that the controller for the pccard is identified and given an IRQ. The two card slots will also appear. It will look something like this, if you've included the ed0 driver: ed0 not found at 0x280 PC-Card Cirrus Logic PD672X (5 mem & 2 I/O windows) pcic: controller irq 5 Initializing PC-card drivers: ed sio * 2.5 Insert the card in the slot and run pccardc dumpcis. This will produce an output of information from the card itself in the form of tuples. You may want to print this information out or save it to a file for future reference. Here are a few lines from an ethernet card that isn't included in the data base but is NE2000 compatible (according to box) and thus uses the ed0 driver: Configuration data for card in slot 0 Tuple #6, code = 0x15 (Version 1 info), length = 38 Version = 4.1, Manuf = [D-Link],card vers = [DE-660] Tuple #8, code = 0x1b (Configuration entry), length = 7 Config index = 0x20(default) Interface byte = 0x81 (I/O) wait signal supported 2 slots found Sometimes several alternatives may be available for the configuration index. From this information and examples already in the pccard.conf file, we can construct a card entry to be included in pccard.conf: #D-LINK Ethernet PC Card DE-660 card "D-Link" "DE-660" config 0x20 "ed0" 10 ether 0x81 insert echo D-Link 660 Ethernet inserted insert /etc/pccard_ether ed0 remove echo D-Link 660 Ethernet removed remove /sbin/ifconfig ed0 delete Save the card entry information to pccard.conf. * 2.6 Reboot without the card in the slot. If everything is right, you should get a message on the console when the card is inserted showing (for an ethernet card) its address as well as the "echo" text. If there are errors during boot about incorrect configuration or inability to assign resources to the card, the card entry is not correct and you will need to experiment. The beginning of /etc/pccard.conf shows some resources being made available; you may need to edit these. * 2.7 If the card is correctly identified, you have a working card. You can use ed0 (in this example) as you normally would, writing ifconfig statements at the command line. At this point you can choose to have the network configuration take place when the card is inserted. You will notice in the above that on insertion two commands are run, echo and /etc/pccard_ether ed0. The second calls the pccard_ether script in /etc, which uses information from the pccard_ifconfig line in /etc/rc.conf and other routing information provided in rc.conf. When the card is removed, the ed0 interface is deleted. Note that one of the options for the configuration of pccard_ifconfig is "DHCP". Alternatively you may wish to boot with the card in the slot and have the network come up on boot. It may work just as well in that case to have the information in an ordinary ifconfig statement in rc.conf (and include ed0 in the list of interfaces) and leave pccard_ifconfig blank. * 3.0 This how-to is not intended to address every difficulty, but it should give you an overview of how the process works so that you can experiment yourself. Let me know if it works or if I've left out any information you find important. Annelise Anderson andrsn@andrsn.stanford.edu Wed Jan 27 PST 1999 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Sat Jan 30 13:56:54 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA20032 for freebsd-doc-outgoing; Sat, 30 Jan 1999 13:56:54 -0800 (PST) (envelope-from owner-freebsd-doc@FreeBSD.ORG) Received: from valis.olywa.net (olywa.net [205.163.58.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA20024 for ; Sat, 30 Jan 1999 13:56:52 -0800 (PST) (envelope-from jpl@olywa.net) Received: from olywa.net ([205.163.58.206]) by valis.olywa.net (Post.Office MTA v3.5.2 release 221 ID# 0-56662U5000L500S0V35) with ESMTP id net for ; Sat, 30 Jan 1999 13:56:33 -0800 Message-ID: <36B382C3.61DB5C9F@olywa.net> Date: Sat, 30 Jan 1999 14:08:04 -0800 From: John L X-Mailer: Mozilla 4.5 [en] (Win95; I) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-doc@FreeBSD.ORG Subject: A 'not quite a newbie' install note.. Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Well the guide said to actually write you so- I previously gave up on a very bad redhat5.1 release, with more UPDATE downloads than the entire FBSD system (and still I didn't know how to configure and recompile the kernel). After this I was very impressed with freebsd, and look forward to giving you some money for some product after it gets going. My difficulties with an FTP install- the 'novice installation' could not recognize my USRobotics modem on COM4. This was tough to figure out, as it would work somewhat by forcing the port location from Term. But ultimately, to set both the interrupt and port, one must work from the 'expert' mode- but there are NO device descriptions here! So,- you guess or go back and forth and boot over and over. I also booted over and over to get in the 'Term' mode while figuring this out, and this involves re-inputing all the setup data every time. Very time consuming. Once setup, it did download at least 50 meg over a 33.8Kbps ppp connection, and fully install, (in spite of some missing components at FTP site 6. It switched smoothly to the main site, but that's bad for your traffic.). My complements overall on this very ambitious function. The RedHat folks long ago abandoned the idea of realistically being able to do this with a modem- the way I just did it! I had a very experience with redhat LILO, because I just left it installed when I reformatted over the redhat partition. When Linux went away, LILO broke, and I couldn't boot windows or Linux. I had to reinstall win95 OSR2 (which I did), or try to figure out if LILO could be configured from a Linux floppy. To AVOID this, I specifically choose NOT to alter the MasterBootRecord during the FBSD install. Maybe this was a big mistake, but it was a valid menu option option. To save the worry, I would just boot FBSD from a floppy, and switch around the drive numbers if I ever decided to boot windows by floppy instead. To my dismay, FBSD install just plain corrupted the MBR and windows wouldn't start even from a DOS floppy boot- 'partiton data corrupted'- a very bad sign on powerup. Fdisk would read the partitions after an start up error, but would not make changes. (Once again, reinstall windows and sit there and hit 'don't replace newer files' for over an hour during the install. It's amazing that I could reinstall just win95 without losing a byte of data or even altering the desktop AND that it fixed a corrupt MBR, which has little to do with an OS install). I can't get FBSD up either, because apparently this install disk doesn't work as a normal boot disk, and though there is an option to list some file and boot specifying the kernel name, the list scrolls off screen. I can't find any way to S or break the listing to actually view it. It's way too fast on this machine, which is only running at 75Mhz. Simply using '1:wd(1,a)' from the install disk isn't enough to boot the hard drive! Isn't there a default kernel name/location? Now I'm looking for an ordinary floppy boot image, if there is such a thing for FBSD. Also I find the references to 'boot disk' a bit confusing coming from the DOS world. 'Boot' means just boot the operating system or hard drive. This is a 'bootstrap install', that's a little different. You wouldn't boot FBSD with this only this disk, I hope, because I found no way to go to a prompt or exit the installation without rebooting. I write because I really want to help make this already good product even easier to understand. Redhat was so horrid that I just decided that though it was somewhat working, it was just plain unpleasant to work in. And the FBSD install was really MUCH less painful even with my fatal error. anyway, thanks- john leclerc jpl@olywa.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Sat Jan 30 15:30:05 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA04806 for freebsd-doc-outgoing; Sat, 30 Jan 1999 15:30:05 -0800 (PST) (envelope-from owner-freebsd-doc@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA04780 for ; Sat, 30 Jan 1999 15:30:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id PAA60995; Sat, 30 Jan 1999 15:30:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from norn.ca.eu.org (cr164328-a.abtsfd1.bc.wave.home.com [24.112.125.94]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA04688 for ; Sat, 30 Jan 1999 15:29:07 -0800 (PST) (envelope-from norn@norn.ca.eu.org) Received: (from norn@localhost) by norn.ca.eu.org (8.9.2/8.9.2) id PAA18102; Sat, 30 Jan 1999 15:29:05 -0800 (PST) (envelope-from norn) Message-Id: <199901302329.PAA18102@norn.ca.eu.org> Date: Sat, 30 Jan 1999 15:29:05 -0800 (PST) From: cpiazza@home.net Reply-To: cpiazza@home.net To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: docs/9822: Missing word from security(7) man page Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 9822 >Category: docs >Synopsis: security(7) man page is missing a word >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-doc >State: open >Quarter: >Keywords: >Date-Required: >Class: doc-bug >Submitter-Id: current-users >Arrival-Date: Sat Jan 30 15:30:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Chris Piazza >Release: FreeBSD 4.0-CURRENT i386 >Organization: n/a >Environment: FreeBSD >Description: The security(7) man page reads (under the securiing root - root run servers and suid/sgid binaries): If an intruder can break an sgid-kmem binary the intruder might be able to read /dev/kmem and thus read the crypted password file, potentially compromising any passworded account. An intruder that breaks the tty group can write to almost user's tty. Obviously this should be ``can write to almost any user's tty.'' (or similar) >How-To-Repeat: man 7 security >Fix: --- security.7.orig Sat Jan 30 15:27:47 1999 +++ security.7 Sat Jan 30 15:28:02 1999 @@ -206,7 +206,7 @@ can be almost as dangerous. If an intruder can break an sgid-kmem binary the intruder might be able to read /dev/kmem and thus read the crypted password file, potentially compromising any passworded account. An intruder that breaks -the tty group can write to almost user's tty. If a user is running a terminal +the tty group can write to almost any user's tty. If a user is running a terminal program or emulator with a talk-back feature, the intruder can potentially generate a data stream that causes the user's terminal to echo a command, which is then run as that user. -Chris >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Sat Jan 30 16:42:11 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA14387 for freebsd-doc-outgoing; Sat, 30 Jan 1999 16:42:11 -0800 (PST) (envelope-from owner-freebsd-doc@FreeBSD.ORG) Received: from allegro.lemis.com (allegro.lemis.com [192.109.197.134]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA14382 for ; Sat, 30 Jan 1999 16:42:06 -0800 (PST) (envelope-from grog@freebie.lemis.com) Received: from freebie.lemis.com (freebie.lemis.com [192.109.197.137]) by allegro.lemis.com (8.9.1/8.9.0) with ESMTP id LAA10659 for ; Sun, 31 Jan 1999 11:12:03 +1030 (CST) Received: (from grog@localhost) by freebie.lemis.com (8.9.2/8.9.0) id LAA57790 for doc@FreeBSD.org; Sun, 31 Jan 1999 11:12:02 +1030 (CST) Date: Sun, 31 Jan 1999 11:12:02 +1030 From: Greg Lehey To: FreeBSD Documenters Subject: Re: Windows Refund (from NetBSD-advocacy list) Message-ID: <19990131111202.J8473@freebie.lemis.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.1i WWW-Home-Page: http://www.lemis.com/~grog Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-41-739-7062 Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Should we do this too? Greg ----- Forwarded message from Herb Peyerl ----- > X-Authentication-Warning: lager.beer.org: localhost [127.0.0.1] didn't use HELO protocol > To: Hubert Feyrer > Cc: www@NetBSD.ORG, netbsd-advocacy@NetBSD.ORG > Date: Sat, 30 Jan 1999 07:40:48 -0700 > Precedence: list > Delivered-To: netbsd-advocacy@NetBSD.ORG > > Hubert Feyrer wrote: >> should we put up something about how to get back money from M$ if you >> install NetBSD on your new PC on our web pages? Maybe a link to >> http://www.wired.com/news/news/technology/story/17442.html or >> http://www.linuxmall.com/refund/. > > Strongly agreed! ----- End forwarded message ----- -- See complete headers for address, home page and phone numbers finger grog@lemis.com for PGP public key To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Sat Jan 30 21:00:05 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA09822 for freebsd-doc-outgoing; Sat, 30 Jan 1999 21:00:05 -0800 (PST) (envelope-from owner-freebsd-doc@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA09767 for ; Sat, 30 Jan 1999 21:00:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id VAA76113; Sat, 30 Jan 1999 21:00:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from hermes.rz.tu-clausthal.de (hermes.rz.tu-clausthal.de [139.174.3.10]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA09576 for ; Sat, 30 Jan 1999 20:57:36 -0800 (PST) (envelope-from inof@hermes.rz.tu-clausthal.de) Received: (from inof@localhost) by hermes.rz.tu-clausthal.de (8.9.2/8.9.2) id FAA26678; Sun, 31 Jan 1999 05:57:34 +0100 (CET) (envelope-from inof) Message-Id: <199901310457.FAA26678@hermes.rz.tu-clausthal.de> Date: Sun, 31 Jan 1999 05:57:34 +0100 (CET) From: oliver.fromme@heim3.tu-clausthal.de Reply-To: oliver.fromme@heim3.tu-clausthal.de To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: docs/9833: column(1) manpage broken Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 9833 >Category: docs >Synopsis: column(1) manpage broken >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-doc >State: open >Quarter: >Keywords: >Date-Required: >Class: doc-bug >Submitter-Id: current-users >Arrival-Date: Sat Jan 30 21:00:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Oliver Fromme >Release: FreeBSD 3.0-STABLE i386 >Organization: Clausthal University of technology >Environment: FreeBSD 2.2.8-19981215-SNAP #1: Thu Dec 17 17:21:43 CET 1998 i386 FreeBSD 3.0-STABLE #1: Thu Jan 28 01:59:40 CET 1999 i386 >Description: The example give in the column(1) manual page is broken, due to incorrect formatting, unless the screen width is more than 80 characters. >How-To-Repeat: Type "man 1 column" on a standard 80-columns terminal. >Fix: --- column.1.orig Sun Jan 31 05:40:11 1999 +++ column.1 Sun Jan 31 05:49:36 1999 @@ -85,8 +85,8 @@ the screen if no other information is available. .El .Sh EXAMPLES -.Dl (printf \&"PERM LINKS OWNER GROUP SIZE MONTH DAY HH:MM/YEAR NAME\en\&"\ \&;\ \&\e -.Dl ls -l \&| sed 1d) \&| column -t +.Dl (printf \&"PERM LINKS OWNER GROUP SIZE MONTH DAY \e +.Dl HH:MM/YEAR NAME\en\&"\ \&;\ ls -l \&| sed 1d) \&| column -t .Sh SEE ALSO .Xr colrm 1 , .Xr ls 1 , >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Sat Jan 30 22:17:28 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA16551 for freebsd-doc-outgoing; Sat, 30 Jan 1999 22:17:28 -0800 (PST) (envelope-from owner-freebsd-doc@FreeBSD.ORG) Received: from gamma.aei.ca (gamma.aei.ca [206.123.6.10]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA16545 for ; Sat, 30 Jan 1999 22:17:26 -0800 (PST) (envelope-from malartre@aei.ca) Received: from aei.ca (ppp-111-127.mtl.aei.ca [207.107.111.127]) by gamma.aei.ca (8.8.5/8.8.5) with ESMTP id BAA23420; Sun, 31 Jan 1999 01:17:13 -0500 (EST) Message-ID: <36B3F527.FD3FC89A@aei.ca> Date: Sun, 31 Jan 1999 01:16:07 -0500 From: Malartre X-Mailer: Mozilla 4.5 [en] (X11; I; FreeBSD 2.2.8-RELEASE i386) X-Accept-Language: fr, en MIME-Version: 1.0 To: Greg Lehey CC: FreeBSD Documenters Subject: Re: Windows Refund (from NetBSD-advocacy list) References: <19990131111202.J8473@freebie.lemis.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Greg Lehey wrote: > > Should we do this too? > > Greg > > ----- Forwarded message from Herb Peyerl ----- > > > X-Authentication-Warning: lager.beer.org: localhost [127.0.0.1] didn't use HELO protocol > > To: Hubert Feyrer > > Cc: www@NetBSD.ORG, netbsd-advocacy@NetBSD.ORG > > Date: Sat, 30 Jan 1999 07:40:48 -0700 > > Precedence: list > > Delivered-To: netbsd-advocacy@NetBSD.ORG > > > > Hubert Feyrer wrote: > >> should we put up something about how to get back money from M$ if you > >> install NetBSD on your new PC on our web pages? Maybe a link to > >> http://www.wired.com/news/news/technology/story/17442.html or > >> http://www.linuxmall.com/refund/. > > > > Strongly agreed! > > ----- End forwarded message ----- > > -- > See complete headers for address, home page and phone numbers > finger grog@lemis.com for PGP public key > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-doc" in the body of the message Sure. Next time I'm buying a PC, I'm not buying anything from Microsoft, and I'll be happy to know how to do so. Maybe that could also be in the quick news letters or the newsflash? -- [Malartre][malartre@aei.ca][http://www.aei.ca/~malartre/] [French piss me off - Cartman, South Park][http://9.nws.net/] To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message