From owner-freebsd-doc Sun Oct 7 3:39: 3 2001 Delivered-To: freebsd-doc@freebsd.org Received: from nasu.utsunomiya-u.ac.jp (nasu.utsunomiya-u.ac.jp [160.12.128.3]) by hub.freebsd.org (Postfix) with ESMTP id E94B137B403; Sun, 7 Oct 2001 03:38:49 -0700 (PDT) Received: from nantai.utsunomiya-u.ac.jp by nasu.utsunomiya-u.ac.jp (8.11.2/1.1.29.3/26Jan01-1134AM) id f97Ack5109847; Sun, 7 Oct 2001 19:38:46 +0900 (JST) Received: from zodiac.mech.utsunomiya-u.ac.jp by nantai.utsunomiya-u.ac.jp (8.11.2/1.1.29.3/30Jan01-0241PM) id f97AckE102756; Sun, 7 Oct 2001 19:38:46 +0900 (JST) Received: from zodiac.mech.utsunomiya-u.ac.jp (IDENT:LTYJOV/J2YnL9vQrQpxRylhiJ2deNwUq@zodiac.mech.utsunomiya-u.ac.jp [160.12.43.7]) by zodiac.mech.utsunomiya-u.ac.jp (8.9.3+3.2W/3.7W/zodiac-May2000) with ESMTP id TAA07886; Sun, 7 Oct 2001 19:48:40 +0900 (JST) Message-Id: <200110071048.TAA07886@zodiac.mech.utsunomiya-u.ac.jp> To: current@freebsd.org Cc: doc@freebsd.org, Giorgos Keramidas , yokota@zodiac.mech.utsunomiya-u.ac.jp Subject: Proposal: Replacement for VISUALUSERCONFIG (was: Re: Need to update man section 4!) In-reply-to: Your message of "Sun, 07 Oct 2001 15:13:36 JST." <200110070613.PAA06382@zodiac.mech.utsunomiya-u.ac.jp> References: <200110061018.TAA03313@zodiac.mech.utsunomiya-u.ac.jp> <20011006142219.A12443@hades.hell.gr> <200110070613.PAA06382@zodiac.mech.utsunomiya-u.ac.jp> Date: Sun, 07 Oct 2001 19:48:38 +0900 From: Kazutaka YOKOTA Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org We can manipulate "device hints" and loader/kernel environment variables in /boot/device.hints by the "set/unset/show" commands in the boot loader(8). This corresponds to what we used to do in the USERCONFIG menu in the kernel. I think it may be a good idea to have "visual" (or friendly?) interface to manipulate the device hints (and other loader variables) in the boot loader, just like the VISUALUSERCONFIG front-end, for novice users and those who are not quite familiar with the boot loader commands. If we are to have this facility in the boot loader, we can get rid of USERCONFIG and VISUALUSERCONFIG from the kernel :-) I wrote an experimental patch to the boot loader. You can find it at: ftp://people.freebsd.org/~yokota/vuserconfig.tar.gz It includes: vuserconfig.diff patch for /sys/boot/common/Makefile.inc and /sys/boot/i386/libi386/vidconsole.c vuseconfig.c put this in /sys/boot/common hints.diff patch for /sys/i386/conf/GENERIC.hints (and /boot/device.hints) to add some descriptive strings for device drivers Rebuild the loader. Type "userconfig" at the loader prompt, then you will be in this VISUALUSERCONFIG-like front-end. Use TAB, ENTER, and cursor keys to navigate. Type 'Q' to quit, and you will be put back to the loader prompt. Some notes: - I don't intend to do everything in this front-end. It provides just a simple interface to set/reset/edit device hints and other variables. - This front-end is not an exact "clone" of VISUALUSERCONFIG. But the basic idea is the same. - Maybe I should have written this in Forth, rather than in C. But, I have almost nil knowledge of Forth. - One big drawback: this will bloat the boot loader and will consume precious disk space in kern.flp... *sigh* I welcome any comments, suggestions, and ideas. Thank you, Kazu In my previous post, I wrote: >Thank you for your comments. > >The User Config menu is completely disabled and isn't available >in -CURRENT now. > >I strongly doubt it will ever come back. You see, we can now >set/unset/edit device resource "hints" from the loader(8) prompt, >thus, there is little need to have the old User Config menu compiled >into the kernel. > >Please also have a look at my draft on the man page for device.hints(5). > >http://people.freebsd.org/~yokota/device.hints.5 > >The only thing which were available in the User Config, but is not in >the loader(8) is the "Visual" User Config option. > >But, I expect such visual front-end to edit the device resource hints >can be added to the loader, in one way or another. > >Kazu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Sun Oct 7 7:20:39 2001 Delivered-To: freebsd-doc@freebsd.org Received: from mailsrv.otenet.gr (mailsrv.otenet.gr [195.170.0.5]) by hub.freebsd.org (Postfix) with ESMTP id BF1E537B403 for ; Sun, 7 Oct 2001 07:20:34 -0700 (PDT) Received: from hades.hell.gr (patr530-a210.otenet.gr [212.205.215.210]) by mailsrv.otenet.gr (8.11.5/8.11.5) with ESMTP id f97EKUv24989; Sun, 7 Oct 2001 17:20:30 +0300 (EEST) Received: (from charon@localhost) by hades.hell.gr (8.11.6/8.11.6) id f97EKTZ25743; Sun, 7 Oct 2001 17:20:29 +0300 (EEST) (envelope-from charon@labs.gr) Date: Sun, 7 Oct 2001 17:20:28 +0300 From: Giorgos Keramidas To: Kazutaka YOKOTA Cc: doc@freebsd.org Subject: Re: Need to update man section 4! Message-ID: <20011007172028.A25730@hades.hell.gr> References: <200110061018.TAA03313@zodiac.mech.utsunomiya-u.ac.jp> <20011006142219.A12443@hades.hell.gr> <200110070613.PAA06382@zodiac.mech.utsunomiya-u.ac.jp> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200110070613.PAA06382@zodiac.mech.utsunomiya-u.ac.jp> User-Agent: Mutt/1.3.22.1i X-GPG-Fingerprint: C1EB 0653 DB8B A557 3829 00F9 D60F 941A 3186 03B6 X-URL: http://labs.gr/~charon/ Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Kazutaka YOKOTA wrote: > Please also have a look at my draft on the man page for device.hints(5). > > http://people.freebsd.org/~yokota/device.hints.5 I grow up still learning :-) Great work. If you are going to commit this, perhaps the attached diff should be applied though. A grammar correction (second chunk) and just a sentence rewritten to be more descriptive. -giorgos --- patch begins here --- --- device.hints.5.orig Sun Oct 7 17:05:54 2001 +++ device.hints.5 Sun Oct 7 17:17:35 2001 @@ -73,9 +73,10 @@ Device hint variables are used by device drivers to set up the device. They are most often used by ISA device drivers to specify -resources. +where the driver will probe for the relevant devices, as long as what +resources it will attempt to use. .Pp -A device hint line are written as: +A device hint line looks like: .Pp .Dl hint...="" .Pp --- patch ends here --- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Sun Oct 7 7:24:23 2001 Delivered-To: freebsd-doc@freebsd.org Received: from mailsrv.otenet.gr (mailsrv.otenet.gr [195.170.0.5]) by hub.freebsd.org (Postfix) with ESMTP id 38D8E37B403 for ; Sun, 7 Oct 2001 07:24:20 -0700 (PDT) Received: from hades.hell.gr (patr530-a210.otenet.gr [212.205.215.210]) by mailsrv.otenet.gr (8.11.5/8.11.5) with ESMTP id f97EOGv01392; Sun, 7 Oct 2001 17:24:17 +0300 (EEST) Received: (from charon@localhost) by hades.hell.gr (8.11.6/8.11.6) id f97EOHt25815; Sun, 7 Oct 2001 17:24:17 +0300 (EEST) (envelope-from charon@labs.gr) Date: Sun, 7 Oct 2001 17:24:16 +0300 From: Giorgos Keramidas To: Kazutaka YOKOTA Cc: doc@FreeBSD.ORG Subject: Re: Need to update man section 4! Message-ID: <20011007172416.B25730@hades.hell.gr> References: <200110061018.TAA03313@zodiac.mech.utsunomiya-u.ac.jp> <20011006142219.A12443@hades.hell.gr> <200110070613.PAA06382@zodiac.mech.utsunomiya-u.ac.jp> <20011007172028.A25730@hades.hell.gr> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20011007172028.A25730@hades.hell.gr> User-Agent: Mutt/1.3.22.1i X-GPG-Fingerprint: C1EB 0653 DB8B A557 3829 00F9 D60F 941A 3186 03B6 X-URL: http://labs.gr/~charon/ Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org To Kazutaka YOKOTA wrote: > > --- device.hints.5.orig Sun Oct 7 17:05:54 2001 > +++ device.hints.5 Sun Oct 7 17:17:35 2001 > @@ -73,9 +73,10 @@ > Device hint variables are used by device drivers to set up > the device. > They are most often used by ISA device drivers to specify > -resources. > +where the driver will probe for the relevant devices, as long as what ^^^^^^^^^^ and > +resources it will attempt to use. -giorgos To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Sun Oct 7 8:48:15 2001 Delivered-To: freebsd-doc@freebsd.org Received: from D00015.dialonly.kemerovo.su (www2.svzserv.kemerovo.su [213.184.65.86]) by hub.freebsd.org (Postfix) with ESMTP id A759037B403; Sun, 7 Oct 2001 08:48:07 -0700 (PDT) Received: (from eugen@localhost) by D00015.dialonly.kemerovo.su (8.11.6/8.11.4) id f97FlEE25646; Sun, 7 Oct 2001 23:47:14 +0800 (KRAST) (envelope-from eugen) Date: Sun, 7 Oct 2001 23:47:14 +0800 From: Eugene Grosbein To: stable@freebsd.org Cc: docs@freebsd.org Subject: Incomplete documentation: ed(4) Message-ID: <20011007234714.A25542@grosbein.pp.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hi! Recently I've installed a snapshot of FreeBSD 4.4-STABLE. While making custom kernel I noticed that no one part of documentation says that ed(4) now requires device miibus. I keep one some of my machines STABLE using cvsup and read /usr/src/UPDATING, so I quickly detected that I forgot to add miibus when compilation of my custom kernel failed. However, there is no UPDATING when user installs only kernel sources, LINT does not mention that ed(4) depends of miibus and even ed(4) man page does not do so. Eugene Grosbein To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Sun Oct 7 9: 8: 4 2001 Delivered-To: freebsd-doc@freebsd.org Received: from rover.village.org (rover.bsdimp.com [204.144.255.66]) by hub.freebsd.org (Postfix) with ESMTP id 4BE2737B403; Sun, 7 Oct 2001 09:08:00 -0700 (PDT) Received: from harmony.village.org (harmony.village.org [10.0.0.6]) by rover.village.org (8.11.3/8.11.3) with ESMTP id f97G7au98499; Sun, 7 Oct 2001 10:07:36 -0600 (MDT) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (localhost [127.0.0.1]) by harmony.village.org (8.11.6/8.11.6) with ESMTP id f97G7X752395; Sun, 7 Oct 2001 10:07:34 -0600 (MDT) (envelope-from imp@harmony.village.org) Message-Id: <200110071607.f97G7X752395@harmony.village.org> To: Kazutaka YOKOTA Subject: Re: Proposal: Replacement for VISUALUSERCONFIG (was: Re: Need to update man section 4!) Cc: current@FreeBSD.ORG, doc@FreeBSD.ORG, Giorgos Keramidas In-reply-to: Your message of "Sun, 07 Oct 2001 19:48:38 +0900." <200110071048.TAA07886@zodiac.mech.utsunomiya-u.ac.jp> References: <200110071048.TAA07886@zodiac.mech.utsunomiya-u.ac.jp> <200110061018.TAA03313@zodiac.mech.utsunomiya-u.ac.jp> <20011006142219.A12443@hades.hell.gr> <200110070613.PAA06382@zodiac.mech.utsunomiya-u.ac.jp> Date: Sun, 07 Oct 2001 10:07:33 -0600 From: Warner Losh Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org In message <200110071048.TAA07886@zodiac.mech.utsunomiya-u.ac.jp> Kazutaka YOKOTA writes: : - One big drawback: this will bloat the boot loader and will consume : precious disk space in kern.flp... *sigh* This is the only downside to the work that you've done. Sometimes I think we'd get more boot loader maintainers if we had LISP in the loader :-) Then again, maybe not... Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Sun Oct 7 9:17: 2 2001 Delivered-To: freebsd-doc@freebsd.org Received: from mail.libertysurf.net (mail.libertysurf.net [213.36.80.91]) by hub.freebsd.org (Postfix) with ESMTP id 789CD37B408 for ; Sun, 7 Oct 2001 09:16:58 -0700 (PDT) Received: from t1z1j1 (213.36.88.79) by mail.libertysurf.net (5.1.053) id 3BBD15560004963D; Sun, 7 Oct 2001 18:15:49 +0200 Message-ID: <3BBD15560004963D@mail.libertysurf.net> (added by postmaster@libertysurf.fr) From: JCB To: Reply-To: Subject: cd europ resto Date: Mon, 7 oct 2001 16:11:15 +0200 Importance: normal X-Mailer: GOTO Software Sarbacane Vs 1.05C Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="8362676212427241" Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org --8362676212427241 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: quoted-printable X-mailer: Sarbacane 1.05 --8362676212427241 Content-Type: text/html; charset="ISO-8859-1" Content-Transfer-Encoding: Quoted-Printable =
Nouvelle version 87.538 emails
=
L'annuaire @mails des Hotels Restaurants en= Europe
France 36027 Suisse 10765 Belgique 10177 Italie 6771 Allemagne 4404 Royaume-Uni   3537 Canada   2658 Pologne   2325 Espagne 219= 8 Portugal   1541 Brasil 536 Pays-Bas   524 Suèd= e   195 Luxembourg 193 Russie 68 Monaco 50 Roumanie 45= Autres 6682
TOTAL 88696
Vous souhaitez recevoir une informa= tion complémentaire, alors n'hésitez pas
Cordialement
JCB ACPS
De ne plus recevoir notre pub, veuillez nous envoyer une E-Mail à =
avec remove dans le sujet.
 
--8362676212427241-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Sun Oct 7 9:43:43 2001 Delivered-To: freebsd-doc@freebsd.org Received: from salmon.maths.tcd.ie (salmon.maths.tcd.ie [134.226.81.11]) by hub.freebsd.org (Postfix) with SMTP id C3FBB37B403; Sun, 7 Oct 2001 09:43:38 -0700 (PDT) Received: from walton.maths.tcd.ie by salmon.maths.tcd.ie with SMTP id ; 7 Oct 2001 17:43:37 +0100 (BST) To: Eugene Grosbein Cc: stable@freebsd.org, docs@freebsd.org Subject: Re: Incomplete documentation: ed(4) In-Reply-To: Your message of "Sun, 07 Oct 2001 23:47:14 +0800." <20011007234714.A25542@grosbein.pp.ru> Date: Sun, 07 Oct 2001 17:43:37 +0100 From: Ian Dowse Message-ID: <200110071743.aa40350@salmon.maths.tcd.ie> Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org In message <20011007234714.A25542@grosbein.pp.ru>, Eugene Grosbein writes: >compilation of my custom kernel failed. However, there is no UPDATING >when user installs only kernel sources, LINT does not mention >that ed(4) depends of miibus and even ed(4) man page does not do so. Thanks, fixed in -current now. The requirement is documented in GENERIC and UPDATING (and in a comment in the driver source), but you are right that it should have been in LINT and ed(4) too. Ian To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Sun Oct 7 10:13:32 2001 Delivered-To: freebsd-doc@freebsd.org Received: from freebie.xs4all.nl (freebie.xs4all.nl [213.84.32.253]) by hub.freebsd.org (Postfix) with ESMTP id CF27137B401; Sun, 7 Oct 2001 10:13:26 -0700 (PDT) Received: (from wkb@localhost) by freebie.xs4all.nl (8.11.6/8.11.6) id f97HD7v36567; Sun, 7 Oct 2001 19:13:07 +0200 (CEST) (envelope-from wkb) Date: Sun, 7 Oct 2001 19:13:07 +0200 From: Wilko Bulte To: Warner Losh Cc: Kazutaka YOKOTA , current@FreeBSD.ORG, doc@FreeBSD.ORG, Giorgos Keramidas Subject: Re: Proposal: Replacement for VISUALUSERCONFIG (was: Re: Need to update man section 4!) Message-ID: <20011007191307.A36553@freebie.xs4all.nl> References: <200110071048.TAA07886@zodiac.mech.utsunomiya-u.ac.jp> <200110061018.TAA03313@zodiac.mech.utsunomiya-u.ac.jp> <20011006142219.A12443@hades.hell.gr> <200110070613.PAA06382@zodiac.mech.utsunomiya-u.ac.jp> <200110071048.TAA07886@zodiac.mech.utsunomiya-u.ac.jp> <200110071607.f97G7X752395@harmony.village.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200110071607.f97G7X752395@harmony.village.org>; from imp@harmony.village.org on Sun, Oct 07, 2001 at 10:07:33AM -0600 X-OS: FreeBSD 4.4-STABLE X-PGP: finger wilko@freebsd.org Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Sun, Oct 07, 2001 at 10:07:33AM -0600, Warner Losh wrote: > In message <200110071048.TAA07886@zodiac.mech.utsunomiya-u.ac.jp> Kazutaka YOKOTA writes: > : - One big drawback: this will bloat the boot loader and will consume > : precious disk space in kern.flp... *sigh* > > This is the only downside to the work that you've done. Sometimes I > think we'd get more boot loader maintainers if we had LISP in the > loader :-) Then again, maybe not... FWIW: everything that bloats the loader tends to break the alpha port. Caveat empor.. -- | / o / /_ _ email: wilko@FreeBSD.org |/|/ / / /( (_) Bulte Arnhem, The Netherlands To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Sun Oct 7 11:12:23 2001 Delivered-To: freebsd-doc@freebsd.org Received: from VisaPro.com (lsanca1-ar2-013-165.lsanca1.dsl.gtei.net [4.33.13.165]) by hub.freebsd.org (Postfix) with SMTP id AE0B237B407 for ; Sun, 7 Oct 2001 11:12:15 -0700 (PDT) To: freebsd-doc@FreeBSD.ORG From: Lucy Subject: ONLINE IMMIGRATION - TRAVEL VISAS - GREEN CARD LOTTERY MIME-Version: 1.0 (produced by IP*Works! www.dev-soft.com) Content-Type: text/plain Content-Transfer-Encoding: quoted-printable Message-Id: <20011007181215.AE0B237B407@hub.freebsd.org> Date: Sun, 7 Oct 2001 11:12:15 -0700 (PDT) Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Greetings! You are cordially invited to attend the launch of VisaPro. www.VisaPro.com Complete Online Visa Processing - It's Fast, Easy & Economical. PROCESS YOUR IMMIGRATION OR TRAVEL VISA ONLINE Select visa, Apply and Collect your visa. Log on to VisaPro today! SUBMIT ERROR-FREE GREEN CARD LOTTERY APPLICATION VisaPro guarantees the error-free submission of your Green Card Lottery Application. This is a great opportunity to help your colleagues, friends and family win the US Green Card Lottery. Forward this email to them Today! FAST AND EFFICIENT VISA PROCESSING Start processing your visa application in minutes, not days. SAVE VALUABLE MONEY VisaPro's low, flat fee is very economical compared with traditional visa application procedures. SAVE VALUABLE TIME Tracking the status of your visa application is a snap with your own online VisaPro account. VISAPRO COMBINES HIGH TECH WITH HIGH TOUCH Use VisaPro's cutting-edge technology to consult online with VisaPro's expert immigration attorneys. GET INFORMATION WHEN YOU NEED IT VisaPro is open 24 hours a day, every day of the year. Thank You, The VisaPro Team www.VisaPro.com Complete Online Visa Processing by Immigration Experts Visit our Green Card Lottery Center today at: http://GreenCardLottery.VisaPro.com ***************************************************************************= * We do not intend to invade your privacy, this is just for information purposes. If you do not wish to receive our email please let us know and we will REMOVE your email immediately. ***************************************************************************= * To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Sun Oct 7 14:30:32 2001 Delivered-To: freebsd-doc@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D484337B409 for ; Sun, 7 Oct 2001 14:30:00 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f97LU0g29871; Sun, 7 Oct 2001 14:30:00 -0700 (PDT) (envelope-from gnats) Received: from smtp.noos.fr (lafontaine.noos.net [212.198.2.72]) by hub.freebsd.org (Postfix) with ESMTP id AB4EF37B408 for ; Sun, 7 Oct 2001 14:20:49 -0700 (PDT) Received: (qmail 78712913 invoked by uid 0); 7 Oct 2001 21:20:41 -0000 Received: from unknown (HELO gits.dyndns.org) ([212.198.231.187]) (envelope-sender ) by 212.198.2.72 (qmail-ldap-1.03) with DES-CBC3-SHA encrypted SMTP for ; 7 Oct 2001 21:20:41 -0000 Received: (from root@localhost) by gits.dyndns.org (8.11.6/8.11.6) id f97LKdh29100; Sun, 7 Oct 2001 23:20:39 +0200 (CEST) (envelope-from root) Message-Id: <200110072120.f97LKdh29100@gits.dyndns.org> Date: Sun, 7 Oct 2001 23:20:39 +0200 (CEST) From: Cyrille Lefevre Reply-To: Cyrille Lefevre To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: docs/31109: replace gif images w/ png ones due to patent license Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 31109 >Category: docs >Synopsis: replace gif images w/ png ones due to patent license >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: Sun Oct 07 14:30:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Cyrille Lefevre >Release: FreeBSD 4.4-RC i386 >Organization: ACME >Environment: System: FreeBSD gits 4.4-RC FreeBSD 4.4-RC #7: Thu Sep 20 12:40:17 CEST 2001 root@gits:/disk2/4.x-stable/src/sys/compile/CUSTOM i386 >Description: todays web sites shouldn't use gif images due to patent license. this patch replaces almost all references to gif images by png ones. there's only two gif animated images but I don't know how to replace them. so, I left them intact. of course, references to foreign gif images have been left intact also. in addition to this patch, gif images located in the en/gifs and en/java subdirectories needs to be converted to png ones using the following commands : cd www/en/gifs mv pbfbsd2.gif pbfbsd2.gif.tmp mv powerani.gif powerani.gif.tmp mogrify -format png *.gif rm *.gif mv pbfbsd2.gif.tmp pbfbsd2.gif mv powerani.gif.tmp powerani.gif cd www/en/java convert j2j.gif j2j.png rm j2j.gif mogrify and convert are available from the ImageMagic port. >How-To-Repeat: n/a >Fix: Index: en/doc.hdr =================================================================== RCS file: /home/ncvs/www/en/doc.hdr,v retrieving revision 1.9 diff -u -r1.9 doc.hdr --- en/doc.hdr 1999/01/27 00:24:19 1.9 +++ en/doc.hdr 2001/10/06 20:35:30 @@ -1,4 +1,4 @@ -Navigation Bar +Navigation Bar Top Applications Index: en/includes.sgml =================================================================== RCS file: /home/ncvs/www/en/includes.sgml,v retrieving revision 1.45 diff -u -r1.45 includes.sgml --- en/includes.sgml 2001/09/19 18:14:43 1.45 +++ en/includes.sgml 2001/10/06 06:39:20 @@ -15,8 +15,8 @@ -'> -'> +'> +'> @@ -27,7 +27,7 @@ &email@FreeBSD.ORG
©right;'> -FreeBSD Home Page'> @@ -36,7 +36,7 @@ Navigation Bar +src="&base;/gifs/bar.png" alt="Navigation Bar" width="565" height="33" border="0" usemap="#bar">

&title;


Index: en/includes.xsl =================================================================== RCS file: /home/ncvs/www/en/includes.xsl,v retrieving revision 1.3 diff -u -r1.3 includes.xsl --- en/includes.xsl 2001/09/19 19:07:58 1.3 +++ en/includes.xsl 2001/10/06 20:39:15 @@ -5,11 +5,11 @@ - + - [New!] + [New!] @@ -24,7 +24,7 @@ - FreeBSD Home Page + FreeBSD Home Page @@ -43,7 +43,7 @@ - Navigation Bar

Index: en/index.xsl =================================================================== RCS file: /home/ncvs/www/en/index.xsl,v retrieving revision 1.7 diff -u -r1.7 index.xsl --- en/index.xsl 2001/09/20 22:32:33 1.7 +++ en/index.xsl 2001/10/06 20:35:45 @@ -30,7 +30,7 @@ - - - - + - + - + - + - +
- FreeBSD: The Power to Serve @@ -292,7 +292,7 @@

FreeBSD is free

-
[FreeBSD Mall][Sponsor of Unix Guru Universe][Daemon News] [Powered by FreeBSD]
FreeBSD DaemonFreeBSD Daemon @@ -174,7 +174,7 @@
The Complete FreeBSD with CDs, 3rd Ed, FreeBSD 4.2. Everything you ever wanted to know about how to get @@ -393,27 +393,27 @@
FreeBSD Toolkit: Six disc set of resources to make your FreeBSD experience more enriching.
FreeBSD Alpha 4.2 - The full version of the DEC Alpha 64-bit UNIX operating system.
FreeBSD 4.2: The full version of the PC 32-bit UNIX operating system.
FreeBSD 4.2 CD-ROM. Lehmanns CD-ROM Edition. January 2001, 4 CD-ROMs. Lehmanns Fachbuchhandlung. Germany. Index: en/cgi/cgi-style.pl =================================================================== RCS file: /home/ncvs/www/en/cgi/cgi-style.pl,v retrieving revision 1.17 diff -u -r1.17 cgi-style.pl --- en/cgi/cgi-style.pl 2000/12/29 09:24:40 1.17 +++ en/cgi/cgi-style.pl 2001/10/06 20:35:57 @@ -25,7 +25,7 @@ $hsty_date = ""; } -$i_topbar = "\"Navigation +$i_topbar = "\"Navigation \"Top\" \"Applications\" @@ -39,7 +39,7 @@ "; if (!defined($hsty_home)) { - $hsty_home = "\"FreeBSD"; } Index: en/cgi/ports.cgi =================================================================== RCS file: /home/ncvs/www/en/cgi/ports.cgi,v retrieving revision 1.57 diff -u -r1.57 ports.cgi --- en/cgi/ports.cgi 2001/08/26 18:27:45 1.57 +++ en/cgi/ports.cgi 2001/10/06 20:36:06 @@ -96,7 +96,7 @@ $portsDesc = '../ports/'; # location of the tiny BSD daemon - $daemonGif = ''; + $daemonGif = ''; # visible E-Mail address, plain text $mailto = 'www@FreeBSD.org'; @@ -549,7 +549,7 @@ sub footer { print qq{ - + © 1996-2001 by Wolfram Schneider. All rights reserved.
}; #print q{$FreeBSD: www/en/cgi/ports.cgi,v 1.57 2001/08/26 18:27:45 wosch Exp $} . "
\n"; Index: en/cgi/reg.cgi =================================================================== RCS file: /home/ncvs/www/en/cgi/reg.cgi,v retrieving revision 1.7 diff -u -r1.7 reg.cgi --- en/cgi/reg.cgi 2000/04/03 08:45:51 1.7 +++ en/cgi/reg.cgi 2001/10/06 20:36:10 @@ -84,7 +84,7 @@ print "\n"; print " \n"; print "
\n"; -print "\n"; +print "\n"; print "\n"; print "\n"; print "\n"; Index: en/gallery/gallery.xsl =================================================================== RCS file: /home/ncvs/www/en/gallery/gallery.xsl,v retrieving revision 1.1 diff -u -r1.1 gallery.xsl --- en/gallery/gallery.xsl 2001/08/06 07:01:38 1.1 +++ en/gallery/gallery.xsl 2001/10/07 17:20:28 @@ -39,10 +39,10 @@ - - @@ -58,20 +58,20 @@
-

-

-

-

The "Powered by FreeBSD" logos above may be - downloaded and displayed on + downloaded and displayed on personal or commercial home pages served by FreeBSD machines. Use of this logo or the likeliness of the BSD Daemons for profitable gain @@ -84,4 +84,4 @@ - \ No newline at end of file + Index: en/gifs/Makefile =================================================================== RCS file: /home/ncvs/www/en/gifs/Makefile,v retrieving revision 1.37 diff -u -r1.37 Makefile --- en/gifs/Makefile 2001/06/20 17:05:23 1.37 +++ en/gifs/Makefile 2001/10/07 17:20:47 @@ -7,14 +7,14 @@ .include "../Makefile.inc" .endif -DATA= apache.gif apachepower.gif daemon.gif dir.gif doc.gif -DATA+= home.gif littlelogo.gif new.gif power-button.gif -DATA+= powerlogo.gif ugu_icon.gif wclogo.gif topbar.gif -DATA+= flash0.gif flash1.gif soft0.gif soft1.gif support0.gif support1.gif -DATA+= docs0.gif docs1.gif vendors0.gif vendors1.gif search0.gif search1.gif -DATA+= index0.gif index1.gif get0.gif get1.gif faq0.gif faq1.gif -DATA+= handboo0.gif handboo1.gif dae_up2.gif dae_up3.gif bar.gif -DATA+= freebsd_1.gif powerani.gif pbfbsd2.gif 205-jp.jpg +DATA= apache.png apachepower.png daemon.png dir.png doc.png +DATA+= home.png littlelogo.png new.png power-button.png +DATA+= powerlogo.png ugu_icon.png wclogo.png topbar.png +DATA+= flash0.png flash1.png soft0.png soft1.png support0.png support1.png +DATA+= docs0.png docs1.png vendors0.png vendors1.png search0.png search1.png +DATA+= index0.png index1.png get0.png get1.png faq0.png faq1.png +DATA+= handboo0.png handboo1.png dae_up2.png dae_up3.png bar.png +DATA+= freebsd_1.png powerani.gif pbfbsd2.gif 205-jp.jpg DATA+= 205-jpb.jpg bsdisc.jpg bsdiscb.jpg comp_b.jpg complete.jpg DATA+= cover.jpg coverb.jpg fullcourse3.jpg DATA+= fullcourse3b.jpg getstarb.jpg getstart.jpg @@ -30,27 +30,27 @@ DATA+= wc-44lite2.jpg wc-44lite2b.jpg wc-blun.jpg wc-blunb.jpg DATA+= wc-30snab.jpg wc-30sna.jpg newsletb.jpg newslett.jpg DATA+= newslet2b.jpg newslet2.jpg -DATA+= banner1.gif banner2.gif banner3.gif banner4.gif -DATA+= lynx.gif +DATA+= banner1.png banner2.png banner3.png banner4.png +DATA+= lynx.png DATA+= smart-reseller-small.jpg smart-reseller.jpg DATA+= bsdm.jpg DATA+= bsdmb.jpg DATA+= fhp_mini.jpg -DATA+= mall_title_tiny.gif -DATA+= mall_title_medium.gif +DATA+= mall_title_tiny.png +DATA+= mall_title_medium.png DATA+= plueschtier-tiny.jpg DATA+= instman.jpg instmanb.jpg sam.jpg samb.jpg urm.jpg urmb.jpg DATA+= releases.jpg bug.jpg doc.jpg news.jpg power.jpg -DATA+= gourchin3.gif -DATA+= darbylogo.gif +DATA+= gourchin3.png +DATA+= darbylogo.png DATA+= bsdmagazine.jpg DATA+= aboutf.jpg aboutfb.jpg DATA+= bukudepan.jpg -DATA+= wc-bsdtool.gif -DATA+= wc-bsdalph-4.2.gif -DATA+= wc-freebsd-4.2.gif wc-freebsd-4.2b.gif -DATA+= bsdcomp-4.2.gif -DATA+= lob-freebsd-4.2.gif +DATA+= wc-bsdtool.png +DATA+= wc-bsdalph-4.2.png +DATA+= wc-freebsd-4.2.png wc-freebsd-4.2b.png +DATA+= bsdcomp-4.2.png +DATA+= lob-freebsd-4.2.png DATA+= daemon_hammer.jpg DATA+= daemon_hammer-tn15.jpg daemon_hammer-tn20.jpg daemon_hammer-tn25.jpg Index: en/internal/about.sgml =================================================================== RCS file: /home/ncvs/www/en/internal/about.sgml,v retrieving revision 1.41 diff -u -r1.41 about.sgml --- en/internal/about.sgml 2001/07/13 12:52:14 1.41 +++ en/internal/about.sgml 2001/10/06 06:39:20 @@ -10,7 +10,7 @@

The Machine

-

The +

The machine www.FreeBSD.org, otherwise known as freefall.FreeBSD.org, is 800MHz Pentium III set up with 1024 megabytes of RAM and about 50 gigabytes of disk space. The @@ -33,14 +33,14 @@

The Software

-

+

These pages are served up by the versatile and efficient Apache http server. In addition, there are a few locally crafted CGI scripts. Indexing of these pages and the mailing list archive are provided by freewais-sf, a derivative of the CNIDR freewais.

-

The Urchin web statistics package is used to provide @@ -48,7 +48,7 @@

The Pages

- +

These Web pages have been put together by John Fieber <jfieber@FreeBSD.org> Index: en/java/Makefile =================================================================== RCS file: /home/ncvs/www/en/java/Makefile,v retrieving revision 1.3 diff -u -r1.3 Makefile --- en/java/Makefile 2000/11/07 04:05:16 1.3 +++ en/java/Makefile 2001/10/06 20:37:37 @@ -18,6 +18,6 @@ DOCS+= newsflash.sgml DOCS+= press.sgml -DATA= j2j.gif +DATA= j2j.png .include "${WEB_PREFIX}/share/mk/web.site.mk" Index: en/java/index.sgml =================================================================== RCS file: /home/ncvs/www/en/java/index.sgml,v retrieving revision 1.9 diff -u -r1.9 index.sgml --- en/java/index.sgml 2001/09/11 07:11:46 1.9 +++ en/java/index.sgml 2001/10/06 20:37:42 @@ -74,7 +74,7 @@

This is the offical port of Sun's Java Development Kit for FreeBSD. No known significant bugs exist at this time, but there are no guarantees of usability. However, many commercial companies rely on this port, so it should be safe to use.

-Jump to Java +Jump to Java
Index: en/java/dists/index.sgml =================================================================== RCS file: /home/ncvs/www/en/java/dists/index.sgml,v retrieving revision 1.5 diff -u -r1.5 index.sgml --- en/java/dists/index.sgml 2001/07/06 02:12:00 1.5 +++ en/java/dists/index.sgml 2001/10/06 20:38:51 @@ -16,7 +16,7 @@ This is the official port of Sun's Java Development Kit for FreeBSD. No known significant bugs exist at this time, but there are no guarantees of usability. However, many commercial companies rely on this port, so it should be safe to use. -Jump to Java +Jump to Java >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 Oct 7 19: 7:45 2001 Delivered-To: freebsd-doc@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 184A537B406; Sun, 7 Oct 2001 19:07:44 -0700 (PDT) Received: (from murray@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f981vif67900; Sun, 7 Oct 2001 18:57:44 -0700 (PDT) (envelope-from murray) Date: Sun, 7 Oct 2001 18:57:44 -0700 (PDT) From: Message-Id: <200110080157.f981vif67900@freefall.freebsd.org> To: aaron@lo-res.org, murray@FreeBSD.org, freebsd-doc@freebsd.org Subject: Re: docs/30918: add docs on running Linux-Maple Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: add docs on running Linux-Maple State-Changed-From-To: open->closed State-Changed-By: murray State-Changed-When: Sun Oct 7 18:57:01 PDT 2001 State-Changed-Why: Your section has been added, thanks! It may take up to 24 hours for the new version to appear on the website. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=30918 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Sun Oct 7 19:10: 9 2001 Delivered-To: freebsd-doc@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D1EFC37B407 for ; Sun, 7 Oct 2001 19:10:02 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f982A2w72199; Sun, 7 Oct 2001 19:10:02 -0700 (PDT) (envelope-from gnats) Date: Sun, 7 Oct 2001 19:10:02 -0700 (PDT) Message-Id: <200110080210.f982A2w72199@freefall.freebsd.org> To: freebsd-doc@freebsd.org Cc: From: Murray Stokely Subject: Re: docs/31109: replace gif images w/ png ones due to patent license Reply-To: Murray Stokely Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR docs/31109; it has been noted by GNATS. From: Murray Stokely To: Cyrille Lefevre Cc: FreeBSD-gnats-submit@freebsd.org Subject: Re: docs/31109: replace gif images w/ png ones due to patent license Date: Sun, 7 Oct 2001 19:09:38 -0700 This looks good to me. Is there any reason not to convert all of our images to PNG? - Murray To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Sun Oct 7 20:17:46 2001 Delivered-To: freebsd-doc@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 38AB037B401; Sun, 7 Oct 2001 20:17:44 -0700 (PDT) Received: (from murray@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f983EDq80577; Sun, 7 Oct 2001 20:14:13 -0700 (PDT) (envelope-from murray) Date: Sun, 7 Oct 2001 20:14:13 -0700 (PDT) From: Message-Id: <200110080314.f983EDq80577@freefall.freebsd.org> To: bartequi@inwind.it, murray@FreeBSD.org, freebsd-doc@freebsd.org Subject: Re: docs/24662: too many questions about source management bloat freebsd lists Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: too many questions about source management bloat freebsd lists State-Changed-From-To: feedback->suspended State-Changed-By: murray State-Changed-When: Sun Oct 7 20:12:43 PDT 2001 State-Changed-Why: I don't believe this material belongs in an appendix to the Handbook. This advanced information might be valuable for a tutorial or article on FreeBSD.org or on John's CVSup site but I don't think it belongs here. I will close this PR this week unless someone feels strongly about it. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=24662 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Sun Oct 7 20:20: 4 2001 Delivered-To: freebsd-doc@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6CD3C37B40A for ; Sun, 7 Oct 2001 20:20:02 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f983K2m81020; Sun, 7 Oct 2001 20:20:02 -0700 (PDT) (envelope-from gnats) Date: Sun, 7 Oct 2001 20:20:02 -0700 (PDT) Message-Id: <200110080320.f983K2m81020@freefall.freebsd.org> To: freebsd-doc@freebsd.org Cc: From: Murray Stokely Subject: Re: docs/24662: too many questions about source management bloat freebsd lists Reply-To: Murray Stokely Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR docs/24662; it has been noted by GNATS. From: Murray Stokely To: freebsd-gnats-submit@FreeBSD.org, bartequi@inwind.it Cc: Subject: Re: docs/24662: too many questions about source management bloat freebsd lists Date: Sun, 7 Oct 2001 20:11:32 -0700 patch.delta doesn't apply cleanly to the original patch for me, but I can put them together manually. I don't really like this addition. This is an appendix that describes methods for obtaining FreeBSD. This section on CVSup already contains a subsection "For more information" that includes a link to the CVSup FAQ, the CVSup home page, mailing lists for support of CVSup, etc. This appendix is not a source of documentation for CVSup, and this addition clutters the concise information that is already there. I believe that there is more than enough detail already (almost too much in fact) about creating a sup file from scratch, etc. You've written some good material, and if you would like to add a separate article about advanced CVSup usage, then that might be valuable, but I really don't think all of this information belongs in an appendix to the Handbook. I think this PR should be closed. Thanks, - Murray To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Sun Oct 7 20:37:46 2001 Delivered-To: freebsd-doc@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 804E237B405; Sun, 7 Oct 2001 20:37:44 -0700 (PDT) Received: (from murray@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f983afv82543; Sun, 7 Oct 2001 20:36:41 -0700 (PDT) (envelope-from murray) Date: Sun, 7 Oct 2001 20:36:41 -0700 (PDT) From: Message-Id: <200110080336.f983afv82543@freefall.freebsd.org> To: mwm@mired.org, murray@FreeBSD.org, freebsd-doc@freebsd.org Subject: Re: docs/31028: [PATCH] FAQ Instructions for moving system has a number of bogons Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: [PATCH] FAQ Instructions for moving system has a number of bogons State-Changed-From-To: open->closed State-Changed-By: murray State-Changed-When: Sun Oct 7 20:35:09 PDT 2001 State-Changed-Why: Your patch has been committed. Please don't re-wrap paragraphs in the future so that we can keep the whitespace changes to a minimum and make it easier for the translation teams. The first paragraph in your diff only changes a few words but by rewrapping the paragraph it is difficult to see exactly what change was made. Thanks for the submission! http://www.FreeBSD.org/cgi/query-pr.cgi?pr=31028 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Sun Oct 7 21: 9: 6 2001 Delivered-To: freebsd-doc@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5E50737B40B; Sun, 7 Oct 2001 21:09:04 -0700 (PDT) Received: (from murray@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9843Z785239; Sun, 7 Oct 2001 21:03:35 -0700 (PDT) (envelope-from murray) Date: Sun, 7 Oct 2001 21:03:35 -0700 (PDT) From: Message-Id: <200110080403.f9843Z785239@freefall.freebsd.org> To: pjp@daemonium.com, murray@FreeBSD.org, freebsd-doc@freebsd.org Subject: Re: docs/23488: A manpage for section 7 regarding a Toronto BSD User Group. Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: A manpage for section 7 regarding a Toronto BSD User Group. State-Changed-From-To: suspended->closed State-Changed-By: murray State-Changed-When: Sun Oct 7 21:02:37 PDT 2001 State-Changed-Why: This information is not appropriate for the system man pages. We will gladly include this information on our website if you feel so inclined as to send another submission. Thanks. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=23488 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Sun Oct 7 21:10: 7 2001 Delivered-To: freebsd-doc@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3A16F37B407 for ; Sun, 7 Oct 2001 21:10:04 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f984A4n88751; Sun, 7 Oct 2001 21:10:04 -0700 (PDT) (envelope-from gnats) Date: Sun, 7 Oct 2001 21:10:04 -0700 (PDT) Message-Id: <200110080410.f984A4n88751@freefall.freebsd.org> To: freebsd-doc@freebsd.org Cc: From: Murray Stokely Subject: Re: docs/29525: hier(7) has sometimes-erroneous descriptions of tmp dirs. Reply-To: Murray Stokely Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR docs/29525; it has been noted by GNATS. From: Murray Stokely To: freebsd-gnats-submit@FreeBSD.org, swear@aa.net Cc: Subject: Re: docs/29525: hier(7) has sometimes-erroneous descriptions of tmp dirs. Date: Sun, 7 Oct 2001 21:00:37 -0700 How about the following patch? Does this please everyone? Index: hier.7 =================================================================== RCS file: /home/ncvs/src/share/man/man7/hier.7,v retrieving revision 1.57 diff -u -r1.57 hier.7 --- hier.7 2001/10/01 08:52:40 1.57 +++ hier.7 2001/10/08 03:58:09 @@ -752,6 +752,12 @@ the NIS maps .El .El +.Sh NOTES +This manual page documents the default FreeBSD filesystem layout, but +the actual hierarchy on a given system is defined at the system +administrator's discretion. +A well-maintained installation will include a customized version of +this document. .Sh SEE ALSO .Xr apropos 1 , .Xr find 1 , To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Sun Oct 7 21:40: 4 2001 Delivered-To: freebsd-doc@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2B47237B406 for ; Sun, 7 Oct 2001 21:40:03 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f984e3491110; Sun, 7 Oct 2001 21:40:03 -0700 (PDT) (envelope-from gnats) Date: Sun, 7 Oct 2001 21:40:03 -0700 (PDT) Message-Id: <200110080440.f984e3491110@freefall.freebsd.org> To: freebsd-doc@freebsd.org Cc: From: Murray Stokely Subject: Re: docs/30443: remove broken reference to kerberos(1) from manpage of security(7) Reply-To: Murray Stokely Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR docs/30443; it has been noted by GNATS. From: Murray Stokely To: freebsd-gnats-submit@FreeBSD.org, charon@labs.gr, markm@FreeBSD.org Cc: Subject: Re: docs/30443: remove broken reference to kerberos(1) from manpage of security(7) Date: Sun, 7 Oct 2001 21:38:07 -0700 [Mark Murray CCed as a general Kerberos guru] Is there any reason not to include a stub kerberos.1 with the base system that explains what Kerberos is and how you install it? It's a little hard to see where all the different Kerberos pieces come in to play and why they aren't installed when you type 'make world'. This man page would also unbreak all the other man pages that currently point to kerberos(1). - Murray To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Sun Oct 7 21:40:43 2001 Delivered-To: freebsd-doc@freebsd.org Received: from mao.stokely.org (mao.stokely.org [65.84.64.228]) by hub.freebsd.org (Postfix) with ESMTP id 30A0137B406; Sun, 7 Oct 2001 21:40:39 -0700 (PDT) Received: by mao.stokely.org (Postfix, from userid 2074) id 66D6A4B661; Sun, 7 Oct 2001 21:40:38 -0700 (PDT) Date: Sun, 7 Oct 2001 21:40:38 -0700 From: Murray Stokely To: ru@FreeBSD.org, freebsd-doc@FreeBSD.org Subject: Referencing man pages from ports/ Message-ID: <20011007214038.E21516@windriver.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="XsQoSWH+UP9D9v3l" Content-Disposition: inline User-Agent: Mutt/1.2.5i X-GPG-Key-ID: 1024D/0E451F7D X-GPG-Key-Fingerprint: E2CA 411D DD44 53FD BB4B 3CB5 B4D7 10A2 0E45 1F7D Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org --XsQoSWH+UP9D9v3l Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Hey Ruslan, What is the best practice for referencing man pages that are installed as ports (gated, pcnfsd) or optional system components (Kerberos). Is there another mdoc macro that should be used other than .Xr? http://www.FreeBSD.org/cgi/query-pr.cgi?pr=30444 - Murray --XsQoSWH+UP9D9v3l Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (SunOS) Comment: For info see http://www.gnupg.org iD8DBQE7wS5FtNcQog5FH30RAuAZAKCLHnCwGNzsItt1YaGZdkYdRuRIYgCgpk0I +0QRDSzkZjRB55jgzixjA6g= =DmvL -----END PGP SIGNATURE----- --XsQoSWH+UP9D9v3l-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Sun Oct 7 21:57:46 2001 Delivered-To: freebsd-doc@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5CB7F37B403; Sun, 7 Oct 2001 21:57:44 -0700 (PDT) Received: (from murray@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f984nER91992; Sun, 7 Oct 2001 21:49:14 -0700 (PDT) (envelope-from murray) Date: Sun, 7 Oct 2001 21:49:14 -0700 (PDT) From: Message-Id: <200110080449.f984nER91992@freefall.freebsd.org> To: charon@labs.gr, murray@FreeBSD.org, freebsd-doc@freebsd.org, murray@FreeBSD.org Subject: Re: docs/30445: remove reference to nonexistent crd(4) from manpage of fe(4) Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: remove reference to nonexistent crd(4) from manpage of fe(4) State-Changed-From-To: open->analyzed State-Changed-By: murray State-Changed-When: Sun Oct 7 21:48:00 PDT 2001 State-Changed-Why: The reference to a nonexistant page has been removed. Responsible-Changed-From-To: freebsd-doc->murray Responsible-Changed-By: murray Responsible-Changed-When: Sun Oct 7 21:48:00 PDT 2001 Responsible-Changed-Why: My MFC reminder. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=30445 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Sun Oct 7 22: 7:46 2001 Delivered-To: freebsd-doc@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 61F5437B401; Sun, 7 Oct 2001 22:07:44 -0700 (PDT) Received: (from murray@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f98568r96360; Sun, 7 Oct 2001 22:06:08 -0700 (PDT) (envelope-from murray) Date: Sun, 7 Oct 2001 22:06:08 -0700 (PDT) From: Message-Id: <200110080506.f98568r96360@freefall.freebsd.org> To: charon@labs.gr, murray@FreeBSD.org, freebsd-doc@freebsd.org, murray@FreeBSD.org Subject: Re: docs/30446: remove broken references to pvcsif(8) and pvctxctl(8) from manpage of en(4) Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: remove broken references to pvcsif(8) and pvctxctl(8) from manpage of en(4) State-Changed-From-To: open->analyzed State-Changed-By: murray State-Changed-When: Sun Oct 7 22:05:38 PDT 2001 State-Changed-Why: Your patch has been applied, thanks! Responsible-Changed-From-To: freebsd-doc->murray Responsible-Changed-By: murray Responsible-Changed-When: Sun Oct 7 22:05:38 PDT 2001 Responsible-Changed-Why: My MFC reminder. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=30446 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Sun Oct 7 22:30: 5 2001 Delivered-To: freebsd-doc@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 58C1E37B403 for ; Sun, 7 Oct 2001 22:30:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f985U1499194; Sun, 7 Oct 2001 22:30:01 -0700 (PDT) (envelope-from gnats) Date: Sun, 7 Oct 2001 22:30:01 -0700 (PDT) Message-Id: <200110080530.f985U1499194@freefall.freebsd.org> To: freebsd-doc@freebsd.org Cc: From: Murray Stokely Subject: Re: docs/30447: remove broken cxconfig(8) reference from manpage of cx(4) Reply-To: Murray Stokely Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR docs/30447; it has been noted by GNATS. From: Murray Stokely To: wollman@FreeBSD.org, freebsd-gnats-submit@FreeBSD.org, charon@labs.gr Cc: Subject: Re: docs/30447: remove broken cxconfig(8) reference from manpage of cx(4) Date: Sun, 7 Oct 2001 22:23:31 -0700 [CCed to Garrett since he imported cx and cxconfig] What's up with the sbin/i386 directory that appears to have been disconnected from the build for many years. Is there any reason why this directory is disconnected? If the programs don't build, can they just be nuked? The man page for the ancient cx(4) driver refers to the ancient cxconfig(8) program which is disconnected. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=30447 What should be done about this? - Murray To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Sun Oct 7 22:37:47 2001 Delivered-To: freebsd-doc@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B153437B403; Sun, 7 Oct 2001 22:37:44 -0700 (PDT) Received: (from murray@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f985S2S98854; Sun, 7 Oct 2001 22:28:02 -0700 (PDT) (envelope-from murray) Date: Sun, 7 Oct 2001 22:28:02 -0700 (PDT) From: Message-Id: <200110080528.f985S2S98854@freefall.freebsd.org> To: charon@labs.gr, murray@FreeBSD.org, freebsd-doc@freebsd.org Subject: Re: docs/30447: remove broken cxconfig(8) reference from manpage of cx(4) Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: remove broken cxconfig(8) reference from manpage of cx(4) State-Changed-From-To: open->analyzed State-Changed-By: murray State-Changed-When: Sun Oct 7 22:27:15 PDT 2001 State-Changed-Why: What's up with the disconnected programs in sbin/i386, in particular cxconfig? If these programs don't work then we should remove them from the tree and remove the driver as well. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=30447 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Mon Oct 8 1:13:11 2001 Delivered-To: freebsd-doc@freebsd.org Received: from whale.sunbay.crimea.ua (whale.sunbay.crimea.ua [212.110.138.65]) by hub.freebsd.org (Postfix) with ESMTP id 646B137B406; Mon, 8 Oct 2001 01:10:15 -0700 (PDT) Received: (from ru@localhost) by whale.sunbay.crimea.ua (8.11.6/8.11.2) id f9889uI46169; Mon, 8 Oct 2001 11:09:56 +0300 (EEST) (envelope-from ru) Date: Mon, 8 Oct 2001 11:09:56 +0300 From: Ruslan Ermilov To: Murray Stokely Cc: freebsd-doc@FreeBSD.org Subject: Re: Referencing man pages from ports/ Message-ID: <20011008110956.E36543@sunbay.com> References: <20011007214038.E21516@windriver.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20011007214038.E21516@windriver.com>; from murray@FreeBSD.org on Sun, Oct 07, 2001 at 09:40:38PM -0700 Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Sun, Oct 07, 2001 at 09:40:38PM -0700, Murray Stokely wrote: > Hey Ruslan, > > What is the best practice for referencing man pages that are > installed as ports (gated, pcnfsd) or optional system components > (Kerberos). Is there another mdoc macro that should be used other > than .Xr? > There isn't one currently. I'm open to any suggestions, and am ready to do the implementation part. We can extend the .Xr macro to support this, or we can roll our own .Pxr, whatever looks better. Please find attached the unfinished thread on this, and reply to this thread. Thanks, -- Ruslan Ermilov Oracle Developer/DBA, ru@sunbay.com Sunbay Software AG, ru@FreeBSD.org FreeBSD committer, +380.652.512.251 Simferopol, Ukraine http://www.FreeBSD.org The Power To Serve http://www.oracle.com Enabling The Information Age To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Mon Oct 8 1:13:30 2001 Delivered-To: freebsd-doc@freebsd.org Received: from whale.sunbay.crimea.ua (whale.sunbay.crimea.ua [212.110.138.65]) by hub.freebsd.org (Postfix) with ESMTP id 0EE8F37B405; Mon, 8 Oct 2001 01:13:16 -0700 (PDT) Received: (from ru@localhost) by whale.sunbay.crimea.ua (8.11.6/8.11.2) id f988D7446974; Mon, 8 Oct 2001 11:13:07 +0300 (EEST) (envelope-from ru) Date: Mon, 8 Oct 2001 11:13:07 +0300 From: Ruslan Ermilov To: Murray Stokely Cc: freebsd-doc@FreeBSD.org Subject: Re: Referencing man pages from ports/ Message-ID: <20011008111307.F36543@sunbay.com> References: <20011007214038.E21516@windriver.com> <20011008110956.E36543@sunbay.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20011008110956.E36543@sunbay.com>; from ru@FreeBSD.org on Mon, Oct 08, 2001 at 11:09:56AM +0300 Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Mon, Oct 08, 2001 at 11:09:56AM +0300, Ruslan Ermilov wrote: > On Sun, Oct 07, 2001 at 09:40:38PM -0700, Murray Stokely wrote: > > Hey Ruslan, > > > > What is the best practice for referencing man pages that are > > installed as ports (gated, pcnfsd) or optional system components > > (Kerberos). Is there another mdoc macro that should be used other > > than .Xr? > > > There isn't one currently. I'm open to any suggestions, and am > ready to do the implementation part. > > We can extend the .Xr macro to support this, or we can roll our > own .Pxr, whatever looks better. > > Please find attached the unfinished thread on this, and reply to > this thread. > Oops, forgot to attach the thread. :-) Actually, there wasn't a real thread on this. There were two emails on the subject. I'll probably try to implement the .Pxr macro today, and will send the patch for review. I'm still not sure should we overload .Xr or introduce .Pxr. Cheers, -- Ruslan Ermilov Oracle Developer/DBA, ru@sunbay.com Sunbay Software AG, ru@FreeBSD.org FreeBSD committer, +380.652.512.251 Simferopol, Ukraine http://www.FreeBSD.org The Power To Serve http://www.oracle.com Enabling The Information Age To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Mon Oct 8 1:21:24 2001 Delivered-To: freebsd-doc@freebsd.org Received: from mao.stokely.org (mao.stokely.org [65.84.64.228]) by hub.freebsd.org (Postfix) with ESMTP id AE3D437B405; Mon, 8 Oct 2001 01:21:22 -0700 (PDT) Received: by mao.stokely.org (Postfix, from userid 2074) id 8570E4B661; Mon, 8 Oct 2001 01:21:21 -0700 (PDT) Date: Mon, 8 Oct 2001 01:21:21 -0700 From: Murray Stokely To: Ruslan Ermilov Cc: Murray Stokely , freebsd-doc@FreeBSD.org Subject: Re: Referencing man pages from ports/ Message-ID: <20011008012121.L21516@windriver.com> References: <20011007214038.E21516@windriver.com> <20011008110956.E36543@sunbay.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20011008110956.E36543@sunbay.com>; from ru@FreeBSD.org on Mon, Oct 08, 2001 at 11:09:56AM +0300 X-GPG-Key-ID: 1024D/0E451F7D X-GPG-Key-Fingerprint: E2CA 411D DD44 53FD BB4B 3CB5 B4D7 10A2 0E45 1F7D Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Mon, Oct 08, 2001 at 11:09:56AM +0300, Ruslan Ermilov wrote: > There isn't one currently. I'm open to any suggestions, and am > ready to do the implementation part. > > We can extend the .Xr macro to support this, or we can roll our > own .Pxr, whatever looks better. How do you intend to display .Pxr? How will it be made clear to the user that this might not be installed? The only thing I can really think of is appending "P" or "ports" to the manual section. So .Pxr cvsup 1 Would be displayed as cvsup(1-ports) or cvsup(1P) or something. A patch to intro() could then explain this convention. Do you have any other ideas? - Murray To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Mon Oct 8 1:30:10 2001 Delivered-To: freebsd-doc@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 797E837B419 for ; Mon, 8 Oct 2001 01:30:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f988U1V30537; Mon, 8 Oct 2001 01:30:01 -0700 (PDT) (envelope-from gnats) Date: Mon, 8 Oct 2001 01:30:01 -0700 (PDT) Message-Id: <200110080830.f988U1V30537@freefall.freebsd.org> To: freebsd-doc@freebsd.org Cc: From: Cyrille Lefevre Subject: Re: docs/31109: replace gif images w/ png ones due to patent license Reply-To: Cyrille Lefevre Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR docs/31109; it has been noted by GNATS. From: Cyrille Lefevre To: Murray Stokely Cc: FreeBSD-gnats-submit@FreeBSD.org Subject: Re: docs/31109: replace gif images w/ png ones due to patent license Date: Mon, 8 Oct 2001 10:23:14 +0200 (CEST) Murray Stokely wrote: > This looks good to me. Is there any reason not to convert all of our > images to PNG? no, except that I don't know how to convert animated gifs to png ones. I don't even know if png images could be animated ;^) Cyrille. -- Cyrille Lefevre mailto:clefevre@citeweb.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Mon Oct 8 1:32:24 2001 Delivered-To: freebsd-doc@freebsd.org Received: from whale.sunbay.crimea.ua (whale.sunbay.crimea.ua [212.110.138.65]) by hub.freebsd.org (Postfix) with ESMTP id 9145037B405; Mon, 8 Oct 2001 01:31:29 -0700 (PDT) Received: (from ru@localhost) by whale.sunbay.crimea.ua (8.11.6/8.11.2) id f988UwA49722; Mon, 8 Oct 2001 11:30:58 +0300 (EEST) (envelope-from ru) Date: Mon, 8 Oct 2001 11:30:57 +0300 From: Ruslan Ermilov To: Murray Stokely Cc: freebsd-doc@FreeBSD.ORG Subject: Re: Referencing man pages from ports/ Message-ID: <20011008113057.G36543@sunbay.com> References: <20011007214038.E21516@windriver.com> <20011008110956.E36543@sunbay.com> <20011008012121.L21516@windriver.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20011008012121.L21516@windriver.com>; from murray@FreeBSD.ORG on Mon, Oct 08, 2001 at 01:21:21AM -0700 Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Mon, Oct 08, 2001 at 01:21:21AM -0700, Murray Stokely wrote: > On Mon, Oct 08, 2001 at 11:09:56AM +0300, Ruslan Ermilov wrote: > > There isn't one currently. I'm open to any suggestions, and am > > ready to do the implementation part. > > > > We can extend the .Xr macro to support this, or we can roll our > > own .Pxr, whatever looks better. > > How do you intend to display .Pxr? How will it be made clear to the > user that this might not be installed? The only thing I can really > think of is appending "P" or "ports" to the manual section. So > > .Pxr cvsup 1 > > Would be displayed as cvsup(1-ports) or cvsup(1P) or something. A > patch to intro() could then explain this convention. > > Do you have any other ideas? > Yes. The call will look like this: .Pxr cvsup 1 net cvsup And will be rendered like this: .Xr cvsup 1 .Pq Pa ports/net/cvsup Any better suggestions are welcomed. Cheers, -- Ruslan Ermilov Oracle Developer/DBA, ru@sunbay.com Sunbay Software AG, ru@FreeBSD.org FreeBSD committer, +380.652.512.251 Simferopol, Ukraine http://www.FreeBSD.org The Power To Serve http://www.oracle.com Enabling The Information Age To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Mon Oct 8 1:38:48 2001 Delivered-To: freebsd-doc@freebsd.org Received: from mao.stokely.org (mao.stokely.org [65.84.64.228]) by hub.freebsd.org (Postfix) with ESMTP id F0CD937B401; Mon, 8 Oct 2001 01:38:45 -0700 (PDT) Received: by mao.stokely.org (Postfix, from userid 2074) id 8EB4E4B661; Mon, 8 Oct 2001 01:38:45 -0700 (PDT) Date: Mon, 8 Oct 2001 01:38:45 -0700 From: Murray Stokely To: Ruslan Ermilov Cc: Murray Stokely , freebsd-doc@FreeBSD.ORG Subject: Re: Referencing man pages from ports/ Message-ID: <20011008013845.M21516@windriver.com> References: <20011007214038.E21516@windriver.com> <20011008110956.E36543@sunbay.com> <20011008012121.L21516@windriver.com> <20011008113057.G36543@sunbay.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20011008113057.G36543@sunbay.com>; from ru@FreeBSD.ORG on Mon, Oct 08, 2001 at 11:30:57AM +0300 X-GPG-Key-ID: 1024D/0E451F7D X-GPG-Key-Fingerprint: E2CA 411D DD44 53FD BB4B 3CB5 B4D7 10A2 0E45 1F7D Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Mon, Oct 08, 2001 at 11:30:57AM +0300, Ruslan Ermilov wrote: > Yes. The call will look like this: > > .Pxr cvsup 1 net cvsup > > And will be rendered like this: > > .Xr cvsup 1 > .Pq Pa ports/net/cvsup This sounds great to me. What about optional peices of the source tree like the Kerberos stuff? I'm in favor of creating share/man/man1/kerberos.1 that explains what Kerberos is and how to install it, and then this would be overwritten by the real man page if Kerberos is actually installed. This would fix all the man pages that currently point to the (non-existant for most people) kerberos(1). - Murray To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Mon Oct 8 1:49:29 2001 Delivered-To: freebsd-doc@freebsd.org Received: from whale.sunbay.crimea.ua (whale.sunbay.crimea.ua [212.110.138.65]) by hub.freebsd.org (Postfix) with ESMTP id 539FA37B401; Mon, 8 Oct 2001 01:49:19 -0700 (PDT) Received: (from ru@localhost) by whale.sunbay.crimea.ua (8.11.6/8.11.2) id f988lYp52543; Mon, 8 Oct 2001 11:47:34 +0300 (EEST) (envelope-from ru) Date: Mon, 8 Oct 2001 11:47:34 +0300 From: Ruslan Ermilov To: Murray Stokely Cc: freebsd-doc@FreeBSD.ORG Subject: Re: Referencing man pages from ports/ Message-ID: <20011008114734.H36543@sunbay.com> References: <20011007214038.E21516@windriver.com> <20011008110956.E36543@sunbay.com> <20011008012121.L21516@windriver.com> <20011008113057.G36543@sunbay.com> <20011008013845.M21516@windriver.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20011008013845.M21516@windriver.com>; from murray@FreeBSD.ORG on Mon, Oct 08, 2001 at 01:38:45AM -0700 Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Mon, Oct 08, 2001 at 01:38:45AM -0700, Murray Stokely wrote: > On Mon, Oct 08, 2001 at 11:30:57AM +0300, Ruslan Ermilov wrote: > > Yes. The call will look like this: > > > > .Pxr cvsup 1 net cvsup > > > > And will be rendered like this: > > > > .Xr cvsup 1 > > .Pq Pa ports/net/cvsup > > This sounds great to me. > > What about optional peices of the source tree like the Kerberos > stuff? I'm in favor of creating share/man/man1/kerberos.1 that > explains what Kerberos is and how to install it, and then this would > be overwritten by the real man page if Kerberos is actually installed. > This would fix all the man pages that currently point to the > (non-existant for most people) kerberos(1). > Overwriting is not a good idea. Instead, this can be done intelligently in share/man/man1/Makefile, by cheking if we install Kerberos or not. After you commit the stub kerberos.1 manpage, just let me know, and I can do the rest. Cheers, -- Ruslan Ermilov Oracle Developer/DBA, ru@sunbay.com Sunbay Software AG, ru@FreeBSD.org FreeBSD committer, +380.652.512.251 Simferopol, Ukraine http://www.FreeBSD.org The Power To Serve http://www.oracle.com Enabling The Information Age To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Mon Oct 8 2:10: 9 2001 Delivered-To: freebsd-doc@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 49A2F37B403 for ; Mon, 8 Oct 2001 02:10:07 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f989A6d38007; Mon, 8 Oct 2001 02:10:06 -0700 (PDT) (envelope-from gnats) Date: Mon, 8 Oct 2001 02:10:06 -0700 (PDT) Message-Id: <200110080910.f989A6d38007@freefall.freebsd.org> To: freebsd-doc@freebsd.org Cc: From: Mark Murray Subject: Re: docs/30443: remove broken reference to kerberos(1) from manpage of security(7) Reply-To: Mark Murray Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR docs/30443; it has been noted by GNATS. From: Mark Murray To: Murray Stokely Cc: freebsd-gnats-submit@freebsd.org, charon@labs.gr, markm@freebsd.org Subject: Re: docs/30443: remove broken reference to kerberos(1) from manpage of security(7) Date: Mon, 08 Oct 2001 09:51:21 +0100 > [Mark Murray CCed as a general Kerberos guru] > > Is there any reason not to include a stub kerberos.1 with the base > system that explains what Kerberos is and how you install it? It's a > little hard to see where all the different Kerberos pieces come in to > play and why they aren't installed when you type 'make world'. This > man page would also unbreak all the other man pages that currently > point to kerberos(1). Great idea! M -- o Mark Murray \_ FreeBSD Services Limited O.\_ Warning: this .sig is umop ap!sdn To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Mon Oct 8 2:17:14 2001 Delivered-To: freebsd-doc@freebsd.org Received: from mta06-svc.ntlworld.com (mta06-svc.ntlworld.com [62.253.162.46]) by hub.freebsd.org (Postfix) with ESMTP id 389B337B40C for ; Mon, 8 Oct 2001 02:17:12 -0700 (PDT) Received: from eborcom.com ([62.253.85.69]) by mta06-svc.ntlworld.com (InterMail vM.4.01.03.00 201-229-121) with SMTP id <20011008091710.TWQS268.mta06-svc.ntlworld.com@eborcom.com> for ; Mon, 8 Oct 2001 10:17:10 +0100 Received: (qmail 90103 invoked by uid 1001); 8 Oct 2001 09:16:17 -0000 Date: Mon, 8 Oct 2001 10:16:17 +0100 From: Tom Hukins To: Cyrille Lefevre Cc: freebsd-doc@freebsd.org Subject: Re: docs/31109: replace gif images w/ png ones due to patent license Message-ID: <20011008101617.B88688@eborcom.com> Mail-Followup-To: Tom Hukins , Cyrille Lefevre , freebsd-doc@freebsd.org References: <200110080830.f988U1V30537@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200110080830.f988U1V30537@freefall.freebsd.org>; from clefevre@citeweb.net on Mon, Oct 08, 2001 at 01:30:01AM -0700 Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Mon, Oct 08, 2001 at 01:30:01AM -0700, Cyrille Lefevre wrote: > Murray Stokely wrote: > > This looks good to me. Is there any reason not to convert all of our > > images to PNG? > > no, except that I don't know how to convert animated gifs to png ones. > I don't even know if png images could be animated ;^) PNG itself doesn't support animation, but MNG can be used for this and is supported by modern Web browsers as is PNG. Tom To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Mon Oct 8 4:17:52 2001 Delivered-To: freebsd-doc@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5A8AC37B405; Mon, 8 Oct 2001 04:17:50 -0700 (PDT) Received: (from murray@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f98BGIh65196; Mon, 8 Oct 2001 04:16:18 -0700 (PDT) (envelope-from murray) Date: Mon, 8 Oct 2001 04:16:18 -0700 (PDT) From: Message-Id: <200110081116.f98BGIh65196@freefall.freebsd.org> To: bartequi@inwind.it, murray@FreeBSD.org, freebsd-doc@freebsd.org Subject: Re: docs/24662: too many questions about source management bloat freebsd lists Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: too many questions about source management bloat freebsd lists State-Changed-From-To: suspended->closed State-Changed-By: murray State-Changed-When: Mon Oct 8 04:15:44 PDT 2001 State-Changed-Why: The submitter is going to rework this material into a tutorial or article for Daemonnews. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=24662 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Mon Oct 8 4:20:38 2001 Delivered-To: freebsd-doc@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A9DFD37B40C for ; Mon, 8 Oct 2001 04:20:06 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f98BK6e65585; Mon, 8 Oct 2001 04:20:06 -0700 (PDT) (envelope-from gnats) Received: from smtp.noos.fr (lafontaine.noos.net [212.198.2.72]) by hub.freebsd.org (Postfix) with ESMTP id F157537B401 for ; Mon, 8 Oct 2001 04:10:56 -0700 (PDT) Received: (qmail 78703155 invoked by uid 0); 8 Oct 2001 11:05:02 -0000 Received: from unknown (HELO gits.dyndns.org) ([212.198.231.187]) (envelope-sender ) by 212.198.2.72 (qmail-ldap-1.03) with DES-CBC3-SHA encrypted SMTP for ; 8 Oct 2001 11:05:02 -0000 Received: (from root@localhost) by gits.dyndns.org (8.11.6/8.11.6) id f98B51s58441; Mon, 8 Oct 2001 13:05:01 +0200 (CEST) (envelope-from root) Message-Id: <200110081105.f98B51s58441@gits.dyndns.org> Date: Mon, 8 Oct 2001 13:05:01 +0200 (CEST) From: Cyrille Lefevre Reply-To: Cyrille Lefevre To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: docs/31131: build/install doc isn't /usr/obj prefix clean Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 31131 >Category: docs >Synopsis: build/install doc isn't /usr/obj prefix clean >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 Oct 08 04:20:06 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Cyrille Lefevre >Release: FreeBSD 4.4-RC i386 >Organization: ACME >Environment: System: FreeBSD gits 4.4-RC FreeBSD 4.4-RC #7: Thu Sep 20 12:40:17 CEST 2001 root@gits:/disk2/4.x-stable/src/sys/compile/CUSTOM i386 >Description: build/install doc isn't /usr/obj prefix clean. this set of patches fix this problem. also, all commands have been replaced by variables, long lines have been wrapped, unneeded subshells have been deleted, shell for loops have been replaced by make for loops, etc. >How-To-Repeat: cd /usr/doc; make obj; make; make install >Fix: Index: Makefile =================================================================== RCS file: /home/ncvs/doc/Makefile,v retrieving revision 1.21 diff -u -r1.21 Makefile --- Makefile 2001/06/11 01:16:19 1.21 +++ Makefile 2001/10/08 11:01:15 @@ -17,26 +17,32 @@ DOC_PREFIX?= ${.CURDIR} +SUP?= ${PREFIX}/bin/cvsup +SUPFLAGS?= -g -L 2 -P - .if defined(SUPHOST) SUPFLAGS+= -h ${SUPHOST} .endif + +CVS?= /usr/bin/cvs +CVSFLAGS?= -q + update: .if defined(SUP_UPDATE) .if !defined(DOCSUPFILE) - @echo "Error: Please define DOCSUPFILE before doing make update." + @${ECHO_CMD} "Error: Please define DOCSUPFILE before doing make update." @exit 1 .endif - @echo "--------------------------------------------------------------" - @echo ">>> Running ${SUP}" - @echo "--------------------------------------------------------------" + @${ECHODIR} "--------------------------------------------------------------" + @${ECHODIR} ">>> Running ${SUP}" + @${ECHODIR} "--------------------------------------------------------------" @${SUP} ${SUPFLAGS} ${DOCSUPFILE} .elif defined(CVS_UPDATE) - @echo "--------------------------------------------------------------" - @echo ">>> Updating ${.CURDIR} from cvs repository" ${CVSROOT} - @echo "--------------------------------------------------------------" - cd ${.CURDIR}; cvs -q update -P -d + @${ECHODIR} "--------------------------------------------------------------" + @${ECHODIR} ">>> Updating ${.CURDIR} from cvs repository" ${CVSROOT} + @${ECHODIR} "--------------------------------------------------------------" + cd ${.CURDIR}; ${CVS} ${CVSFLAGS} update -P -d .else - @echo "Error: Please define either SUP_UPDATE or CVS_UPDATE first." + @${ECHO_CMD} "Error: Please define either SUP_UPDATE or CVS_UPDATE first." .endif -.include "${DOC_PREFIX}/share/mk/doc.subdir.mk" +.include "${DOC_PREFIX}/share/mk/doc.project.mk" Index: en_US.ISO8859-1/books/handbook/Makefile =================================================================== RCS file: /home/ncvs/doc/en_US.ISO8859-1/books/handbook/Makefile,v retrieving revision 1.50 diff -u -r1.50 Makefile --- en_US.ISO8859-1/books/handbook/Makefile 2001/09/18 03:59:36 1.50 +++ en_US.ISO8859-1/books/handbook/Makefile 2001/09/25 00:23:09 @@ -143,11 +143,13 @@ # limits in pdftex. Until we split the Handbook up, build the PDF # version using ps2pdf instead of pdftex. +PS2PDF?= ${PREFIX}/bin/ps2pdf + book.tex-pdf: - touch book.tex-pdf + ${TOUCH} book.tex-pdf book.pdf: book.ps - ps2pdf book.ps book.pdf + ${PS2PDF} book.ps book.pdf pgpkeyring: pgpkeys/chapter.sgml @${JADE} -V nochunks ${JADEOPTS} -d ${DSLPGP} -t sgml ${MASTERDOC} Index: share/mk/doc.docbook.mk =================================================================== RCS file: /home/ncvs/doc/share/mk/doc.docbook.mk,v retrieving revision 1.50 diff -u -r1.50 doc.docbook.mk --- share/mk/doc.docbook.mk 2001/09/17 09:45:01 1.50 +++ share/mk/doc.docbook.mk 2001/10/08 10:48:35 @@ -118,12 +118,18 @@ DOCBOOKCATALOG= ${PREFIX}/share/sgml/docbook/catalog DSSSLCATALOG= ${PREFIX}/share/sgml/docbook/dsssl/modular/catalog +COLLATEINDEX= ${PREFIX}/share/sgml/docbook/dsssl/modular/bin/collateindex.pl IMAGES_LIB?= -JADEOPTS= ${JADEFLAGS} ${SGMLFLAGS} -c ${LANGUAGECATALOG} -c ${FREEBSDCATALOG} -c ${DSSSLCATALOG} -c ${DOCBOOKCATALOG} -c ${JADECATALOG} ${EXTRA_CATALOGS:S/^/-c /g} +CATALOGS= -c ${LANGUAGECATALOG} -c ${FREEBSDCATALOG} \ + -c ${DSSSLCATALOG} -c ${DOCBOOKCATALOG} \ + -c ${JADECATALOG} ${EXTRA_CATALOGS:S/^/-c /g} +SGMLFLAGS+= -D ${CANONICALOBJDIR} +JADEOPTS= ${JADEFLAGS} ${SGMLFLAGS} ${CATALOGS} -KNOWN_FORMATS= html html.tar html-split html-split.tar txt rtf ps pdf tex dvi tar pdb +KNOWN_FORMATS= html html.tar html-split html-split.tar \ + txt rtf ps pdf tex dvi tar pdb CSS_SHEET?= ${DOC_PREFIX}/share/misc/docbook.css @@ -155,6 +161,32 @@ TEXCMDS+= \tracingstats=${TRACE} .endif +PERL?= /usr/bin/perl +PKG_CREATE?= /usr/sbin/pkg_create +TAR?= /usr/bin/tar +TOUCH?= /usr/bin/touch +XARGS?= /usr/bin/xargs + +TEX?= ${PREFIX}/bin/tex +PDFTEX?= ${PREFIX}/bin/pdftex +TIDY?= ${PREFIX}/bin/tidy +TIDYFLAGS?= -i -m -f /dev/null +HTML2TXT?= ${PREFIX}/bin/links +HTML2TXTFLAGS?= -dump +HTML2PDB?= ${PREFIX}/bin/iSiloBSD +HTML2PDBFLAGS?= -y -d0 -Idef +DVIPS?= ${PREFIX}/bin/dvips +.if defined(PAPERSIZE) +DVIPSFLAGS?= -t ${PAPERSIZE:L} +.endif + +GZIP?= -9 +GZIP_CMD?= gzip -qf ${GZIP} +BZIP2?= -9 +BZIP2_CMD?= bzip2 -qf ${BZIP2} +ZIP?= -9 +ZIP_CMD?= ${PREFIX}/bin/zip -j ${ZIP} + # ------------------------------------------------------------------------ # # Look at ${FORMATS} and work out which documents need to be generated. @@ -202,12 +234,14 @@ .if ${_cf} == "html-split" _docs+= index.html HTML.manifest ln*.html -CLEANFILES+= `[ -f HTML.manifest ] && xargs < HTML.manifest` HTML.manifest ln*.html +CLEANFILES+= $$([ -f HTML.manifest ] && ${XARGS} < HTML.manifest) \ + HTML.manifest ln*.html CLEANFILES+= docbook.css .elif ${_cf} == "html-split.tar" _docs+= ${DOC}.html-split.tar -CLEANFILES+= `[ -f HTML.manifest ] && xargs < HTML.manifest` HTML.manifest ln*.html +CLEANFILES+= $$([ -f HTML.manifest ] && ${XARGS} < HTML.manifest) \ + HTML.manifest ln*.html CLEANFILES+= ${DOC}.html-split.tar CLEANFILES+= docbook.css @@ -236,7 +270,8 @@ .elif ${_cf} == "pdf" _docs+= ${DOC}.pdf -CLEANFILES+= ${DOC}.aux ${DOC}.dvi ${DOC}.log ${DOC}.out ${DOC}.tex-pdf ${DOC}.pdf +CLEANFILES+= ${DOC}.aux ${DOC}.dvi ${DOC}.log ${DOC}.out \ + ${DOC}.tex-pdf ${DOC}.pdf .elif ${_cf} == "rtf" _docs+= ${DOC}.rtf @@ -296,45 +331,56 @@ all: ${_docs} -index.html HTML.manifest: ${SRCS} ${LOCAL_IMAGES_LIB} ${IMAGES_PNG} ${INDEX_SGML} ${HTML_SPLIT_INDEX} docbook.css - ${JADE} -V html-manifest -ioutput.html -ioutput.html.images ${JADEOPTS} -d ${DSLHTML} -t sgml ${MASTERDOC} +index.html HTML.manifest: ${SRCS} ${LOCAL_IMAGES_LIB} ${IMAGES_PNG} \ + ${INDEX_SGML} ${HTML_SPLIT_INDEX} docbook.css + ${JADE} -V html-manifest \ + -ioutput.html -ioutput.html.images ${JADEOPTS} \ + -d ${DSLHTML} -t sgml ${MASTERDOC} .if !defined(NO_TIDY) - -tidy -i -m -f /dev/null ${TIDYFLAGS} `xargs < HTML.manifest` + -${TIDY} ${TIDYFLAGS} $$(${XARGS} < HTML.manifest) .endif -${DOC}.html: ${SRCS} ${LOCAL_IMAGES_LIB} ${IMAGES_PNG} ${INDEX_SGML} ${HTML_INDEX} docbook.css - ${JADE} -ioutput.html -ioutput.html.images -V nochunks ${JADEOPTS} -d ${DSLHTML} -t sgml ${MASTERDOC} > ${.TARGET} || (rm -f ${.TARGET} && false) +${DOC}.html: ${SRCS} ${LOCAL_IMAGES_LIB} ${IMAGES_PNG} \ + ${INDEX_SGML} ${HTML_INDEX} docbook.css + ${JADE} -V nochunks \ + -ioutput.html -ioutput.html.images ${JADEOPTS} \ + -d ${DSLHTML} -t sgml ${MASTERDOC} > ${.TARGET} || \ + (${RM} -f ${.TARGET} && false) .if !defined(NO_TIDY) - -tidy -i -m -f /dev/null ${TIDYFLAGS} ${.TARGET} + -${TIDY} ${TIDYFLAGS} ${.TARGET} .endif # Special target to produce HTML with no images in it. ${DOC}.html-text: ${SRCS} ${INDEX_SGML} ${HTML_INDEX} - ${JADE} -ioutput.html -V nochunks ${JADEOPTS} -d ${DSLHTML} -t sgml ${MASTERDOC} > ${.TARGET} || (rm -f ${.TARGET} && false) + ${JADE} -V nochunks \ + -ioutput.html ${JADEOPTS} \ + -d ${DSLHTML} -t sgml ${MASTERDOC} > ${.TARGET} || \ + (${RM} -f ${.TARGET} && false) ${DOC}.html-split.tar: HTML.manifest - tar cf ${.TARGET} `xargs < HTML.manifest` - tar uf ${.TARGET} ${IMAGES_LIB} - tar uf ${.TARGET} ${IMAGES_PNG} - tar uf ${.TARGET} docbook.css + ${TAR} cf ${.TARGET} $$(${XARGS} < HTML.manifest) + ${TAR} uf ${.TARGET} ${IMAGES_LIB} + ${TAR} uf ${.TARGET} ${IMAGES_PNG} + ${TAR} uf ${.TARGET} docbook.css ${DOC}.html.tar: ${DOC}.html - tar cf ${.TARGET} ${DOC}.html - tar uf ${.TARGET} ${LOCAL_IMAGES_LIB} - tar uf ${.TARGET} ${IMAGES_PNG} - tar uf ${.TARGET} docbook.css + ${TAR} cf ${.TARGET} ${DOC}.html + ${TAR} uf ${.TARGET} ${LOCAL_IMAGES_LIB} + ${TAR} uf ${.TARGET} ${IMAGES_PNG} + ${TAR} uf ${.TARGET} docbook.css ${DOC}.txt: ${DOC}.html-text - links -dump ${.ALLSRC} > ${.TARGET} + ${HTML2TXT} ${HTML2TXTFLAGS} ${.ALLSRC} > ${.TARGET} ${DOC}.pdb: ${DOC}.html - iSiloBSD -y -d0 -Idef ${DOC}.html ${DOC}.pdb + ${HTML2PDB} ${HTML2PDBFLAGS} ${.ALLSRC} ${.TARGET} ${.CURDIR:T}.pdb: ${DOC}.pdb - ln -f ${DOC}.pdb ${.CURDIR}.pdb + ${LN} -f ${DOC}.pdb ${.CURDIR}.pdb ${DOC}.rtf: ${SRCS} - ${JADE} -Vrtf-backend ${PRINTOPTS} ${JADEOPTS} -d ${DSLPRINT} -t rtf -o ${.TARGET} ${MASTERDOC} + ${JADE} -V rtf-backend ${PRINTOPTS} ${JADEOPTS} \ + -d ${DSLPRINT} -t rtf -o ${.TARGET} ${MASTERDOC} # # This sucks, but there's no way round it. The PS and PDF formats need @@ -344,33 +390,35 @@ # ${DOC}.tex-ps: ${SRCS} ${IMAGES_EPS} ${INDEX_SGML} ${PRINT_INDEX} - ${JADE} -Vtex-backend ${PRINTOPTS} ${JADEOPTS} -d ${DSLPRINT} -t tex -o ${.TARGET} ${MASTERDOC} + ${JADE} -V tex-backend ${PRINTOPTS} ${JADEOPTS} \ + -d ${DSLPRINT} -t tex -o ${.TARGET} ${MASTERDOC} ${DOC}.tex-pdf: ${SRCS} ${IMAGES_PDF} ${INDEX_SGML} ${PRINT_INDEX} - cp ${DOC_PREFIX}/share/web2c/pdftex.def ${.TARGET} - ${JADE} -Vtex-backend ${PRINTOPTS} -ioutput.print.pdf ${JADEOPTS} -d ${DSLPRINT} -t tex -o /dev/stdout ${MASTERDOC} >> ${.TARGET} + ${CP} ${DOC_PREFIX}/share/web2c/pdftex.def ${.TARGET} + ${JADE} -V tex-backend ${PRINTOPTS} -ioutput.print.pdf ${JADEOPTS} \ + -d ${DSLPRINT} -t tex -o /dev/stdout ${MASTERDOC} >> ${.TARGET} ${DOC}.dvi: ${DOC}.tex-ps - @echo "==> TeX pass 1/3" - -tex "&jadetex" '${TEXCMDS} \nonstopmode\input{${.ALLSRC}}' - @echo "==> TeX pass 2/3" - -tex "&jadetex" '${TEXCMDS} \nonstopmode\input{${.ALLSRC}}' - @echo "==> TeX pass 3/3" - -tex "&jadetex" '${TEXCMDS} \nonstopmode\input{${.ALLSRC}}' + @${ECHO} "==> TeX pass 1/3" + -${TEX} "&jadetex" '${TEXCMDS} \nonstopmode\input{${.ALLSRC}}' + @${ECHO} "==> TeX pass 2/3" + -${TEX} "&jadetex" '${TEXCMDS} \nonstopmode\input{${.ALLSRC}}' + @${ECHO} "==> TeX pass 3/3" + -${TEX} "&jadetex" '${TEXCMDS} \nonstopmode\input{${.ALLSRC}}' ${DOC}.pdf: ${DOC}.tex-pdf - @echo "==> PDFTeX pass 1/3" - -pdftex "&pdfjadetex" '\nonstopmode\input{${.ALLSRC}}' - @echo "==> PDFTeX pass 2/3" - -pdftex "&pdfjadetex" '\nonstopmode\input{${.ALLSRC}}' - @echo "==> PDFTeX pass 3/3" - pdftex "&pdfjadetex" '\nonstopmode\input{${.ALLSRC}}' + @${ECHO} "==> PDFTeX pass 1/3" + -${PDFTEX} "&pdfjadetex" '\nonstopmode\input{${.ALLSRC}}' + @${ECHO} "==> PDFTeX pass 2/3" + -${PDFTEX} "&pdfjadetex" '\nonstopmode\input{${.ALLSRC}}' + @${ECHO} "==> PDFTeX pass 3/3" + ${PDFTEX} "&pdfjadetex" '\nonstopmode\input{${.ALLSRC}}' ${DOC}.ps: ${DOC}.dvi - dvips -o ${.TARGET} ${.ALLSRC} + ${DVIPS} -o ${.TARGET} ${.ALLSRC} ${DOC}.tar: ${SRCS} - tar cf ${.TARGET} ${.ALLSRC} + ${TAR} cf ${.TARGET} ${.ALLSRC} # ------------------------------------------------------------------------ # @@ -383,7 +431,7 @@ # lint validate: - ${NSGMLS} ${SGMLFLAGS} -s -c ${LANGUAGECATALOG} -c ${FREEBSDCATALOG} -c ${DSSSLCATALOG} -c ${DOCBOOKCATALOG} -c ${JADECATALOG} ${EXTRA_CATALOGS:S/^/-c /g} ${MASTERDOC} + ${NSGMLS} -s ${SGMLFLAGS} ${CATALOGS} ${MASTERDOC} # ------------------------------------------------------------------------ # @@ -399,22 +447,26 @@ .if defined(GEN_INDEX) ${INDEX_SGML}: - perl ${PREFIX}/share/sgml/docbook/dsssl/modular/bin/collateindex.pl -N -o ${.TARGET} + ${PERL} ${COLLATEINDEX} -N -o ${.TARGET} .else ${INDEX_SGML}: - touch ${.TARGET} + ${TOUCH} ${.TARGET} .endif ${HTML_INDEX}: - ${JADE} -V html-index -ioutput.html -ioutput.html.images -V nochunks ${JADEOPTS} -d ${DSLHTML} -t sgml ${MASTERDOC} > /dev/null - perl ${PREFIX}/share/sgml/docbook/dsssl/modular/bin/collateindex.pl -g -o ${INDEX_SGML} ${.TARGET} + ${JADE} -V html-index -V nochunks \ + -ioutput.html -ioutput.html.images ${JADEOPTS} \ + -d ${DSLHTML} -t sgml ${MASTERDOC} > /dev/null + ${PERL} ${COLLATEINDEX} -g -o ${INDEX_SGML} ${.TARGET} ${HTML_SPLIT_INDEX}: - ${JADE} -V html-index -ioutput.html -ioutput.html.images ${JADEOPTS} -d ${DSLHTML} -t sgml ${MASTERDOC} > /dev/null - perl ${PREFIX}/share/sgml/docbook/dsssl/modular/bin/collateindex.pl -g -o ${INDEX_SGML} ${.TARGET} + ${JADE} -V html-index \ + -ioutput.html -ioutput.html.images ${JADEOPTS} \ + -d ${DSLHTML} -t sgml ${MASTERDOC} > /dev/null + ${PERL} ${COLLATEINDEX} -g -o ${INDEX_SGML} ${.TARGET} ${PRINT_INDEX}: ${HTML_INDEX} - mv ${HTML_INDEX} ${.TARGET} + ${MV} ${HTML_INDEX} ${.TARGET} # ------------------------------------------------------------------------ # @@ -437,13 +489,13 @@ # _PROG_COMPRESS_gz: .USE - gzip -9 -c ${.ALLSRC} > ${.TARGET} + ${GZIP_CMD} ${.ALLSRC} > ${.TARGET} _PROG_COMPRESS_bz2: .USE - bzip2 -9 -c ${.ALLSRC} > ${.TARGET} + ${BZIP2_CMD} ${.ALLSRC} > ${.TARGET} _PROG_COMPRESS_zip: .USE - zip -j -9 ${.TARGET} ${.ALLSRC} + ${ZIP_CMD} ${.TARGET} ${.ALLSRC} # # Build a list of targets for each compression scheme and output format. @@ -454,7 +506,8 @@ _cf=${_curformat} .for _curcompress in ${KNOWN_COMPRESS} .if ${_cf} == "html-split" || ${_cf} == "html" -${DOC}.${_cf}.tar.${_curcompress}: ${DOC}.${_cf}.tar _PROG_COMPRESS_${_curcompress} +${DOC}.${_cf}.tar.${_curcompress}: ${DOC}.${_cf}.tar \ + _PROG_COMPRESS_${_curcompress} .else ${DOC}.${_cf}.${_curcompress}: ${DOC}.${_cf} _PROG_COMPRESS_${_curcompress} .endif @@ -497,8 +550,8 @@ .if !target(install-${_cf}) .if ${_cf} == "html-split" install-${_cf}: index.html - @[ -d ${DESTDIR} ] || mkdir -p ${DESTDIR} - ${INSTALL_DOCS} `xargs < HTML.manifest` ${DESTDIR} + @[ -d ${DESTDIR} ] || ${MKDIR} -p ${DESTDIR} + ${INSTALL_DOCS} $$(${XARGS} < HTML.manifest) ${DESTDIR} ${INSTALL_DOCS} docbook.css ${DESTDIR} @if [ -f ln*.html ]; then \ ${INSTALL_DOCS} ln*.html ${DESTDIR}; \ @@ -507,15 +560,17 @@ (cd ${DESTDIR}; sh ${.OBJDIR}/${DOC}.ln); \ fi .for _curimage in ${IMAGES_LIB} - @[ -d ${DESTDIR}/${LOCAL_IMAGES_LIB_DIR}/${_curimage:H} ] || mkdir -p ${DESTDIR}/${LOCAL_IMAGES_LIB_DIR}/${_curimage:H} - ${INSTALL_DOCS} ${LOCAL_IMAGES_LIB_DIR}/${_curimage} ${DESTDIR}/${LOCAL_IMAGES_LIB_DIR}/${_curimage:H} + @[ -d ${DESTDIR}/${LOCAL_IMAGES_LIB_DIR}/${_curimage:H} ] || \ + ${MKDIR} -p ${DESTDIR}/${LOCAL_IMAGES_LIB_DIR}/${_curimage:H} + ${INSTALL_DOCS} ${LOCAL_IMAGES_LIB_DIR}/${_curimage} \ + ${DESTDIR}/${LOCAL_IMAGES_LIB_DIR}/${_curimage:H} .endfor # Install the images. First, loop over all the image names that contain a # directory seperator, make the subdirectories, and install. Then loop over # the ones that don't contain a directory separator, and install them in the # top level. .for _curimage in ${IMAGES_PNG:M*/*} - mkdir -p ${DESTDIR}/${_curimage:H} + ${MKDIR} -p ${DESTDIR}/${_curimage:H} ${INSTALL_DOCS} ${_curimage} ${DESTDIR}/${_curimage:H} .endfor .for _curimage in ${IMAGES_PNG:N*/*} @@ -523,24 +578,26 @@ .endfor .for _compressext in ${KNOWN_COMPRESS} install-${_cf}.tar.${_compressext}: ${DOC}.${_cf}.tar.${_compressext} - @[ -d ${DESTDIR} ] || mkdir -p ${DESTDIR} + @[ -d ${DESTDIR} ] || ${MKDIR} -p ${DESTDIR} ${INSTALL_DOCS} ${.ALLSRC} ${DESTDIR} .endfor .elif ${_cf} == "html" install-${_cf}: ${DOC}.${_cf} - @[ -d ${DESTDIR} ] || mkdir -p ${DESTDIR} + @[ -d ${DESTDIR} ] || ${MKDIR} -p ${DESTDIR} ${INSTALL_DOCS} ${.ALLSRC} ${DESTDIR} ${INSTALL_DOCS} docbook.css ${DESTDIR} .for _curimage in ${IMAGES_LIB} - @[ -d ${DESTDIR}/${LOCAL_IMAGES_LIB_DIR}/${_curimage:H} ] || mkdir -p ${DESTDIR}/${LOCAL_IMAGES_LIB_DIR}/${_curimage:H} - ${INSTALL_DOCS} ${LOCAL_IMAGES_LIB_DIR}/${_curimage} ${DESTDIR}/${LOCAL_IMAGES_LIB_DIR}/${_curimage:H} + @[ -d ${DESTDIR}/${LOCAL_IMAGES_LIB_DIR}/${_curimage:H} ] || \ + ${MKDIR} -p ${DESTDIR}/${LOCAL_IMAGES_LIB_DIR}/${_curimage:H} + ${INSTALL_DOCS} ${LOCAL_IMAGES_LIB_DIR}/${_curimage} \ + ${DESTDIR}/${LOCAL_IMAGES_LIB_DIR}/${_curimage:H} .endfor # Install the images. First, loop over all the image names that contain a # directory seperator, make the subdirectories, and install. Then loop over # the ones that don't contain a directory separator, and install them in the # top level. .for _curimage in ${IMAGES_PNG:M*/*} - mkdir -p ${DESTDIR}/${_curimage:H} + ${MKDIR} -p ${DESTDIR}/${_curimage:H} ${INSTALL_DOCS} ${_curimage} ${DESTDIR}/${_curimage:H} .endfor .for _curimage in ${IMAGES_PNG:N*/*} @@ -548,12 +605,12 @@ .endfor .else install-${_cf}: ${DOC}.${_cf} - @[ -d ${DESTDIR} ] || mkdir -p ${DESTDIR} + @[ -d ${DESTDIR} ] || ${MKDIR} -p ${DESTDIR} ${INSTALL_DOCS} ${.ALLSRC} ${DESTDIR} .for _compressext in ${KNOWN_COMPRESS} install-${_cf}.${_compressext}: ${DOC}.${_cf}.${_compressext} - @[ -d ${DESTDIR} ] || mkdir -p ${DESTDIR} + @[ -d ${DESTDIR} ] || ${MKDIR} -p ${DESTDIR} ${INSTALL_DOCS} ${.ALLSRC} ${DESTDIR} .endfor .endif @@ -576,7 +633,7 @@ realpackage: ${FORMATS:S/^/package-/} packagelist: - @echo ${FORMATS:S/^/package-/} + @${ECHO_CMD} ${FORMATS:S/^/package-/} # # Build a list of package targets for each output target. Each package @@ -587,29 +644,21 @@ _cf=${_curformat} .if ${_cf} == "html-split" package-${_curformat}: index.html - @cp HTML.manifest PLIST - @for images_png in ${IMAGES_PNG}; do \ - echo $$images_png >> PLIST; \ - echo docbook.css >> PLIST; \ - done + @${CP} HTML.manifest PLIST + @${ECHO_CMD} ${IMAGES_PNG} docbook.css | ${XARGS} -n1 >> PLIST .elif ${_cf} == "html" package-${curformat}: ${DOC}.html - @echo ${DOC}.${_curformat} > PLIST - @for images_png in ${IMAGES_PNG}; do \ - echo $$images_png >> PLIST; \ - echo docbook.css >> PLIST; \ - done + @${ECHO_CMD} ${DOC}.${_curformat} ${IMAGES_PNG} docbook.css | \ + ${XARGS} -n1 > PLIST .else package-${_curformat}: ${DOC}.${_curformat} - @echo ${DOC}.${_curformat} > PLIST - @for lib_images in ${IMAGES_LIB}; do \ - echo $$lib_images >> PLIST; \ - done -.endif - @pkg_create -v -c -"FDP ${.CURDIR:T} ${_curformat} package" \ - -d -"FDP ${.CURDIR:T} ${_curformat} package" -f PLIST \ - -p ${DESTDIR} -s . ${PACKAGES}/${.CURDIR:T}.${LANGCODE}.${_curformat}.tgz + @${ECHO_CMD} ${DOC}.${_curformat} ${IMAGES_LIB} | ${XARGS} -n1 > PLIST +.endif + @${PKG_CREATE} -v -f PLIST -p ${DESTDIR} -s . \ + -c -"FDP ${.CURDIR:T} ${_curformat} package" \ + -d -"FDP ${.CURDIR:T} ${_curformat} package" \ + ${PACKAGES}/${.CURDIR:T}.${LANGCODE}.${_curformat}.tgz .endfor docbook.css: ${CSS_SHEET} - cp ${CSS_SHEET} ${.CURDIR}/docbook.css + ${CP} ${CSS_SHEET} ${.TARGET} Index: share/mk/doc.html.mk =================================================================== RCS file: /home/ncvs/doc/share/mk/doc.html.mk,v retrieving revision 1.8 diff -u -r1.8 doc.html.mk --- share/mk/doc.html.mk 2001/09/13 07:26:48 1.8 +++ share/mk/doc.html.mk 2001/10/08 10:48:54 @@ -56,12 +56,29 @@ .endif .if defined(OPENJADE) -NSGMLS?= onsgmls -SGMLNORM?= osgmlnorm +NSGMLS?= ${PREFIX}/bin/onsgmls +SGMLNORM?= ${PREFIX}/bin/osgmlnorm .else -NSGMLS?= nsgmls -SGMLNORM?= sgmlnorm +NSGMLS?= ${PREFIX}/bin/nsgmls +SGMLNORM?= ${PREFIX}/bin/sgmlnorm .endif + +PKG_CREATE?= /usr/sbin/pkg_create +TAR?= /usr/bin/tar + +TIDY?= ${PREFIX}/bin/tidy +TIDYFLAGS?= -i -m -f /dev/null +HTML2TXT?= ${PREFIX}/bin/links +HTML2TXTFLAGS?= -dump +HTML2PDB?= ${PREFIX}/bin/iSiloBSD +HTML2PDBFLAGS?= -y -d0 -Idef + +GZIP?= -9 +GZIP_CMD?= gzip -qf ${GZIP} +BZIP2?= -9 +BZIP2_CMD?= bzip2 -qf ${BZIP2} +ZIP?= -9 +ZIP_CMD?= ${PREFIX}/bin/zip -j ${ZIP} # ------------------------------------------------------------------------ # @@ -116,22 +133,22 @@ all: ${_docs} ${DOC}.html: ${SRCS} ${LOCAL_IMAGES_LIB} ${IMAGES_PNG} - ${SGMLNORM} -c ${HTMLCATALOG} ${SRCS} > ${.TARGET} + ${SGMLNORM} -c ${HTMLCATALOG} ${SRCS:S|^|${.CURDIR}/|} > ${.TARGET} .if !defined(NO_TIDY) - -tidy -i -m -f /dev/null ${TIDYFLAGS} ${.TARGET} + -${TIDY} ${TIDYFLAGS} ${.TARGET} .endif ${DOC}.txt: ${DOC}.html - links -dump ${.ALLSRC} > ${.TARGET} + ${HTML2TXT} ${HTML2TXTFLAGS} ${.ALLSRC} > ${.TARGET} ${DOC}.pdb: ${DOC}.html - iSiloBSD -y -d0 -Idef ${DOC}.html ${DOC}.pdb + ${HTML2PDB} ${HTML2PDBFLAGS} ${.ALLSRC} ${.TARGET} ${.CURDIR:T}.pdb: ${DOC}.pdb - ln -f ${DOC}.pdb ${.CURDIR}.pdb + ${LN} -f ${DOC}.pdb ${.CURDIR}.pdb ${DOC}.tar: ${SRCS} - tar cf ${.TARGET} ${.ALLSRC} + ${TAR} cf ${.TARGET} ${.ALLSRC} # # Build targets for any formats we've missed that we don't handle. @@ -139,7 +156,7 @@ .for _curformat in ${ALL_FORMATS} .if !target(${DOC}.${_curformat}) ${DOC}.${_curformat}: - @echo \"${_curformat}\" is not a valid output format for this document. + @${ECHO_CMD} \"${_curformat}\" is not a valid output format for this document. .endif .endfor @@ -177,13 +194,13 @@ # _PROG_COMPRESS_gz: .USE - gzip -9 -c ${.ALLSRC} > ${.TARGET} + ${GZIP_CMD} < ${.ALLSRC} > ${.TARGET} _PROG_COMPRESS_bz2: .USE - bzip2 -9 -c ${.ALLSRC} > ${.TARGET} + ${BZIP2_CMD} < ${.ALLSRC} > ${.TARGET} _PROG_COMPRESS_zip: .USE - zip -j -9 ${.TARGET} ${.ALLSRC} + ${ZIP_CMD} ${.TARGET} ${.ALLSRC} # # Build a list of targets for each compression scheme and output format. @@ -203,7 +220,7 @@ .for _curcompress in ${KNOWN_COMPRESS} .if !target(${DOC}.${_curformat}.${_curcompress}) ${DOC}.${_curformat}.${_curcompress}: - @echo \"${_curformat}.${_curcompress}\" is not a valid output format for this document. + @${ECHO_CMD} \"${_curformat}.${_curcompress}\" is not a valid output format for this document. .endif .endfor .endfor @@ -234,28 +251,30 @@ _cf=${_curformat} .if !target(install-${_cf}) install-${_cf}: ${DOC}.${_cf} - @[ -d ${DESTDIR} ] || mkdir -p ${DESTDIR} + @[ -d ${DESTDIR} ] || ${MKDIR} -p ${DESTDIR} ${INSTALL_DOCS} ${.ALLSRC} ${DESTDIR} - ${INSTALL_DOCS} ${CSS_SHEET} ${DESTDIR} + ${INSTALL_DOCS} ${.CURDIR}/${CSS_SHEET} ${DESTDIR} .for _curimage in ${IMAGES_LIB} - @[ -d ${DESTDIR}/${LOCAL_IMAGES_LIB_DIR}/${_curimage:H} ] || mkdir -p ${DESTDIR}/${LOCAL_IMAGES_LIB_DIR}/${_curimage:H} - ${INSTALL_DOCS} ${LOCAL_IMAGES_LIB_DIR}/${_curimage} ${DESTDIR}/${LOCAL_IMAGES_LIB_DIR}/${_curimage:H} + @[ -d ${DESTDIR}/${LOCAL_IMAGES_LIB_DIR}/${_curimage:H} ] || \ + ${MKDIR} -p ${DESTDIR}/${LOCAL_IMAGES_LIB_DIR}/${_curimage:H} + ${INSTALL_DOCS} ${LOCAL_IMAGES_LIB_DIR}/${_curimage} \ + ${DESTDIR}/${LOCAL_IMAGES_LIB_DIR}/${_curimage:H} .endfor # Install the images. First, loop over all the image names that contain a # directory seperator, make the subdirectories, and install. Then loop over # the ones that don't contain a directory separator, and install them in the # top level. .for _curimage in ${IMAGES_PNG:M*/*} - mkdir -p ${DESTDIR}/${_curimage:H} - ${INSTALL_DOCS} ${_curimage} ${DESTDIR}/${_curimage:H} + ${MKDIR} -p ${DESTDIR}/${_curimage:H} + ${INSTALL_DOCS} ${.CURDIR}/${_curimage} ${DESTDIR}/${_curimage:H} .endfor .for _curimage in ${IMAGES_PNG:N*/*} - ${INSTALL_DOCS} ${_curimage} ${DESTDIR} + ${INSTALL_DOCS} ${.CURDIR}/${_curimage} ${DESTDIR} .endfor .for _compressext in ${KNOWN_COMPRESS} install-${_cf}.${_compressext}: ${DOC}.${_cf}.${_compressext} - @[ -d ${DESTDIR} ] || mkdir -p ${DESTDIR} + @[ -d ${DESTDIR} ] || ${MKDIR} -p ${DESTDIR} ${INSTALL_DOCS} ${.ALLSRC} ${DESTDIR} .endfor .endif @@ -268,11 +287,11 @@ .for _curformat in ${ALL_FORMATS} .if !target(install-${_curformat}) install-${_curformat}: - @echo \"${_curformat}\" is not a valid output format for this document. + @${ECHO_CMD} \"${_curformat}\" is not a valid output format for this document. .for _compressext in ${KNOWN_COMPRESS} install-${_curformat}.${_compressext}: - @echo \"${_curformat}.${_compressext}\" is not a valid output format for this document. + @${ECHO_CMD} \"${_curformat}.${_compressext}\" is not a valid output format for this document. .endfor .endif .endfor @@ -293,7 +312,7 @@ realpackage: ${FORMATS:S/^/package-/} packagelist: - @echo ${FORMATS:S/^/package-/} + @${ECHO_CMD} ${FORMATS:S/^/package-/} # # Build a list of package targets for each output target. Each package @@ -303,8 +322,9 @@ .for _curformat in ${KNOWN_FORMATS} _cf=${_curformat} package-${_curformat}: install-${_curformat} - @echo ${DOC}.${_curformat} > PLIST - @pkg_create -v -c -"FDP ${.CURDIR:T} ${_curformat} package" \ - -d -"FDP ${.CURDIR:T} ${_curformat} package" -f PLIST \ - -p ${DESTDIR} ${PACKAGES}/${.CURDIR:T}.${LANGCODE}.${_curformat}.tgz + @${ECHO_CMD} ${DOC}.${_curformat} > PLIST + @${PKG_CREATE} -v -f PLIST -p ${DESTDIR} \ + -c -"FDP ${.CURDIR:T} ${_curformat} package" \ + -d -"FDP ${.CURDIR:T} ${_curformat} package" \ + ${PACKAGES}/${.CURDIR:T}.${LANGCODE}.${_curformat}.tgz .endfor Index: share/mk/doc.images.mk =================================================================== RCS file: /home/ncvs/doc/share/mk/doc.images.mk,v retrieving revision 1.11 diff -u -r1.11 doc.images.mk --- share/mk/doc.images.mk 2001/08/14 21:51:25 1.11 +++ share/mk/doc.images.mk 2001/10/07 03:46:31 @@ -67,13 +67,22 @@ # then we can use them directly, and don't need to list them. IMAGES_PDF=${IMAGES_GEN_PDF} +SCR2PNG?= ${PREFIX}/bin/scr2png +EPS2PNG?= ${PREFIX}/bin/peps +EPS2PNGFLAGS?= -p -r ${EPS2PNG_RES} +PNGTOPNM?= ${PREFIX}/bin/pngtopnm +PNMTOPS?= ${PREFIX}/bin/pnmtops +PNMTOPSFLAGS?= -noturn +EPS2PDF?= ${PREFIX}/bin/epstopdf + # Use suffix rules to convert .scr files to .png files .SUFFIXES: .scr .png .eps .scr.png: - scr2png < ${.IMPSRC} > ${.TARGET} + ${SCR2PNG} < ${.IMPSRC} > ${.TARGET} .scr.eps: - scr2png < ${.ALLSRC} | pngtopnm | pnmtops -noturn > ${.TARGET} + ${SCR2PNG} < ${.ALLSRC} | ${PNGTOPNM} | \ + ${PNMTOPS} ${PNMTOPSFLAGS} > ${.TARGET} # We can't use suffix rules to generate the rules to convert EPS to PNG and # PNG to EPS. This is because a .png file can depend on a .eps file, and @@ -82,17 +91,17 @@ .for _curimage in ${IMAGES_GEN_PNG} ${_curimage}: ${_curimage:S/.png$/.eps/} - peps -r ${EPS2PNG_RES} -p -o ${.TARGET} ${.ALLSRC} + ${EPS2PNG} ${EPS2PNGFLAGS} -o ${.TARGET} ${.ALLSRC} .endfor .for _curimage in ${IMAGES_GEN_EPS} ${_curimage}: ${_curimage:S/.eps$/.png/} - pngtopnm ${.ALLSRC} | pnmtops -noturn > ${.TARGET} + ${PNGTOPNM} ${.ALLSRC} | ${PNMTOPS} ${PNMTOPSFLAGS} > ${.TARGET} .endfor .for _curimage in ${IMAGES_GEN_PDF} ${_curimage}: ${_curimage:S/.pdf$/.eps/} - epstopdf --outfile=${.TARGET} ${_curimage:S/.pdf$/.eps/} + ${EPSTOPDF} --outfile=${.TARGET} ${_curimage:S/.pdf$/.eps/} .endfor # @@ -126,9 +135,6 @@ # LOCAL_IMAGES_LIB_DIR?= imagelib -CP?= /bin/cp -MKDIR?= /bin/mkdir - # # Create a target for each image used from the library. This target just # ensures that each image required is copied from its location in @@ -136,6 +142,8 @@ # .for _curimage in ${IMAGES_LIB} ${LOCAL_IMAGES_LIB_DIR}/${_curimage}: ${IMAGES_LIB_DIR}/${_curimage} - @[ -d ${LOCAL_IMAGES_LIB_DIR}/${_curimage:H} ] || ${MKDIR} -p ${LOCAL_IMAGES_LIB_DIR}/${_curimage:H} - ${INSTALL} -C -c ${IMAGES_LIB_DIR}/${_curimage} ${LOCAL_IMAGES_LIB_DIR}/${_curimage} + @[ -d ${LOCAL_IMAGES_LIB_DIR}/${_curimage:H} ] || \ + ${MKDIR} -p ${LOCAL_IMAGES_LIB_DIR}/${_curimage:H} + ${INSTALL_DOCS} ${IMAGES_LIB_DIR}/${_curimage} \ + ${LOCAL_IMAGES_LIB_DIR}/${_curimage} .endfor Index: share/mk/doc.install.mk =================================================================== RCS file: /home/ncvs/doc/share/mk/doc.install.mk,v retrieving revision 1.4 diff -u -r1.4 doc.install.mk --- share/mk/doc.install.mk 1999/10/13 00:42:21 1.4 +++ share/mk/doc.install.mk 2001/09/23 10:25:40 @@ -99,7 +99,9 @@ .endif .endif +COPY?= -C + # installation "script" INSTALL_DOCS?= \ - ${INSTALL} -C ${INSTALL_FLAGS} -o ${DOCOWN} -g ${DOCGRP} -m ${DOCMODE} + ${INSTALL} ${COPY} ${INSTALL_FLAGS} -o ${DOCOWN} -g ${DOCGRP} -m ${DOCMODE} Index: share/mk/doc.project.mk =================================================================== RCS file: /home/ncvs/doc/share/mk/doc.project.mk,v retrieving revision 1.9 diff -u -r1.9 doc.project.mk --- share/mk/doc.project.mk 2001/06/11 01:20:30 1.9 +++ share/mk/doc.project.mk 2001/10/08 11:00:05 @@ -68,6 +68,12 @@ PREFIX?= ${LOCALBASE} PRI_LANG?= en_US.ISO8859-1 +CP?= /bin/cp +LN?= /bin/ln +MKDIR?= /bin/mkdir +RM?= /bin/rm +MV?= /bin/mv + # Image processing (contains code used by the doc..mk files, so must # be listed first). .include "doc.images.mk" Index: share/mk/doc.subdir.mk =================================================================== RCS file: /home/ncvs/doc/share/mk/doc.subdir.mk,v retrieving revision 1.6 diff -u -r1.6 doc.subdir.mk --- share/mk/doc.subdir.mk 2001/05/22 03:18:38 1.6 +++ share/mk/doc.subdir.mk 2001/10/08 10:39:40 @@ -68,7 +68,6 @@ LANGCODE:= ${LANGCODE:T} .endif - .if !target(install) install: afterinstall symlinks afterinstall: realinstall @@ -93,11 +92,11 @@ .if !target(symlinks) symlinks: .if defined(SYMLINKS) && !empty(SYMLINKS) - @set `echo ${SYMLINKS}`; \ + @set $$(${ECHO_CMD} ${SYMLINKS}); \ while : ; do \ case $$# in \ 0) break;; \ - [12]) echo "warn: empty SYMLINKS: $$1 $$2"; break;; \ + [12]) ${ECHO_CMD} "warn: empty SYMLINKS: $$1 $$2"; break;; \ esac; \ d=$$1; shift; \ l=$$1; shift; \ @@ -106,8 +105,8 @@ ${ECHO} "$${d}/$${l} doesn't exist, not linking"; \ else \ ${ECHO} $${d}/$${t} -\> $${d}/$${l}; \ - (cd $${d} && rm -rf $${t}); \ - (cd $${d} && ln -s $${l} $${t}); \ + (cd $${d} && ${RM} -rf $${t}); \ + (cd $${d} && ${LN} -s $${l} $${t}); \ fi; \ done .endif @@ -121,9 +120,10 @@ _SUBDIRUSE: .USE .for entry in ${SUBDIR} - @${ECHO} "===> ${DIRPRFX}${entry}" - @(cd ${.CURDIR}/${entry} && \ - ${MAKE} ${.TARGET:S/realpackage/package/:S/realinstall/install/} DIRPRFX=${DIRPRFX}${entry}/ ) + @${ECHODIR} "===> ${DIRPRFX}${entry}" + @cd ${.CURDIR}/${entry} && \ + ${MAKE} ${.TARGET:S/realpackage/package/:S/realinstall/install/} \ + DIRPRFX=${DIRPRFX}${entry}/ .endfor .if !defined(NOINCLUDEMK) @@ -136,8 +136,7 @@ .MAIN: all ${SUBDIR}:: - cd ${.CURDIR}/${.TARGET} - ${MAKE} all + @cd ${.CURDIR}/${.TARGET} && ${MAKE} all .for __target in all cleandir lint objlink install .if !target(${__target}) @@ -147,10 +146,10 @@ .if !target(obj) obj: _SUBDIRUSE - @if ! test -d ${CANONICALOBJDIR}/; then \ - mkdir -p ${CANONICALOBJDIR}; \ - if ! test -d ${CANONICALOBJDIR}/; then \ - ${ECHO} "Unable to create ${CANONICALOBJDIR}."; \ + @if ! [ -d ${CANONICALOBJDIR}/ ]; then \ + ${MKDIR} -p ${CANONICALOBJDIR}; \ + if ! [ -d ${CANONICALOBJDIR}/ ]; then \ + ${ECHO_CMD} "Unable to create ${CANONICALOBJDIR}."; \ exit 1; \ fi; \ ${ECHO} "${CANONICALOBJDIR} created ${.CURDIR}"; \ @@ -159,40 +158,67 @@ .if !target(objlink) objlink: _SUBDIRUSE - @if test -d ${CANONICALOBJDIR}/; then \ - rm -f ${.CURDIR}/obj; \ - ln -s ${CANONICALOBJDIR} ${.CURDIR}/obj; \ + @if [ -d ${CANONICALOBJDIR}/ ]; then \ + ${RM} -f ${.CURDIR}/obj; \ + ${LN} -s ${CANONICALOBJDIR} ${.CURDIR}/obj; \ else \ - echo "No ${CANONICALOBJDIR} to link to - do a make obj."; \ + ${ECHO_CMD} "No ${CANONICALOBJDIR} to link to - do a make obj."; \ fi .endif .if !target(whereobj) whereobj: - @echo ${.OBJDIR} + @${ECHO_CMD} ${.OBJDIR} .endif cleanobj: @if [ -d ${CANONICALOBJDIR}/ ]; then \ - rm -rf ${CANONICALOBJDIR}; \ + ${RM} -rf ${CANONICALOBJDIR}; \ else \ cd ${.CURDIR} && ${MAKE} clean cleandepend; \ fi - @if [ -h ${.CURDIR}/obj ]; then rm -f ${.CURDIR}/obj; fi + @if [ -h ${.CURDIR}/obj ]; then ${RM} -f ${.CURDIR}/obj; fi .if !target(clean) clean: _SUBDIRUSE .if defined(CLEANFILES) && !empty(CLEANFILES) - rm -f ${CLEANFILES} + ${RM} -f ${CLEANFILES} .endif .if defined(CLEANDIRS) && !empty(CLEANDIRS) - rm -rf ${CLEANDIRS} + ${RM} -rf ${CLEANDIRS} .endif .if defined(IMAGES_LIB) && !empty(LOCAL_IMAGES_LIB_DIR) - rm -rf ${LOCAL_IMAGES_LIB_DIR} + ${RM} -rf ${LOCAL_IMAGES_LIB_DIR} .endif .endif cleandir: cleanobj _SUBDIRUSE .endif # end of NOINCLUDEMK section + +# +# Create /usr/obj image subdirs when ${IMAGES} contains subdir/image.xxx +# + +_imagesubdir= +.for _imagedir in ${IMAGES:H} +.if ${_imagesubdir:M${_imagedir}} == "" +_imagesubdir+= ${_imagedir} +.endif +.endfor + +.if ${_imagesubdir} != "" +_IMAGESUBDIR: .USE +.for dir in ${_imagesubdir} + @if ! [ -d ${CANONICALOBJDIR}/${dir}/ ]; then \ + ${MKDIR} -p ${CANONICALOBJDIR}/${dir}; \ + if ! [ -d ${CANONICALOBJDIR}/${dir}/ ]; then \ + ${ECHO_CMD} "Unable to create ${CANONICALOBJDIR}/${dir}/."; \ + exit 1; \ + fi; \ + ${ECHO} "${CANONICALOBJDIR}/${dir}/ created for ${.CURDIR}"; \ + fi +.endfor + +obj: _IMAGESUBDIR +.endif >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 Oct 8 4:50:26 2001 Delivered-To: freebsd-doc@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 766F737B40C for ; Mon, 8 Oct 2001 04:50:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f98Bo1d69594; Mon, 8 Oct 2001 04:50:01 -0700 (PDT) (envelope-from gnats) Received: from smtp.noos.fr (lafontaine.noos.net [212.198.2.72]) by hub.freebsd.org (Postfix) with ESMTP id 4684637B407 for ; Mon, 8 Oct 2001 04:40:12 -0700 (PDT) Received: (qmail 78857050 invoked by uid 0); 8 Oct 2001 11:40:05 -0000 Received: from unknown (HELO gits.dyndns.org) ([212.198.231.187]) (envelope-sender ) by 212.198.2.72 (qmail-ldap-1.03) with DES-CBC3-SHA encrypted SMTP for ; 8 Oct 2001 11:40:05 -0000 Received: (from root@localhost) by gits.dyndns.org (8.11.6/8.11.6) id f98Be3R59442; Mon, 8 Oct 2001 13:40:03 +0200 (CEST) (envelope-from root) Message-Id: <200110081140.f98Be3R59442@gits.dyndns.org> Date: Mon, 8 Oct 2001 13:40:03 +0200 (CEST) From: Cyrille Lefevre Reply-To: Cyrille Lefevre To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: docs/31132: build/install www isn't /usr/obj prefix clean Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 31132 >Category: docs >Synopsis: build/install www isn't /usr/obj prefix clean >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 Oct 08 04:50:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Cyrille Lefevre >Release: FreeBSD 4.4-RC i386 >Organization: ACME >Environment: System: FreeBSD gits 4.4-RC FreeBSD 4.4-RC #7: Thu Sep 20 12:40:17 CEST 2001 root@gits:/disk2/4.x-stable/src/sys/compile/CUSTOM i386 >Description: build/install www isn't /usr/obj prefix clean. this set of patches fix this problem. also, all commands have been replaced by variables, long lines have been wrapped, unneeded subshells have been deleted, shell for loops have been replaced by make for loops, etc. this PR depends on PR #31131. >How-To-Repeat: cd /usr/www; make obj; make; make install >Fix: Index: en/Makefile =================================================================== RCS file: /home/ncvs/www/en/Makefile,v retrieving revision 1.71 diff -u -r1.71 Makefile --- en/Makefile 2001/08/17 18:25:12 1.71 +++ en/Makefile 2001/10/07 19:59:23 @@ -81,18 +81,21 @@ DATA+= index.html index.html: index.xsl news/news.xml news/press.xml includes.xsl news/includes.xsl - xsltproc -nonet -o index.html index.xsl news/news.xml - -tidy -i -m -f /dev/null index.html + ${XSLTPROC} ${XSLTPROCFLAGS} -o index.html \ + ${.CURDIR}/index.xsl ${.CURDIR}/news/news.xml + -${TIDY} ${TIDYFLAGS} index.html # Handle the FAQ/ and handbook/ directories specially. FAQ: - ln -fs ${.CURDIR}/../../doc/en_US.ISO8859-1/books/faq FAQ + ${LN} -fs ${.CURDIR}/../../doc/en_US.ISO8859-1/books/faq FAQ handbook: - ln -fs ${.CURDIR}/../../doc/en_US.ISO8859-1/books/handbook handbook + ${LN} -fs ${.CURDIR}/../../doc/en_US.ISO8859-1/books/handbook handbook afterinstall: - (cd ${DOCINSTALLDIR} && ln -fs doc/en_US.ISO8859-1/books/faq ${DOCINSTALLDIR}/FAQ) - (cd ${DOCINSTALLDIR} && ln -fs doc/en_US.ISO8859-1/books/handbook ${DOCINSTALLDIR}/handbook) + cd ${DOCINSTALLDIR}; \ + ${LN} -fs doc/en_US.ISO8859-1/books/faq ${DOCINSTALLDIR}/FAQ + cd ${DOCINSTALLDIR}; \ + ${LN} -fs doc/en_US.ISO8859-1/books/handbook ${DOCINSTALLDIR}/handbook .include "${WEB_PREFIX}/share/mk/web.site.mk" Index: en/FAQ/Makefile =================================================================== RCS file: /home/ncvs/www/en/FAQ/Makefile,v retrieving revision 1.6 diff -u -r1.6 Makefile --- en/FAQ/Makefile 2001/06/11 02:38:58 1.6 +++ en/FAQ/Makefile 2001/10/07 19:59:48 @@ -14,13 +14,14 @@ # At build time, we have to link to the doc/ directory at the same level # as the www/ tree. all: - ln -fs ${.CURDIR}/../../../doc/en_US.ISO8859-1/books/faq/* . + ${LN} -fs ${.CURDIR}/../../../doc/en_US.ISO8859-1/books/faq/* . # At install time the www/en/doc/ directory has been populated, so we can # link in to there instead. install: - [ -d ${DOCINSTALLDIR} ] || mkdir ${DOCINSTALLDIR} - (cd ${DOCINSTALLDIR} && ln -fs ../doc/en_US.ISO8859-1/books/faq/* ${DOCINSTALLDIR}) + [ -d ${DOCINSTALLDIR} ] || ${MKDIR} ${DOCINSTALLDIR} + cd ${DOCINSTALLDIR}; \ + ${LN} -fs ../doc/en_US.ISO8859-1/books/faq/* ${DOCINSTALLDIR} .include "${WEB_PREFIX}/share/mk/web.site.mk" Index: en/cgi/Makefile =================================================================== RCS file: /home/ncvs/www/en/cgi/Makefile,v retrieving revision 1.17 diff -u -r1.17 Makefile --- en/cgi/Makefile 2000/11/07 04:05:09 1.17 +++ en/cgi/Makefile 2001/09/23 11:16:10 @@ -11,7 +11,7 @@ DATA+= cvsweb.conf cvsweb.conf-freebsd cvsweb.conf-netbsd cvsweb.conf-openbsd CGI= ftp.cgi gallery.cgi mirror.cgi cgi-lib.pl cgi-style.pl CGI+= search.cgi cvsweb.cgi query-pr.cgi query-pr-summary.cgi -CGI+= dosendpr.cgi freebsd.def html.pl reg.cgi missing_handler.cgi +CGI+= dosendpr.cgi freebsd.def html.pl reg.cgi missing_handler.cgi CGI+= ports.cgi pds.cgi man.cgi url.cgi getmsg.cgi mid.cgi CGI+= mailindex.cgi Index: en/copyright/Makefile =================================================================== RCS file: /home/ncvs/www/en/copyright/Makefile,v retrieving revision 1.11 diff -u -r1.11 Makefile --- en/copyright/Makefile 2001/06/14 03:09:55 1.11 +++ en/copyright/Makefile 2001/09/23 11:16:50 @@ -20,19 +20,18 @@ CVS_OPT+= -R .endif - DATA+= COPYING COPYING.LIB ${LEGAL} # FreeBSD Ports redistribution restrictions LEGAL= LEGAL LEGAL_FILE= ports/LEGAL -CLEANFILES+= ${LEGAL} +CLEANFILES+= ${LEGAL} .if defined(NOPORTSCVS) ${LEGAL}: $${PORTSBASE}/${LEGAL_FILE} - cp ${PORTSBASE}/${LEGAL_FILE} ${LEGAL} + ${CP} ${PORTSBASE}/${LEGAL_FILE} ${LEGAL} .else ${LEGAL}: - cvs ${CVS_OPT} co -p ${LEGAL_FILE} > ${.TARGET} + ${CVS} ${CVS_OPT} co -p ${LEGAL_FILE} > ${.TARGET} .endif .include "${WEB_PREFIX}/share/mk/web.site.mk" Index: /usr/www/en/doc/Makefile =================================================================== RCS file: /home/ncvs/www/en/doc/Makefile,v retrieving revision 1.7 diff -u -r1.7 Makefile --- /usr/www/en/doc/Makefile 2001/08/23 08:12:26 1.7 +++ /usr/www/en/doc/Makefile 2001/10/07 20:02:08 @@ -9,21 +9,42 @@ # requirements here. # -all: - (unset DESTDIR || true; cd ${.CURDIR}/../../../doc/en_US.ISO8859-1 && ${MAKE} FORMATS=html-split\ html all) - (unset DESTDIR || true; cd ${.CURDIR}/../../../doc/en_US.ISO8859-1 && ${MAKE} FORMATS=html-split\ html DOCDIR=${.CURDIR} install) - (unset DESTDIR || true; cd ${.CURDIR}/../../../doc/en_US.ISO8859-1/books/handbook && ${MAKE} pgpkeyring > ${.CURDIR}/pgpkeyring.txt) +all: all-all all-install all-pgpkeyring +all-all: + @unset DESTDIR || true; \ + cd ${.CURDIR}/../../../doc/en_US.ISO8859-1; \ + ${MAKE} FORMATS="html-split html" \ + INSTALL_COMPRESSED= all +all-install: + @unset DESTDIR || true; \ + cd ${.CURDIR}/../../../doc/en_US.ISO8859-1; \ + ${MAKE} FORMATS="html-split html" DOCDIR=${.OBJDIR} \ + INSTALL_COMPRESSED= install +all-pgpkeyring: + @unset DESTDIR || true; \ + cd ${.CURDIR}/../../../doc/en_US.ISO8859-1/books/handbook; \ + ${MAKE} pgpkeyring > ${.OBJDIR}/pgpkeyring.txt + install clean: - (unset DESTDIR || true; cd ${.CURDIR}/../../../doc/en_US.ISO8859-1 && ${MAKE} FORMATS=html-split\ html DOCDIR=${DESTDIR}/data/doc ${.TARGET}) + @unset DESTDIR || true; \ + cd ${.CURDIR}/../../../doc/en_US.ISO8859-1; \ + ${MAKE} FORMATS="html-split html" DOCDIR=${DESTDIR}/data/doc \ + INSTALL_COMPRESSED= ${.TARGET} .if make(install) - (unset DESTDIR || true; cd ${.CURDIR}/../../../doc/en_US.ISO8859-1/books/handbook && ${MAKE} pgpkeyring > ${DESTDIR}/data/doc/pgpkeyring.txt) + @unset DESTDIR || true; \ + cd ${.CURDIR}/../../../doc/en_US.ISO8859-1/books/handbook; \ + ${MAKE} pgpkeyring > ${DESTDIR}/data/doc/pgpkeyring.txt .endif .if make(clean) - rm -rf en* handbook faq pgpkeyring.txt + ${RM} -rf en* handbook faq pgpkeyring.txt .endif -obj: - cd ${.CURDIR}/../../../doc/en_US.ISO8859-1 && ${MAKE} ${.TARGET} - .include "${.CURDIR}/../../share/mk/web.site.mk" + +obj: _OBJUSE + +_OBJUSE: .USE + @unset DESTDIR || true; \ + cd ${.CURDIR}/../../../doc/en_US.ISO8859-1; \ + ${MAKE} ${.TARGET} Index: en/gallery/Makefile =================================================================== RCS file: /home/ncvs/www/en/gallery/Makefile,v retrieving revision 1.13 diff -u -r1.13 Makefile --- en/gallery/Makefile 2001/09/05 07:51:40 1.13 +++ en/gallery/Makefile 2001/10/07 19:56:51 @@ -7,29 +7,33 @@ .include "../Makefile.inc" .endif -XSLT= env SGML_CATALOG_FILES=/usr/local/share/xml/dtd/xhtml/xhtml.soc \ - xsltproc --catalogs +XSLTPROCFLAGS= --catalogs +XSLT= ${SETENV} SGML_CATALOG_FILES=${PREFIX}/share/xml/dtd/xhtml/xhtml.soc \ + ${XSLTPROC} ${XSLTPROCFLAGS} INDEXLINK= gallery.html DATA+= gallery.html cgallery.html npgallery.html pgallery.html -CLEANFILES+= cgallery.html npgallery.html pgallery.html gallery.html +CLEANFILES+= ${DATA} gallery.html: gallery.xml gallery.xsl ../includes.xsl - ${XSLT} gallery.xsl gallery.xml > gallery.html - -tidy -i -m -f /dev/null gallery.html + ${XSLT} ${.CURDIR}/gallery.xsl ${.CURDIR}/gallery.xml > ${.TARGET} + -${TIDY} ${TIDYFLAGS} ${.TARGET} cgallery.html: gallery.xml gallery-entry.xsl - ${XSLT} --param type \'commercial\' gallery-entry.xsl gallery.xml > cgallery.html - -tidy -i -m -f /dev/null cgallery.html + ${XSLT} --param type \'commercial\' \ + ${.CURDIR}/gallery-entry.xsl ${.CURDIR}/gallery.xml > ${.TARGET} + -${TIDY} ${TIDYFLAGS} ${.TARGET} npgallery.html: gallery.xml gallery-entry.xsl - ${XSLT} --param type \'nonprofit\' gallery-entry.xsl gallery.xml > npgallery.html - -tidy -i -m -f /dev/null npgallery.html + ${XSLT} --param type \'nonprofit\' \ + ${.CURDIR}/gallery-entry.xsl ${.CURDIR}/gallery.xml > ${.TARGET} + -${TIDY} ${TIDYFLAGS} ${.TARGET} pgallery.html: gallery.xml gallery-entry.xsl - ${XSLT} --param type \'personal\' gallery-entry.xsl gallery.xml > pgallery.html - -tidy -i -m -f /dev/null pgallery.html + ${XSLT} --param type \'personal\' \ + ${.CURDIR}/gallery-entry.xsl ${.CURDIR}/gallery.xml > ${.TARGET} + -${TIDY} ${TIDYFLAGS} ${.TARGET} .include "${WEB_PREFIX}/share/mk/web.site.mk" Index: en/handbook/Makefile =================================================================== RCS file: /home/ncvs/www/en/handbook/Makefile,v retrieving revision 1.7 diff -u -r1.7 Makefile --- en/handbook/Makefile 2001/06/11 02:39:00 1.7 +++ en/handbook/Makefile 2001/10/07 20:05:50 @@ -12,13 +12,14 @@ # At build time, we have to link to the doc/ directory at the same level # as the www/ tree. all: - ln -fs ${.CURDIR}/../../../doc/en_US.ISO8859-1/books/handbook/* . + ${LN} -fs ${.CURDIR}/../../../doc/en_US.ISO8859-1/books/handbook/* . # At install time the ../doc/ directory has been populated, so we can # link in to there instead. install: - [ -d ${DOCINSTALLDIR} ] || mkdir ${DOCINSTALLDIR} - (cd ${DOCINSTALLDIR} && ln -fs ../doc/en_US.ISO8859-1/books/handbook/* ${DOCINSTALLDIR}) + [ -d ${DOCINSTALLDIR} ] || ${MKDIR} ${DOCINSTALLDIR} + cd ${DOCINSTALLDIR}; \ + ${LN} -fs ../doc/en_US.ISO8859-1/books/handbook/* ${DOCINSTALLDIR} .include "${WEB_PREFIX}/share/mk/web.site.mk" Index: en/news/Makefile =================================================================== RCS file: /home/ncvs/www/en/news/Makefile,v retrieving revision 1.29 diff -u -r1.29 Makefile --- en/news/Makefile 2001/09/05 15:31:58 1.29 +++ en/news/Makefile 2001/10/06 20:49:08 @@ -35,14 +35,17 @@ CLEANFILES+= newsflash.html news.rdf press.html newsflash.html: newsflash.xsl news.xml includes.xsl ../includes.xsl - xsltproc -nonet -o newsflash.html newsflash.xsl news.xml - -tidy -i -m -f /dev/null newsflash.html + ${XSLTPROC} ${XSLTPROCFLAGS} -o newsflash.html \ + ${.CURDIR}/newsflash.xsl ${.CURDIR}/news.xml + -${TIDY} ${TIDYFLAGS} newsflash.html news.rdf: news-rdf.xsl news.xml includes.xsl ../includes.xsl - xsltproc -nonet -o news.rdf news-rdf.xsl news.xml + ${XSLTPROC} ${XSLTPROCFLAGS} -o news.rdf \ + ${.CURDIR}/news-rdf.xsl ${.CURDIR}/news.xml press.html: press.xsl press.xml includes.xsl ../includes.xsl - xsltproc -nonet -o press.html press.xsl press.xml - -tidy -i -m -f /dev/null press.html + ${XSLTPROC} ${XSLTPROCFLAGS} -o press.html \ + ${.CURDIR}/press.xsl ${.CURDIR}/press.xml + -${TIDY} ${TIDYFLAGS} press.html .include "${WEB_PREFIX}/share/mk/web.site.mk" Index: en/news/1997/Makefile =================================================================== RCS file: /home/ncvs/www/en/news/1997/Makefile,v retrieving revision 1.3 diff -u -r1.3 Makefile --- en/news/1997/Makefile 2000/11/07 04:05:20 1.3 +++ en/news/1997/Makefile 2001/09/23 11:19:59 @@ -10,4 +10,3 @@ DOCS= index.sgml .include "${WEB_PREFIX}/share/mk/web.site.mk" - Index: en/news/1998/Makefile =================================================================== RCS file: /home/ncvs/www/en/news/1998/Makefile,v retrieving revision 1.1 diff -u -r1.1 Makefile --- en/news/1998/Makefile 2001/04/13 00:54:06 1.1 +++ en/news/1998/Makefile 2001/09/23 11:20:02 @@ -10,4 +10,3 @@ DOCS= index.sgml .include "${WEB_PREFIX}/share/mk/web.site.mk" - Index: en/news/1999/Makefile =================================================================== RCS file: /home/ncvs/www/en/news/1999/Makefile,v retrieving revision 1.1 diff -u -r1.1 Makefile --- en/news/1999/Makefile 2001/04/13 00:54:09 1.1 +++ en/news/1999/Makefile 2001/09/23 11:20:05 @@ -10,4 +10,3 @@ DOCS= index.sgml .include "${WEB_PREFIX}/share/mk/web.site.mk" - Index: en/news/2000/Makefile =================================================================== RCS file: /home/ncvs/www/en/news/2000/Makefile,v retrieving revision 1.1 diff -u -r1.1 Makefile --- en/news/2000/Makefile 2001/04/13 00:54:11 1.1 +++ en/news/2000/Makefile 2001/09/23 11:20:08 @@ -10,4 +10,3 @@ DOCS= index.sgml .include "${WEB_PREFIX}/share/mk/web.site.mk" - Index: en/news/status/Makefile =================================================================== RCS file: /home/ncvs/www/en/news/status/Makefile,v retrieving revision 1.6 diff -u -r1.6 Makefile --- en/news/status/Makefile 2001/09/18 18:46:30 1.6 +++ en/news/status/Makefile 2001/10/06 20:49:43 @@ -18,8 +18,9 @@ CLEANFILES+= ${DATA} .xml.html: report.xsl includes.xsl - xsltproc -nonet -o ${.TARGET} report.xsl ${.IMPSRC} - -tidy -i -m -f /dev/null ${.TARGET} + ${XSLTPROC} ${XSLTPROCFLAGS} -o ${.TARGET} \ + ${.CURDIR}/report.xsl ${.IMPSRC} + -${TIDY} ${TIDYFLAGS} ${.TARGET} INDEXLINK= status.html Index: /usr/www/en/ports/Makefile =================================================================== RCS file: /home/ncvs/www/en/ports/Makefile,v retrieving revision 1.33 diff -u -r1.33 Makefile --- /usr/www/en/ports/Makefile 2001/06/14 03:09:56 1.33 +++ /usr/www/en/ports/Makefile 2001/10/07 20:06:36 @@ -26,17 +26,16 @@ .if defined(NOPORTSCVS) ${INDEX}: $${PORTSBASE}/${PINDEX} - cp ${PORTSBASE}/${PINDEX} ${INDEX} + ${CP} ${PORTSBASE}/${PINDEX} ${INDEX} .else ${INDEX}: - cvs ${CVS_OPT} co -p ${PINDEX} > ${INDEX} + ${CVS} ${CVS_OPT} co -p ${PINDEX} > ${INDEX} .endif # build the list of available packages only on the # main FreeBSD machines hostname!= hostname - # # don't build the packages links if NO_PACKAGES_LINK # is set and not empty. @@ -48,29 +47,28 @@ hostname= ${NO_PACKAGES_LINK} .endif - packages.exists: .if ${hostname} == "hub.freebsd.org" || ${hostname} == "freefall.freebsd.org" - @if sh ${.CURDIR}/packages > ${.TARGET}.temp; then \ - mv ${.TARGET}.temp ${.TARGET}; \ + @if ${SH} ${.CURDIR}/packages > ${.TARGET}.temp; then \ + ${MV} ${.TARGET}.temp ${.TARGET}; \ else \ - rm ${.TARGET}.temp; touch ${.TARGET}; \ + ${RM} ${.TARGET}.temp; ${TOUCH} ${.TARGET}; \ fi; .else - touch ${.TARGET} + ${TOUCH} ${.TARGET} .endif Makefile.gen: index.sgml .NOTMAIN - echo DOCS= *.sgml > Makefile.gen + ${ECHO_CMD} DOCS= *.sgml > Makefile.gen index.sgml: ${INDEX} categories packages.exists portindex ports.inc .NOTMAIN - rm -f *.sgml + ${RM} -f *.sgml ${PORTINDEX} ${INDEX} ${.CURDIR} install: all all install clean: - (cd ${.CURDIR} && ${MAKE} ${MAKEFLAGS} -f Makefile.inc0 ${.TARGET}) - + cd ${.CURDIR}; \ + ${MAKE} ${MAKEFLAGS} -f Makefile.inc0 ${.TARGET} .include "${WEB_PREFIX}/share/mk/web.site.mk" Index: en/relnotes/Makefile =================================================================== RCS file: /home/ncvs/www/en/relnotes/Makefile,v retrieving revision 1.4 diff -u -r1.4 Makefile --- en/relnotes/Makefile 2001/09/09 15:32:29 1.4 +++ en/relnotes/Makefile 2001/10/07 19:56:10 @@ -18,7 +18,7 @@ while :; do \ case $$# in \ 0) break;; \ - 1) echo "bad \$$RELNOTES value"; false; break;; \ + 1) ${ECHO_CMD} "bad \$$RELNOTES value"; false; break;; \ esac; \ webname=$$1; shift; realpath=$$1; shift; \ (unset DESTDIR || true; \ Index: en/search/Makefile =================================================================== RCS file: /home/ncvs/www/en/search/Makefile,v retrieving revision 1.8 diff -u -r1.8 Makefile --- en/search/Makefile 2000/11/07 04:05:36 1.8 +++ en/search/Makefile 2001/09/23 11:02:28 @@ -18,7 +18,7 @@ index-site.html: atoz.sgml site.sgml atoz.sgml: web.atoz - sort -fu ${.ALLSRC} | ${PERL} ${.CURDIR}/atoz.pl > ${.TARGET} + ${SORT} -fu ${.ALLSRC} | ${PERL} ${.CURDIR}/atoz.pl > ${.TARGET} site.sgml: site.map ${PERL} ${.CURDIR}/site.pl < ${.ALLSRC} > ${.TARGET} Index: share/mk/web.site.mk =================================================================== RCS file: /home/ncvs/www/share/mk/web.site.mk,v retrieving revision 1.36 diff -u -r1.36 web.site.mk --- share/mk/web.site.mk 2000/11/22 02:35:42 1.36 +++ share/mk/web.site.mk 2001/10/07 18:26:23 @@ -27,7 +27,24 @@ CGIGRP?= www CGIMODE?= 775 -PERL?= perl5 +CP?= /bin/cp +CVS?= /usr/bin/cvs +ECHO_CMD?= echo +SETENV?= /usr/bin/env +LN?= /bin/ln +MKDIR?= /bin/mkdir +MV?= /bin/mv +PERL?= /usr/bin/perl5 +RM?= /bin/rm +SED?= /usr/bin/sed +SH?= /bin/sh +SORT?= /usr/bin/sort +TOUCH?= /usr/bin/touch + +XSLTPROC?= ${PREFIX}/bin/xsltproc +XSLTPROCFLAGS?= -nonet +TIDY?= ${PREFIX}/bin/tidy +TIDYFLAGS?= -i -m -f /dev/null # # Install dirs derived from the above. @@ -64,42 +81,47 @@ .if defined(REVCHECK) PREHTML= ${WEB_PREFIX}/ja/prehtml PREHTMLFLAGS= ${PREHTMLOPTS} -CANONPREFIX0!= cd ${WEB_PREFIX}; echo $${PWD}; +CANONPREFIX0!= cd ${WEB_PREFIX}; ${ECHO_CMD} $${PWD}; CANONPREFIX= ${PWD:S/^${CANONPREFIX0}//:S/^\///} -LOCALTOP!= echo ${CANONPREFIX} | perl -pe 's@[^/]+@..@g; $$_.="/." if($$_ eq".."); s@^\.\./@@;' -DIR_IN_LOCAL!= echo ${CANONPREFIX} | perl -pe 's@^[^/]+/?@@;' +LOCALTOP!= ${ECHO_CMD} ${CANONPREFIX} | \ + ${PERL} -pe 's@[^/]+@..@g; $$_.="/." if($$_ eq".."); s@^\.\./@@;' +DIR_IN_LOCAL!= ${ECHO_CMD} ${CANONPREFIX} | ${PERL} -pe 's@^[^/]+/?@@;' PREHTMLFLAGS+= -revcheck "${LOCALTOP}" "${DIR_IN_LOCAL}" .else DATESUBST= 's///' -PREHTML= sed -e ${DATESUBST} +PREHTML= ${SED} -e ${DATESUBST} .endif .if !defined(OPENJADE) -SGMLNORM= sgmlnorm +SGMLNORM= ${PREFIX}/bin/sgmlnorm .else -SGMLNORM= osgmlnorm +SGMLNORM= ${PREFIX}/bin/osgmlnorm .endif -PREFIX?= /usr/local +LOCALBASE?= /usr/local +PREFIX?= ${LOCALBASE} CATALOG?= ${PREFIX}/share/sgml/html/catalog SGMLNORMFLAGS= -d ${SGMLNORMOPTS} -c ${CATALOG} -D ${.CURDIR} GENDOCS+= ${DOCS:M*.sgml:S/.sgml$/.html/g} ORPHANS:= ${ORPHANS:N*.sgml} .sgml.html: - (${PREHTML} ${PREHTMLFLAGS} ${.IMPSRC} |\ - SGML_CATALOG_FILES='' ${SGMLNORM} ${SGMLNORMFLAGS} > ${.TARGET})\ - || (rm -f ${.TARGET} && false) + ${PREHTML} ${PREHTMLFLAGS} ${.IMPSRC} | \ + ${SETENV} SGML_CATALOG_FILES='' \ + ${SGMLNORM} ${SGMLNORMFLAGS} > ${.TARGET} || \ + (${RM} -f ${.TARGET} && false) ### # file.docb --> file.html # # Generate HTML from docbook +SGMLFMT?= ${PREFIX}/bin/sgmlfmt +SGMLFMTFLAGS?= -d docbook -f html ${SGMLOPTS} .SUFFIXES: .docb GENDOCS+= ${DOCS:M*.docb:S/.docb$/.html/g} ORPHANS:= ${ORPHANS:N*.docb} .docb.html: - sgmlfmt -d docbook -f html ${SGMLOPTS} ${.IMPSRC} + ${SGMLFMT} ${SGMLFMTFLAGS} ${.IMPSRC} ################################################################## @@ -120,7 +142,7 @@ # .if !empty(ORPHANS) orphans: - @echo Warning! I don\'t know what to do with: ${ORPHANS} + @${ECHO} Warning! I don\'t know what to do with: ${ORPHANS} .else orphans: .endif @@ -132,10 +154,10 @@ clean: _PROGSUBDIR .if defined(DIRS_TO_CLEAN) && !empty(DIRS_TO_CLEAN) .for dir in ${DIRS_TO_CLEAN} - (cd ${.CURDIR}/${dir} && ${MAKE} clean) + cd ${.CURDIR}/${dir}; ${MAKE} clean .endfor .endif - rm -f Errs errs mklog ${GENDOCS} ${LOCAL} ${CLEANFILES} + ${RM} -f Errs errs mklog ${GENDOCS} ${LOCAL} ${CLEANFILES} .endif # @@ -143,8 +165,8 @@ # .if !target(cleandir) cleandir: clean _PROGSUBDIR - rm -f ${.CURDIR}/tags .depend - cd ${.CURDIR}; rm -rf obj; + ${RM} -f ${.CURDIR}/tags .depend + cd ${.CURDIR}; ${RM} -rf obj .endif # @@ -158,30 +180,36 @@ afterinstall: .endif +INSTALL_WEB?= \ + ${INSTALL} ${COPY} ${INSTALLFLAGS} -o ${WEBOWN} -g ${WEBGRP} -m ${WEBMODE} +INSTALL_CGI?= \ + ${INSTALL} ${COPY} ${INSTALLFLAGS} -o ${CGIOWN} -g ${CGIGRP} -m ${CGIMODE} _ALLINSTALL+= ${GENDOCS} ${DATA} ${LOCAL} -realinstall: ${COOKIE} ${GENDOCS} ${DATA} ${LOCAL} ${CGI} _PROGSUBDIR +realinstall: ${COOKIE} ${_ALLINSTALL} ${CGI} _PROGSUBDIR .if !empty(_ALLINSTALL) - @mkdir -p ${DOCINSTALLDIR} - for entry in ${_ALLINSTALL}; do \ - ${INSTALL} ${COPY} -o ${WEBOWN} -g ${WEBGRP} -m ${WEBMODE} \ - ${INSTALLFLAGS} $${entry} ${DOCINSTALLDIR}; \ - done + @${MKDIR} -p ${DOCINSTALLDIR} +.for entry in ${_ALLINSTALL} +.if exists(${.CURDIR}/${entry}) + ${INSTALL_WEB} ${.CURDIR}/${entry} ${DOCINSTALLDIR} +.else + ${INSTALL_WEB} ${entry} ${DOCINSTALLDIR} +.endif +.endfor .if defined(INDEXLINK) && !empty(INDEXLINK) - (cd ${DOCINSTALLDIR}; ln -s -f ${INDEXLINK} index.html) + cd ${DOCINSTALLDIR}; ${LN} -fs ${INDEXLINK} index.html .endif .endif .if defined(CGI) && !empty(CGI) - @mkdir -p ${CGIINSTALLDIR} - for entry in ${CGI}; do \ - ${INSTALL} ${COPY} -o ${CGIOWN} -g ${CGIGRP} -m ${CGIMODE} \ - ${INSTALLFLAGS} $${entry} ${CGIINSTALLDIR}; \ - done + @${MKDIR} -p ${CGIINSTALLDIR} +.for entry in ${CGI} + ${INSTALL_CGI} ${.CURDIR}/${entry} ${CGIINSTALLDIR} +.endfor .endif .if defined(DOCSUBDIR) && !empty(DOCSUBDIR) - for entry in ${DOCSUBDIR}; do \ - mkdir -p ${DOCINSTALLDIR}/$$entry; \ - done +.for entry in ${DOCSUBDIR} + @${MKDIR} -p ${DOCINSTALLDIR}/${entry} +.endfor .endif # Set up install dependencies so they happen in the correct order. @@ -197,26 +225,33 @@ #SUBDIR+=${DOCSUBDIR} _PROGSUBDIR: .USE .if defined(SUBDIR) && !empty(SUBDIR) - @for entry in ${SUBDIR}; do \ - (${ECHODIR} "===> ${DIRPRFX}$$entry"; \ - cd ${.CURDIR}/$${entry} && \ - ${MAKE} ${.TARGET:S/realinstall/install/:S/.depend/depend/} DIRPRFX=${DIRPRFX}$$entry/); \ - done +.for entry in ${SUBDIR} + @${ECHODIR} "===> ${DIRPRFX}${entry}" + @cd ${.CURDIR}/${entry}; \ + ${MAKE} ${.TARGET:S/realinstall/install/:S/.depend/depend/} \ + DIRPRFX=${DIRPRFX}${entry}/ +.endfor .endif .if defined(DOCSUBDIR) && !empty(DOCSUBDIR) - @for entry in ${DOCSUBDIR}; do \ - (${ECHODIR} "===> ${DIRPRFX}$$entry"; \ - cd ${.CURDIR}/$${entry} && \ - if [ ${WEBDIR} = "data" -a $$entry = "handbook" -o $$entry = "docproj-primer" ]; then \ - ${MAKE} ${.TARGET:S/realinstall/install/:S/.depend/depend/} DIRPRFX=${DIRPRFX}$$entry/ ${PARAMS} FORMATS="txt html html-split"; \ - elif [ $$entry = "handbook" -a ${WEBDIR} = "data/ja" ]; then \ - ${MAKE} ${.TARGET:S/realinstall/install/:S/.depend/depend/} DIRPRFX=${DIRPRFX}$$entry/ ${PARAMS} FORMATS="html html-split"; \ - else \ - ${MAKE} ${.TARGET:S/realinstall/install/:S/.depend/depend/} DIRPRFX=${DIRPRFX}$$entry/ ${PARAMS}; \ - fi); \ - done +.for entry in ${DOCSUBDIR} + @${ECHODIR} "===> ${DIRPRFX}${entry}" +.if (${WEBDIR} = "data" && ${entry} = "handbook") || ${entry} = "docproj-primer" + @cd ${.CURDIR}/${entry}; \ + ${MAKE} ${.TARGET:S/realinstall/install/:S/.depend/depend/} \ + DIRPRFX=${DIRPRFX}${entry}/ ${PARAMS} \ + FORMATS="txt html html-split" +.elif ${WEBDIR} = "data/ja" && ${entry} = "handbook" + @cd ${.CURDIR}/${entry}; \ + ${MAKE} ${.TARGET:S/realinstall/install/:S/.depend/depend/} \ + DIRPRFX=${DIRPRFX}${entry}/ ${PARAMS} \ + FORMATS="html html-split" +.else + @cd ${.CURDIR}/${entry}; \ + ${MAKE} ${.TARGET:S/realinstall/install/:S/.depend/depend/} \ + DIRPRFX=${DIRPRFX}${entry}/ ${PARAMS} .endif - +.endfor +.endif # # cruft for generating linuxdoc stuff @@ -233,4 +268,5 @@ .endif .include + # THE END >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 Oct 8 7:56:30 2001 Delivered-To: freebsd-doc@freebsd.org Received: from squall.waterspout.com (squall.waterspout.com [208.13.56.12]) by hub.freebsd.org (Postfix) with ESMTP id 29FDF37B405; Mon, 8 Oct 2001 07:56:27 -0700 (PDT) Received: by squall.waterspout.com (Postfix, from userid 1050) id A470A9B08; Mon, 8 Oct 2001 09:55:49 -0500 (EST) Date: Mon, 8 Oct 2001 09:55:49 -0500 From: Will Andrews To: Murray Stokely Cc: doc@FreeBSD.org Subject: Re: cvs commit: doc/en_US.ISO8859-1/books/handbook/linuxemu chapter.sgml Message-ID: <20011008095549.B57251@squall.waterspout.com> Reply-To: Will Andrews References: <200110080154.f981sBa67538@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200110080154.f981sBa67538@freefall.freebsd.org> User-Agent: Mutt/1.3.22.1i Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Sun, Oct 07, 2001 at 06:54:11PM -0700, Murray Stokely wrote: > Log: > Add a section about installing the Maple mathematics package. Just a suggestion, but perhaps it might be good to have a section for educational users with typical needs -- don't know if there is a schema in the handbook which involves pointing people of particular types at specific problems that they are likely to have or not, but it would be a good idea :). All in all, it's good to see something like this. =) -- wca To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Mon Oct 8 9:11:47 2001 Delivered-To: freebsd-doc@freebsd.org Received: from whale.sunbay.crimea.ua (whale.sunbay.crimea.ua [212.110.138.65]) by hub.freebsd.org (Postfix) with ESMTP id 4A55B37B40A; Mon, 8 Oct 2001 09:11:23 -0700 (PDT) Received: (from ru@localhost) by whale.sunbay.crimea.ua (8.11.6/8.11.2) id f98GAx317708; Mon, 8 Oct 2001 19:10:59 +0300 (EEST) (envelope-from ru) Date: Mon, 8 Oct 2001 19:10:59 +0300 From: Ruslan Ermilov To: Murray Stokely , Sheldon Hearn , Alexey Zelkin , Jeroen Ruigrok van der Werven , Mike Pritchard Cc: doc@FreeBSD.org Subject: Re: Referencing man pages from ports/ Message-ID: <20011008191058.B13684@sunbay.com> References: <20011007214038.E21516@windriver.com> <20011008110956.E36543@sunbay.com> <20011008012121.L21516@windriver.com> <20011008113057.G36543@sunbay.com> <20011008013845.M21516@windriver.com> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="qlTNgmc+xy1dBmNv" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20011008013845.M21516@windriver.com>; from murray@FreeBSD.ORG on Mon, Oct 08, 2001 at 01:38:45AM -0700 Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org --qlTNgmc+xy1dBmNv Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Mon, Oct 08, 2001 at 01:38:45AM -0700, Murray Stokely wrote: > On Mon, Oct 08, 2001 at 11:30:57AM +0300, Ruslan Ermilov wrote: > > Yes. The call will look like this: > > > > .Pxr cvsup 1 net cvsup > > > > And will be rendered like this: > > > > .Xr cvsup 1 > > .Pq Pa ports/net/cvsup > > This sounds great to me. > OK, the attached patch is against RELENG_4 but should also apply with fuzzes to HEAD as well. You'll need to: # cd /usr/src # patch -st \n[doc-reg-Xr]) \{\ +. nr doc-reg-Xr1 (\n[doc-reg-Xr] + 1) +. if ((\n[doc-type\n[doc-reg-Xr]] =3D=3D 2) & (\n[doc-type\n[do= c-reg-Xr1]] =3D=3D 2)) \{\ +. if \A=07\*[doc-arg\n[doc-reg-Xr]]=07 \{\ +. if !d doc-str-Xr-ports-\*[doc-arg\n[doc-reg-Xr]] \{\ +. tmc mdoc warning: .Xr: Unknown \*[doc-str-Xr-ports] cat= egory +. tm1 " `\*[doc-arg\n[doc-reg-Xr]]' (#\n[.c]) +. \}\} +. ds doc-arg\n[doc-reg-Xr] \*[doc-left-bracket]\*[doc-Pa-font= ]\*[doc-str-Xr-ports]/\*[doc-arg\n[doc-reg-Xr]]/ +. ds doc-space\n[doc-reg-Xr] +. as doc-arg\n[doc-reg-Xr1] \f[P]\s[0]\*[doc-right-bracket] +. \}\}\}\} . doc-print-recursive . \} . el \ @@ -4210,7 +4229,7 @@ .\" NS doc-Xr-usage macro . .de doc-Xr-usage -. tm Usage: .Xr manpage_name [section#] ... (#\n[.c]) +. tm Usage: .Xr manpage_name [section# [category port]] ... (#\n[.c]) . doc-reset-args .. . Index: gnu/usr.bin/groff/tmac/mdoc.local =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /home/ncvs/src/gnu/usr.bin/groff/tmac/mdoc.local,v retrieving revision 1.2.2.3 diff -u -p -r1.2.2.3 mdoc.local --- gnu/usr.bin/groff/tmac/mdoc.local 2001/08/06 17:05:49 1.2.2.3 +++ gnu/usr.bin/groff/tmac/mdoc.local 2001/10/08 15:42:06 @@ -56,6 +56,58 @@ .ds doc-str-Lb-libusb USB HID access routines library (libusb, \-lusb) .ds doc-str-Lb-libvgl Video Graphics Library (libvgl, \-lvgl) . +.\" FreeBSD Ports Collection categories +.ds doc-str-Xr-ports-archivers +.ds doc-str-Xr-ports-astro +.ds doc-str-Xr-ports-audio +.ds doc-str-Xr-ports-benchmarks +.ds doc-str-Xr-ports-biology +.ds doc-str-Xr-ports-cad +.ds doc-str-Xr-ports-chinese +.ds doc-str-Xr-ports-comms +.ds doc-str-Xr-ports-converters +.ds doc-str-Xr-ports-databases +.ds doc-str-Xr-ports-deskutils +.ds doc-str-Xr-ports-devel +.ds doc-str-Xr-ports-editors +.ds doc-str-Xr-ports-emulators +.ds doc-str-Xr-ports-french +.ds doc-str-Xr-ports-ftp +.ds doc-str-Xr-ports-games +.ds doc-str-Xr-ports-german +.ds doc-str-Xr-ports-graphics +.ds doc-str-Xr-ports-hebrew +.ds doc-str-Xr-ports-irc +.ds doc-str-Xr-ports-japanese +.ds doc-str-Xr-ports-java +.ds doc-str-Xr-ports-korean +.ds doc-str-Xr-ports-lang +.ds doc-str-Xr-ports-mail +.ds doc-str-Xr-ports-math +.ds doc-str-Xr-ports-mbone +.ds doc-str-Xr-ports-misc +.ds doc-str-Xr-ports-net +.ds doc-str-Xr-ports-news +.ds doc-str-Xr-ports-palm +.ds doc-str-Xr-ports-picobsd +.ds doc-str-Xr-ports-print +.ds doc-str-Xr-ports-russian +.ds doc-str-Xr-ports-science +.ds doc-str-Xr-ports-security +.ds doc-str-Xr-ports-shells +.ds doc-str-Xr-ports-sysutils +.ds doc-str-Xr-ports-textproc +.ds doc-str-Xr-ports-ukrainian +.ds doc-str-Xr-ports-vietnamese +.ds doc-str-Xr-ports-www +.ds doc-str-Xr-ports-x11 +.ds doc-str-Xr-ports-x11-clocks +.ds doc-str-Xr-ports-x11-fm +.ds doc-str-Xr-ports-x11-fonts +.ds doc-str-Xr-ports-x11-servers +.ds doc-str-Xr-ports-x11-toolkits +.ds doc-str-Xr-ports-x11-wm +. .\" Default .Os value .ds doc-operating-system FreeBSD\~4.4 . --qlTNgmc+xy1dBmNv-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Mon Oct 8 9:49:44 2001 Delivered-To: freebsd-doc@freebsd.org Received: from mailsrv.otenet.gr (mailsrv.otenet.gr [195.170.0.5]) by hub.freebsd.org (Postfix) with ESMTP id 1F8C537B40B; Mon, 8 Oct 2001 09:49:36 -0700 (PDT) Received: from hades.hell.gr (patr530-a113.otenet.gr [212.205.215.113]) by mailsrv.otenet.gr (8.11.5/8.11.5) with ESMTP id f98GnVd07863; Mon, 8 Oct 2001 19:49:32 +0300 (EEST) Received: (from charon@localhost) by hades.hell.gr (8.11.6/8.11.6) id f98Exk701644; Mon, 8 Oct 2001 17:59:46 +0300 (EEST) (envelope-from charon@labs.gr) Date: Mon, 8 Oct 2001 17:59:45 +0300 From: Giorgos Keramidas To: Murray Stokely Cc: Ruslan Ermilov , freebsd-doc@FreeBSD.ORG Subject: Re: Referencing man pages from ports/ Message-ID: <20011008175945.D426@hades.hell.gr> References: <20011007214038.E21516@windriver.com> <20011008110956.E36543@sunbay.com> <20011008012121.L21516@windriver.com> <20011008113057.G36543@sunbay.com> <20011008013845.M21516@windriver.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20011008013845.M21516@windriver.com> User-Agent: Mutt/1.3.22.1i X-GPG-Fingerprint: C1EB 0653 DB8B A557 3829 00F9 D60F 941A 3186 03B6 X-URL: http://labs.gr/~charon/ Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Murray Stokely wrote: > > What about optional peices of the source tree like the Kerberos > stuff? I'm in favor of creating share/man/man1/kerberos.1 that > explains what Kerberos is and how to install it, and then this would > be overwritten by the real man page if Kerberos is actually installed. Can't we conditionally choose if the stub manpage or the real one gets installed? -giorgos To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Mon Oct 8 9:50: 6 2001 Delivered-To: freebsd-doc@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 806DC37B40E for ; Mon, 8 Oct 2001 09:50:02 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f98Go2543091; Mon, 8 Oct 2001 09:50:02 -0700 (PDT) (envelope-from gnats) Date: Mon, 8 Oct 2001 09:50:02 -0700 (PDT) Message-Id: <200110081650.f98Go2543091@freefall.freebsd.org> To: freebsd-doc@freebsd.org Cc: From: Marc van Woerkom <3d@hub.freebsd.org> Subject: Re: docs/30008: This document should be translated, commented and added Reply-To: Marc van Woerkom <3d@hub.freebsd.org> Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR docs/30008; it has been noted by GNATS. From: Marc van Woerkom <3d@hub.freebsd.org> To: bartequi@neomedia.it Cc: freebsd-gnats-submit@FreeBSD.org Subject: Re: docs/30008: This document should be translated, commented and added Date: Mon, 8 Oct 2001 09:43:23 -0700 (PDT) Hi, no I had no time yet. Should we split it? It is easy to start with a raw translation by babelfish or that GIST service from NS6/Mozilla. Regards, Marc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Mon Oct 8 10:20: 7 2001 Delivered-To: freebsd-doc@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0898037B405 for ; Mon, 8 Oct 2001 10:20:02 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f98HK2k49790; Mon, 8 Oct 2001 10:20:02 -0700 (PDT) (envelope-from gnats) Date: Mon, 8 Oct 2001 10:20:02 -0700 (PDT) Message-Id: <200110081720.f98HK2k49790@freefall.freebsd.org> To: freebsd-doc@freebsd.org Cc: From: Salvo Bartolotta Subject: Re: docs/30008: This document should be translated, commented and added Reply-To: Salvo Bartolotta Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR docs/30008; it has been noted by GNATS. From: Salvo Bartolotta To: 3d@FreeBSD.org, marc.vanwoerkom@fernuni-hagen.de Cc: freebsd-gnats-submit@FreeBSD.org Subject: Re: docs/30008: This document should be translated, commented and added Date: Mon, 08 Oct 2001 19:18:29 +0200 (CEST) Scrive Marc van Woerkom <3d@hub.freebsd.org>: > Hi, > > no I had no time yet. > Should we split it? > It is easy to start with a raw translation > by babelfish or that GIST service from NS6/Mozilla. > > Regards, > Marc Hello Marc, Yes, we might split it into a couple of parts for translation purposes. Just let me know on what part(s) you have begun to work. I am not sure whether I will make use of Babelfish. I read French fairly fluently -- and I have even been to France a few times. The main problem for me will probably be to *properly* translate into English -- hopefully decent, or academic-like, prose. I am not sure Babelfish can help with this fine-tuning. :-) As far as the "credits" (if I may say so) are concerned, we could either say "translated by X & Y", or something along the lines of "Part A translated b X; Part B translated by Y". No problems for me. Not going to enter a copyright war. :-)) At any rate, we should discuss possible terminology choices/problems (ie if any arise), so that the article will sound uniform. -- Salvo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Mon Oct 8 10:30: 5 2001 Delivered-To: freebsd-doc@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6F2BC37B401 for ; Mon, 8 Oct 2001 10:30:03 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f98HU3Z50846; Mon, 8 Oct 2001 10:30:03 -0700 (PDT) (envelope-from gnats) Date: Mon, 8 Oct 2001 10:30:03 -0700 (PDT) Message-Id: <200110081730.f98HU3Z50846@freefall.freebsd.org> To: freebsd-doc@freebsd.org Cc: From: Marc van Woerkom <3d@hub.freebsd.org> Subject: Re: docs/30008: This document should be translated, commented and added Reply-To: Marc van Woerkom <3d@hub.freebsd.org> Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR docs/30008; it has been noted by GNATS. From: Marc van Woerkom <3d@hub.freebsd.org> To: bartequi@neomedia.it Cc: marc.vanwoerkom@fernuni-hagen.de, freebsd-gnats-submit@FreeBSD.org Subject: Re: docs/30008: This document should be translated, commented and added Date: Mon, 8 Oct 2001 10:28:22 -0700 (PDT) This sounds like your french is better than mine. Then I suppose the following - could you do a first translation and I try to proofread the English and fill the gaps or part you have no fun doing? This would yield a "translated by X with a little help from Y" :-) Regards, mArc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Mon Oct 8 11: 0:54 2001 Delivered-To: freebsd-doc@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5D88137B411 for ; Mon, 8 Oct 2001 11:00:09 -0700 (PDT) Received: (from peter@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f98I09v54253 for freebsd-doc@freebsd.org; Mon, 8 Oct 2001 11:00:09 -0700 (PDT) (envelope-from owner-bugmaster@freebsd.org) Date: Mon, 8 Oct 2001 11:00:09 -0700 (PDT) Message-Id: <200110081800.f98I09v54253@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: peter set sender to owner-bugmaster@freebsd.org using -f From: FreeBSD bugmaster To: FreeBSD doc list Subject: Current unassigned doc problem reports Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Current FreeBSD problem reports The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including experimental development code and obsolete releases. Bugs can be in one of several states: o - open A problem report has been submitted, no sanity checking performed. a - analyzed The report has been examined by a team member and evaluated. f - feedback The problem has been solved, and the originator has been given a patch or a fix has been committed. The PR remains in this state pending a response from the originator. s - suspended The problem is not being worked on. This is a prime candidate for somebody who is looking for a project to do. If the problem cannot be solved at all, it will be closed, rather than suspended. c - closed A problem report is closed when any changes have been integrated, documented, and tested. Critical problems Serious problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- s [2000/07/18] docs/20028 doc ASCII docs should reflect tags o [2001/05/23] docs/27605 doc Cross-document references () 2 problems total. Non-critical problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- a [2000/06/05] docs/19010 doc Bad144 obsoletion by 4.0 is undocumented; f [2000/07/17] docs/19981 doc Indonesian translations o [2000/08/10] docs/20528 doc sysconf(3) manpage doesn't mention posix. o [2000/08/20] docs/20738 doc correction and modification to clocks(7) s [2000/11/01] docs/22470 doc man 3 msgrcv's BUGS section needs updatin o [2001/02/01] docs/24786 doc missing FILES descriptions in sa(4) a [2001/02/20] docs/25239 doc fdp-primer/tools/chapter.sgml says about s [2001/02/26] docs/25392 doc Chapter 9 pages could use 'location of fu f [2001/03/22] docs/26003 doc getgroups(2) lists NGROUPS_MAX but not sy a [2001/03/22] docs/26006 doc Changing zone(9) man page o [2001/04/02] docs/26286 doc *printf(3) etc should gain format string o [2001/04/08] docs/26451 doc ctype.h defined functions are not accurat o [2001/04/25] docs/26861 doc accept(2) manpage documents non-existant o [2001/05/25] docs/27653 doc Updates to send-pr.html to support MIME o [2001/05/26] docs/27654 doc Update to PR 27653 o [2001/06/02] docs/27833 doc No man page for locate.rc o [2001/06/06] docs/27915 doc man 5 passwd does not properly explain th s [2001/06/14] docs/28144 doc no manpage for host.conf, no xrefs in oth o [2001/06/20] docs/28306 doc docbook.css and OBJDIR o [2001/06/30] docs/28555 doc [PATCH] style(9) isn't explicit about boo o [2001/07/04] docs/28699 doc strptime(3) %d format specifier not compl o [2001/07/22] docs/29143 doc List of man pages that need to be written o [2001/07/26] docs/29245 doc top(1) manpage doesn't understand SMP f [2001/08/07] docs/29525 doc hier(7) has sometimes-erroneous descripti o [2001/08/09] docs/29571 doc [PATCH] No man page for pgrp kernel funct a [2001/08/23] docs/30008 doc This document should be translated, comme o [2001/09/06] docs/30408 doc loader man page is out-of-date o [2001/09/08] docs/30442 doc remove broken referemce to gettime(9) fro o [2001/09/08] docs/30443 doc remove broken reference to kerberos(1) fr o [2001/09/08] docs/30444 doc remove broken references to gated(8) and a [2001/09/08] docs/30447 doc remove broken cxconfig(8) reference from o [2001/09/13] docs/30556 doc vnconfig man page incorrect; functionalit o [2001/09/15] docs/30603 doc physio(9) is internally inconsistent o [2001/09/16] docs/30618 doc ediff man page incomplete o [2001/09/22] docs/30731 doc printf(1) refers to ANSI C Standard draft o [2001/09/23] docs/30772 doc blackhole(4) manpage updates o [2001/09/24] docs/30797 doc YP documentation should not be in section o [2001/09/24] docs/30809 doc fdisk(8) cleanup o [2001/09/27] docs/30873 doc ``ip'' man page does not specify byte ord o [2001/10/07] docs/31109 doc replace gif images w/ png ones due to pat o [2001/10/08] docs/31131 doc build/install doc isn't /usr/obj prefix c o [2001/10/08] docs/31132 doc build/install www isn't /usr/obj prefix c 42 problems total. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Mon Oct 8 11:20: 4 2001 Delivered-To: freebsd-doc@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5235A37B409 for ; Mon, 8 Oct 2001 11:20:02 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f98IK2Q61184; Mon, 8 Oct 2001 11:20:02 -0700 (PDT) (envelope-from gnats) Date: Mon, 8 Oct 2001 11:20:02 -0700 (PDT) Message-Id: <200110081820.f98IK2Q61184@freefall.freebsd.org> To: freebsd-doc@freebsd.org Cc: From: Salvo Bartolotta Subject: Re: docs/30008: This document should be translated, commented and added Reply-To: Salvo Bartolotta Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR docs/30008; it has been noted by GNATS. From: Salvo Bartolotta To: 3d@FreeBSD.org, Marc van Woerkom <3d@hub.freebsd.org> Cc: bartequi@neomedia.it, marc.vanwoerkom@fernuni-hagen.de, freebsd-gnats-submit@FreeBSD.org Subject: Re: docs/30008: This document should be translated, commented and added Date: Mon, 08 Oct 2001 20:11:24 +0200 (CEST) Marc van Woerkom <3d@hub.freebsd.org> wrote: > This sounds like your french is better than mine. > > Then I suppose the following - could you do a first translation > and I try to proofread the English and fill the gaps or > part you have no fun doing? > > This would yield a "translated by X with a little help from Y" :-) This sounds as if you are pessimistic. Translating part(s) of the article may be a pleasant exercise. Nobody is urging you on. No patent or $$$ involved. :-) IIUC, you have read [part of] the article, but you haven't yet started translating. I might begin to attack the first (?) part in the next few days. Well, spare time is the main issue here *sigh* -- Salvo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Mon Oct 8 12:36:20 2001 Delivered-To: freebsd-doc@freebsd.org Received: from lopca.feq.unicamp.br (lopca.feq.unicamp.br [143.106.66.12]) by hub.freebsd.org (Postfix) with ESMTP id A7E2937B40A for ; Mon, 8 Oct 2001 12:36:17 -0700 (PDT) Received: from lopca.feq.unicamp.br (liverpol.lopca.feq.unicamp.br [143.106.19.225]) by lopca.feq.unicamp.br (8.9.3/8.9.3) with ESMTP id QAA07856 for ; Mon, 8 Oct 2001 16:36:39 -0300 (EST) Message-ID: <3BC20182.6030207@lopca.feq.unicamp.br> Date: Mon, 08 Oct 2001 16:41:54 -0300 From: "Jefferson F. Pinto" User-Agent: Mozilla/5.0 (Windows; U; Win98; en-US; rv:0.9.2) Gecko/20010726 Netscape6/6.1 X-Accept-Language: en-us MIME-Version: 1.0 To: freebsd-doc@freebsd.org Subject: search engine Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hi! I would like to know what is the search engine used in this site. Could you please help me? Jefferson F. Pinto To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Mon Oct 8 12:50: 3 2001 Delivered-To: freebsd-doc@freebsd.org Received: from lists.blarg.net (lists.blarg.net [206.124.128.17]) by hub.freebsd.org (Postfix) with ESMTP id 6439737B40E; Mon, 8 Oct 2001 12:49:57 -0700 (PDT) Received: from thig.blarg.net (thig.blarg.net [206.124.128.18]) by lists.blarg.net (Postfix) with ESMTP id C2B16BCEB; Mon, 8 Oct 2001 12:49:56 -0700 (PDT) Received: from localhost.localdomain ([206.124.139.115]) by thig.blarg.net (8.9.3/8.9.3) with ESMTP id MAA20445; Mon, 8 Oct 2001 12:49:56 -0700 Received: (from jojo@localhost) by localhost.localdomain (8.11.6/8.11.3) id f98Jqxf98185; Mon, 8 Oct 2001 12:52:59 -0700 (PDT) (envelope-from swear@blarg.net) To: Murray Stokely Cc: freebsd-doc@FreeBSD.ORG Subject: Re: docs/31109: replace gif images w/ png ones due to patent license References: <200110080210.f982A2w72199@freefall.freebsd.org> From: swear@blarg.net (Gary W. Swearingen) Date: 08 Oct 2001 12:52:59 -0700 In-Reply-To: <200110080210.f982A2w72199@freefall.freebsd.org> Message-ID: Lines: 13 User-Agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.1 (Cuyahoga Valley) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Murray Stokely writes: > This looks good to me. Is there any reason not to convert all of our > images to PNG? I have no reason, but I'll offer the next paragraph in case it matters to anyone (and in case you don't all know it already :<). From what I've read (at trustworthy places like /.), the display of GIF images is explicitly permitted (without royalties) by the patent holder. It is only the sale of them or the sale of software that generates them (I forget which) which requires royalty payments. (Meaning that you're free to display GIFs you make with properly-licensed software.) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Mon Oct 8 13:14:27 2001 Delivered-To: freebsd-doc@freebsd.org Received: from aeon.tvd.be (aeon.tvd.be [195.162.196.20]) by hub.freebsd.org (Postfix) with ESMTP id 3C5B037B406 for ; Mon, 8 Oct 2001 13:14:22 -0700 (PDT) Received: from cocaine.cryolabs.net (cable-213-132-150-211.upc.chello.be [213.132.150.211]) by aeon.tvd.be (8.9.3/8.9.3/RELAY-1.1) with ESMTP id WAA09744; Mon, 8 Oct 2001 22:14:05 +0200 (MET DST) Date: Mon, 8 Oct 2001 22:13:06 +0200 (CEST) From: Wouter Van Hemel To: Salvo Bartolotta Cc: freebsd-doc@freebsd.org Subject: Re: docs/30008: This document should be translated, commented and added In-Reply-To: <200110081820.f98IK2Q61184@freefall.freebsd.org> Message-ID: PGP: 0B B4 BC 28 53 62 FE 94 6A 57 EE B8 A6 E2 1B E4 (0xAA5412F0) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Mon, 8 Oct 2001, Salvo Bartolotta wrote: > This sounds as if you are pessimistic. Translating part(s) of the article may > be a pleasant exercise. Nobody is urging you on. No patent or $$$ involved. > :-) > > IIUC, you have read [part of] the article, but you haven't yet started > translating. I might begin to attack the first (?) part in the next few days. > > Well, spare time is the main issue here *sigh* > > -- Salvo > Do you need some help? My French is pretty good (as long as I don't have to speak it :) ), and I have plenty of spare time for a while. Ofcourse some check-up's on the technical side of things would be appreciated. / wouter To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Mon Oct 8 13:15:41 2001 Delivered-To: freebsd-doc@freebsd.org Received: from mao.stokely.org (mao.stokely.org [65.84.64.228]) by hub.freebsd.org (Postfix) with ESMTP id 4977037B401; Mon, 8 Oct 2001 13:15:39 -0700 (PDT) Received: by mao.stokely.org (Postfix, from userid 2074) id 0B6744B65D; Mon, 8 Oct 2001 13:15:38 -0700 (PDT) Date: Mon, 8 Oct 2001 13:15:38 -0700 From: Murray Stokely To: "Gary W. Swearingen" Cc: Murray Stokely , freebsd-doc@FreeBSD.ORG Subject: Re: docs/31109: replace gif images w/ png ones due to patent license Message-ID: <20011008131538.G22900@windriver.com> References: <200110080210.f982A2w72199@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from swear@blarg.net on Mon, Oct 08, 2001 at 12:52:59PM -0700 X-GPG-Key-ID: 1024D/0E451F7D X-GPG-Key-Fingerprint: E2CA 411D DD44 53FD BB4B 3CB5 B4D7 10A2 0E45 1F7D Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Mon, Oct 08, 2001 at 12:52:59PM -0700, Gary W. Swearingen wrote: > >From what I've read (at trustworthy places like /.), the display of GIF > images is explicitly permitted (without royalties) by the patent holder. > It is only the sale of them or the sale of software that generates them > (I forget which) which requires royalty payments. (Meaning that you're > free to display GIFs you make with properly-licensed software.) Technicalities like this still rub me the wrong way and I think we should move as many of our images to PNG (especially the painless ones that the submitter mentioned) as soon as possible. Do I want to spend some time reading up about MNG and looking for animated GIF->MNG software? Not really, but I have no problem running mogrify over some static GIFs. - Murray To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Mon Oct 8 13:20: 4 2001 Delivered-To: freebsd-doc@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6C41637B406 for ; Mon, 8 Oct 2001 13:20:02 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f98KK2p84023; Mon, 8 Oct 2001 13:20:02 -0700 (PDT) (envelope-from gnats) Date: Mon, 8 Oct 2001 13:20:02 -0700 (PDT) Message-Id: <200110082020.f98KK2p84023@freefall.freebsd.org> To: freebsd-doc@freebsd.org Cc: From: Cyrille Lefevre Subject: Re: docs/31131: build/install doc isn't /usr/obj prefix clean Reply-To: Cyrille Lefevre Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR docs/31131; it has been noted by GNATS. From: Cyrille Lefevre To: freebsd-gnats-submit@FreeBSD.org Cc: Subject: Re: docs/31131: build/install doc isn't /usr/obj prefix clean Date: Mon, 8 Oct 2001 22:12:39 +0200 (CEST) also, this PR supersede PR #28306 which is wrong in the sense where docbook.css should be created in OBJDIR and not in CURDIR. Cyrille. -- Cyrille Lefevre mailto:clefevre@citeweb.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Mon Oct 8 13:34: 6 2001 Delivered-To: freebsd-doc@freebsd.org Received: from lists.blarg.net (lists.blarg.net [206.124.128.17]) by hub.freebsd.org (Postfix) with ESMTP id 7792737B401; Mon, 8 Oct 2001 13:34:01 -0700 (PDT) Received: from thig.blarg.net (thig.blarg.net [206.124.128.18]) by lists.blarg.net (Postfix) with ESMTP id 10C6BBD11; Mon, 8 Oct 2001 13:34:01 -0700 (PDT) Received: from localhost.localdomain ([206.124.139.115]) by thig.blarg.net (8.9.3/8.9.3) with ESMTP id NAA29241; Mon, 8 Oct 2001 13:34:00 -0700 Received: (from jojo@localhost) by localhost.localdomain (8.11.6/8.11.3) id f98Kb3E98196; Mon, 8 Oct 2001 13:37:03 -0700 (PDT) (envelope-from swear@blarg.net) To: Murray Stokely Cc: freebsd-doc@FreeBSD.ORG Subject: Re: docs/29525: hier(7) has sometimes-erroneous descriptions of tmp dirs. References: <200110080410.f984A4n88751@freefall.freebsd.org> From: swear@blarg.net (Gary W. Swearingen) Date: 08 Oct 2001 13:37:03 -0700 In-Reply-To: <200110080410.f984A4n88751@freefall.freebsd.org> Message-ID: <3xd73xhnrk.73x@localhost.localdomain> Lines: 28 User-Agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.1 (Cuyahoga Valley) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Murray Stokely writes: > How about the following patch? Does this please everyone? > > +.Sh NOTES > +This manual page documents the default FreeBSD filesystem layout, but > +the actual hierarchy on a given system is defined at the system > +administrator's discretion. > +A well-maintained installation will include a customized version of > +this document. It pleases this one. It leaves the man page in error, in my judgement, because by default neither /tmp or /var/tmp is cleaned at boot, while the man page implies that /tmp IS cleaned. (It says /var/tmp is not cleaned.) But the addition helps and I'll let the other stuff drop. (I'm starting to get bumbed out by hitting up against the desire of man page maintainers to keep the man pages lean and mean (and often unclear or otherwise unhelpful), but I've known about that for twenty years and mostly understand it and I'll do my best to deal with it gracefully.) P.S. Should I have CC's this to freebsd-gnats-submit@FreeBSD.org as well? I suspect that it is best to just use one's judgement about what to CC there, right? P.P.S. Is there a way to change one's e-mail address in the PR database? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Mon Oct 8 13:37:48 2001 Delivered-To: freebsd-doc@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 41D9437B405; Mon, 8 Oct 2001 13:37:46 -0700 (PDT) Received: (from murray@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f98KYDU86321; Mon, 8 Oct 2001 13:34:13 -0700 (PDT) (envelope-from murray) Date: Mon, 8 Oct 2001 13:34:13 -0700 (PDT) From: Message-Id: <200110082034.f98KYDU86321@freefall.freebsd.org> To: naddy@mips.inka.de, murray@FreeBSD.org, freebsd-doc@freebsd.org Subject: Re: docs/28306: docbook.css and OBJDIR Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: docbook.css and OBJDIR State-Changed-From-To: open->closed State-Changed-By: murray State-Changed-When: Mon Oct 8 13:34:01 PDT 2001 State-Changed-Why: Superseded by docs/31131 http://www.FreeBSD.org/cgi/query-pr.cgi?pr=28306 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Mon Oct 8 15:22:18 2001 Delivered-To: freebsd-doc@freebsd.org Received: from smtp.noos.fr (camus.noos.net [212.198.2.70]) by hub.freebsd.org (Postfix) with ESMTP id C1F0137B409 for ; Mon, 8 Oct 2001 15:22:13 -0700 (PDT) Received: (qmail 76734675 invoked by uid 0); 8 Oct 2001 22:03:36 -0000 Received: from unknown (HELO gits.dyndns.org) ([212.198.231.187]) (envelope-sender ) by 212.198.2.70 (qmail-ldap-1.03) with DES-CBC3-SHA encrypted SMTP for ; 8 Oct 2001 22:03:36 -0000 Received: (from root@localhost) by gits.dyndns.org (8.11.6/8.11.6) id f98M3Zs84667; Tue, 9 Oct 2001 00:03:35 +0200 (CEST) (envelope-from root) Message-Id: <200110082203.f98M3Zs84667@gits.dyndns.org> Subject: Re: docs/31109: replace gif images w/ png ones due to patent license In-Reply-To: <20011008101617.B88688@eborcom.com> To: Tom Hukins Date: Tue, 9 Oct 2001 00:03:35 +0200 (CEST) Cc: freebsd-doc@FreeBSD.org Reply-To: clefevre@citeweb.net From: Cyrille Lefevre Organization: ACME X-Face: X-Mailer: ELM [version 2.4ME+ PL94c (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Tom Hukins wrote: > On Mon, Oct 08, 2001 at 01:30:01AM -0700, Cyrille Lefevre wrote: > > Murray Stokely wrote: > > > This looks good to me. Is there any reason not to convert all of our > > > images to PNG? > > > > no, except that I don't know how to convert animated gifs to png ones. > > I don't even know if png images could be animated ;^) > > PNG itself doesn't support animation, but MNG can be used for this and > is supported by modern Web browsers as is PNG. what do you call "modern Web browsers" ? also, how do you generate MNG animated images from PNG images ? what is the magic command ? thanks in advance. Cyrille. -- Cyrille Lefevre mailto:clefevre@citeweb.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Mon Oct 8 15:46:55 2001 Delivered-To: freebsd-doc@freebsd.org Received: from smtp.noos.fr (racine.noos.net [212.198.2.71]) by hub.freebsd.org (Postfix) with ESMTP id 9A07F37B405 for ; Mon, 8 Oct 2001 15:46:51 -0700 (PDT) Received: (qmail 2723342 invoked by uid 0); 8 Oct 2001 22:46:50 -0000 Received: from unknown (HELO gits.dyndns.org) ([212.198.231.187]) (envelope-sender ) by 212.198.2.71 (qmail-ldap-1.03) with DES-CBC3-SHA encrypted SMTP for ; 8 Oct 2001 22:46:50 -0000 Received: (from root@localhost) by gits.dyndns.org (8.11.6/8.11.6) id f98MkmY86139; Tue, 9 Oct 2001 00:46:48 +0200 (CEST) (envelope-from root) Message-Id: <200110082246.f98MkmY86139@gits.dyndns.org> Subject: Re: docs/31109: replace gif images w/ png ones due to patent license In-Reply-To: To: "Gary W. Swearingen" Date: Tue, 9 Oct 2001 00:46:48 +0200 (CEST) Cc: Murray Stokely , freebsd-doc@FreeBSD.ORG Reply-To: clefevre@citeweb.net From: Cyrille Lefevre Organization: ACME X-Face: X-Mailer: ELM [version 2.4ME+ PL94c (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Gary W. Swearingen wrote: > Murray Stokely writes: > > > This looks good to me. Is there any reason not to convert all of our > > images to PNG? > > I have no reason, but I'll offer the next paragraph in case it matters > to anyone (and in case you don't all know it already :<). > > >From what I've read (at trustworthy places like /.), the display of GIF > images is explicitly permitted (without royalties) by the patent holder. > It is only the sale of them or the sale of software that generates them > (I forget which) which requires royalty payments. (Meaning that you're > free to display GIFs you make with properly-licensed software.) does it mean that softwares such as ImageMagic, netpbm and co. are properly-licensed ? frankly, I'm not really sure even after reading this : http://www.cloanto.com/users/mcb/19950127giflzw.html make it short, only read the first paragraph of the "Post Scriptum" chapter ;^) Cyrille. -- Cyrille Lefevre mailto:clefevre@citeweb.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Mon Oct 8 17:20: 5 2001 Delivered-To: freebsd-doc@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4BF7C37B406 for ; Mon, 8 Oct 2001 17:20:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f990K1Q26519; Mon, 8 Oct 2001 17:20:01 -0700 (PDT) (envelope-from gnats) Received: from xeon.unixathome.org (cr1046889-a.slnt1.on.wave.home.com [24.102.95.54]) by hub.freebsd.org (Postfix) with ESMTP id 08BF837B406 for ; Mon, 8 Oct 2001 17:14:24 -0700 (PDT) Received: (from dan@localhost) by xeon.unixathome.org (8.11.6/8.11.6) id f990EN651729; Mon, 8 Oct 2001 20:14:23 -0400 (EDT) (envelope-from dan) Message-Id: <200110090014.f990EN651729@xeon.unixathome.org> Date: Mon, 8 Oct 2001 20:14:23 -0400 (EDT) From: Dan Langille Reply-To: Dan Langille To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: docs/31148: change freshports to FreshPorts Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 31148 >Category: docs >Synopsis: change freshports to FreshPorts >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 Oct 08 17:20:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Dan Langille >Release: FreeBSD 4.4-STABLE i386 >Organization: The FreeBSD Diary >Environment: System: FreeBSD xeon.unixathome.org 4.4-STABLE FreeBSD 4.4-STABLE #2: Thu Sep 20 23:42:24 EDT 2001 root@xeon.unixathome.org:/usr/obj/usr/src/sys/XEON i386 >Description: Change freshports to FreshPorts (aka: be anal about caps. >How-To-Repeat: see http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/x4114.html >Fix: patch supplied. --- chapter.sgml.org Mon Oct 8 20:10:45 2001 +++ chapter.sgml Mon Oct 8 20:11:12 2001 @@ -230,7 +230,7 @@ Dan Langille maintains FreshPorts, at - http://www.freshports.org/. + http://www.FreshPorts.org/. FreshPorts tracks changes to the applications in the ports tree as they happen, and allows you to watch one or more ports, and will send you an email when they are updated. >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 Oct 8 17:30: 6 2001 Delivered-To: freebsd-doc@freebsd.org Received: from lists.unixathome.org (lists.unixathome.org [210.48.103.158]) by hub.freebsd.org (Postfix) with ESMTP id 332E937B40B for ; Mon, 8 Oct 2001 17:30:01 -0700 (PDT) Received: from wocker (lists.unixathome.org [210.48.103.158]) by lists.unixathome.org (8.11.6/8.11.6) with ESMTP id f990Tq882536 for ; Tue, 9 Oct 2001 13:29:53 +1300 (NZDT) (envelope-from dan@langille.org) From: "Dan Langille" Organization: novice in training To: doc@freebsd.org Date: Mon, 8 Oct 2001 20:29:09 -0400 MIME-Version: 1.0 Subject: getting the ports tree Reply-To: dan@langille.org Message-ID: <3BC20C95.15121.5E42836@localhost> X-mailer: Pegasus Mail for Win32 (v4.0, beta 40) Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Content-description: Mail message body Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org IIRC, the handbook at one time or another contained instructions for installing the ports tree. Newbies need that. I looked tonight for those instructions. I failed to find them at the website under handbook/ports and under /ports. I hope I'm going blind because a step by step process would be nice to refer users to. Are they there? FWIW: I remember two methods: 1 - cvsup 2 - /stand/sysinstall -- Dan Langille The FreeBSD Diary - http://freebsddiary.org/ - practical examples To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Mon Oct 8 20:34:43 2001 Delivered-To: freebsd-doc@freebsd.org Received: from mao.stokely.org (mao.stokely.org [65.84.64.228]) by hub.freebsd.org (Postfix) with ESMTP id 3A55537B403 for ; Mon, 8 Oct 2001 20:34:31 -0700 (PDT) Received: by mao.stokely.org (Postfix, from userid 2074) id 04A444B65D; Mon, 8 Oct 2001 20:34:24 -0700 (PDT) Date: Mon, 8 Oct 2001 20:34:24 -0700 From: Murray Stokely To: Dan Langille Cc: doc@freebsd.org Subject: Re: getting the ports tree Message-ID: <20011008203424.C21516@windriver.com> References: <3BC20C95.15121.5E42836@localhost> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <3BC20C95.15121.5E42836@localhost>; from dan@langille.org on Mon, Oct 08, 2001 at 08:29:09PM -0400 X-GPG-Key-ID: 1024D/0E451F7D X-GPG-Key-Fingerprint: E2CA 411D DD44 53FD BB4B 3CB5 B4D7 10A2 0E45 1F7D Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org This information really belongs in Chapter 4 "Ports and Packages" of the Handbook. That whole chapter could use a little work actually, and you'd be the perfect guy to help improve it! Is there any chance you can supply a patch to this chapter that adds the information you desire? Reorganizing some of the rest of the chapter, or turning the informal Q/A at the end into more formal text wouldn't hurt either. ;) - Murray On Mon, Oct 08, 2001 at 08:29:09PM -0400, Dan Langille wrote: > IIRC, the handbook at one time or another contained instructions > for installing the ports tree. Newbies need that. I looked tonight > for those instructions. I failed to find them at the website under > handbook/ports and under /ports. I hope I'm going blind because > a step by step process would be nice to refer users to. Are they > there? > > FWIW: I remember two methods: > > 1 - cvsup > > 2 - /stand/sysinstall To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Mon Oct 8 20:46:28 2001 Delivered-To: freebsd-doc@freebsd.org Received: from lists.unixathome.org (lists.unixathome.org [210.48.103.158]) by hub.freebsd.org (Postfix) with ESMTP id E3C2737B403; Mon, 8 Oct 2001 20:46:23 -0700 (PDT) Received: from wocker (lists.unixathome.org [210.48.103.158]) by lists.unixathome.org (8.11.6/8.11.6) with ESMTP id f993kB884394; Tue, 9 Oct 2001 16:46:12 +1300 (NZDT) (envelope-from dan@langille.org) From: "Dan Langille" Organization: novice in training To: Murray Stokely Date: Mon, 8 Oct 2001 23:46:26 -0400 MIME-Version: 1.0 Subject: Re: getting the ports tree Reply-To: dan@langille.org Cc: doc@FreeBSD.org Message-ID: <3BC23AD2.30037.697D799@localhost> In-reply-to: <20011008203424.C21516@windriver.com> References: <3BC20C95.15121.5E42836@localhost>; from dan@langille.org on Mon, Oct 08, 2001 at 08:29:09PM -0400 X-mailer: Pegasus Mail for Win32 (v4.0, beta 40) Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Content-description: Mail message body Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On 8 Oct 2001 at 20:34, Murray Stokely wrote: > This information really belongs in Chapter 4 "Ports and Packages" of > the Handbook. That's what I was reading. > That whole chapter could use a little work actually, > and you'd be the perfect guy to help improve it! Murray, please, you already have a girlfriend... flattery won't work here. > Is there any chance > you can supply a patch to this chapter that adds the information you > desire? My goal is to have a URL which I can use this this in the diary: For information on installing and using the the ports tree, please see http://www.freebsd.org/handbook/.... as that should appear in any article dealing with ports. Seeing as I'm the one that opened my big mouth, I guess so. Consider it a selfish contribution to make my own website easier to write. Section 4.2 'Finding Your Application' doesn't mention 'make search'. It should as many people don't know about it. 4.4.2 Removing Installed Ports refers to 'make deinstall' for removing a port. pkg_delete should be mentioned as well. And note that 'make deinstall' isn't the best way to remove a port. It works if you haven't done a 'make clean' AND if the port hasn't been upgraded via a cvsup since the make was initially done. Basically, I don't think make deinstall should be mentioned at all. It's not a command for a newbie. pkg_delete is. And we should mention pkg_delete -f as well. > Reorganizing some of the rest of the chapter, or turning the > informal Q/A at the end into more formal text wouldn't hurt either. ;) That's section 4.5. Careful... You don't want me to too much at once... > On Mon, Oct 08, 2001 at 08:29:09PM -0400, Dan Langille wrote: > > IIRC, the handbook at one time or another contained instructions > > for installing the ports tree. Newbies need that. I looked tonight > > for those instructions. I failed to find them at the website under > > handbook/ports and under /ports. I hope I'm going blind because > > a step by step process would be nice to refer users to. Are they > > there? > > > > FWIW: I remember two methods: > > > > 1 - cvsup > > > > 2 - /stand/sysinstall > -- Dan Langille The FreeBSD Diary - http://freebsddiary.org/ - practical examples To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Mon Oct 8 21: 0:22 2001 Delivered-To: freebsd-doc@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7D63837B403 for ; Mon, 8 Oct 2001 21:00:04 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f99404A60648; Mon, 8 Oct 2001 21:00:04 -0700 (PDT) (envelope-from gnats) Date: Mon, 8 Oct 2001 21:00:04 -0700 (PDT) Message-Id: <200110090400.f99404A60648@freefall.freebsd.org> To: freebsd-doc@freebsd.org Cc: From: Cyrille Lefevre Subject: Re: docs/31131: build/install doc isn't /usr/obj prefix clean Reply-To: Cyrille Lefevre Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR docs/31131; it has been noted by GNATS. From: Cyrille Lefevre To: freebsd-gnats-submit@FreeBSD.org Cc: Subject: Re: docs/31131: build/install doc isn't /usr/obj prefix clean Date: Tue, 9 Oct 2001 05:54:22 +0200 (CEST) well, when I tested this patch, the FORMATS variable contains only a subset of the KNOWN_FORMATS varaible. so, I made some new corrections to the doc Makefiles to be more objdir clean than ever. here is a complement to the previous patch set. PS : I have to make a new test using INSTALL_COMPRESSED=gz since I default it to nothing, but since this take a very long time on my computer (I've only a P166), I'll post more corrections later if any. Common subdirectories: /tmp/doc/share/mk/CVS and doc/share/mk/CVS diff -u /tmp/doc/share/mk/doc.docbook.mk doc/share/mk/doc.docbook.mk --- /tmp/doc/share/mk/doc.docbook.mk Tue Oct 9 05:41:17 2001 +++ doc/share/mk/doc.docbook.mk Tue Oct 9 05:35:32 2001 @@ -323,6 +323,7 @@ CLEANFILES+= ${HTML_SPLIT_INDEX} ${HTML_INDEX} ${PRINT_INDEX} .endif +LOCAL_IMAGES_LIB ?= .for _curimage in ${IMAGES_LIB} LOCAL_IMAGES_LIB += ${LOCAL_IMAGES_LIB_DIR}/${_curimage} .endfor @@ -359,14 +360,22 @@ ${DOC}.html-split.tar: HTML.manifest ${TAR} cf ${.TARGET} $$(${XARGS} < HTML.manifest) +.if !empty(IMAGES_LIB) ${TAR} uf ${.TARGET} ${IMAGES_LIB} +.endif +.if !empty(IMAGES_PNG) ${TAR} uf ${.TARGET} ${IMAGES_PNG} +.endif ${TAR} uf ${.TARGET} docbook.css ${DOC}.html.tar: ${DOC}.html ${TAR} cf ${.TARGET} ${DOC}.html +.if !empty(LOCAL_IMAGES_LIB) ${TAR} uf ${.TARGET} ${LOCAL_IMAGES_LIB} +.endif +.if !empty(IMAGES_PNG) ${TAR} uf ${.TARGET} ${IMAGES_PNG} +.endif ${TAR} uf ${.TARGET} docbook.css ${DOC}.txt: ${DOC}.html-text @@ -376,7 +385,7 @@ ${HTML2PDB} ${HTML2PDBFLAGS} ${.ALLSRC} ${.TARGET} ${.CURDIR:T}.pdb: ${DOC}.pdb - ${LN} -f ${DOC}.pdb ${.CURDIR}.pdb + ${LN} -f ${DOC}.pdb ${.CURDIR:T}.pdb ${DOC}.rtf: ${SRCS} ${JADE} -V rtf-backend ${PRINTOPTS} ${JADEOPTS} \ @@ -418,7 +427,7 @@ ${DVIPS} -o ${.TARGET} ${.ALLSRC} ${DOC}.tar: ${SRCS} - ${TAR} cf ${.TARGET} ${.ALLSRC} + ${TAR} cf ${.TARGET} -C ${.CURDIR} ${.ALLSRC:S|${.CURDIR}/||} # ------------------------------------------------------------------------ # diff -u /tmp/doc/share/mk/doc.html.mk doc/share/mk/doc.html.mk --- /tmp/doc/share/mk/doc.html.mk Tue Oct 9 05:41:17 2001 +++ doc/share/mk/doc.html.mk Tue Oct 9 05:34:35 2001 @@ -145,10 +145,10 @@ ${HTML2PDB} ${HTML2PDBFLAGS} ${.ALLSRC} ${.TARGET} ${.CURDIR:T}.pdb: ${DOC}.pdb - ${LN} -f ${DOC}.pdb ${.CURDIR}.pdb + ${LN} -f ${DOC}.pdb ${.CURDIR:T}.pdb ${DOC}.tar: ${SRCS} - ${TAR} cf ${.TARGET} ${.ALLSRC} + ${TAR} cf ${.TARGET} -C ${.CURDIR} ${.ALLSRC:S|${.CURDIR}/||} # # Build targets for any formats we've missed that we don't handle. diff -u /tmp/doc/share/mk/doc.images.mk doc/share/mk/doc.images.mk --- /tmp/doc/share/mk/doc.images.mk Tue Oct 9 05:41:17 2001 +++ doc/share/mk/doc.images.mk Tue Oct 9 05:38:15 2001 @@ -73,7 +73,7 @@ PNGTOPNM?= ${PREFIX}/bin/pngtopnm PNMTOPS?= ${PREFIX}/bin/pnmtops PNMTOPSFLAGS?= -noturn -EPS2PDF?= ${PREFIX}/bin/epstopdf +EPSTOPDF?= ${PREFIX}/bin/epstopdf # Use suffix rules to convert .scr files to .png files .SUFFIXES: .scr .png .eps Cyrille. -- Cyrille Lefevre mailto:clefevre@citeweb.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Mon Oct 8 21:57:49 2001 Delivered-To: freebsd-doc@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B10E137B403; Mon, 8 Oct 2001 21:57:46 -0700 (PDT) Received: (from bmah@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f994s9c68719; Mon, 8 Oct 2001 21:54:09 -0700 (PDT) (envelope-from bmah) Date: Mon, 8 Oct 2001 21:54:09 -0700 (PDT) From: Message-Id: <200110090454.f994s9c68719@freefall.freebsd.org> To: dan@freebsddiary.org, bmah@FreeBSD.org, freebsd-doc@freebsd.org Subject: Re: docs/31148: change freshports to FreshPorts Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: change freshports to FreshPorts State-Changed-From-To: open->closed State-Changed-By: bmah State-Changed-When: Mon Oct 8 21:53:38 PDT 2001 State-Changed-Why: Done! http://www.FreeBSD.org/cgi/query-pr.cgi?pr=31148 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Tue Oct 9 0:25:17 2001 Delivered-To: freebsd-doc@freebsd.org Received: from mailsrv.otenet.gr (mailsrv.otenet.gr [195.170.0.5]) by hub.freebsd.org (Postfix) with ESMTP id BA25437B403; Tue, 9 Oct 2001 00:25:09 -0700 (PDT) Received: from hades.hell.gr (patr530-a200.otenet.gr [212.205.215.200]) by mailsrv.otenet.gr (8.11.5/8.11.5) with ESMTP id f997P5o03801; Tue, 9 Oct 2001 10:25:06 +0300 (EEST) Received: (from charon@localhost) by hades.hell.gr (8.11.6/8.11.6) id f997P5Z11613; Tue, 9 Oct 2001 10:25:05 +0300 (EEST) (envelope-from charon@labs.gr) Date: Tue, 9 Oct 2001 10:25:05 +0300 From: Giorgos Keramidas To: Dan Langille Cc: Murray Stokely , doc@FreeBSD.ORG Subject: Re: getting the ports tree Message-ID: <20011009102505.B11537@hades.hell.gr> References: <3BC20C95.15121.5E42836@localhost>; <3BC23AD2.30037.697D799@localhost> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3BC23AD2.30037.697D799@localhost> User-Agent: Mutt/1.3.22.1i X-GPG-Fingerprint: C1EB 0653 DB8B A557 3829 00F9 D60F 941A 3186 03B6 X-URL: http://labs.gr/~charon/ Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Dan Langille wrote: > On 8 Oct 2001 at 20:34, Murray Stokely wrote: > > > That whole chapter could use a little work actually, > > and you'd be the perfect guy to help improve it! > > Murray, please, you already have a girlfriend... flattery won't > work here. * keramida merrily jumps in. I think I'll sit my lazy ass down and revamp the ports chapter. It will probably take a few days, though, since I also have a life that I have to keep up with. If you are thinking of writing stuff for this and you have the time to do so, I'd be happy to work with you on this Dan. -giorgos To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Tue Oct 9 1:49:30 2001 Delivered-To: freebsd-doc@freebsd.org Received: from nothing-going-on.demon.co.uk (pc-62-31-42-140-hy.blueyonder.co.uk [62.31.42.140]) by hub.freebsd.org (Postfix) with ESMTP id BD7A837B405 for ; Tue, 9 Oct 2001 01:49:26 -0700 (PDT) Received: (from nik@localhost) by nothing-going-on.demon.co.uk (8.11.3/8.11.3) id f998Tvq38624; Tue, 9 Oct 2001 09:29:57 +0100 (BST) (envelope-from nik) Date: Tue, 9 Oct 2001 09:29:57 +0100 From: Nik Clayton To: Dan Langille Cc: doc@freebsd.org Subject: Re: getting the ports tree Message-ID: <20011009092957.B966@clan.nothing-going-on.org> References: <3BC20C95.15121.5E42836@localhost> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="UvwuEPigQXXfOf7G" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <3BC20C95.15121.5E42836@localhost>; from dan@langille.org on Mon, Oct 08, 2001 at 08:29:09PM -0400 Organization: FreeBSD Project Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org --UvwuEPigQXXfOf7G Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Oct 08, 2001 at 08:29:09PM -0400, Dan Langille wrote: > IIRC, the handbook at one time or another contained instructions=20 > for installing the ports tree. Newbies need that. I looked tonight > for those instructions. I failed to find them at the website under > handbook/ports and under /ports. I hope I'm going blind because > a step by step process would be nice to refer users to. Are they > there? >=20 > FWIW: I remember two methods: >=20 > 1 - cvsup That, at least, is in the "Obtaining FreeBSD" appendix. > 2 - /stand/sysinstall Never done that. I don't recall seeing it documented. N --=20 FreeBSD: The Power to Serve http://www.freebsd.org/ FreeBSD Documentation Project http://www.freebsd.org/docproj/ --- 15B8 3FFC DDB4 34B0 AA5F 94B7 93A8 0764 2C37 E375 --- --UvwuEPigQXXfOf7G Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: For info see http://www.gnupg.org iEYEARECAAYFAjvCtYQACgkQk6gHZCw343WHHgCfUtkpeS9GA2HxnOEB0Xa59uU9 2a8An0jiIsgOawZwziWi2Usm606p9ten =14cF -----END PGP SIGNATURE----- --UvwuEPigQXXfOf7G-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Tue Oct 9 4: 9: 4 2001 Delivered-To: freebsd-doc@freebsd.org Received: from mta01-svc.ntlworld.com (mta01-svc.ntlworld.com [62.253.162.41]) by hub.freebsd.org (Postfix) with ESMTP id 0A4FE37B408 for ; Tue, 9 Oct 2001 04:09:01 -0700 (PDT) Received: from eborcom.com ([62.253.89.31]) by mta01-svc.ntlworld.com (InterMail vM.4.01.03.00 201-229-121) with SMTP id <20011009110858.JMNT15984.mta01-svc.ntlworld.com@eborcom.com> for ; Tue, 9 Oct 2001 12:08:58 +0100 Received: (qmail 2311 invoked by uid 1001); 9 Oct 2001 11:08:49 -0000 Date: Tue, 9 Oct 2001 12:08:49 +0100 From: Tom Hukins To: Cyrille Lefevre Cc: freebsd-doc@FreeBSD.org Subject: Re: docs/31109: replace gif images w/ png ones due to patent license Message-ID: <20011009120849.A1481@eborcom.com> Mail-Followup-To: Tom Hukins , Cyrille Lefevre , freebsd-doc@FreeBSD.org References: <20011008101617.B88688@eborcom.com> <200110082203.f98M3Zs84667@gits.dyndns.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200110082203.f98M3Zs84667@gits.dyndns.org>; from clefevre@citeweb.net on Tue, Oct 09, 2001 at 12:03:35AM +0200 Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Tue, Oct 09, 2001 at 12:03:35AM +0200, Cyrille Lefevre wrote: > Tom Hukins wrote: > > PNG itself doesn't support animation, but MNG can be used for this and > > is supported by modern Web browsers as is PNG. > > what do you call "modern Web browsers" ? I was thinking of version 5+ of all major Web browsers. However, it appears that only Mozilla/Netscape6 and Konqueror have MNG support. That means MSIE and Opera are missing out of the major browsers. So, it seems that using MNG on the Web is still a few years off. :-( > also, how do you generate MNG animated images from PNG images ? > what is the magic command ? A quick Google search brought up http://www.libpng.org/pub/png/pngapcv.html which claims that ImageMagick can do this. Tom To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Tue Oct 9 5:10: 5 2001 Delivered-To: freebsd-doc@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 32D9937B406 for ; Tue, 9 Oct 2001 05:10:02 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f99CA2G52421; Tue, 9 Oct 2001 05:10:02 -0700 (PDT) (envelope-from gnats) Date: Tue, 9 Oct 2001 05:10:02 -0700 (PDT) Message-Id: <200110091210.f99CA2G52421@freefall.freebsd.org> To: freebsd-doc@freebsd.org Cc: From: Marc Ernst Eddy van Woerkom Subject: Re: docs/30008: This document should be translated, commented and added Reply-To: Marc Ernst Eddy van Woerkom Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR docs/30008; it has been noted by GNATS. From: Marc Ernst Eddy van Woerkom To: bartequi@neomedia.it Cc: 3d@FreeBSD.org, 3d@hub.freebsd.org, bartequi@neomedia.it, marc.vanwoerkom@FernUni-Hagen.de, freebsd-gnats-submit@FreeBSD.org Subject: Re: docs/30008: This document should be translated, commented and added Date: Tue, 9 Oct 2001 14:08:03 +0200 (MET DST) Starting is the problem. :) So I take part two. By the way, have you seen http://www.osnews.com/story.php?news_id=153 This is another bit on soft updates that should be kept as well. I ask them for reproduction. Regards, Marc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Tue Oct 9 8: 0: 5 2001 Delivered-To: freebsd-doc@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8EBBC37B405 for ; Tue, 9 Oct 2001 08:00:00 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f99F00Z03165; Tue, 9 Oct 2001 08:00:00 -0700 (PDT) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2801F37B406 for ; Tue, 9 Oct 2001 07:54:30 -0700 (PDT) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f99EsUp02580; Tue, 9 Oct 2001 07:54:30 -0700 (PDT) (envelope-from nobody) Message-Id: <200110091454.f99EsUp02580@freefall.freebsd.org> Date: Tue, 9 Oct 2001 07:54:30 -0700 (PDT) From: ulrich To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: docs/31164: man page for strftime is incorrect Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 31164 >Category: docs >Synopsis: man page for strftime 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: Tue Oct 09 08:00:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: ulrich >Release: 4.1 >Organization: >Environment: >Description: man page for strftime %a is replaced by national representation of the abbreviated weekday name, where the abbreviation is the first three characters. This is incorrect and should be "... two characters and a space." >How-To-Repeat: date "+%a|" reveals that an additional blank is appended >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 Oct 9 8:30: 8 2001 Delivered-To: freebsd-doc@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B282C37B403 for ; Tue, 9 Oct 2001 08:30:02 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f99FU2M09851; Tue, 9 Oct 2001 08:30:02 -0700 (PDT) (envelope-from gnats) Date: Tue, 9 Oct 2001 08:30:02 -0700 (PDT) Message-Id: <200110091530.f99FU2M09851@freefall.freebsd.org> To: freebsd-doc@freebsd.org Cc: From: Garrett Wollman Subject: Re: docs/30447: remove broken cxconfig(8) reference from manpage of cx(4) Reply-To: Garrett Wollman Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR docs/30447; it has been noted by GNATS. From: Garrett Wollman To: Murray Stokely Cc: freebsd-gnats-submit@FreeBSD.org Subject: Re: docs/30447: remove broken cxconfig(8) reference from manpage of cx(4) Date: Tue, 9 Oct 2001 11:25:57 -0400 (EDT) < said: > [CCed to Garrett since he imported cx and cxconfig] I did?! > What's up with the sbin/i386 directory that appears to have been > disconnected from the build for many years. It was an idea that I had which later turned out to be a bad one. -GAWollman To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Tue Oct 9 9:19:14 2001 Delivered-To: freebsd-doc@freebsd.org Received: from hood.tvd.be (hood.tvd.be [195.162.196.21]) by hub.freebsd.org (Postfix) with ESMTP id E7D5C37B403 for ; Tue, 9 Oct 2001 09:19:06 -0700 (PDT) Received: from cocaine.cryolabs.net (cable-213-132-150-211.upc.chello.be [213.132.150.211]) by hood.tvd.be (8.9.3/8.9.3/RELAY-1.1) with ESMTP id SAA24812; Tue, 9 Oct 2001 18:18:41 +0200 (MET DST) Date: Tue, 9 Oct 2001 18:17:43 +0200 (CEST) From: Wouter Van Hemel To: Marc Ernst Eddy van Woerkom Cc: freebsd-doc@freebsd.org Subject: Re: docs/30008: This document should be translated, commented and added In-Reply-To: <200110091210.f99CA2G52421@freefall.freebsd.org> Message-ID: PGP: 0B B4 BC 28 53 62 FE 94 6A 57 EE B8 A6 E2 1B E4 (0xAA5412F0) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Tue, 9 Oct 2001, Marc Ernst Eddy van Woerkom wrote: > The following reply was made to PR docs/30008; it has been noted by GNATS. > > From: Marc Ernst Eddy van Woerkom > To: bartequi@neomedia.it > Cc: 3d@FreeBSD.org, 3d@hub.freebsd.org, bartequi@neomedia.it, > marc.vanwoerkom@FernUni-Hagen.de, freebsd-gnats-submit@FreeBSD.org > Subject: Re: docs/30008: This document should be translated, commented and > added > Date: Tue, 9 Oct 2001 14:08:03 +0200 (MET DST) > > Starting is the problem. :) > So I take part two. > I have almost finished part 3. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Tue Oct 9 9:50:36 2001 Delivered-To: freebsd-doc@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 59B8D37B408 for ; Tue, 9 Oct 2001 09:50:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f99Go0523084; Tue, 9 Oct 2001 09:50:00 -0700 (PDT) (envelope-from gnats) Received: from aragorn.neomedia.it (aragorn.neomedia.it [195.103.207.6]) by hub.freebsd.org (Postfix) with ESMTP id E657F37B409 for ; Tue, 9 Oct 2001 09:44:20 -0700 (PDT) Received: (from httpd@localhost) by aragorn.neomedia.it (8.11.4/8.11.4) id f99GiGa06076 for freebsd-gnats-submit@freebsd.org; Tue, 9 Oct 2001 18:44:16 +0200 (CEST) Message-Id: <1002645855.3bc3295fc5515@webmail.neomedia.it> Date: Tue, 09 Oct 2001 18:44:15 +0200 (CEST) From: Salvo Bartolotta To: freebsd-gnats-submit@freebsd.org Subject: docs/31169: [ARTICLE] CVSup advanced points Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 31169 >Category: docs >Synopsis: [ARTICLE] CVSup advanced points >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: Tue Oct 09 09:50:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Salvo Bartolotta >Release: FreeBSD 4.4-STABLE i386 >Organization: none of importance >Environment: System: FreeBSD 4.4-STABLE Sat Sep 29 12:25:01 CEST 2001 >Description: This article covers problematic points related to cvsup usage. The fake $ID$ string suggests a possible position in the doc tree. >How-To-Repeat: Read the mailing lists... >Fix: The attached small article (to be renamed article.sgml), containing detailed examples as well as an (hopefully) clear explanation, is an attempt at fixing the problem. :-) -- Salvo ---MOQ10026458556b6ceeef4d889190fc41d261c60f24a0 Content-Type: application/octet-stream; name="article" Content-Transfer-Encoding: base64 Content-Disposition: inline; filename="article" PCEtLQogICAgIFRoZSBGcmVlQlNEIERvY3VtZW50YXRpb24gUHJvamVjdAotLT4KCjwhRE9DVFlQ RSBhcnRpY2xlIFBVQkxJQyAiLS8vRnJlZUJTRC8vRFREIERvY0Jvb2sgVjQuMS1CYXNlZCBFeHRl bnNpb24vL0VOIiBbCjwhRU5USVRZICUgbWFuIFBVQkxJQyAiLS8vRnJlZUJTRC8vRU5USVRJRVMg RG9jQm9vayBNYW51YWwgUGFnZSBFbnRpdGllcy8vRU4iPgolbWFuOwpdPgoKPGFydGljbGU+CiAg PGFydGljbGVpbmZvPgogICAgPHRpdGxlPkNWU3VwIEFkdmFuY2VkIFBvaW50czwvdGl0bGU+Cgog ICAgPGF1dGhvcmdyb3VwPgogICAgICA8YXV0aG9yPgoJPGZpcnN0bmFtZT5TYWx2bzwvZmlyc3Ru YW1lPgoJPHN1cm5hbWU+QmFydG9sb3R0YTwvc3VybmFtZT4KCgk8YWZmaWxpYXRpb24+CgkgIDxh ZGRyZXNzPjxlbWFpbD5iYXJ0ZXF1aUBuZW9tZWRpYS5pdDwvZW1haWw+PC9hZGRyZXNzPgoJPC9h ZmZpbGlhdGlvbj4KICAgICAgPC9hdXRob3I+CiAgICA8L2F1dGhvcmdyb3VwPgoKICAgIDxwdWJk YXRlPiRGcmVlQlNEOiBkb2MvZW5fVVMuSVNPODg1OS0xL2FydGljbGVzL2N2c3VwL2FydGljbGUu c2dtbCx2IDEgMjAwMS8xMC8wOCAyMToyODoxMSBtdXJyYXkgRXhwICQ8L3B1YmRhdGU+CgogICAg PGFic3RyYWN0PgogICAgICA8cGFyYT5UaGUgcHJlc2VudCBhcnRpY2xlIGFzc3VtZXMgYSBiYXNp YyB1bmRlcnN0YW5kaW5nIG9mIENWU3VwCiAgICAgICAgb3BlcmF0aW9uLiBJdCBkb2N1bWVudHMg c2V2ZXJhbCBkZWxpY2F0ZSBpc3N1ZXMgY29ubmVjdGVkIHdpdGggCglzb3VyY2Ugc3luY2hyb25p emF0aW9uIHZpYSBDVlN1cCwgdml6LiBlZmZlY3RpdmUgc29sdXRpb25zIHRvCgl0aGUgcHJvYmxl bSBvZiBzdGFsZSBmaWxlcyBhcyB3ZWxsIGFzIHNwZWNpYWwgc291cmNlIHVwZGF0aW5nCgljYXNl czsgd2hpY2ggaXNzdWVzIGFyZSBsaWtlbHkgdG8gY2F1c2UgYXBwYXJlbnRseSBpbmV4cGxpY2Fi bGUKCXRyb3VibGVzLjwvcGFyYT4KICAgIDwvYWJzdHJhY3Q+CiAgPC9hcnRpY2xlaW5mbz4KCiAg PHNlY3QxIGlkPSJwcmVmYWNlIj4KICAgIDx0aXRsZT5QcmVmYWNlPC90aXRsZT4KICAgIAogICAg ICA8cGFyYT5UaGlzIGRvY3VtZW50IGlzIHRoZSBmcnVpdCBvZiB0aGUgYXV0aG9yJ3MgYXR0ZW1w dHMgdG8gICAgCglmdWxseSB1bmRlcnN0YW5kIHRoZSBuaWNldGllcyBvZiBjdnN1cCAmIHNvdXJj ZSB1cGRhdGluZy4mbmJzcDs6LSkKCVdoaWxlIHRoZSBhdXRob3IgaGFzIG1hZGUgZXZlcnkgZWZm b3J0IHRvIG1ha2UgdGhlc2UgcGFnZXMgCiAgICAgICAgYXMgaW5mb3JtYXRpdmUgYW5kIGNvcnJl Y3QgYXMgcG9zc2libGUsIGhlIGlzIG9ubHkgaHVtYW4gYW5kIAoJbWF5IGhhdmUgbWFkZSBhbGwg c29ydHMgb2YgdHlwb3MsIG1pc3Rha2VzLCBldGMuICBIZSB3aWxsIGJlCgl2ZXJ5IGdyYXRlZnVs IGZvciBhbnkgY29tbWVudHMgYW5kL29yIHN1Z2dlc3Rpb25zIHlvdSBzZW5kIHRvCgloaXMgZS1t YWlsIGFkZHJlc3MsIDxlbWFpbD5iYXJ0ZXF1aUBuZW9tZWRpYS5pdDwvZW1haWw+LjwvcGFyYT4K ICA8L3NlY3QxPgoKIAogIDxzZWN0MSBpZD0iaW50cm9kdWN0aW9uIj4KICAgIDx0aXRsZT5JbnRy b2R1Y3Rpb248L3RpdGxlPgoKICAgICAgPHBhcmE+SWYgeW91IGhhdmUgdmlzaXRlZAoJPHVsaW5r IHVybD0iaHR0cDovL3d3dy5wb2xzdHJhLmNvbSI+Sm9obiBQb2xzdHJhJ3Mgc2l0ZTwvdWxpbms+ CiAgICAgICAgYW5kIHJlYWQKICAgICAgICA8dWxpbmsgdXJsPSJodHRwOi8vd3d3LnBvbHN0cmEu Y29tL3Byb2plY3RzL2ZyZWV3YXJlL0NWU3VwL2ZhcS5odG1sIj5oaXMgRkFRPC91bGluaz4sCiAg ICAgICAgeW91IG1heSBoYXZlIG5vdGljZWQgUXVlc3Rpb24gMTIgJiAxMy48L3BhcmE+CgogICAg ICA8cGFyYT5XaGVuIHVwZGF0aW5nIGFueSBjb2xsZWN0aW9uIG9mIHNvdXJjZXMgKGVnIAoJPGZp bGVuYW1lPi91c3IvcG9ydHM8L2ZpbGVuYW1lPiksICZtYW4uY3ZzdXAuMTsgbWFrZXMgdXNlIG9m Cgl0aGUgcmVsYXRlZCBjaGVja291dHMgZmlsZSBpbiBvcmRlciB0byBwZXJmb3JtIHRoZSB1cGRh dGluZwoJcHJvY2VzcyBpbiB0aGUgbW9zdCBlZmZpY2llbnQgYW5kIGNvcnJlY3Qgd2F5LiAgSW4g dGhpcyBleGFtcGxlCiAgICAgICAgKDxmaWxlbmFtZT4vdXNyL3BvcnRzPC9maWxlbmFtZT4pLCB0 aGUgcmVsYXRlZCBjaGVja291dHMgZmlsZQogICAgICAgIGlzIDxmaWxlbmFtZT4vdXNyL3N1cC9w b3J0cy1hbGwvY2hlY2tvdXRzLmN2czouPC9maWxlbmFtZT4gaWYKICAgICAgICB5b3VyIGJhc2Ug aXMgPGZpbGVuYW1lPi91c3I8L2ZpbGVuYW1lPi48L3BhcmE+CgogICAgICA8cGFyYT5BIGNoZWNr b3V0cyBmaWxlIGNvbnRhaW5zIGluZm9ybWF0aW9uIG9uIHRoZSBjdXJyZW50IHN0YXR1cwoJb2Yg eW91ciBzb3VyY2VzIC0tIGluIGEgd2F5LCBhIHNvcnQgb2YgInBob3RvZ3JhcGgiLiBUaGlzIAoJ c2lnbmlmaWNhbnQgaW5mb3JtYXRpb24gZW5hYmxlcyBjdnN1cCB0byByZXRyaWV2ZSB1cGRhdGVz IG1vc3QKCWVmZmVjdGl2ZWx5LiBGdXJ0aGVyLCBhbmQgbWF5YmUgbW9yZSBpbXBvcnRhbnQsIGl0 IGVuYWJsZXMgY3ZzdXAKCXRvIGNvcnJlY3RseSBtYW5hZ2UgeW91ciBzb3VyY2VzIGJ5IGxvY2Fs bHkgZGVsZXRpbmcgYW55IGZpbGVzCglubyBsb25nZXIgcHJlc2VudCBpbiB0aGUgcmVwb3NpdG9y eSwgdGh1cyBsZWF2aW5nIG5vIHN0YWxlIGZpbGVzCglvbiB5b3VyIHN5c3RlbS4gSW4gZmFjdCwg d2l0aG91dCBhIGNoZWNrb3V0cyBmaWxlLCBjdnN1cCB3b3VsZCAKCU5PVCBrbm93IHdoaWNoIGZp bGVzIHlvdXIgY29sbGVjdGlvbiB3YXMgY29tcG9zZWQgb2YgKGNmCiAgICAgICAgJm1hbi5jdnN1 cC4xOyBhbmQgdGhlIGZhbGxiYWNrIG1ldGhvZCBmb3IgZGV0YWlscyk7IGFzIGEgcmVzdWx0LAoJ aXQgY291bGQgTk9UIGRlbGV0ZSBvbiB5b3VyIHN5c3RlbSB0aG9zZSBmaWxlcyBubyBsb25nZXIg cHJlc2VudAoJaW4gdGhlIHJlcG9zaXRvcnkuIFRoZXkgd291bGQgcmVtYWluIG9uIHlvdXIgc3lz dGVtIChzdGFsZQoJZmlsZXMpLCBhbmQgbWlnaHQgY2F1c2UgeW91IHN1YnRsZSBidWlsZCBmYWls dXJlcyBvciBvdGhlcgoJdHJvdWJsZS4gRm9yIGV4YW1wbGUsIHRoaXMgcHJvYmxlbSBpcyBsaWtl bHkgdG8gb2NjdXIgaWYgeW91CglmaXJzdCB1cGRhdGUgeW91ciBwb3J0cyBjb2xsZWN0aW9uIHNl dmVyYWwgd2Vla3MgYWZ0ZXIgeW91CgloYXZlIGdvdCh0ZW4pIHlvdXIgaW5zdGFsbGF0aW9uIENE cy48L3BhcmE+CgogICAgIDxwYXJhPkl0IGlzIHRoZXJlZm9yZSByZWNvbW1lbmRlZCB0aGF0IHlv dSBhZG9wdCB0aGUgdHdvLXN0ZXAgcHJvY2VkdXJlCiAgICAgICBvdXRsaW5lZCBpbiB0aGUgQ3Zz dXAgRkFRIChjZiBRMTIsIFExMyk7IGluIHN1YnNlcXVlbnQgc2VjdGlvbnMsIHlvdQogICAgICAg d2lsbCBiZSBnaXZlbiBpbnRlcmVzdGluZyBhbmQgaW5zdHJ1Y3RpdmUgY29uY3JldGUgZXhhbXBs ZXMuPC9wYXJhPgogIDwvc2VjdDE+CgogIDxzZWN0MSBpZD0ic2NyaXB0Ij4KICAgIDx0aXRsZT5B IHVzZWZ1bCBweXRob24gc2NyaXB0OiBjdnN1cGNoazwvdGl0bGU+CgogICAgICA8cGFyYT5BbHRl cm5hdGl2ZWx5LCBpbiBvcmRlciB0byBleGFtaW5lIHlvdXIgc291cmNlcyBmb3IgCglpbmNvbnNp c3RlbmNpZXMsIHlvdSBtYXkgd2lzaCB0byB1dGlsaXplIHRoZSBjdnN1cGNoayBweXRob24gCglz Y3JpcHQ7IHdoaWNoIHNjcmlwdCBpcyBjdXJyZW50bHkgZm91bmQgaW4gCgk8ZmlsZW5hbWU+L3Vz ci9wb3J0cy9uZXQvY3ZzdXAvd29yay9jdnN1cC0xNi4xL2NvbnRyaWIvY3ZzdXBjaGs8L2ZpbGVu YW1lPiwKCXRvZ2V0aGVyIHdpdGggYSBuaWNlIDxmaWxlbmFtZT5SRUFETUU8L2ZpbGVuYW1lPi4g UHJlcmVxdWlzaXRlczo8L3BhcmE+CgogICAgICAgIDxvcmRlcmVkbGlzdD4KICAgICAgICAgICA8 bGlzdGl0ZW0+CiAgICAgICAgICAgICA8cGFyYT48bGl0ZXJhbD4vdXNyL3BvcnRzL25ldC9jdnN1 cDwvbGl0ZXJhbD4gJnByb21wdC5yb290OyA8dXNlcmlucHV0PiBtYWtlIGV4dHJhY3Q8L3VzZXJp bnB1dD48L3BhcmE+CiAgICAgICAgICAgPC9saXN0aXRlbT4KCiAgICAgICAgICAgPGxpc3RpdGVt PgogICAgICAgICAgICAgPHBhcmE+cHl0aG9uIChhbHNvIGZvdW5kIGluIHRoZSBwb3J0cyBjb2xs ZWN0aW9uIDotKSk8L3BhcmE+CiAgICAgICAgICAgPC9saXN0aXRlbT4KCiAgICAgICAgICAgPGxp c3RpdGVtPgogICAgICAgICAgICAgPHBhcmE+YSBjaGVja291dHMgZmlsZSBmb3IgeW91ciBjb2xs ZWN0aW9uIG9mIHNvdXJjZXMuPC9wYXJhPgogICAgICAgICAgIDwvbGlzdGl0ZW0+CiAgICAgICAg IDwvb3JkZXJlZGxpc3Q+CgogICAgICA8cGFyYT5JZiB5b3UgYXJlIHVwZGF0aW5nIHlvdXIgc291 cmNlcyBmb3IgdGhlIHZlcnkgZmlyc3QgdGltZSwKCW9mIGNvdXJzZSB5b3UgZG8gbm90IGhhdmUg YSBjaGVja291dHMgZmlsZS4gQWZ0ZXIgaW5zdGFsbGluZwoJcHl0aG9uIGFuZCB1cGRhdGluZyB5 b3VyIHNvdXJjZXMgKGVnIDxmaWxlbmFtZT4vdXNyL3BvcnRzPC9maWxlbmFtZT4pLAoJeW91IGNh biBjaGVjayB0aGVtIHRodXM6PC9wYXJhPgoKICAgICAgICA8c2NyZWVuPiZwcm9tcHQudXNlcjsg PGZpbGVuYW1lPi9wYXRoL3RvLzwvZmlsZW5hbWU+PHVzZXJpbnB1dD5jdnN1cGNoayAtZCAvdXNy IC1jIC91c3Ivc3VwL3BvcnRzLWFsbC9jaGVja291dHMuY3ZzOi4gfCBtb3JlPC91c2VyaW5wdXQ+ PC9zY3JlZW4+CgogICAgICA8cGFyYT5JZiB5b3Ugd2FudCB0byBjaGVjayB5b3VyIFJFTEVOR180 IHNvdXJjZXM6PC9wYXJhPgoKICAgICAgICA8c2NyZWVuPiZwcm9tcHQudXNlcjsgPGZpbGVuYW1l Pi9wYXRoL3RvLzwvZmlsZW5hbWU+PHVzZXJpbnB1dD5jdnN1cGNoayAtZCAvdXNyIC1jIC91c3Iv c3VwL3NyYy1hbGwvY2hlY2tvdXRzLmN2czpSRUxFTkdfNCB8IG1vcmU8L3VzZXJpbnB1dD48L3Nj cmVlbj4KCiAgICAgIDxwYXJhPkluIGVhY2ggY2FzZSwgY3ZzdXBjaGsgd2lsbCBpbnNwZWN0IHlv dXIgc291cmNlcyBmb3IgCglpbmNvbnNpc3RlbmNpZXMgYnkgdXRpbGl6aW5nIHRoZSBpbmZvcm1h dGlvbiBjb250YWluZWQgaW4gdGhlIAoJcmVsYXRlZCBjaGVja291dHMgZmlsZS4gIFN1Y2ggYW5v bWFsaWVzIGFzIGRlbGV0ZWQgZmlsZXMgYmVpbmcgCglwcmVzZW50IChha2Egc3RhbGUgZmlsZXMp LCBtaXNzaW5nIGNoZWNrZWQtb3V0IGZpbGVzLCBleHRyYSBSQ1MKCWZpbGVzLCBhbmQgZGVhZCBk aXJlY3RvcmllcyB3aWxsIGJlIHByaW50ZWQgdG8gc3RhbmRhcmQgb3V0cHV0LjwvcGFyYT4KCiAg ICAgIDxwYXJhPkluIHRoZSBuZXh0IHNlY3Rpb24sIHdlIHdpbGwgcHJvdmlkZSBpbXBvcnRhbnQs IHR5cGljYWwKCWV4YW1wbGVzIG9mIHNvdXJjZSB1cGRhdGluZzsgd2hpY2ggZXhhbXBsZXMgd2ls bCBzaG93IHlvdSB0aGUKCXJvbGUgb2YgY2hlY2tvdXRzIGZpbGVzIGFuZCB0aGUgZGFuZ2VycyBv ZiBuZWdsaWdlbnQgc291cmNlCgltYW5hZ2VtZW50LjwvcGFyYT4KICA8L3NlY3QxPgoKICA8c2Vj dDEgaWQ9ImV4YW1wbGVzIj4KICAgIDx0aXRsZT5FeGFtcGxlcyBvZiBtb3JlIGFkdmFuY2VkIHNv dXJjZSBtYW5hZ2VtZW50PC90aXRsZT4KCiAgICAgIDxzZWN0Mj4KICAgICAgICA8dGl0bGU+SG93 IHRvIHNhZmVseSBjaGFuZ2UgdGFncyB3aGVuIHVwZGF0aW5nIDxsaXRlcmFsPnNyYy1hbGwuPC9s aXRlcmFsPjwvdGl0bGU+CgogICAgICAgIDxwYXJhPklmIHlvdSBzcGVjaWZ5IGVnIHRhZz1BIGlu IHlvdXIgc3VwZmlsZSwgY3ZzdXAgd2lsbCBjcmVhdGUKCSAgYSBjaGVja291dHMgZmlsZSBjYWxs ZWQgPGZpbGVuYW1lPmNoZWNrb3V0cy5jdnM6QTwvZmlsZW5hbWU+OiAKCSAgZm9yIGluc3RhbmNl LCBpZiB0YWc9UkVMRU5HXzQsIGEgY2hlY2tvdXRzIGZpbGUgY2FsbGVkCiAgICAgICAgICA8Zmls ZW5hbWU+Y2hlY2tvdXRzLmN2czpSRUxFTkdfNDwvZmlsZW5hbWU+IGlzIGdlbmVyYXRlZC4gCgkg ICBUaGlzIGZpbGUgd2lsbCBiZSB1c2VkIHRvIHJldHJpZXZlIGFuZC9vciBzdG9yZSBpZGVudGlm aWNhdGlvbgoJICAgaW5mb3JtYXRpb24gb24geW91ciA0LVNUQUJMRSBzb3VyY2VzLjwvcGFyYT4K CiAgICAgICAgIDxwYXJhPldoZW4gdHJhY2tpbmcgPGxpdGVyYWw+c3JjLWFsbDwvbGl0ZXJhbD4s IGlmIHlvdSB3aXNoIHRvCgkgICBwYXNzIGZyb20gdGFnPUEgdG8gdGFnPUIgKEEgbGVzcy9ncmVh dGVyIHRoYW4gQiBub3QgbWFraW5nIAoJICAgYW55IGRpZmZlcmVuY2UpIGFuZCBpZiB5b3VyIGNo ZWNrb3V0cyBmaWxlIGlzIAoJICAgPGZpbGVuYW1lPmNoZWNrb3V0cy5jdnM6QTwvZmlsZW5hbWU+ LCB0aGUgZm9sbG93aW5nIGFjdGlvbnMKCSAgIHNob3VsZCBiZSBwZXJmb3JtZWQ6PC9wYXJhPgoK ICAgICAgICAgICAgPG9yZGVyZWRsaXN0PgogICAgICAgICAgICAgIDxsaXN0aXRlbT4KICAgICAg ICAgICAgICAgIDxwYXJhPiZwcm9tcHQucm9vdDsgPHVzZXJpbnB1dD5tdiBjaGVja291dHMuY3Zz OkEgY2hlY2tvdXRzLmN2czpCPC91c2VyaW5wdXQ+CiAgICAgICAgICAgICAgICAgIChUaGlzIHBy b3ZpZGVzIHRoZSBzdWJzZXF1ZW50IHN0ZXAgd2l0aCB0aGUgYXBwcm9wcmlhdGUKICAgICAgICAg ICAgICAgICAgY2hlY2tvdXRzIGZpbGUpPC9wYXJhPgogICAgICAgICAgICAgIDwvbGlzdGl0ZW0+ CgogICAgICAgICAgICAgIDxsaXN0aXRlbT4KICAgICAgICAgICAgICAgIDxwYXJhPndyaXRlIGEg c3VwZmlsZSB3aG9zZSBjb2xsZWN0aW9uIGxpbmUgcmVhZHM6PC9wYXJhPgogICAgICAgICAgICAg ICAgICA8cHJvZ3JhbWxpc3Rpbmc+c3JjLWFsbCB0YWc9QjwvcHJvZ3JhbWxpc3Rpbmc+CiAgICAg ICAgICAgICAgPC9saXN0aXRlbT4KCiAgICAgICAgICAgICAgPGxpc3RpdGVtPgogICAgICAgICAg ICAgICAgPHBhcmE+Y3ZzdXAgeW91ciBzb3VyY2VzIHVzaW5nIHRoZSBuZXcgc3VwZmlsZS48L3Bh cmE+CiAgICAgICAgICAgICAgPC9saXN0aXRlbT4KICAgICAgICAgICAgPC9vcmRlcmVkbGlzdD4K CiAgICAgICAgIDxwYXJhPkN2c3VwIHdpbGwgbG9vayBmb3IgPGZpbGVuYW1lPmNoZWNrb3V0cy5j dnM6QjwvZmlsZW5hbWU+IAoJICAgLS0gaW4gdGhhdCB0aGUgdGFyZ2V0IGlzIEI7IHRoYXQgaXMs IGN2c3VwIHdpbGwgbWFrZSB1c2Ugb2YgCgkgICB0aGUgaW5mb3JtYXRpb24gY29udGFpbmVkIHRo ZXJlaW4gdG8gY29ycmVjdGx5IG1hbmFnZSB5b3VyIAoJICAgc291cmNlcy48L3BhcmE+CgogICAg ICAgICA8cGFyYT5UaGUgYmVuZWZpdHM6PC9wYXJhPgoKICAgICAgICAgICA8aXRlbWl6ZWRsaXN0 PgogICAgICAgICAgICAgIDxsaXN0aXRlbT4KICAgICAgICAgICAgICAgIDxwYXJhPnRoZSBzb3Vy Y2VzIGFyZSBkZWFsdCB3aXRoIGNvcnJlY3RseSAoaW4gcGFydGljdWxhciwKCQkgIG5vIHN0YWxl IGZpbGVzKTwvcGFyYT4KICAgICAgICAgICAgICA8L2xpc3RpdGVtPgoKICAgICAgICAgICAgICA8 bGlzdGl0ZW0+CiAgICAgICAgICAgICAgICA8cGFyYT5sZXNzIGxvYWQgaXMgcGxhY2VkIG9uIHRo ZSBzZXJ2ZXIsIGluIHRoYXQgY3ZzdXAgCgkJICBvcGVyYXRlcyBpbiB0aGUgbW9zdCBlZmZpY2ll bnQgd2F5LjwvcGFyYT4KICAgICAgICAgICAgICA8L2xpc3RpdGVtPgogICAgICAgICAgIDwvaXRl bWl6ZWRsaXN0PgoKCiAgICAgICAgIDxwYXJhPkZvciBleGFtcGxlLCBBPVJFTEVOR180LCBCPS4g IFRoZSBwZXJpb2QgaW4gIkI9LiIgbWVhbnMgCgkgICAtQ1VSUkVOVC4gIFRoaXMgaXMgYSByYXRo ZXIgdHlwaWNhbCB1cGRhdGUsIGZyb20gNC1TVEFCTEUgCgkgICB0byAtQ1VSUkVOVC4gV2hpbGUg aXQgaXMgc3RyYWlnaHRmb3J3YXJkIHRvICJkb3duZ3JhZGUiIHlvdXIgCgkgICBzb3VyY2VzIChl ZyBmcm9tIC1DVVJSRU5UIHRvIC1TVEFCTEUpLCBkb3duZ3JhZGluZyBhIHN5c3RlbSAKCSAgIGlz IHF1aXRlIGFub3RoZXIgbWF0dGVyLiBZb3UgYXJlIFNUUk9OR0xZIGFkdmlzZWQgbm90IHRvIAoJ ICAgYXR0ZW1wdCBzdWNoIGFuIG9wZXJhdGlvbiwgdW5sZXNzIHlvdSBrbm93IGV4YWN0bHkgd2hh dCB5b3UKCSAgIGFyZSBkb2luZy48L3BhcmE+CiAgICAgICA8L3NlY3QyPgoKICAgICAgIDxzZWN0 Mj4KICAgICAgICAgPHRpdGxlPlVwZGF0aW5nIHRvIHRoZSBzYW1lIHRhZyBhcyBvZiBhIGRpZmZl cmVudCBkYXRlPC90aXRsZT4KCiAgICAgICAgIDxwYXJhPklmIHlvdSB3aXNoIHRvIHN3aXRjaCBm cm9tICJ0YWc9QSIgdG8gInRhZz1BIiBhcyBvZiBhIAoJICAgZGlmZmVyZW50IEdNVCBkYXRlIChz YXksICJkYXRlPUQiKSwgeW91IHdpbGwgZXhlY3V0ZSB0aGUgCgkgICBmb2xsb3dpbmc6PC9wYXJh PgoKICAgICAgICAgICA8b3JkZXJlZGxpc3Q+CiAgICAgICAgICAgICA8bGlzdGl0ZW0+CiAgICAg ICAgICAgICAgIDxwYXJhPndyaXRlIGEgc3VwZmlsZSB3aG9zZSBjb2xsZWN0aW9uIGxpbmUgcmVh ZHM6PC9wYXJhPgogICAgICAgICAgICAgICAgIDxwcm9ncmFtbGlzdGluZz5zcmMtYWxsIHRhZz1B IGRhdGU9RDwvcHJvZ3JhbWxpc3Rpbmc+CiAgICAgICAgICAgICA8L2xpc3RpdGVtPgoKICAgICAg ICAgICAgIDxsaXN0aXRlbT4KICAgICAgICAgICAgICAgPHBhcmE+dXBkYXRlIHlvdXIgc291cmNl cyB1c2luZyB0aGUgbmV3IHN1cGZpbGU8L3BhcmE+CiAgICAgICAgICAgICA8L2xpc3RpdGVtPgog ICAgICAgICAgIDwvb3JkZXJlZGxpc3Q+CgogICAgICAgICA8cGFyYT5XaGV0aGVyIHRoZSBuZXcg ZGF0ZSBwcmVjZWRlcyB0aGF0IG9mIHRoZSBsYXN0IHN5bmMKCSAgIG9wZXJhdGlvbiB3aXRoIHRh Zz1BIG9yIG5vdCwgaXQgaXMgaW1tYXRlcmlhbC4gRm9yIGV4YW1wbGUsIAoJICAgaW4gb3JkZXIg dG8gc3BlY2lmeSB0aGUgZGF0ZSAiQXVndXN0IDI3LCAyMDAwLCAxMDowMDowMCBHTVQiIAoJICAg eW91IHdyaXRlIHRoZSBsaW5lOjwvcGFyYT4KCgogICAgICAgICA8cHJvZ3JhbWxpc3Rpbmc+c3Jj LWFsbCB0YWc9UkVMRU5HXzQgZGF0ZT0yMDAwLjA4LjI3LjEwLjAwLjAwPC9wcm9ncmFtbGlzdGlu Zz4KCiAgICAgICAgIDxwYXJhPk4uQi4gVGhlIGZvcm1hdCBvZiBhIGRhdGUgaXMgcmlnaWQuIFlv dSBoYXZlIHRvIHNwZWNpZnkgCgkgICBhbGwgdGhlIGNvbXBvbmVudHMgb2YgdGhlIGRhdGU6IGNl bnR1cnkgKDIwLCBpZSB0aGUgMjB0aCAKCSAgIGNlbnR1cnksIG11c3QgYmUgc3VwcGxpZWQgd2hl cmVhcyAxOSwgdGhlIHBhc3QgY2VudHVyeSwgY2FuIAoJICAgYmUgb21pdHRlZCksIHllYXIsIG1v bnRoLCBkYXksIGhvdXIsIG1pbnV0ZXMsIHNlY29uZHMgLS0gYXMgCgkgICBzaG93biBpbiB0aGUg YWJvdmUgZXhhbXBsZS4gIEZvciBtb3JlIGluZm9ybWF0aW9uLCBwbGVhc2UgCgkgICBzZWUgJm1h bi5jdnN1cC4xOy48L3BhcmE+CgogICAgICAgICA8cGFyYT5XaGV0aGVyIG9yIG5vdCBhIGRhdGUg aXMgc3BlY2lmaWVkLCB0aGUgY2hlY2tvdXRzIGZpbGUgCgkgICBpcyBjYWxsZWQgPGZpbGVuYW1l PmNoZWNrb3V0cy5jdnM6QTwvZmlsZW5hbWU+IChlZwogICAgICAgICAgIDxmaWxlbmFtZT5jaGVj a291dHMuY3ZzOlJFTEVOR180PC9maWxlbmFtZT4pLiBBcyBhIHJlc3VsdCwKCSAgIG5vIHBhcnRp Y3VsYXIgYWN0aW9uIGlzIG5lZWRlZCBpbiBvcmRlciB0byByZXZlcnQgdG8gdGhlIAoJICAgcHJl dmlvdXMgc3RhdGU6IHlvdSBoYXZlIHRvIG1vZGlmeSB0aGUgZGF0ZSBpbiB0aGUgc3VwZmlsZSwg CgkgICBhbmQgY3N2dXAgYWdhaW4uPC9wYXJhPgogICAgICAgPC9zZWN0Mj4KCgogICAgICAgPHNl Y3QyPgogICAgICAgICA8dGl0bGU+VXBkYXRpbmcgeW91ciBwb3J0cyBjb2xsZWN0aW9uIGZvciB0 aGUgZmlyc3QgdGltZTwvdGl0bGU+CgogICAgICAgICA8cGFyYT5TaW5jZSBwb3J0cyBhcmUgdGFn Z2VkICIuIiAoaWUgLUNVUlJFTlQpLCB5b3UgY2FuIAoJICAgY29ycmVjdGx5ICJzeW5jIiB0aGVt IGZvciB0aGUgZmlyc3QgdGltZSBieSBhZGRpbmcgdGhlIGRhdGUgCgkgICBrZXl3b3JkIChjZiAm bWFuLmN2c3VwLjE7IGZvciB0aGUgZXhhY3QgZm9ybWF0KTogeW91IHNob3VsZCAKCSAgIHNwZWNp ZnkgYSBkYXRlIGFzIGNsb3NlIGFzIHBvc3NpYmxlIHRvIHRoYXQgb2YgInNoaXBwaW5nIiBvZiAK CSAgIHlvdXIgcG9ydHMgdHJlZS4gQWZ0ZXIgY3ZzdXAgaGFzIGNvcnJlY3RseSBjcmVhdGVkIHRo ZSBwb3J0cyAKCSAgIGNoZWNrb3V0cyBmaWxlLCB3aGljaCBpcyBwcmVjaXNlbHkgdGhlIGdvYWwg b2YgdGhpcyBmaXJzdCAKCSAgIHNwZWNpYWwgc3luYyBvcGVyYXRpb24sIHRoZSBkYXRlIGZpZWxk IG11c3QgYmUgcmVtb3ZlZDsKICAgICAgICAgICBhbGwgc3Vic2VxdWVudCB1cGRhdGVzIHdpbGwg YmUgY2FycmllZCBvdXQgc21vb3RobHkuPC9wYXJhPgoKICAgICAgICAgPHBhcmE+SWYgeW91IGhh dmUgYmVlbiByZWFkaW5nIHRoZSBhcHBhcmVudGx5IG5pdC1waWNraW5nIAoJICAgcmVtYXJrcyBp biB0aGVzZSBzZWN0aW9ucywgeW91IHdpbGwgcHJvYmFibHkgaGF2ZSByZWNvZ25pemVkIAoJICAg dGhlIHBvdGVudGlhbCBmb3Igc2NyXld0cm91YmxlIGluIGEgc291cmNlIHVwZGF0aW5nIHByb2Nl c3MuIAoJICAgQSBudW1iZXIgb2YgcGVvcGxlIGhhdmUgYWN0dWFsbHkgcnVuIGludG8gcHJvYmxl bXMuIFlvdSBoYXZlCgkgICBiZWVuIHdhcm5lZC4gOi0pPC9wYXJhPgogICAgICA8L3NlY3QyPgog ICA8L3NlY3QxPgo8L2FydGljbGU+Cg== ---MOQ10026458556b6ceeef4d889190fc41d261c60f24a0-- >Release-Note: >Audit-Trail: >Unformatted: This message is in MIME format. ---MOQ10026458556b6ceeef4d889190fc41d261c60f24a0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit [ Resent. Sorry for the mistake; please close pending/31163. Because of my current ISP's brain-deadness (dynamic IP, no name associated with it) I have to use webmail. ] To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Tue Oct 9 10:10:21 2001 Delivered-To: freebsd-doc@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id ABC1337B40E for ; Tue, 9 Oct 2001 10:10:02 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f99HA2o28191; Tue, 9 Oct 2001 10:10:02 -0700 (PDT) (envelope-from gnats) Date: Tue, 9 Oct 2001 10:10:02 -0700 (PDT) Message-Id: <200110091710.f99HA2o28191@freefall.freebsd.org> To: freebsd-doc@freebsd.org Cc: From: Salvo Bartolotta Subject: Re: docs/31169: [ARTICLE] CVSup advanced points Reply-To: Salvo Bartolotta Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR docs/31169; it has been noted by GNATS. From: Salvo Bartolotta To: freebsd-gnats-submit@freebsd.org Cc: Subject: Re: docs/31169: [ARTICLE] CVSup advanced points Date: Tue, 09 Oct 2001 19:08:08 +0200 (CEST) [ D****d ISP, webmail & MIME. Here is the small article (article.sgml) in plain text. Sorry for the inconvenience. ] %man; ]>
CVSup Advanced Points Salvo Bartolotta
bartequi@neomedia.it
$FreeBSD: doc/en_US.ISO8859-1/articles/cvsup/article.sgml,v 1 2001/10/08 21:28:11 murray Exp $ The present article assumes a basic understanding of CVSup operation. It documents several delicate issues connected with source synchronization via CVSup, viz. effective solutions to the problem of stale files as well as special source updating cases; which issues are likely to cause apparently inexplicable troubles.
Preface This document is the fruit of the author's attempts to fully understand the niceties of cvsup & source updating. :-) While the author has made every effort to make these pages as informative and correct as possible, he is only human and may have made all sorts of typos, mistakes, etc. He will be very grateful for any comments and/or suggestions you send to his e-mail address, bartequi@neomedia.it. Introduction If you have visited John Polstra's site and read his FAQ, you may have noticed Question 12 & 13. When updating any collection of sources (eg /usr/ports), &man.cvsup.1; makes use of the related checkouts file in order to perform the updating process in the most efficient and correct way. In this example (/usr/ports), the related checkouts file is /usr/sup/ports-all/checkouts.cvs:. if your base is /usr. A checkouts file contains information on the current status of your sources -- in a way, a sort of "photograph". This significant information enables cvsup to retrieve updates most effectively. Further, and maybe more important, it enables cvsup to correctly manage your sources by locally deleting any files no longer present in the repository, thus leaving no stale files on your system. In fact, without a checkouts file, cvsup would NOT know which files your collection was composed of (cf &man.cvsup.1; and the fallback method for details); as a result, it could NOT delete on your system those files no longer present in the repository. They would remain on your system (stale files), and might cause you subtle build failures or other trouble. For example, this problem is likely to occur if you first update your ports collection several weeks after you have got(ten) your installation CDs. It is therefore recommended that you adopt the two-step procedure outlined in the Cvsup FAQ (cf Q12, Q13); in subsequent sections, you will be given interesting and instructive concrete examples. A useful python script: cvsupchk Alternatively, in order to examine your sources for inconsistencies, you may wish to utilize the cvsupchk python script; which script is currently found in /usr/ports/net/cvsup/work/cvsup-16.1/contrib/cvsupchk, together with a nice README. Prerequisites: /usr/ports/net/cvsup &prompt.root; make extract python (also found in the ports collection :-)) a checkouts file for your collection of sources. If you are updating your sources for the very first time, of course you do not have a checkouts file. After installing python and updating your sources (eg /usr/ports), you can check them thus: &prompt.user; /path/to/cvsupchk -d /usr -c /usr/sup/ports-all/checkouts.cvs:. | more If you want to check your RELENG_4 sources: &prompt.user; /path/to/cvsupchk -d /usr -c /usr/sup/src-all/checkouts.cvs:RELENG_4 | more In each case, cvsupchk will inspect your sources for inconsistencies by utilizing the information contained in the related checkouts file. Such anomalies as deleted files being present (aka stale files), missing checked-out files, extra RCS files, and dead directories will be printed to standard output. In the next section, we will provide important, typical examples of source updating; which examples will show you the role of checkouts files and the dangers of negligent source management. Examples of more advanced source management How to safely change tags when updating <literal>src-all.</literal> If you specify eg tag=A in your supfile, cvsup will create a checkouts file called checkouts.cvs:A: for instance, if tag=RELENG_4, a checkouts file called checkouts.cvs:RELENG_4 is generated. This file will be used to retrieve and/or store identification information on your 4-STABLE sources. When tracking src-all, if you wish to pass from tag=A to tag=B (A less/greater than B not making any difference) and if your checkouts file is checkouts.cvs:A, the following actions should be performed: &prompt.root; mv checkouts.cvs:A checkouts.cvs:B (This provides the subsequent step with the appropriate checkouts file) write a supfile whose collection line reads: src-all tag=B cvsup your sources using the new supfile. Cvsup will look for checkouts.cvs:B -- in that the target is B; that is, cvsup will make use of the information contained therein to correctly manage your sources. The benefits: the sources are dealt with correctly (in particular, no stale files) less load is placed on the server, in that cvsup operates in the most efficient way. For example, A=RELENG_4, B=. The period in "B=." means -CURRENT. This is a rather typical update, from 4-STABLE to -CURRENT. While it is straightforward to "downgrade" your sources (eg from -CURRENT to -STABLE), downgrading a system is quite another matter. You are STRONGLY advised not to attempt such an operation, unless you know exactly what you are doing. Updating to the same tag as of a different date If you wish to switch from "tag=A" to "tag=A" as of a different GMT date (say, "date=D"), you will execute the following: write a supfile whose collection line reads: src-all tag=A date=D update your sources using the new supfile Whether the new date precedes that of the last sync operation with tag=A or not, it is immaterial. For example, in order to specify the date "August 27, 2000, 10:00:00 GMT" you write the line: src-all tag=RELENG_4 date=2000.08.27.10.00.00 N.B. The format of a date is rigid. You have to specify all the components of the date: century (20, ie the 20th century, must be supplied whereas 19, the past century, can be omitted), year, month, day, hour, minutes, seconds -- as shown in the above example. For more information, please see &man.cvsup.1;. Whether or not a date is specified, the checkouts file is called checkouts.cvs:A (eg checkouts.cvs:RELENG_4). As a result, no particular action is needed in order to revert to the previous state: you have to modify the date in the supfile, and csvup again. Updating your ports collection for the first time Since ports are tagged "." (ie -CURRENT), you can correctly "sync" them for the first time by adding the date keyword (cf &man.cvsup.1; for the exact format): you should specify a date as close as possible to that of "shipping" of your ports tree. After cvsup has correctly created the ports checkouts file, which is precisely the goal of this first special sync operation, the date field must be removed; all subsequent updates will be carried out smoothly. If you have been reading the apparently nit-picking remarks in these sections, you will probably have recognized the potential for scr^Wtrouble in a source updating process. A number of people have actually run into problems. You have been warned. :-)
To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Tue Oct 9 10:20: 6 2001 Delivered-To: freebsd-doc@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5C17337B403 for ; Tue, 9 Oct 2001 10:20:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f99HK1L29295; Tue, 9 Oct 2001 10:20:01 -0700 (PDT) (envelope-from gnats) Date: Tue, 9 Oct 2001 10:20:01 -0700 (PDT) Message-Id: <200110091720.f99HK1L29295@freefall.freebsd.org> To: freebsd-doc@freebsd.org Cc: From: Murray Stokely Subject: Re: docs/30447: remove broken cxconfig(8) reference from manpage of cx(4) Reply-To: Murray Stokely Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR docs/30447; it has been noted by GNATS. From: Murray Stokely To: Garrett Wollman Cc: Murray Stokely , freebsd-gnats-submit@FreeBSD.org Subject: Re: docs/30447: remove broken cxconfig(8) reference from manpage of cx(4) Date: Tue, 9 Oct 2001 10:11:52 -0700 So where should we go from here? Should these programs just be removed? It looks like there are two separate mechanisms in src/sbin/Makefile for conditionally including subdirectories. I think we should move kget and mount_nwfs into the i386 directory (repo-copy) and I'm not sure what to do about cxconfig. Does this device still work with FreeBSD? Do we just leave it as is? .if ${MACHINE_ARCH} == i386 SUBDIR+= kget mount_nwfs .endif .if exists(${.CURDIR}/${MACHINE}) SUBDIR+= ${MACHINE} .endif - Murray On Tue, Oct 09, 2001 at 11:25:57AM -0400, Garrett Wollman wrote: > > What's up with the sbin/i386 directory that appears to have been > > disconnected from the build for many years. > > It was an idea that I had which later turned out to be a bad one. > > -GAWollman To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Tue Oct 9 10:20: 7 2001 Delivered-To: freebsd-doc@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CA37A37B405 for ; Tue, 9 Oct 2001 10:20:03 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f99HK3n29307; Tue, 9 Oct 2001 10:20:03 -0700 (PDT) (envelope-from gnats) Date: Tue, 9 Oct 2001 10:20:03 -0700 (PDT) Message-Id: <200110091720.f99HK3n29307@freefall.freebsd.org> To: freebsd-doc@freebsd.org Cc: From: Garrett Wollman Subject: Re: docs/30447: remove broken cxconfig(8) reference from manpage of cx(4) Reply-To: Garrett Wollman Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR docs/30447; it has been noted by GNATS. From: Garrett Wollman To: Murray Stokely Cc: freebsd-gnats-submit@FreeBSD.org Subject: Re: docs/30447: remove broken cxconfig(8) reference from manpage of cx(4) Date: Tue, 9 Oct 2001 13:12:59 -0400 (EDT) < said: > (repo-copy) and I'm not sure what to do about cxconfig. Does this > device still work with FreeBSD? I haven't a clue. -GAWollman To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Tue Oct 9 13: 4:13 2001 Delivered-To: freebsd-doc@freebsd.org Received: from smtp.noos.fr (lafontaine.noos.net [212.198.2.72]) by hub.freebsd.org (Postfix) with ESMTP id 478CA37B40C for ; Tue, 9 Oct 2001 13:04:03 -0700 (PDT) Received: (qmail 79893293 invoked by uid 0); 9 Oct 2001 20:04:01 -0000 Received: from unknown (HELO gits.dyndns.org) ([212.198.231.187]) (envelope-sender ) by 212.198.2.72 (qmail-ldap-1.03) with DES-CBC3-SHA encrypted SMTP for ; 9 Oct 2001 20:04:01 -0000 Received: (from root@localhost) by gits.dyndns.org (8.11.6/8.11.6) id f99K40E37410; Tue, 9 Oct 2001 22:04:00 +0200 (CEST) (envelope-from root) Message-Id: <200110092004.f99K40E37410@gits.dyndns.org> Subject: Re: docs/31109: replace gif images w/ png ones due to patent license In-Reply-To: <20011009120849.A1481@eborcom.com> To: Tom Hukins Date: Tue, 9 Oct 2001 22:04:00 +0200 (CEST) Cc: freebsd-doc@FreeBSD.org Reply-To: clefevre@citeweb.net From: Cyrille Lefevre Organization: ACME X-Face: X-Mailer: ELM [version 2.4ME+ PL94c (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Tom Hukins wrote: > On Tue, Oct 09, 2001 at 12:03:35AM +0200, Cyrille Lefevre wrote: > > Tom Hukins wrote: > > > PNG itself doesn't support animation, but MNG can be used for this and > > > is supported by modern Web browsers as is PNG. [snip] > So, it seems that using MNG on the Web is still a few years off. :-( at least, and may be more than that ;^) > > also, how do you generate MNG animated images from PNG images ? > > what is the magic command ? > > A quick Google search brought up > http://www.libpng.org/pub/png/pngapcv.html which claims that > ImageMagick can do this. well, convert xxx.gif xxx.mng works great. I was thinking to something much more complicated such as : gif2xxx | xxx2yyy | yyy2zzz | zzz2mng that's what I call a magic command :P Cyrille. -- Cyrille Lefevre mailto:clefevre@citeweb.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Tue Oct 9 15:28:41 2001 Delivered-To: freebsd-doc@freebsd.org Received: from itouch.co.nz (itouch.co.nz [203.99.66.188]) by hub.freebsd.org (Postfix) with ESMTP id 0B95437B408; Tue, 9 Oct 2001 15:28:38 -0700 (PDT) Received: from jonc.itouch ([192.168.2.21]) by itouch.co.nz with esmtp (Exim 3.33 #1) id 15r5Ma-000567-00; Wed, 10 Oct 2001 11:28:36 +1300 Received: (from jonc@localhost) by jonc.itouch (8.11.6/8.11.6) id f99MSaK09600; Wed, 10 Oct 2001 11:28:36 +1300 (NZDT) (envelope-from jonc) Date: Wed, 10 Oct 2001 11:28:35 +1300 From: Jonathan Chen To: freebsd-ports@freebsd.org, doc@freebsd.org Subject: Removing symbolic links in the package with pkg_delete Message-ID: <20011010112835.A9529@jonc.itouch> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hi, It may be worth mentioning in the Porter's Handbook that it's better to list symbolic links in the pkg-plist prior to real files, otherwise pkg_delete refuses to remove them if the file that it points to is already gone, as the md5 checksum doesn't match. Cheers. -- Jonathan Chen | To do is to be -- Nietzsche | To be is to do -- Sartre | Scooby do be do -- Scooby To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Tue Oct 9 16:10:11 2001 Delivered-To: freebsd-doc@freebsd.org Received: from mydomain.com (1Cust241.tnt4.cph3.da.uu.net [213.116.23.241]) by hub.freebsd.org (Postfix) with ESMTP id C4FF537B403; Tue, 9 Oct 2001 16:10:04 -0700 (PDT) Date: Wed, 10 Oct 2001 01:07:22 +0100 From: EROTICAWWW To: EROTICAWWW@FreeBSD.ORG Subject: SEXWEB NO.1 .. MEGAWEB-SEX ! Message-Id: <20011009231004.C4FF537B403@hub.freebsd.org> Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Dear Ladies & Gentlemen, Welcome to the GREATEST SEX SHOW on the ENTIRE NET ! We now offer you to ENTER the World´s No.1 voted SEX-SERVER on the WEB ! By far the largest and most incredible content of LIVE SEX is now served to users WORLDWIDE! EVERYTHING is offered 100% ANONOMOUSLY & you don´t need to sign-up or have a creditcard ... The way it should be ! TO PLUGIN and get access to something you with guarantee NEVER have seen before, use ANY of the servers listed below ! Enjoy the BEST! Yours truly, EROTICAWWW INC. To get EASY ACCESS & PLUGIN to the LARGEST CONTENT SEXSERVER on the NET, use any of the 2 SERVERS listed here: 1. http://superhits.onweb.cx 2. http://wwwap.to/superhits To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Tue Oct 9 16:10:39 2001 Delivered-To: freebsd-doc@freebsd.org Received: from mydomain.com (1Cust241.tnt4.cph3.da.uu.net [213.116.23.241]) by hub.freebsd.org (Postfix) with ESMTP id 0D1B037B407; Tue, 9 Oct 2001 16:10:27 -0700 (PDT) Date: Wed, 10 Oct 2001 01:07:44 +0100 From: EROTICAWWW To: EROTICAWWW@FreeBSD.ORG Subject: SEXWEB NO.1 .. MEGAWEB-SEX ! Message-Id: <20011009231027.0D1B037B407@hub.freebsd.org> Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Dear Ladies & Gentlemen, Welcome to the GREATEST SEX SHOW on the ENTIRE NET ! We now offer you to ENTER the World´s No.1 voted SEX-SERVER on the WEB ! By far the largest and most incredible content of LIVE SEX is now served to users WORLDWIDE! EVERYTHING is offered 100% ANONOMOUSLY & you don´t need to sign-up or have a creditcard ... The way it should be ! TO PLUGIN and get access to something you with guarantee NEVER have seen before, use ANY of the servers listed below ! Enjoy the BEST! Yours truly, EROTICAWWW INC. To get EASY ACCESS & PLUGIN to the LARGEST CONTENT SEXSERVER on the NET, use any of the 2 SERVERS listed here: 1. http://superhits.onweb.cx 2. http://wwwap.to/superhits To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Tue Oct 9 19:55:32 2001 Delivered-To: freebsd-doc@freebsd.org Received: from VisaPro.com (lsanca1-ar2-014-184.lsanca1.dsl.gtei.net [4.33.14.184]) by hub.freebsd.org (Postfix) with SMTP id 581A437B405 for ; Tue, 9 Oct 2001 19:55:23 -0700 (PDT) To: doc@FreeBSD.org From: Lucy Subject: ONLINE IMMIGRATION - TRAVEL VISAS - GREEN CARD LOTTERY MIME-Version: 1.0 (produced by IP*Works! www.dev-soft.com) Content-Type: text/plain Content-Transfer-Encoding: quoted-printable Message-Id: <20011010025523.581A437B405@hub.freebsd.org> Date: Tue, 9 Oct 2001 19:55:23 -0700 (PDT) Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Greetings! You are cordially invited to attend the launch of VisaPro. www.VisaPro.com Complete Online Visa Processing - It's Fast, Easy & Economical. PROCESS YOUR IMMIGRATION OR TRAVEL VISA ONLINE Select visa, Apply and Collect your visa. Log on to VisaPro today! SUBMIT ERROR-FREE GREEN CARD LOTTERY APPLICATION VisaPro guarantees the error-free submission of your Green Card Lottery Application. This is a great opportunity to help your colleagues, friends and family win the US Green Card Lottery. Forward this email to them Today! FAST AND EFFICIENT VISA PROCESSING Start processing your visa application in minutes, not days. SAVE VALUABLE MONEY VisaPro's low, flat fee is very economical compared with traditional visa application procedures. SAVE VALUABLE TIME Tracking the status of your visa application is a snap with your own online VisaPro account. VISAPRO COMBINES HIGH TECH WITH HIGH TOUCH Use VisaPro's cutting-edge technology to consult online with VisaPro's expert immigration attorneys. GET INFORMATION WHEN YOU NEED IT VisaPro is open 24 hours a day, every day of the year. Thank You, The VisaPro Team www.VisaPro.com 507-299-1412 Complete Online Visa Processing by Immigration Experts Visit our Green Card Lottery Center today at: http://GreenCardLottery.VisaPro.com ***************************************************************************= * We do not intend to invade your privacy, this is just for information purposes. If you do not wish to receive our email please let us know and we will REMOVE your email immediately. ***************************************************************************= * To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Wed Oct 10 0:43:18 2001 Delivered-To: freebsd-doc@freebsd.org Received: from mercury.is.co.za (mercury.is.co.za [196.4.160.222]) by hub.freebsd.org (Postfix) with ESMTP id 5F03C37B409 for ; Wed, 10 Oct 2001 00:43:15 -0700 (PDT) Received: from hermwas.is.co.za (hermwas.is.co.za [196.23.0.8]) by mercury.is.co.za (Postfix) with ESMTP id 55F083FEA for ; Wed, 10 Oct 2001 09:43:06 +0200 (SAST) Received: (from geoffr@localhost) by hermwas.is.co.za (8.9.3/8.9.3) id JAA22548 for doc@freebsd.org; Wed, 10 Oct 2001 09:43:06 +0200 (SAT) Date: Wed, 10 Oct 2001 09:43:05 +0200 From: Geoff Rehmet To: doc@freebsd.org Subject: ftp4.za.freebsd.org - http://www.za.freebsd.org/doc/en_US.ISO8859-1/books/handbook/mirrors-ftp.html Message-ID: <20011010094305.B27691@hermwas.is.co.za> Reply-To: Geoff Rehmet Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hi, I have recently been doing some work to fix ftp4.za.freebsd.org, which is now on a dedicated machine, and functional again. You may wish to add the mention of this site to the page http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/mirrors-ftp.html Regards, Geoff. -- Geoff Rehmet, Internet Solutions tel: +27-11-283-5462, fax: +27-11-283-5401 mobile: +27-83-292-5800 email: geoffr@is.co.za, geoff@is.co.za URL: http://www.is.co.za To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Wed Oct 10 5:49:19 2001 Delivered-To: freebsd-doc@freebsd.org Received: from nothing-going-on.demon.co.uk (pc-62-31-42-140-hy.blueyonder.co.uk [62.31.42.140]) by hub.freebsd.org (Postfix) with ESMTP id 6B6D237B405 for ; Wed, 10 Oct 2001 05:49:16 -0700 (PDT) Received: (from nik@localhost) by nothing-going-on.demon.co.uk (8.11.3/8.11.3) id f9ACWIR71872 for doc@freebsd.org; Wed, 10 Oct 2001 13:32:18 +0100 (BST) (envelope-from nik) Date: Wed, 10 Oct 2001 13:32:18 +0100 From: Nik Clayton To: doc@freebsd.org Subject: Tree tagged for XML/XSL experimentation Message-ID: <20011010133218.P966@clan.nothing-going-on.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="zOr5JpMIiGv/Oaxu" Content-Disposition: inline User-Agent: Mutt/1.2.5i Organization: FreeBSD Project Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org --zOr5JpMIiGv/Oaxu Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Folks, I've just tagged the www/ tree. XML_XSL_XP is the name of the tag (XP =3D=3D experimentation), and XML_XSL_XP_BP is a tag put down at the branch point. N --=20 FreeBSD: The Power to Serve http://www.freebsd.org/ FreeBSD Documentation Project http://www.freebsd.org/docproj/ --- 15B8 3FFC DDB4 34B0 AA5F 94B7 93A8 0764 2C37 E375 --- --zOr5JpMIiGv/Oaxu Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: For info see http://www.gnupg.org iEYEARECAAYFAjvEP58ACgkQk6gHZCw343WiYwCgh3ftoIdU3PAxWhHjXJV+jvAv mfIAnRRj+WSBihR/w7qOaPATfb4zyRR/ =46/I -----END PGP SIGNATURE----- --zOr5JpMIiGv/Oaxu-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Wed Oct 10 6:56:38 2001 Delivered-To: freebsd-doc@freebsd.org Received: from fep04-svc.swip.net (fep04.swip.net [130.244.199.132]) by hub.freebsd.org (Postfix) with ESMTP id 8629B37B405 for ; Wed, 10 Oct 2001 06:56:32 -0700 (PDT) Received: from default ([212.151.28.30]) by fep04-svc.swip.net with SMTP id <20011010135628.MRBT24956.fep04-svc.swip.net@default> for ; Wed, 10 Oct 2001 15:56:28 +0200 Message-ID: <004801c15193$3c97aca0$1e1c97d4@default> From: "=?iso-8859-1?Q?HANS-OLOF_SJ=D6STEDT?=" To: Subject: Date: Wed, 10 Oct 2001 15:55:35 +0200 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0045_01C151A3.FF910DE0" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.72.3110.1 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org This is a multi-part message in MIME format. ------=_NextPart_000_0045_01C151A3.FF910DE0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable ! Do you be friendly to send us the Free Linux distr, you have? We think we have capabilities to create interest for other Linux distr, than they that exists in Sweden to day..Suse,Mandrake,RredHat. Slackware,Caldera, Wath have you fore Linux Distr ??Please send us free cd. Kindly Hans-olof Rebel Engineering /Linux Akuten B=E5sgatan 49 531 42 Lidk=F6ping Sweden rebellteknik@swipnet.se ------=_NextPart_000_0045_01C151A3.FF910DE0 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
 !
 
Do you be friendly to send us the Free Linux distr, = you=20 have?
 
We think we have capabilities to create interest for = other=20 Linux distr,
 
than they that exists in Sweden to=20 day..Suse,Mandrake,RredHat.
 
Slackware,Caldera,
 
Wath have you fore Linux Distr ??Please send us free = cd.
 
Kindly
 
Hans-olof
 
Rebel Engineering /Linux Akuten
 
B=E5sgatan 49
 
531 42 Lidk=F6ping Sweden
 
rebellteknik@swipnet.se
------=_NextPart_000_0045_01C151A3.FF910DE0-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Wed Oct 10 10:50: 7 2001 Delivered-To: freebsd-doc@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5E09A37B407 for ; Wed, 10 Oct 2001 10:50:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9AHo1R16800; Wed, 10 Oct 2001 10:50:01 -0700 (PDT) (envelope-from gnats) Received: from stimpy.troll.no (stimpy.troll.no [213.203.59.125]) by hub.freebsd.org (Postfix) with ESMTP id 51DBC37B40A for ; Wed, 10 Oct 2001 10:47:33 -0700 (PDT) Received: (from root@localhost) by stimpy.troll.no (8.11.6/8.11.6) id f9AHliI03719; Wed, 10 Oct 2001 19:47:44 +0200 (CEST) (envelope-from root) Message-Id: <200110101747.f9AHliI03719@stimpy.troll.no> Date: Wed, 10 Oct 2001 19:47:44 +0200 (CEST) From: Jasmin Blanchette Reply-To: Jasmin Blanchette To: FreeBSD-gnats-submit@freebsd.org Cc: twschulz@troll.no X-Send-Pr-Version: 3.113 Subject: docs/31202: Slightly better phrasing in the first paragraph of the rogue manpage Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 31202 >Category: docs >Synopsis: Slightly better phrasing in the first paragraph of the rogue manpage >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: Wed Oct 10 10:50:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Jasmin Blanchette >Release: FreeBSD 4.4-STABLE i386 >Organization: Trolltech AS >Environment: System: FreeBSD stimpy.troll.no 4.4-STABLE FreeBSD 4.4-STABLE #2: Fri Sep 28 13:21:21 CEST 2001 root@stimpy.troll.no:/usr/obj/usr/src/sys/STIMPY i386 >Description: I love rogue. I was a bit surprised by the informal nature of the manpage. >How-To-Repeat: man rogue >Fix: Apply this patch: --- /usr/src/games/rogue/rogue.6 Mon Mar 5 19:10:24 2001 +++ rogue.6.new Wed Oct 10 19:37:59 2001 @@ -49,7 +49,7 @@ .Nm is a computer fantasy with a new twist. It is CRT oriented and the object of the game is to survive -the attacks of various monsters and get a lot of gold, rather +the attacks of various monsters and gather a lot of gold, rather than the puzzle solving orientation of most computer fantasy games. .Pp To get started you really only need to know two commands. >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 Wed Oct 10 14:47:58 2001 Delivered-To: freebsd-doc@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 60BA137B40A; Wed, 10 Oct 2001 14:47:52 -0700 (PDT) Received: (from murray@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9ALdqh57165; Wed, 10 Oct 2001 14:39:52 -0700 (PDT) (envelope-from murray) Date: Wed, 10 Oct 2001 14:39:52 -0700 (PDT) From: Message-Id: <200110102139.f9ALdqh57165@freefall.freebsd.org> To: bartequi@neomedia.it, murray@FreeBSD.org, freebsd-doc@freebsd.org Subject: Re: docs/31169: [ARTICLE] CVSup advanced points Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: [ARTICLE] CVSup advanced points State-Changed-From-To: open->closed State-Changed-By: murray State-Changed-When: Wed Oct 10 14:38:57 PDT 2001 State-Changed-Why: Thanks for all your work on this. Your article has been imported to articles/cvsup-advanced. It should appear on the web within 24 hours. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=31169 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Wed Oct 10 15:28:16 2001 Delivered-To: freebsd-doc@freebsd.org Received: from hanmail.net (s210-218-137-16.thrunet.ne.kr [210.218.137.16]) by hub.freebsd.org (Postfix) with SMTP id AFC6637B40A for ; Wed, 10 Oct 2001 15:28:10 -0700 (PDT) Reply-To: rksekgoo@hanmail.net From: Rin To: Subject: ¡á Ãßõȫº¸¸ÞÀÏÀÔ´Ï´Ù. º¸½ÇºÐ¸¸ º¸½Ê½Ã¿À ¡á Mime-Version: 1.0 Content-Type: text/html; charset="ks_c_5601-1987" Date: Thu, 11 Oct 2001 07:28:18 +0900 X-Priority: 3 X-Mailer: Mailtouch 1.0 Message-Id: <20011010222810.AFC6637B40A@hub.freebsd.org> Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org
-----------------------------------------------------------------
ÀÏ´Ü, ÀÌ ¸ÞÀÏÀº #Çѹø¸¸# ¹ß¼ÛµÇ´Â °ÍÀÔ´Ï´Ù.
´Ù½Ã´Â ±ÍÇÏ¿¡°Ô ¹ß¼ÛµÇÁö ¾Ê½À´Ï´Ù.
±ÍÇÏÀÇ À̸ÞÀÏÁÖ¼Ò´Â ÀÎÅÍ³Ý °Ë»öÀ» ÇÏ´Ù°¡ ¾Ë°Ô µÇ¾ú½À´Ï´Ù.
Àú´Â ±ÍÇÏ¿¡ ´ëÇØ ¾î¶°ÇÑ Á¤º¸µµ °¡Áö°í ÀÖÁö ¾Ê½À´Ï´Ù. ¾È½ÉÇϽʽÿÀ.
¿øÄ¡ ¾ÊÀ¸½Ã´Â ºÐÀº ±×³É ÀÐÁö ¾ÊÀ¸¼Åµµ ÁÁ½À´Ï´Ù. Á¤¸» Á˼ÛÇÕ´Ï´Ù.
-----------------------------------------------------------------
¡Ü http://flashgetmoney.wo.to ¡Ü   ¶Ç´Â...
¡Ü http://speedgetmoney.wo.to ¡Ü
À§ »çÀÌÆ®¸¦ º¹»çÇϽŠµÚ ÀÎÅÍ³Ý ÀͽºÇ÷η¯ ÁÖ¼Òâ¿¡ ºÙ¿©³Ö±â ÇÏ½Ã°í ¿£ÅÍÇϽʽÿÀ.
´©±¸³ª ÇÒ ¼ö ÀÖ½À´Ï´Ù. Àú´Â 100% Àå´ãÇÒ ¼ö ÀÖ½À´Ï´Ù.
ºÒ¹ý Àý´ë ¾Æ´Õ´Ï´Ù. BMƯÇãÃâ¿ø±îÁö ³½ »çÀÌÆ®ÀÔ´Ï´Ù.
ÀÌ°÷¿¡ ¹«·á°¡ÀÔÇÏ´Â ´©±¸³ª
'Æò»ý 150¸¸¿ø'¿¡ 1¸íÃßõ¿¡ 75000¿øÀ» ¹ÞÀ¸½Ç ¼ö ÀÖ½À´Ï´Ù.
±× ¿Ü ¼ö¸¹Àº ÇýÅÃÀÌ ÀÖ½À´Ï´Ù. °ÅÁþÀ̶ó¸é ÀÌ·± °ÍÀ» ¾Ë·Áµå¸®Áö ¾Ê½À´Ï´Ù.
´õ ÀÌ»ó ¾ð±ÞÇÏÁö ¾Ê°Ú½À´Ï´Ù. ÀÏ´Ü À§ÀÇ »çÀÌÆ®¿¡ Á¢¼ÓÇØ º¸½Ê½Ã¿À.
À§ »çÀÌÆ®¿¡ µé¾î°¡½Å ´ÙÀ½¿¡ ¾Æ´Ï¶ó°í »ý°¢µÇ½Ã¸é ¹Ù·Î ³ª¿À½Ã¸é µÇ°ÚÁÒ?
¾Æ¿¹ Á¢¼ÓÇÏÁö ¾ÊÀ¸¼Åµµ ÁÁ½À´Ï´Ù. ±×°Ç ±ÍÇÏÀÇ ÆÇ´Ü¿¡ ´Þ·ÈÀ¸´Ï±î¿ä.

¶Ç´Ù½Ã ¹ß¼ÛµÇ´Â °ÍÀ» ¿°·ÁÇϽŴٸé(±×·²¸®´Â ¾ø°ÚÁö¸¸) Á¦ À̸ÞÀÏÀ» ±ÍÇÏ À̸ÞÀÏ
»çÀÌÆ®ÀÇ '¼ö½Å°ÅºÎ'¸ñ·Ï¿¡ ³Ö¾îÁֽøé, ´Ù½Ã´Â ±ÍÇÏ¿¡°Ô ¸ÞÀÏÀÌ °¡Áö ¾Ê½À´Ï´Ù.
¹®ÀÇ»çÇ×Àº jpdman@hanmail.netÀ¸·Î ¸ÞÀÏÁÖ½Ã¸é °¨»çÇÏ°Ú½À´Ï´Ù.
Ȥ½Ã ¸ÞÀÏÀÌ µÎ¼¼Å뾿 Áߺ¹µÇ¾î °¡½Å ºÐÀÌ °è½Ã´Ù¸é Á¤¸» »ç°úµå¸³´Ï´Ù.
¼­¹ö¿À·ù·Î ±×·¸°Ô µÉ ¼ö°¡ Àֱ⠶§¹®ÀÔ´Ï´Ù.

----------------------------------------------------------------
ÀоîÁּż­ °¨»çÇÕ´Ï´Ù. ±ÍÇÏ¿¡°Ô ¾ðÁ¦³ª ÁÁÀº ÀÏ ÀϾ±æ ¹Ù¶ø´Ï´Ù
----------------------------------------------------------------
To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Wed Oct 10 15:51:50 2001 Delivered-To: freebsd-doc@freebsd.org Received: from king.swox.se (king.swox.se [212.247.3.130]) by hub.freebsd.org (Postfix) with ESMTP id AB8C637B405 for ; Wed, 10 Oct 2001 15:51:48 -0700 (PDT) Received: by king.swox.se (Postfix, from userid 1001) id 0C7FB32A9; Thu, 11 Oct 2001 00:51:47 +0200 (CEST) To: doc@FreeBSD.org Subject: Suggestion for FAQ From: Torbjorn Granlund Date: 11 Oct 2001 00:51:47 +0200 Message-ID: <86adyzkt18.fsf@king.swox.se> Lines: 8 User-Agent: Gnus/5.0807 (Gnus v5.8.7) Emacs/20.6 MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org I'd suggest that some mention of Athlon SMP support is added to FAQ 3.31. Perhaps: "SMP currently only works for Intel(tm) hardware. FreeBSD 5 will also support SMP for Athlon systems." --=20 Torbj=F6rn To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Wed Oct 10 16:24:14 2001 Delivered-To: freebsd-doc@freebsd.org Received: from mail12.speakeasy.net (mail12.speakeasy.net [216.254.0.212]) by hub.freebsd.org (Postfix) with ESMTP id 07FE737B403 for ; Wed, 10 Oct 2001 16:24:12 -0700 (PDT) Received: (qmail 35839 invoked from network); 10 Oct 2001 23:24:11 -0000 Received: from unknown (HELO laptop.baldwin.cx) ([64.81.54.73]) (envelope-sender ) by mail12.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 10 Oct 2001 23:24:11 -0000 Message-ID: X-Mailer: XFMail 1.4.0 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <86adyzkt18.fsf@king.swox.se> Date: Wed, 10 Oct 2001 16:23:38 -0700 (PDT) From: John Baldwin To: Torbjorn Granlund Subject: RE: Suggestion for FAQ Cc: doc@FreeBSD.org Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On 10-Oct-01 Torbjorn Granlund wrote: > I'd suggest that some mention of Athlon SMP support is added to FAQ > 3.31. Perhaps: > > "SMP currently only works for Intel(tm) hardware. FreeBSD 5 will also > support SMP for Athlon systems." FreeBSD 3.x and 4.x already support Athlon systems. It's on the CD case for 4.4 and should be in the release notes if not already. Appropriate wording should probably be added to the FAQ as well. -- John Baldwin -- http://www.FreeBSD.org/~jhb/ PGP Key: http://www.baldwin.cx/~john/pgpkey.asc "Power Users Use the Power to Serve!" - http://www.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 Oct 10 16:32:39 2001 Delivered-To: freebsd-doc@freebsd.org Received: from king.swox.se (king.swox.se [212.247.3.130]) by hub.freebsd.org (Postfix) with ESMTP id 8420E37B40A; Wed, 10 Oct 2001 16:32:35 -0700 (PDT) Received: by king.swox.se (Postfix, from userid 1001) id C299832A8; Thu, 11 Oct 2001 01:32:34 +0200 (CEST) To: John Baldwin Cc: doc@FreeBSD.org Subject: Re: Suggestion for FAQ References: From: Torbjorn Granlund Date: 11 Oct 2001 01:32:34 +0200 In-Reply-To: John Baldwin's message of "Wed, 10 Oct 2001 16:23:38 -0700 (PDT)" Message-ID: <86669nkr59.fsf@king.swox.se> Lines: 31 User-Agent: Gnus/5.0807 (Gnus v5.8.7) Emacs/20.6 MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org John Baldwin writes: On 10-Oct-01 Torbjorn Granlund wrote: > I'd suggest that some mention of Athlon SMP support is added to FAQ > 3.31. Perhaps: >=20 > "SMP currently only works for Intel(tm) hardware. FreeBSD 5 will also > support SMP for Athlon systems." =20=20 FreeBSD 3.x and 4.x already support Athlon systems. It's on the CD case = for 4.4 and should be in the release notes if not already. Appropriate wordi= ng should probably be added to the FAQ as well. =20=20 You're not reading what I wrote, are you? :-) Athlon *SMP* systems are not supported, are they? While I haven't really tried it, the kernel sources for 4.4 clearly say only Intel SMP is supported. FAQ 3.31 is about SMP support. Since not all people read the source, a mention in the FAQ about Athlon SMP non-support would be a good idea. Since you seem to be busy hacking SMPng, perhaps you could answer this non-FAQ: I am about to get a new Athlon system replacing an older Athlon system, The new system will use Tyan Tiger 246x. Any chance for -stable support for such a system (using both processors, that is!), or do I have to live on the edge and use -current? --=20 Torbj=F6rn To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Wed Oct 10 17: 9:46 2001 Delivered-To: freebsd-doc@freebsd.org Received: from mail5.speakeasy.net (mail5.speakeasy.net [216.254.0.205]) by hub.freebsd.org (Postfix) with ESMTP id 496BF37B409 for ; Wed, 10 Oct 2001 17:09:43 -0700 (PDT) Received: (qmail 46778 invoked from network); 11 Oct 2001 00:09:42 -0000 Received: from unknown (HELO laptop.baldwin.cx) ([64.81.54.73]) (envelope-sender ) by mail5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 11 Oct 2001 00:09:42 -0000 Message-ID: X-Mailer: XFMail 1.4.0 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <86669nkr59.fsf@king.swox.se> Date: Wed, 10 Oct 2001 17:09:08 -0700 (PDT) From: John Baldwin To: Torbjorn Granlund Subject: Re: Suggestion for FAQ Cc: doc@FreeBSD.org Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On 10-Oct-01 Torbjorn Granlund wrote: > John Baldwin writes: > > On 10-Oct-01 Torbjorn Granlund wrote: > > I'd suggest that some mention of Athlon SMP support is added to FAQ > > 3.31. Perhaps: > > > > "SMP currently only works for Intel(tm) hardware. FreeBSD 5 will also > > support SMP for Athlon systems." > > FreeBSD 3.x and 4.x already support Athlon systems. It's on the CD case > for > 4.4 and should be in the release notes if not already. Appropriate wording > should probably be added to the FAQ as well. > > You're not reading what I wrote, are you? :-) Um, yes. I did :) > Athlon *SMP* systems are not supported, are they? > While I haven't really tried it, the kernel sources for 4.4 clearly > say only Intel SMP is supported. Yes. I've installed 4.x on an SMP athlon system. It worked great. The Athlon's use a APIC just like Intel systems, so the SMP MD code is the same. Our existing SMP code just works out of the box, whcih is why I said 3.x would probably work fine, too. > FAQ 3.31 is about SMP support. Since not all people read the source, > a mention in the FAQ about Athlon SMP non-support would be a good > idea. s/non-support/support/, but yes I agree that it needs to be mentioned, just that it be mentioned that it works fine. :) > Since you seem to be busy hacking SMPng, perhaps you could answer this > non-FAQ: I am about to get a new Athlon system replacing an older > Athlon system, The new system will use Tyan Tiger 246x. Any chance > for -stable support for such a system (using both processors, that > is!), or do I have to live on the edge and use -current? It should work fine on 4.x if it works on 5.x. The only SMP systems supported on 5.x but not 4.x are SMP Alpha systems (as in the alpha architecture). -- John Baldwin -- http://www.FreeBSD.org/~jhb/ PGP Key: http://www.baldwin.cx/~john/pgpkey.asc "Power Users Use the Power to Serve!" - http://www.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 Oct 10 17:21:56 2001 Delivered-To: freebsd-doc@freebsd.org Received: from king.swox.se (king.swox.se [212.247.3.130]) by hub.freebsd.org (Postfix) with ESMTP id AF47937B406; Wed, 10 Oct 2001 17:21:53 -0700 (PDT) Received: by king.swox.se (Postfix, from userid 1001) id 9F78C32A8; Thu, 11 Oct 2001 02:21:51 +0200 (CEST) To: John Baldwin Cc: doc@FreeBSD.org Subject: Re: Suggestion for FAQ References: From: Torbjorn Granlund Date: 11 Oct 2001 02:21:51 +0200 In-Reply-To: John Baldwin's message of "Wed, 10 Oct 2001 17:09:08 -0700 (PDT)" Message-ID: <86ofnfjaao.fsf@king.swox.se> Lines: 21 User-Agent: Gnus/5.0807 (Gnus v5.8.7) Emacs/20.6 MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org John Baldwin writes: > FreeBSD 3.x and 4.x already support Athlon systems. It's on the > CD case for 4.4 and should be in the release notes if not already. > Appropriate wording should probably be added to the FAQ as well. >=20=20=20 > You're not reading what I wrote, are you? :-) =20=20 Um, yes. I did :) =20=20 Alright, I read your reply too literally. That -stable supports SMP Athlon is great news! Since the load of the system is coarse-grained, current SMP should be perfectly adequate. Yes, it really ought to be mentioned, and the kernel source (some *apic*.h file) should perhaps also mention that Athlon systems will work. Its current wording sound like it excludes Athlon. --=20 Torbj=F6rn To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Wed Oct 10 17:50: 8 2001 Delivered-To: freebsd-doc@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 863EA37B406 for ; Wed, 10 Oct 2001 17:50:00 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9B0o0Q87170; Wed, 10 Oct 2001 17:50:00 -0700 (PDT) (envelope-from gnats) Received: from Daffy.timing.com (daffy.timing.com [206.168.13.218]) by hub.freebsd.org (Postfix) with ESMTP id 9BA5737B407 for ; Wed, 10 Oct 2001 17:44:01 -0700 (PDT) Received: from brain.timing.com (brain.timing.com [206.168.13.195]) by Daffy.timing.com (8.11.3/8.11.3) with ESMTP id f9B0hvJ16627 for ; Wed, 10 Oct 2001 18:43:57 -0600 (MDT) (envelope-from jhein@timing.com) Received: (from jhein@localhost) by brain.timing.com (8.11.3/8.11.3) id f9B0hvQ63198; Wed, 10 Oct 2001 18:43:57 -0600 (MDT) (envelope-from jhein) Message-Id: <200110110043.f9B0hvQ63198@brain.timing.com> Date: Wed, 10 Oct 2001 18:43:57 -0600 (MDT) From: jhein@timing.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: docs/31210: cvs info page missing -R Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 31210 >Category: docs >Synopsis: cvs info page missing -R >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: Wed Oct 10 17:50:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: >Release: FreeBSD 4-STABLE & 5-CURRENT >Organization: Timing Solutions Corporation >Environment: System: FreeBSD brain.timing.com 4.3-RELEASE-p14-TSC FreeBSD 4.3-RELEASE-p14-TSC #1: Tue Aug 28 13:44:14 MDT 2001 imp@brain.timing.com:/uv/staging/imp/FreeBSD-tsc-4/sys/compile/BRAIN i386 >Description: The info pages for cvs do not document the FreeBSD-specific -R option. In fact, the 'Read-only access' node says the only way to get read-only access to a repository using 'cvs' is with the pserver. The man page does document the -R option. >How-To-Repeat: 'info cvs' (or 'M-x info' from emacs) (source in src/contrib/cvs/doc/cvs.texinfo) >Fix: I don't have a patch, but the affected nodes are at least: 'Global options' (under 'CVS commands') 'Invoking CVS' 'Read-only access' (under 'Repository') The first two can just be cut/paste from the man page. The latter may requires a little more. >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 Wed Oct 10 22: 2:28 2001 Delivered-To: freebsd-doc@freebsd.org Received: from c527597-a.cstvl1.sfba.home.com (c527597-a.cstvl1.sfba.home.com [24.176.204.87]) by hub.freebsd.org (Postfix) with ESMTP id 9EF9737B403; Wed, 10 Oct 2001 22:02:25 -0700 (PDT) Received: (from bmah@localhost) by c527597-a.cstvl1.sfba.home.com (8.11.6/8.11.6) id f9B52LX61405; Wed, 10 Oct 2001 22:02:21 -0700 (PDT) (envelope-from bmah) Message-Id: <200110110502.f9B52LX61405@c527597-a.cstvl1.sfba.home.com> X-Mailer: exmh version 2.5 07/13/2001 with nmh-1.0.4 To: Torbjorn Granlund Cc: John Baldwin , doc@FreeBSD.ORG Subject: Re: Suggestion for FAQ In-Reply-To: <86ofnfjaao.fsf@king.swox.se> References: <86ofnfjaao.fsf@king.swox.se> Comments: In-reply-to Torbjorn Granlund message dated "11 Oct 2001 02:21:51 +0200." From: "Bruce A. Mah" Reply-To: bmah@FreeBSD.ORG X-Face: g~c`.{#4q0"(V*b#g[i~rXgm*w;:nMfz%_RZLma)UgGN&=j`5vXoU^@n5v4:OO)c["!w)nD/!!~e4Sj7LiT'6*wZ83454H""lb{CC%T37O!!'S$S&D}sem7I[A 2V%N&+ X-Image-Url: http://www.employees.org/~bmah/Images/bmah-cisco-small.gif X-Url: http://www.employees.org/~bmah/ Mime-Version: 1.0 Content-Type: multipart/signed; boundary="==_Exmh_-573423661P"; micalg=pgp-sha1; protocol="application/pgp-signature" Content-Transfer-Encoding: 7bit Date: Wed, 10 Oct 2001 22:02:21 -0700 Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org --==_Exmh_-573423661P Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit If memory serves me right, Torbjorn Granlund wrote: > That -stable supports SMP Athlon is great news! Since the load of the > system is coarse-grained, current SMP should be perfectly adequate. > > Yes, it really ought to be mentioned, and the kernel source (some > *apic*.h file) should perhaps also mention that Athlon systems will > work. Its current wording sound like it excludes Athlon. If this is to be mentioned in the release documentation (and this probably is a good idea), it should go in the hardware list. Specifically: src/release/doc/en_US.ISO8859-1/hardware/i386/proc-i386.sgml The current text is pretty vague, it could use some fleshing out. I admit to being pretty clueless about non-Intel processors, so I'm probably the wrong person to try to do this. But I'd be happy to handle markup and proofreading for any text anyone would like to toss my way. Bruce. --==_Exmh_-573423661P Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: Exmh version 2.3.1+ 05/14/2001 iD8DBQE7xSfd2MoxcVugUsMRAjdbAJ9HkFa7+GZ9cFxCIf640y1tGotLvQCg5cfs fnHcaXVOhtZaIhodH8mQahk= =0kRV -----END PGP SIGNATURE----- --==_Exmh_-573423661P-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Thu Oct 11 0:10: 7 2001 Delivered-To: freebsd-doc@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id EAC2F37B405 for ; Thu, 11 Oct 2001 00:10:00 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9B7A0v45907; Thu, 11 Oct 2001 00:10:00 -0700 (PDT) (envelope-from gnats) Received: from ns.any.ru (ns.any.ru [194.67.127.11]) by hub.freebsd.org (Postfix) with ESMTP id DB68337B405 for ; Thu, 11 Oct 2001 00:05:47 -0700 (PDT) Received: (from avn@localhost) by ns.any.ru (8.11.3/8.11.3) id f9B82YY44226 for FreeBSD-gnats-submit@freebsd.org.AVP; Thu, 11 Oct 2001 11:02:34 +0300 (EEST) (envelope-from avn) Received: (from avn@localhost) by ns.any.ru (8.11.3/8.11.3) id f9B82XO44217; Thu, 11 Oct 2001 11:02:33 +0300 (EEST) (envelope-from avn) Message-Id: <200110110802.f9B82XO44217@ns.any.ru> Date: Thu, 11 Oct 2001 11:02:33 +0300 (EEST) From: alex.neyman@auriga.ru Reply-To: alex.neyman@auriga.ru To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: docs/31214: ieee(3) manpage errors Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 31214 >Category: docs >Synopsis: ieee(3) manpage errors >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 Oct 11 00:10:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Alexey V. Neyman >Release: FreeBSD 4.4-STABLE, 5.0-CURRENT >Organization: Auriga, Inc >Environment: >Description: There are several errors in ieee(3) manpage. * finite/finitef description lacks closing parenthesis and a period. * ilogb/ilogbf description refers to argument `n' which these function do not take. >How-To-Repeat: man 3 ilogb >Fix: Wish I'd be good at -mdoc. >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 Oct 11 3:10: 9 2001 Delivered-To: freebsd-doc@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3AC0437B406 for ; Thu, 11 Oct 2001 03:10:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9BAA1E76037; Thu, 11 Oct 2001 03:10:01 -0700 (PDT) (envelope-from gnats) Received: from riff-raff.intranet.carif.asso.fr (ns.carif.asso.fr [194.98.158.66]) by hub.freebsd.org (Postfix) with ESMTP id A191C37B407 for ; Thu, 11 Oct 2001 03:07:11 -0700 (PDT) Received: (from stef@localhost) by rafiki.carif.asso.fr (8.11.6/8.11.6) id f9BA08V78051; Thu, 11 Oct 2001 12:00:08 +0200 (CEST) (envelope-from stef) Message-Id: <200110111000.f9BA08V78051@rafiki.carif.asso.fr> Date: Thu, 11 Oct 2001 12:00:08 +0200 (CEST) From: Stephane Marzloff Reply-To: Stephane Marzloff To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: docs/31215: Port 139 is UDP instead of TCP in ppp.conf.sample Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 31215 >Category: docs >Synopsis: Port 139 is UDP instead of TCP in ppp.conf.sample >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 Oct 11 03:10:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Stephane Marzloff >Release: FreeBSD 4.4-STABLE i386 >Organization: >Environment: System: FreeBSD rocky.intranet.carif.asso.fr 4.4-STABLE FreeBSD 4.4-STABLE #1: Mon Oct 8 17:28:47 CEST 2001 avatar@rocky.intranet.carif.asso.fr:/usr/src/sys/compile/CARIF101 i386 >Description: In /usr/src/share/examples/ppp/ppp.conf.sample, on the filter part (line 275), the port 139 is on UDP, but the NetBIOS session service listen on TCP 139. >How-To-Repeat: - >Fix: --- ppp.conf.sample.orig Tue Oct 9 10:55:23 2001 +++ ppp.conf.sample Thu Oct 11 11:55:54 2001 @@ -270,10 +270,10 @@ set filter alive 3 deny udp src eq 525 # timed set filter alive 4 deny udp src eq 137 # NetBIOS name service set filter alive 5 deny udp src eq 138 # NetBIOS datagram service - set filter alive 6 deny udp src eq 139 # NetBIOS session service + set filter alive 6 deny tcp src eq 139 # NetBIOS session service set filter alive 7 deny udp dst eq 137 # NetBIOS name service set filter alive 8 deny udp dst eq 138 # NetBIOS datagram service - set filter alive 9 deny udp dst eq 139 # NetBIOS session service + set filter alive 9 deny tcp dst eq 139 # NetBIOS session service set filter alive 10 deny 0/0 MYADDR icmp # Ping to us from outside set filter alive 11 permit 0/0 0/0 # @@ -283,10 +283,10 @@ set filter dial 1 deny udp src eq 525 # timed set filter dial 2 deny udp src eq 137 # NetBIOS name service set filter dial 3 deny udp src eq 138 # NetBIOS datagram service - set filter dial 4 deny udp src eq 139 # NetBIOS session service + set filter dial 4 deny tcp src eq 139 # NetBIOS session service set filter dial 5 deny udp dst eq 137 # NetBIOS name service set filter dial 6 deny udp dst eq 138 # NetBIOS datagram service - set filter dial 7 deny udp dst eq 139 # NetBIOS session service + set filter dial 7 deny tcp dst eq 139 # NetBIOS session service set filter dial 8 deny tcp finrst # Badly closed TCP channels set filter dial 9 permit 0 0 # >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 Oct 11 5:27:59 2001 Delivered-To: freebsd-doc@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A5AA737B40A; Thu, 11 Oct 2001 05:27:52 -0700 (PDT) Received: (from dd@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9BCMrW06148; Thu, 11 Oct 2001 05:22:53 -0700 (PDT) (envelope-from dd) Date: Thu, 11 Oct 2001 05:22:53 -0700 (PDT) From: Message-Id: <200110111222.f9BCMrW06148@freefall.freebsd.org> To: dd@FreeBSD.org, gnats-admin@FreeBSD.org, freebsd-doc@freebsd.org Subject: Re: docs/31163: [ARTICLE] CVSup advanced points Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: [ARTICLE] CVSup advanced points Responsible-Changed-From-To: gnats-admin->freebsd-doc Responsible-Changed-By: dd Responsible-Changed-When: Thu Oct 11 05:22:42 PDT 2001 Responsible-Changed-Why: doc problem http://www.FreeBSD.org/cgi/query-pr.cgi?pr=31163 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Thu Oct 11 5:50: 9 2001 Delivered-To: freebsd-doc@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 43F3737B403 for ; Thu, 11 Oct 2001 05:50:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9BCo1L16415; Thu, 11 Oct 2001 05:50:01 -0700 (PDT) (envelope-from gnats) Received: from mail.cicely.de (ppp91.uni-duisburg.de [134.91.19.91]) by hub.freebsd.org (Postfix) with ESMTP id 1245B37B401 for ; Thu, 11 Oct 2001 05:49:05 -0700 (PDT) Received: from cicely8.cicely.de (cicely8.cicely.de [10.1.2.10]) by mail.cicely.de (8.11.0/8.11.0) with ESMTP id f9BCnJa07768 for ; Thu, 11 Oct 2001 14:49:20 +0200 (CEST) Received: (from ticso@localhost) by cicely8.cicely.de (8.11.4/8.11.4) id f9BCnIo07552; Thu, 11 Oct 2001 14:49:19 +0200 (CEST) (envelope-from ticso) Message-Id: <200110111249.f9BCnIo07552@cicely8.cicely.de> Date: Thu, 11 Oct 2001 14:49:19 +0200 (CEST) From: Bernd Walter Reply-To: Bernd Walter To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: docs/31221: cvsup.de.freebsd.org has new maintainer Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 31221 >Category: docs >Synopsis: cvsup.de.freebsd.org has new maintainer >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-doc >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Thu Oct 11 05:50:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Bernd Walter >Release: FreeBSD 5.0-CURRENT i386 >Organization: Cosmo-Project >Environment: System: FreeBSD cicely8.cicely.de 5.0-CURRENT FreeBSD 5.0-CURRENT #2: Fri Aug 3 15:05:53 CEST 2001 ticso@cicely8.cicely.de:/net/10.1.5.7/var/d9/src-2001-07-04/src/sys/i386/compile/CICELY8 i386 >Description: cvsup.de.freebsd.org points to cvsup4.de.freebsd.org and therefor has the same maintainer. The handbook section A.6.7 CVSup Sites needs an update. >How-To-Repeat: >Fix: update the maintainer of cvsup.de.freebsd.org to cvsup@cosmo-project.de >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 Oct 11 6: 2:46 2001 Delivered-To: freebsd-doc@freebsd.org Received: from snark.rinet.ru (snark.rinet.ru [195.54.192.73]) by hub.freebsd.org (Postfix) with ESMTP id 8C2E137B406; Thu, 11 Oct 2001 06:02:31 -0700 (PDT) Received: (from yar@localhost) by snark.rinet.ru (8.11.6/8.11.6) id f9BD2R203342; Thu, 11 Oct 2001 17:02:27 +0400 (MSD) (envelope-from yar) Date: Thu, 11 Oct 2001 17:02:26 +0400 From: Yar Tikhiy To: hackers@freebsd.org, doc@freebsd.org Subject: utmp(5) manpage revised Message-ID: <20011011170226.A2162@snark.rinet.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.22.1i Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hi everybody, The current utmp(5) manpage language (not markup) has a number of drawbacks and errors: o There is no information for programmers on the actual structure of the files the page describes. o The C structure members aren't described. o Despites the page language, neither utmp nor lastlog grow continually or need rotation. o It describes in a wrong way how a user's logout is recorded to wtmp. o The login(3), logout(3) and logwtmp(3) functions aren't mentioned. Here's a patch addressing all the issues. Review it please. -- Yar Index: utmp.5 =================================================================== RCS file: /home/ncvs/src/share/man/man5/utmp.5,v retrieving revision 1.16 diff -u -r1.16 utmp.5 --- utmp.5 2001/10/11 11:29:37 1.16 +++ utmp.5 2001/10/11 12:59:35 @@ -57,12 +57,6 @@ the .Nm wtmp file. -.Pp -These files can grow rapidly on busy systems, so daily or weekly rotation -is recommended. -If any one of these files does not exist, it is not created. -They must be created manually and are maintained by -.Xr newsyslog 8 . .Bd -literal -offset indent #define _PATH_UTMP "/var/run/utmp" #define _PATH_WTMP "/var/log/wtmp" @@ -73,19 +67,39 @@ #define UT_HOSTSIZE 16 struct lastlog { - time_t ll_time; - char ll_line[UT_LINESIZE]; - char ll_host[UT_HOSTSIZE]; + time_t ll_time; /* When user logged in */ + char ll_line[UT_LINESIZE]; /* Terminal line name */ + char ll_host[UT_HOSTSIZE]; /* Host user came from */ }; struct utmp { - char ut_line[UT_LINESIZE]; - char ut_name[UT_NAMESIZE]; - char ut_host[UT_HOSTSIZE]; - time_t ut_time; + char ut_line[UT_LINESIZE]; /* Terminal line name */ + char ut_name[UT_NAMESIZE]; /* User's login name */ + char ut_host[UT_HOSTSIZE]; /* Host user came from */ + time_t ut_time; /* When user logged in */ }; .Ed .Pp +The +.Nm lastlog +file is a linear array of +.Fa lastlog +structures indexed by a user's +.Tn UID . +The +.Nm utmp +file is a linear array of +.Fa utmp +structures indexed by a terminal line number +(see +.Xr ttyslot 3 ) . +The +.Nm wtmp +file consists of +.Fa utmp +structures and is a binary log file, +that is, grows linearly at its end. +.Pp Each time a user logs in, the .Xr login 1 program looks up the user's @@ -132,10 +146,19 @@ and appends the user's .Fa utmp record. -The same +The user's subsequent logout from the terminal +line is marked by a special .Fa utmp -record, with an updated time stamp is later appended -to the file when the user logs out (see +record with +.Fa ut_line +set accordingly, +.Fa ut_time +updated, but +.Fa ut_name +and +.Fa ut_host +both empty +(see .Xr init 8 ) . The .Nm wtmp @@ -184,6 +207,29 @@ .Ql \&{ indicates the new time. .El +.Sh NOTES +The +.Nm wtmp +file can grow rapidly on busy systems, so daily or weekly rotation +is recommended. +It is maintained by +.Xr newsyslog 8 . +.Pp +If any one of these files does not exist, it is not created by +.Xr login 1 . +They must be created manually. +.Pp +The supplied +.Xr login 3 , +.Xr logout 3 , +and +.Xr logwtmp 3 +utility functions should be used to perform +the standard actions on the +.Nm utmp +and +.Nm wtmp +files. .Sh FILES .Bl -tag -width /var/log/lastlog -compact .It Pa /var/run/utmp @@ -204,6 +250,10 @@ .Xr login 1 , .Xr w 1 , .Xr who 1 , +.Xr login 3 , +.Xr logout 3 , +.Xr logwtmp 3 , +.Xr ttyslot 3 , .Xr ac 8 , .Xr init 8 .Sh HISTORY To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Thu Oct 11 11:10:37 2001 Delivered-To: freebsd-doc@freebsd.org Received: from aragorn.neomedia.it (aragorn.neomedia.it [195.103.207.6]) by hub.freebsd.org (Postfix) with ESMTP id AF5A837B405; Thu, 11 Oct 2001 11:10:32 -0700 (PDT) Received: (from httpd@localhost) by aragorn.neomedia.it (8.11.4/8.11.4) id f9BIAUF06917; Thu, 11 Oct 2001 20:10:30 +0200 (CEST) To: dd@FreeBSD.org Subject: Re: docs/31163: [ARTICLE] CVSup advanced points Message-ID: <1002823830.3bc5e0961e150@webmail.neomedia.it> Date: Thu, 11 Oct 2001 20:10:30 +0200 (CEST) From: Salvo Bartolotta Cc: gnats-admin@FreeBSD.org, freebsd-doc@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit User-Agent: IMP/PHP IMAP webmail program 2.2.4-cvs X-WebMail-Company: Neomedia s.a.s. X-Originating-IP: 62.98.152.34 Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org > Synopsis: [ARTICLE] CVSup advanced points > Responsible-Changed-From-To: gnats-admin->freebsd-doc > Responsible-Changed-By: dd > Responsible-Changed-When: Thu Oct 11 05:22:42 PDT 2001 > Responsible-Changed-Why: > doc problem > http://www.FreeBSD.org/cgi/query-pr.cgi?pr=31163 Please close this PR, which stemmed from a typo of mine. This is the originator speaking. :-) My article is already on-line: http://www.FreeBSD.org/doc/en_US.ISO8859-1/articles/cvsup-advanced/ -- Salvo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Thu Oct 11 12: 7:55 2001 Delivered-To: freebsd-doc@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B29C237B401; Thu, 11 Oct 2001 12:07:53 -0700 (PDT) Received: (from tom@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9BJ4i399760; Thu, 11 Oct 2001 12:04:44 -0700 (PDT) (envelope-from tom) Date: Thu, 11 Oct 2001 12:04:44 -0700 (PDT) From: Message-Id: <200110111904.f9BJ4i399760@freefall.freebsd.org> To: bartequi@neomedia.it, tom@FreeBSD.org, freebsd-doc@freebsd.org Subject: Re: docs/31163: [ARTICLE] CVSup advanced points Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: [ARTICLE] CVSup advanced points State-Changed-From-To: open->closed State-Changed-By: tom State-Changed-When: Thu Oct 11 12:04:10 PDT 2001 State-Changed-Why: Closed at originator's request - article has alreadybeen committed http://www.FreeBSD.org/cgi/query-pr.cgi?pr=31163 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Thu Oct 11 17:41:48 2001 Delivered-To: freebsd-doc@freebsd.org Received: from smtp1.vol.cz (smtp1.vol.cz [195.250.128.73]) by hub.freebsd.org (Postfix) with ESMTP id 04BE837B401 for ; Thu, 11 Oct 2001 17:41:46 -0700 (PDT) Received: from [212.20.108.137] (brnoa-137.dialup.vol.cz [212.20.108.137]) by smtp1.vol.cz (8.11.6/8.11.3) with ESMTP id f9C0fhb24253 for ; Fri, 12 Oct 2001 02:41:43 +0200 (CEST) (envelope-from smiga@wwx.cz) User-Agent: Microsoft-Entourage/9.0.2509 Date: Fri, 12 Oct 2001 02:40:33 +0200 Subject: Signal chapter From: Lukas Smiga To: Message-ID: Mime-version: 1.0 Content-type: text/plain; charset="US-ASCII" Content-transfer-encoding: 7bit Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hello everyone! I really enjoy reading and using developers handbook and as a newbie i really appreciate its qualities. But after reading chapter about sockets i am missing signal chapter with examples of generating and retrieving signals with handlers, implicated by the concurent daemons at the end of the socket chapter. So the question is, when will be signal chapter ready? You must admit, that signals (and other ways of interproces comm) are important. Or don't you know any other source of such information (with examples)? Thanks for any reply lucas, czech republic To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Thu Oct 11 17:43:48 2001 Delivered-To: freebsd-doc@freebsd.org Received: from TYRONE.sani-top.com (w163.z064000243.lax-ca.dsl.cnc.net [64.0.243.163]) by hub.freebsd.org (Postfix) with ESMTP id B45A637B40A for ; Thu, 11 Oct 2001 17:43:43 -0700 (PDT) Received: from localhost (manele-femei-si-bautura.org [64.225.124.232]) by TYRONE.sani-top.com with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2650.21) id 44W2V1GA; Thu, 11 Oct 2001 17:43:58 -0700 To: freebsd-doc@FreeBSD.ORG From: friends@openxxx.net X-Mailer: Perl+Mail::Sender 0.7.08 by Jan Krynicky Subject: Hello, your friend recommended openxxx to you Message-Id: <20011012004343.B45A637B40A@hub.freebsd.org> Date: Thu, 11 Oct 2001 17:43:43 -0700 (PDT) Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org You have been invited to check out this adult site by one of your friends who visited us. click here , our URL is: http://www.openxxx.net/ enjoy, OpenXXX TEAM 2001 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Thu Oct 11 17:48:43 2001 Delivered-To: freebsd-doc@freebsd.org Received: from TYRONE.sani-top.com (w163.z064000243.lax-ca.dsl.cnc.net [64.0.243.163]) by hub.freebsd.org (Postfix) with ESMTP id DD72037B40A for ; Thu, 11 Oct 2001 17:48:40 -0700 (PDT) Received: from localhost (manele-femei-si-bautura.org [64.225.124.232]) by TYRONE.sani-top.com with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2650.21) id 44W2V1JD; Thu, 11 Oct 2001 17:48:55 -0700 To: doc@FreeBSD.org From: friends@openxxx.net X-Mailer: Perl+Mail::Sender 0.7.08 by Jan Krynicky Subject: Hello, your friend recommended openxxx to you Message-Id: <20011012004840.DD72037B40A@hub.freebsd.org> Date: Thu, 11 Oct 2001 17:48:40 -0700 (PDT) Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org You have been invited to check out this adult site by one of your friends who visited us. click here , our URL is: http://www.openxxx.net/ enjoy, OpenXXX TEAM 2001 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Thu Oct 11 19:35:50 2001 Delivered-To: freebsd-doc@freebsd.org Received: from verkko.suomi.net (sun250-0-admin.suomi.net [212.50.140.140]) by hub.freebsd.org (Postfix) with ESMTP id 94C5737B406 for ; Thu, 11 Oct 2001 19:35:45 -0700 (PDT) Received: from alfasbs1.alfasoft.fi (addr-212-50-128-206.suomi.net) by verkko.suomi.net (Sun Internet Mail Server sims.3.5.1999.05.24.18.28.p7) with ESMTP id <0GL200ICQN5XUC@verkko.suomi.net> for doc@freebsd.org; Fri, 12 Oct 2001 05:35:21 +0300 (EET DST) Received: from MAIL5 by alfasbs1.alfasoft.fi with SMTP (Microsoft Exchange Internet Mail Service Version 5.0.1459.74) id RGG0VD5R; Fri, 12 Oct 2001 04:14:11 +0200 Date: Thu, 11 Oct 2001 19:30:11 +0000 From: bridget@MoscowOffice.com Subject: 300 Million in the valley of decision To: doc@freebsd.org Message-id: MIME-version: 1.0 Content-type: text/html; charset="us-ascii" Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Untitled Document

URGENT BREAKING NEWS -- Please Read and Forward
From: Gospel for Asia & the All India Christian Council
More Information: http://www.gfa.org/revival
Request Free Book: http://www.gfa.org/frb1
Dalit Video Clip: http://www.gfa.org/revival/media.html

Dear Friends in Christ,

I can’t overstate the importance and urgency of this email regarding the probability of a revival that could begin in India on November 4, 2001. Three hundred million Dalits (low-caste "untouchables") are on the verge of leaving the caste system. This is a gateway for us to present the Gospel to these millions and more!

Over the past few months, high-level leaders representing no less than 300 million Dalits have been in dialogue with the All India Christian Council. (The AICC is the largest Evangelical network in India with membership of over 2,000 mission organizations, denominations and other Christian entities.) Their simple request was: "The only way for our people to find freedom from 3,000 years of slavery is to quit the caste system and embrace another faith. Christianity offers hope for us. We are happy for our people to become Christians... Can you help us?"

This request culminated in a historic meeting on September 7, 2001 in Hyderabad, India where over 740 of the top evangelical leaders from across India met with 26 top Dalit leaders to discuss how this movement should be handled. Dr. Joseph D'Souza and Dr. K.P. Yohannan (president of Gospel for Asia) give leadership to the AICC which is committed to mobilize the Church body to respond to this most urgent challenge. Gospel for Asia is one of the largest church planting movements in the subcontinent and has been busy taking concrete steps to respond to this move of God.

This mass exodus begins on November 4, 2001. One this date, one million low-caste Dalits are expected to meet in New Delhi, India for a mass conversion event to Buddhism. Now, by God's grace, the option of finding freedom through Christ will also be presented.

Will you please stand in the gap and get involved on behalf of millions who may end up following the Lord Jesus? Please visit our website at http://www.gfa.org/revival for more information on how you can get involved.

***IMPORTANT NOTE: You can play a key part in reaching these millions of Dalits.

FIRST: If this urgent message has touched your heart, please consider forwarding it to your friends, family and church so that we can encourage Christians everywhere to pray -- please copy and paste this message into a new email to ensure a quality communication.

NEXT: Commit yourself to serious prayer for the Dalits of India. Sign up at http://www.gfa.org/emailupdate for weekly updates on this revival so you prayers can be specific and timely.

THEN: We also need to see resources released to meet the overwhelming needs such as sending church planters, printing Bibles and producing radio broadcasts in the languages of the Dalits, etc. Please visit our website at http://www.gfa.org/revival/help.html to find out how you can help.

For those who have never heard,
Gospel for Asia & AICC Staff
webmaster@gfa.org

_____________________________________
Free Book about GFA -- http://www.gfa.org/frb1
Free Email Updates -- http://www.gfa.org/emailupdate
GFA Revival Info -- http://www.gfa.org/revival
Gospel for Asia Home -- http://www.gfa.org
Dalit Video Clip: http://www.gfa.org/revival/media.html

NOTE: This is a one time mailing announcement unless you choose to sign up for GFA's email
update at http://www.gfa.org/emailupdate
. Thank You, and may God bless you.

To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Thu Oct 11 20:38:40 2001 Delivered-To: freebsd-doc@freebsd.org Received: from mao.stokely.org (mao.stokely.org [65.84.64.228]) by hub.freebsd.org (Postfix) with ESMTP id 4877337B403 for ; Thu, 11 Oct 2001 20:38:27 -0700 (PDT) Received: by mao.stokely.org (Postfix, from userid 2074) id C285E4B65D; Thu, 11 Oct 2001 20:38:21 -0700 (PDT) Date: Thu, 11 Oct 2001 20:38:21 -0700 From: Murray Stokely To: Lukas Smiga Cc: doc@freebsd.org Subject: Re: Signal chapter Message-ID: <20011011203821.J25900@windriver.com> References: Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="BXVAT5kNtrzKuDFl" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from smiga@wwx.cz on Fri, Oct 12, 2001 at 02:40:33AM +0200 X-GPG-Key-ID: 1024D/0E451F7D X-GPG-Key-Fingerprint: E2CA 411D DD44 53FD BB4B 3CB5 B4D7 10A2 0E45 1F7D Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org --BXVAT5kNtrzKuDFl Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Oct 12, 2001 at 02:40:33AM +0200, Lukas Smiga wrote: > So the question is, when will be signal chapter ready? You must admit, th= at > signals (and other ways of interproces comm) are important. >=20 > Or don't you know any other source of such information (with examples)? Please help write this chapter. In the mean time, you can buy Advanced Programming in the Unix Environment by Stevens (should be in the bibliography) or any number of other books on the subject of programming in a POSIX environment. - Murray --BXVAT5kNtrzKuDFl Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (SunOS) Comment: For info see http://www.gnupg.org iD8DBQE7xmWstNcQog5FH30RAj/qAJsHilMowae9gMlIY0YhGkqQpFX8kgCdGy74 Fk+OwsxtAhLdS1svgZi+ZhY= =dfiA -----END PGP SIGNATURE----- --BXVAT5kNtrzKuDFl-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Thu Oct 11 21:59:18 2001 Delivered-To: freebsd-doc@freebsd.org Received: from Tele.TM.Odessa.UA (Tele.TM.Odessa.UA [195.66.200.100]) by hub.freebsd.org (Postfix) with ESMTP id 3A02F37B407 for ; Thu, 11 Oct 2001 21:59:13 -0700 (PDT) Organization: S&PE Telematika Received: from dp-4-38.TM.Odessa.UA (dp-4-38.TM.Odessa.UA [195.66.216.38]) by Tele.TM.Odessa.UA (8.11.1/8.11.1/TM-Mail-2.7) with ESMTP id f9C4x9669035 for ; Fri, 12 Oct 2001 07:59:09 +0300 (EEST) Date: Fri, 12 Oct 2001 08:00:41 +0200 From: Corwin X-Mailer: The Bat! (v1.46d) Educational Reply-To: Corwin X-Priority: 3 (Normal) Message-ID: <1821085973.20011012080041@ukr.net> To: FreeBSD-doc@FreeBSD.ORG Subject: english->russian Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org hi! whom can i caontact bout translation from english to russian? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Fri Oct 12 3: 3:16 2001 Delivered-To: freebsd-doc@freebsd.org Received: from mx0.grolier.fr (relay.grolier.fr [194.158.96.33]) by hub.freebsd.org (Postfix) with ESMTP id AC4CA37B403; Fri, 12 Oct 2001 03:03:09 -0700 (PDT) Received: from hautmedoc.dockes.com (bas30-235.idf.w.club-internet.fr [212.194.14.235]) by mx0.grolier.fr (Postfix) with ESMTP id 15BC3C2FD; Fri, 12 Oct 2001 12:03:07 +0200 (CEST) Received: (from dockes@localhost) by hautmedoc.dockes.com (8.11.6/8.11.6) id f9CA37p10022; Fri, 12 Oct 2001 12:03:07 +0200 (CEST) (envelope-from dockes) Date: Fri, 12 Oct 2001 12:03:07 +0200 (CEST) Message-Id: <200110121003.f9CA37p10022@hautmedoc.dockes.com> From: Jean-Francois Dockes To: freebsd-doc@FreeBSD.org Cc: freebsd-net@FreeBSD.org Subject: Updated 'diskless operation' section for the handbook X-Mailer: VM 6.95 under 21.1 (patch 14) "Cuyahoga Valley" XEmacs Lucid Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org I recently configured a diskless FreeBSD machine, and I found the handbook section to be outdated to the point of irrelevance. I wrote an updated version, which I hereby submit for review, as suggested by the documentation project 'Submitting documentation' section. I hope that the text is mostly technically correct. At least, the things I describe work for me, with a 4.4-STABLE system, using the standard rc files, and they are consistent with any recent information I could find on the subject. In any case it can't be *less* helpful than the old, netboot based, version. The text will certainly require some amount of translation from 'french english' to the real thing, and a lot of style editing. The document can be found at http://perso.wanadoo.fr/dockes/patches/diskless.html 'chapter.sgml', in the same directory, has the docbook source. I am eagerly waiting for comments. Jean-Francois Dockes To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Fri Oct 12 4:44:24 2001 Delivered-To: freebsd-doc@freebsd.org Received: from mta02-svc.ntlworld.com (mta02-svc.ntlworld.com [62.253.162.42]) by hub.freebsd.org (Postfix) with ESMTP id C135C37B406 for ; Fri, 12 Oct 2001 04:44:09 -0700 (PDT) Received: from eborcom.com ([62.255.96.74]) by mta02-svc.ntlworld.com (InterMail vM.4.01.03.00 201-229-121) with SMTP id <20011012114402.XICA29790.mta02-svc.ntlworld.com@eborcom.com> for ; Fri, 12 Oct 2001 12:44:02 +0100 Received: (qmail 8017 invoked by uid 1001); 12 Oct 2001 11:43:51 -0000 Date: Fri, 12 Oct 2001 12:43:51 +0100 From: Tom Hukins To: Jean-Francois Dockes Cc: freebsd-doc@FreeBSD.org, freebsd-net@FreeBSD.org Subject: Re: Updated 'diskless operation' section for the handbook Message-ID: <20011012124351.A7169@eborcom.com> Mail-Followup-To: Tom Hukins , Jean-Francois Dockes , freebsd-doc@FreeBSD.org, freebsd-net@FreeBSD.org References: <200110121003.f9CA37p10022@hautmedoc.dockes.com> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="UugvWAfsgieZRqgk" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200110121003.f9CA37p10022@hautmedoc.dockes.com>; from jean-francois.dockes@wanadoo.fr on Fri, Oct 12, 2001 at 12:03:07PM +0200 Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org --UugvWAfsgieZRqgk Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Fri, Oct 12, 2001 at 12:03:07PM +0200, Jean-Francois Dockes wrote: > > I recently configured a diskless FreeBSD machine, and I found the > handbook section to be outdated to the point of irrelevance. > > I wrote an updated version, which I hereby submit for review, as suggested > by the documentation project 'Submitting documentation' section. Great work! Your document seems very useful, although I've never used diskless booting. The attached patch contains fixes for some of the English, a minor stylistic change (linking directly to a man page) and a few examples of removing unecessary space within tags. The last point is something you've done throughout the document, which causes it to render peculiarly. For example, you've got space after a word before a full-stop in several places. The end of the patch contains a few examples of this. Hopefully your work can be incorporated into the Handbook soon. Thanks, Tom --UugvWAfsgieZRqgk Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="diskless.patch" --- diskless-chapter.sgml.orig Fri Oct 12 12:33:02 2001 +++ diskless-chapter.sgml Fri Oct 12 12:18:26 2001 @@ -1109,8 +1109,8 @@ A FreeBSD machine can boot over the network and operate without a local disk, using file systems mounted from an NFS server. No system - modification is necessary, beyond standard configuration files. - Such a system is easy to set up because all the necessary elements + modification is necessary, beyond standard configuration files, and + such a system is easy to set up because all the necessary elements are readily available: @@ -1156,15 +1156,15 @@ There are many ways to set up diskless workstations. Many elements are involved, and most can be customized to suit local taste. The following will describe the setup of a complete system, - emphasising simplicity and compatibility with the + with an emphasis on simplicity and compatibility with the standard FreeBSD startup scripts. The system described has the following characteristics: The diskless workstations use a shared - read-only root filesystem, and a shared - read-only /usr. + readonly root filesystem, and a shared + readonly /usr. The root file system is a copy of a standard FreeBSD root (typically the server's), with some configuration files overriden by ones specific to diskless @@ -1179,9 +1179,9 @@ - As described, this system is insecure. It should - live in a protected area of a network, and be untrusted by - other hosts. + The security of the whole system (server+workstations) + is probably very bad. It should live in a protected area + of a network, and be untrusted by other hosts. @@ -1191,8 +1191,8 @@ Configuring DHCP/BOOTP - There are two protocols that are commonly used to boot a - workstation that retrieves its configuration over the network: BOOTP + There are two main standard protocols used by a booting + workstation to retrieve its configuration over the network: BOOTP and DHCP. They are used at several points in the workstation bootstrap: @@ -1206,7 +1206,7 @@ It is possible to configure a system to use only BOOTP. - The &man.bootpd.8; server program is included in the + The bootpd server program is included in the base FreeBSD system. However, DHCP has a number of advantages over BOOTP (nicer @@ -1222,8 +1222,8 @@ The isc-dhcp server can answer both BOOTP and DHCP requests. - As of release 4.4, isc-dhcp is not part of the base - system. You will first need to install the + isc-dhcp is not part of the base + system (as of release 4.4). You will first need to install the /usr/ports/net/isc-dhcp3 port or the corresponding package. Please refer to for general information about ports and packages. @@ -1324,11 +1324,12 @@ Preparing a boot program with <application>Etherboot</application> - Etherboot's Web - site contains + You can find extensive - extensive documentation mainly intended for Linux - systems, but nonetheless containing useful information. The following + etherboot documentation + on its home site + . This documentation is mainly intended for Linux + systems, but contains a lot of useful explanations. The following will just outline how you would use etherboot on a FreeBSD system. @@ -1488,9 +1489,9 @@ conf/31200 for the small adjustment needed in clone_root . Also see PR - conf/29870 - about a small adjustment needed in - /etc/rc.diskless2. + + conf/29870 about a small adjustment needed in + /etc/rc.diskless2 . @@ -1498,8 +1499,8 @@ Configuring swap If needed, it is possible to do swapping over NFS, to a file - on the server. The exact bootptab /filename> or - dhcpd.conf options are a little mysterious + on the server. The exact bootptab or + dhcpd.conf options are a little mysterious and poorly documented. Anyway, here is what worked for me, using isc-dhcp 3.0rc11. @@ -1558,7 +1559,7 @@ - Running with a read-only <filename>/usr</filename>Running with a readonly /usrIf the diskless workstation is configured to run X, you will have to adjust the xdm configuration file, which puts the error log on /usr by default. --UugvWAfsgieZRqgk-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Fri Oct 12 5: 4:38 2001 Delivered-To: freebsd-doc@freebsd.org Received: from mydomain.com (1Cust113.tnt2.cph3.da.uu.net [213.116.21.113]) by hub.freebsd.org (Postfix) with ESMTP id 2739B37B401; Fri, 12 Oct 2001 05:04:30 -0700 (PDT) Date: Fri, 12 Oct 2001 14:01:54 +0100 From: WILDSTUFF To: EROTICA@FreeBSD.ORG Subject: SEXWEB NO.1 .. MEGAWEB-SEX ! Message-Id: <20011012120430.2739B37B401@hub.freebsd.org> Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Dear Ladies & Gentlemen, Welcome to the GREATEST SEX SHOW on the ENTIRE NET ! We now offer you to ENTER the World´s No.1 voted SEX-SERVER on the WEB ! By far the largest and most incredible content of LIVE SEX is now served to users WORLDWIDE! EVERYTHING is offered 100% ANONOMOUSLY & you don´t need to sign-up or have a creditcard ... The way it should be ! TO PLUGIN and get access to something you with guarantee NEVER have seen before, use ANY of the servers listed below ! Enjoy the BEST! Yours truly, EROTICA ENTERTAINMENT INC. To get EASY ACCESS & PLUGIN to the LARGEST CONTENT SEXSERVER on the NET, use any of the 3 SERVERS listed here: 1. http://wownet.onweb.cx 2. http://wwwap.to/wownet 3. http://wownet.diz.nu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Fri Oct 12 6:35:55 2001 Delivered-To: freebsd-doc@freebsd.org Received: from nef.ens.fr (nef.ens.fr [129.199.96.32]) by hub.freebsd.org (Postfix) with ESMTP id 4A27137B407; Fri, 12 Oct 2001 06:35:49 -0700 (PDT) Received: from corto.lpt.ens.fr (corto.lpt.ens.fr [129.199.122.2]) by nef.ens.fr (8.10.1/1.01.28121999) with ESMTP id f9CDZhN79481 ; Fri, 12 Oct 2001 15:35:43 +0200 (CEST) Received: from (rsidd@localhost) by corto.lpt.ens.fr (8.9.3/jtpda-5.3.1) id PAA83737 ; Fri, 12 Oct 2001 15:35:42 +0200 (CEST) Date: Fri, 12 Oct 2001 15:35:42 +0200 From: Rahul Siddharthan To: Tom Hukins Cc: Jean-Francois Dockes , freebsd-doc@FreeBSD.ORG Subject: Re: Updated 'diskless operation' section for the handbook Message-ID: <20011012153542.A77622@lpt.ens.fr> References: <200110121003.f9CA37p10022@hautmedoc.dockes.com> <20011012124351.A7169@eborcom.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20011012124351.A7169@eborcom.com>; from tom@FreeBSD.ORG on Fri, Oct 12, 2001 at 12:43:51PM +0100 X-Operating-System: FreeBSD 3.4-STABLE i386 Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Maybe none of my business, but: Tom Hukins said on Oct 12, 2001 at 12:43:51: > > The attached patch contains fixes for some of the English, a minor > stylistic change (linking directly to a man page) and a few examples > of removing unecessary space within tags. I don't see the point of *any* of the "English" changes; the original language was correct, as far as I can see, and the new language does not seem improved. In some cases it's not worse, just unnecessary, but in the following cases I have to disagree strongly; one of the changes definitely goes against common usage in FreeBSD too. > @@ -1109,8 +1109,8 @@ > > A FreeBSD machine can boot over the network and operate without a > local disk, using file systems mounted from an NFS server. No system > - modification is necessary, beyond standard configuration files. > - Such a system is easy to set up because all the necessary elements > + modification is necessary, beyond standard configuration files, and > + such a system is easy to set up because all the necessary elements > are readily available: The change here seems to go against a common rule of clear writing: use short sentences. I don't see why two short sentences should be combined into one long one. > @@ -1156,15 +1156,15 @@ > There are many ways to set up diskless workstations. Many > elements are involved, and most can be customized to suit local > taste. The following will describe the setup of a complete system, > - emphasising simplicity and compatibility with the > + with an emphasis on simplicity and compatibility with the > standard FreeBSD startup scripts. The system described has the > following characteristics: Again, this just adds three more words, and I don't see why. > > > The diskless workstations use a shared > - read-only root filesystem, and a shared > - read-only /usr. > + readonly root filesystem, and a shared > + readonly /usr. To me, "read-only" seems correct; it is also consistent with actual FreeBSD usage (the output of the "mount" command, for example). I don't think there is such a word as "readonly". > @@ -1222,8 +1222,8 @@ > The isc-dhcp server can answer > both BOOTP and DHCP requests. > > - As of release 4.4, isc-dhcp is not part of the base > - system. You will first need to install the > + isc-dhcp is not part of the base > + system (as of release 4.4). You will first need to install the > /usr/ports/net/isc-dhcp3 port or the > corresponding package. Please refer to > for general information about ports and packages. Again, to me the original looks definitely better. > @@ -1558,7 +1559,7 @@ > > > > - Running with a read-only <filename>/usr</filename> + Running with a readonly <filename>/usr</filename>; Fri, 12 Oct 2001 06:44:54 -0700 (PDT) Received: from eborcom.com ([62.253.88.227]) by mta07-svc.ntlworld.com (InterMail vM.4.01.03.00 201-229-121) with SMTP id <20011012134451.VECY710.mta07-svc.ntlworld.com@eborcom.com> for ; Fri, 12 Oct 2001 14:44:51 +0100 Received: (qmail 8563 invoked by uid 1001); 12 Oct 2001 13:44:40 -0000 Date: Fri, 12 Oct 2001 14:44:40 +0100 From: Tom Hukins To: Rahul Siddharthan Cc: Jean-Francois Dockes , freebsd-doc@FreeBSD.ORG Subject: Re: Updated 'diskless operation' section for the handbook Message-ID: <20011012144440.B8427@eborcom.com> Mail-Followup-To: Tom Hukins , Rahul Siddharthan , Jean-Francois Dockes , freebsd-doc@FreeBSD.ORG References: <200110121003.f9CA37p10022@hautmedoc.dockes.com> <20011012124351.A7169@eborcom.com> <20011012153542.A77622@lpt.ens.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20011012153542.A77622@lpt.ens.fr>; from rsidd@physics.iisc.ernet.in on Fri, Oct 12, 2001 at 03:35:42PM +0200 Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Fri, Oct 12, 2001 at 03:35:42PM +0200, Rahul Siddharthan wrote: > Maybe none of my business, but: No, it's always good to receive feedback. I'd spend my time on a proprietary OS if I didn't want people to review my work. :) > Tom Hukins said on Oct 12, 2001 at 12:43:51: > > > > The attached patch contains fixes for some of the English, a minor > > stylistic change (linking directly to a man page) and a few examples > > of removing unecessary space within tags. > > I don't see the point of *any* of the "English" changes; the original > language was correct, as far as I can see, and the new language does > not seem improved. There's a very good reason for that - I messed up the patch. Everything with a "-" next to it is a change I made and everything with a "+" is the original text. I completely agree with the comments you made, which is why I made the changes. Sorry to have wasted your time like this, but it does seem a little amusing... Tom To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Fri Oct 12 6:50:53 2001 Delivered-To: freebsd-doc@freebsd.org Received: from nef.ens.fr (nef.ens.fr [129.199.96.32]) by hub.freebsd.org (Postfix) with ESMTP id 69EFB37B403; Fri, 12 Oct 2001 06:50:47 -0700 (PDT) Received: from corto.lpt.ens.fr (corto.lpt.ens.fr [129.199.122.2]) by nef.ens.fr (8.10.1/1.01.28121999) with ESMTP id f9CDoiN81551 ; Fri, 12 Oct 2001 15:50:44 +0200 (CEST) Received: from (rsidd@localhost) by corto.lpt.ens.fr (8.9.3/jtpda-5.3.1) id PAA84429 ; Fri, 12 Oct 2001 15:50:44 +0200 (CEST) Date: Fri, 12 Oct 2001 15:50:44 +0200 From: Rahul Siddharthan To: Tom Hukins Cc: Jean-Francois Dockes , freebsd-doc@FreeBSD.ORG Subject: Re: Updated 'diskless operation' section for the handbook Message-ID: <20011012155044.D77622@lpt.ens.fr> References: <200110121003.f9CA37p10022@hautmedoc.dockes.com> <20011012124351.A7169@eborcom.com> <20011012153542.A77622@lpt.ens.fr> <20011012144440.B8427@eborcom.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20011012144440.B8427@eborcom.com>; from tom@FreeBSD.ORG on Fri, Oct 12, 2001 at 02:44:40PM +0100 X-Operating-System: FreeBSD 3.4-STABLE i386 Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Tom Hukins said on Oct 12, 2001 at 14:44:40: > > There's a very good reason for that - I messed up the patch. > Everything with a "-" next to it is a change I made and everything > with a "+" is the original text. In fact I thought of that possibility, and downloaded the original sgml file from Jean-Francois's site to verify. Presumably he'd already merged your diff before I got there... Sorry about that R To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Fri Oct 12 6:57:30 2001 Delivered-To: freebsd-doc@freebsd.org Received: from nef.ens.fr (nef.ens.fr [129.199.96.32]) by hub.freebsd.org (Postfix) with ESMTP id 2185737B406; Fri, 12 Oct 2001 06:57:26 -0700 (PDT) Received: from corto.lpt.ens.fr (corto.lpt.ens.fr [129.199.122.2]) by nef.ens.fr (8.10.1/1.01.28121999) with ESMTP id f9CDvON82326 ; Fri, 12 Oct 2001 15:57:24 +0200 (CEST) Received: from (rsidd@localhost) by corto.lpt.ens.fr (8.9.3/jtpda-5.3.1) id PAA84806 ; Fri, 12 Oct 2001 15:57:24 +0200 (CEST) Date: Fri, 12 Oct 2001 15:57:24 +0200 From: Rahul Siddharthan To: Tom Hukins Cc: Jean-Francois Dockes , freebsd-doc@FreeBSD.ORG Subject: Re: Updated 'diskless operation' section for the handbook Message-ID: <20011012155724.E77622@lpt.ens.fr> References: <200110121003.f9CA37p10022@hautmedoc.dockes.com> <20011012124351.A7169@eborcom.com> <20011012153542.A77622@lpt.ens.fr> <20011012144440.B8427@eborcom.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20011012144440.B8427@eborcom.com>; from tom@FreeBSD.ORG on Fri, Oct 12, 2001 at 02:44:40PM +0100 X-Operating-System: FreeBSD 3.4-STABLE i386 Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Tom Hukins said on Oct 12, 2001 at 14:44:40: > There's a very good reason for that - I messed up the patch. > Everything with a "-" next to it is a change I made and everything > with a "+" is the original text. In that case, though, there's a problem here: @@ -1498,8 +1499,8 @@ Configuring swap If needed, it is possible to do swapping over NFS, to a file - on the server. The exact bootptab /filename> or - dhcpd.conf options are a little mysterious + on the server. The exact bootptab or + dhcpd.conf options are a little mysterious and poorly documented. Anyway, here is what worked for me, using isc-dhcp 3.0rc11. ie, a missing < in the first changed line. However, I notice that it's ok in the new version on the webpage. - Rahul To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Fri Oct 12 7:17: 7 2001 Delivered-To: freebsd-doc@freebsd.org Received: from mx0.grolier.fr (relay.grolier.fr [194.158.96.33]) by hub.freebsd.org (Postfix) with ESMTP id BCF9137B408; Fri, 12 Oct 2001 07:17:04 -0700 (PDT) Received: from hautmedoc.dockes.com (bas30-235.idf.w.club-internet.fr [212.194.14.235]) by mx0.grolier.fr (Postfix) with ESMTP id 6B258C2EF; Fri, 12 Oct 2001 16:17:00 +0200 (CEST) Received: (from dockes@localhost) by hautmedoc.dockes.com (8.11.6/8.11.6) id f9CEH0N10830; Fri, 12 Oct 2001 16:17:00 +0200 (CEST) (envelope-from dockes) From: Jean-Francois Dockes MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15302.64347.726269.313371@hautmedoc.dockes.com> Date: Fri, 12 Oct 2001 16:16:59 +0200 To: Rahul Siddharthan Cc: Tom Hukins , Jean-Francois Dockes , freebsd-doc@FreeBSD.ORG Subject: Re: Updated 'diskless operation' section for the handbook In-Reply-To: <20011012155724.E77622@lpt.ens.fr> References: <200110121003.f9CA37p10022@hautmedoc.dockes.com> <20011012124351.A7169@eborcom.com> <20011012153542.A77622@lpt.ens.fr> <20011012144440.B8427@eborcom.com> <20011012155724.E77622@lpt.ens.fr> X-Mailer: VM 6.95 under 21.1 (patch 14) "Cuyahoga Valley" XEmacs Lucid Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Tom Hukins writes: > I completely agree with the comments you made, which is why I made the > changes. Sorry to have wasted your time like this, but it does seem a > little amusing... Yes indeed :) Rahul Siddharthan writes: > In fact I thought of that possibility, and downloaded the original > sgml file from Jean-Francois's site to verify. Presumably he'd > already merged your diff before I got there... > ... > ie, a missing < in the first changed line. However, > I notice that it's ok in the new version on the webpage. > ... Yes I uploaded the new version as fast as I could, hoping to avoid having to merge multiple patches ... JF To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Fri Oct 12 8:42:28 2001 Delivered-To: freebsd-doc@freebsd.org Received: from mailsrv.otenet.gr (mailsrv.otenet.gr [195.170.0.5]) by hub.freebsd.org (Postfix) with ESMTP id 3137A37B408; Fri, 12 Oct 2001 08:42:22 -0700 (PDT) Received: from hades.hell.gr (patr530-a119.otenet.gr [212.205.215.119]) by mailsrv.otenet.gr (8.11.5/8.11.5) with ESMTP id f9CFgAv27063; Fri, 12 Oct 2001 18:42:10 +0300 (EEST) Received: (from charon@localhost) by hades.hell.gr (8.11.6/8.11.6) id f9CFg7l27736; Fri, 12 Oct 2001 18:42:07 +0300 (EEST) (envelope-from keramida@FreeBSD.org) Date: Fri, 12 Oct 2001 18:42:06 +0300 From: Giorgos Keramidas To: Murray Stokely Cc: Lukas Smiga , doc@FreeBSD.org Subject: Re: Signal chapter Message-ID: <20011012184206.A27501@hades.hell.gr> References: <20011011203821.J25900@windriver.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable In-Reply-To: <20011011203821.J25900@windriver.com> User-Agent: Mutt/1.3.22.1i X-GPG-Fingerprint: C1EB 0653 DB8B A557 3829 00F9 D60F 941A 3186 03B6 X-URL: http://labs.gr/~charon/ Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Murray Stokely wrote: > On Fri, Oct 12, 2001 at 02:40:33AM +0200, Lukas Smiga wrote: > > So the question is, when will be signal chapter ready? You must admit, = that > > signals (and other ways of interproces comm) are important. > >=20 > > Or don't you know any other source of such information (with examples)? >=20 > Please help write this chapter. In the mean time, you can buy > Advanced Programming in the Unix Environment by Stevens (should be in > the bibliography) or any number of other books on the subject of > programming in a POSIX environment. I'll get at this. I already have the skeleton of a chapter ready in my local sources, and it seems like a nice way of spending the abundant spare time I'm going to have this weekend. Of course, Luka, any help you can offer in writing this will be very valuable and appreciated so much :) -giorgos To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Fri Oct 12 10:38:49 2001 Delivered-To: freebsd-doc@freebsd.org Received: from c527597-a.cstvl1.sfba.home.com (c527597-a.cstvl1.sfba.home.com [24.176.204.87]) by hub.freebsd.org (Postfix) with ESMTP id 5E75237B407; Fri, 12 Oct 2001 10:38:43 -0700 (PDT) Received: (from bmah@localhost) by c527597-a.cstvl1.sfba.home.com (8.11.6/8.11.6) id f9CHche81340; Fri, 12 Oct 2001 10:38:43 -0700 (PDT) (envelope-from bmah) Message-Id: <200110121738.f9CHche81340@c527597-a.cstvl1.sfba.home.com> X-Mailer: exmh version 2.5 07/13/2001 with nmh-1.0.4 To: freebsd-doc@freebsd.org, freebsd-current@freebsd.org Cc: bmah@freebsd.org Subject: HEADS UP: Release notes reorg From: bmah@freebsd.org (Bruce A. Mah) Reply-To: bmah@freebsd.org X-Face: g~c`.{#4q0"(V*b#g[i~rXgm*w;:nMfz%_RZLma)UgGN&=j`5vXoU^@n5v4:OO)c["!w)nD/!!~e4Sj7LiT'6*wZ83454H""lb{CC%T37O!!'S$S&D}sem7I[A 2V%N&+ X-Image-Url: http://www.employees.org/~bmah/Images/bmah-cisco-small.gif X-Url: http://www.employees.org/~bmah/ Mime-Version: 1.0 Content-Type: multipart/signed; boundary="==_Exmh_-1635351252P"; micalg=pgp-sha1; protocol="application/pgp-signature" Content-Transfer-Encoding: 7bit Date: Fri, 12 Oct 2001 10:38:43 -0700 Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org --==_Exmh_-1635351252P Content-Type: text/plain; charset=us-ascii The release notes for -CURRENT are a real mess. The current ordering rule is something like "chronological ordering of items within a section, but keep related items together". I've just begun converting the release notes (one section at a time) to an alphabetical sorting (on manpage references, filenames, or application names, with a few exceptions). With this, we'll stand a greater chance of people actually being able to find all the release notes relating to a particular command, API, or whatever. I just committed a change for the "Userland" section...the rest will follow, one at a time, over the next few weeks. If you happen to be in the mood for committing release notes to a section, take a quick look to see what the current state of that section is. Note that 4.4-STABLE's release notes already have the alphabetical ordering, which I imposed after the post-4.4-RELEASE truncation of the file. Bruce. --==_Exmh_-1635351252P Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: Exmh version 2.3.1+ 05/14/2001 iD8DBQE7xyqj2MoxcVugUsMRAo2wAKCr+s1AB0VGk55RwX9vVVK/m9X9TQCeI6Xs v2dYoE83ZHQc8WPUwMNcZSE= =tJ98 -----END PGP SIGNATURE----- --==_Exmh_-1635351252P-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Fri Oct 12 11: 0:31 2001 Delivered-To: freebsd-doc@freebsd.org Received: from smtp3.vol.cz (smtp3.vol.cz [195.250.128.83]) by hub.freebsd.org (Postfix) with ESMTP id D5F2B37B403; Fri, 12 Oct 2001 11:00:27 -0700 (PDT) Received: from [212.20.109.28] (brnob-28.dialup.vol.cz [212.20.109.28]) by smtp3.vol.cz (8.11.3/8.11.3) with ESMTP id f9CI0PL89166; Fri, 12 Oct 2001 20:00:25 +0200 (CEST) (envelope-from smiga@wwx.cz) User-Agent: Microsoft-Entourage/9.0.2509 Date: Fri, 12 Oct 2001 19:59:12 +0200 Subject: Re: Signal chapter From: Lukas Smiga To: Giorgos Keramidas , Murray Stokely Cc: Message-ID: In-Reply-To: <20011012184206.A27501@hades.hell.gr> Mime-version: 1.0 Content-type: text/plain; charset="US-ASCII" Content-transfer-encoding: 7bit Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org > I'll get at this. I already have the skeleton of a chapter ready in > my local sources, and it seems like a nice way of spending the > abundant spare time I'm going to have this weekend. > > Of course, Luka, any help you can offer in writing this will be very > valuable and appreciated so much :) > > -giorgos Glad to, but im afraid that any waiting for me to learn it can be contraproductive, even founding the book in school library. But if you have any idea about helping, do not hasitate to drop me a line... -lucas To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Fri Oct 12 11:30:23 2001 Delivered-To: freebsd-doc@freebsd.org Received: from avocet.mail.pas.earthlink.net (avocet.mail.pas.earthlink.net [207.217.121.50]) by hub.freebsd.org (Postfix) with ESMTP id 6D95437B409; Fri, 12 Oct 2001 11:30:12 -0700 (PDT) Received: from dialup-209.247.139.200.dial1.sanjose1.level3.net ([209.247.139.200] helo=mindspring.com) by avocet.mail.pas.earthlink.net with esmtp (Exim 3.33 #1) id 15s74V-0002r2-00; Fri, 12 Oct 2001 11:30:11 -0700 Message-ID: <3BC736E5.2AF183F4@mindspring.com> Date: Fri, 12 Oct 2001 11:31:01 -0700 From: Terry Lambert Reply-To: tlambert2@mindspring.com X-Mailer: Mozilla 4.7 [en]C-CCK-MCD {Sony} (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: Yar Tikhiy Cc: hackers@freebsd.org, doc@freebsd.org Subject: Re: utmp(5) manpage revised References: <20011011170226.A2162@snark.rinet.ru> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Yar Tikhiy wrote: > > Hi everybody, > > The current utmp(5) manpage language (not markup) > has a number of drawbacks and errors: > > o There is no information for programmers on the actual structure > of the files the page describes. It is opaque. You are not supposed to access it directly, you are supposed to use library routines. You could make the same argument about "db" files... > o The C structure members aren't described. "" > o Despites the page language, neither utmp nor lastlog grow > continually or need rotation. That's a real error. Good catch. > o It describes in a wrong way how a user's logout is recorded to wtmp. I'm not sure that that's not an implementation detail that should be reomved from the man page entirely, but what you've done is equally valid. > o The login(3), logout(3) and logwtmp(3) functions aren't mentioned. This is a good correction. > Here's a patch addressing all the issues. Review it please. I'm not sure that the structure should be documented, as it will encourage people to access the data directly. The point of having them access it through library routines is that it's possible to replace the implementation by replacing the libc.so on a system, and have software continue to function. Or, it's possible to install binaries that use libc.so on a system with a different underlying implementaiton, and have them "just work" for commercial vendors. -- Terry To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Fri Oct 12 14:37:22 2001 Delivered-To: freebsd-doc@freebsd.org Received: from imo-m07.mx.aol.com (imo-m07.mx.aol.com [64.12.136.162]) by hub.freebsd.org (Postfix) with ESMTP id 0495737B406; Fri, 12 Oct 2001 14:37:16 -0700 (PDT) Received: from Productivity77@aol.com by imo-m07.mx.aol.com (mail_out_v31_r1.8.) id j.7b.1c87c4cd (3975) for ; Fri, 12 Oct 2001 17:20:04 -0400 (EDT) From: Productivity77@aol.com Message-ID: <7b.1c87c4cd.28f8b883@aol.com> Date: Fri, 12 Oct 2001 17:20:03 EDT Subject: ADV: A database alternative that Infoworld says "Leaves MS Access in the dust" To: Productivity77@aol.com MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Mailer: AOL 6.0 for Windows US sub 10540 Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Dear Computer user If you manage information and need a database, We make a product that is an alternative to Microsoft Access and Excel. InfoWorld has said that our database product "leaves MS Access in the dust". PC World has said that our database "is a powerful and elegant relational database that is easier than MS Access" and The Boston Globe says that our product is "easier to customize than MS Access" Because of the power and flexibility of our database, we have developed a customer base of over 1 million users. If you would like a free evaluation of the software, simply reply to trydatabase@aol.com with the word EVAL in the subject line. To be removed just reply to removedatabase@aol.com with the word remove in the subject line To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Fri Oct 12 17: 7:57 2001 Delivered-To: freebsd-doc@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0D5E737B407; Fri, 12 Oct 2001 17:07:56 -0700 (PDT) Received: (from murray@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9D033P91998; Fri, 12 Oct 2001 17:03:03 -0700 (PDT) (envelope-from murray) Date: Fri, 12 Oct 2001 17:03:03 -0700 (PDT) From: Message-Id: <200110130003.f9D033P91998@freefall.freebsd.org> To: ticso@cicely8.cicely.de, murray@FreeBSD.org, freebsd-doc@freebsd.org Subject: Re: docs/31221: cvsup.de.freebsd.org has new maintainer Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: cvsup.de.freebsd.org has new maintainer State-Changed-From-To: open->closed State-Changed-By: murray State-Changed-When: Fri Oct 12 17:02:43 PDT 2001 State-Changed-Why: Committed in revision 1.165, thanks! http://www.FreeBSD.org/cgi/query-pr.cgi?pr=31221 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Fri Oct 12 18:40: 8 2001 Delivered-To: freebsd-doc@freebsd.org Received: from meow.bsdlabs.com (meow.bsdlabs.com [66.123.5.2]) by hub.freebsd.org (Postfix) with ESMTP id EFC4C37B40A for ; Fri, 12 Oct 2001 18:40:05 -0700 (PDT) Received: from localhost (chern@localhost) by meow.bsdlabs.com (8.11.6/8.11.2) with ESMTP id f9D1drs05444; Fri, 12 Oct 2001 18:39:53 -0700 (PDT) (envelope-from chern@FreeBSD.org) X-Authentication-Warning: meow.bsdlabs.com: chern owned process doing -bs Date: Fri, 12 Oct 2001 18:39:53 -0700 (PDT) From: Chern Lee X-X-Sender: To: Jean-Francois Dockes Cc: Subject: Re: Updated 'diskless operation' section for the handbook In-Reply-To: <200110121003.f9CA37p10022@hautmedoc.dockes.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org I've committed your update, thanks a lot for the submission! - chern On Fri, 12 Oct 2001, Jean-Francois Dockes wrote: > > I recently configured a diskless FreeBSD machine, and I found the > handbook section to be outdated to the point of irrelevance. > > I wrote an updated version, which I hereby submit for review, as suggested > by the documentation project 'Submitting documentation' section. > > I hope that the text is mostly technically correct. At least, the things I > describe work for me, with a 4.4-STABLE system, using the standard rc > files, and they are consistent with any recent information I could find on > the subject. In any case it can't be *less* helpful than the old, netboot > based, version. > > The text will certainly require some amount of translation from > 'french english' to the real thing, and a lot of style editing. > > The document can be found at > http://perso.wanadoo.fr/dockes/patches/diskless.html > > 'chapter.sgml', in the same directory, has the docbook source. > > I am eagerly waiting for comments. > > Jean-Francois Dockes > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-doc" 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 Sat Oct 13 1:52: 4 2001 Delivered-To: freebsd-doc@freebsd.org Received: from snark.rinet.ru (snark.rinet.ru [195.54.192.73]) by hub.freebsd.org (Postfix) with ESMTP id 215C937B40B; Sat, 13 Oct 2001 01:51:57 -0700 (PDT) Received: (from yar@localhost) by snark.rinet.ru (8.11.6/8.11.6) id f9D8pp594569; Sat, 13 Oct 2001 12:51:51 +0400 (MSD) (envelope-from yar) Date: Sat, 13 Oct 2001 12:51:51 +0400 From: Yar Tikhiy To: Terry Lambert Cc: hackers@freebsd.org, doc@freebsd.org Subject: Re: utmp(5) manpage revised Message-ID: <20011013125151.A93286@snark.rinet.ru> References: <20011011170226.A2162@snark.rinet.ru> <3BC736E5.2AF183F4@mindspring.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3BC736E5.2AF183F4@mindspring.com> User-Agent: Mutt/1.3.22.1i Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Thank you Terry for your comments! On Fri, Oct 12, 2001 at 11:31:01AM -0700, Terry Lambert wrote: > Yar Tikhiy wrote: > > > > The current utmp(5) manpage language (not markup) > > has a number of drawbacks and errors: > > > > o There is no information for programmers on the actual structure > > of the files the page describes. > > It is opaque. You are not supposed to access it directly, you > are supposed to use library routines. You could make the same > argument about "db" files... There are no library functions to manage the lastlog file yet, so at least this file's structure should be documented. Why not to stay consistent and document the two other files granted that their structure can be described in a sentence or two? > > o The C structure members aren't described. > > "" The C data structures aren't opaque that much either. The lastlog file is still managed directly, and the login(3) function takes a pointer to "struct utmp". > > o It describes in a wrong way how a user's logout is recorded to wtmp. > > I'm not sure that that's not an implementation detail that > should be reomved from the man page entirely, but what you've > done is equally valid. No it shouldn't. The authors of applications similar to SSH or telnetd need to know how to record user logouts. Of course, nobody is likely to start an alternative network terminal access project within the next few years, but... :-) > > Here's a patch addressing all the issues. Review it please. > > I'm not sure that the structure should be documented, as it > will encourage people to access the data directly. The point > of having them access it through library routines is that it's > possible to replace the implementation by replacing the libc.so > on a system, and have software continue to function. Or, it's > possible to install binaries that use libc.so on a system with > a different underlying implementaiton, and have them "just work" > for commercial vendors. FreeBSD is an open system, so IMHO people would be better discouraged of accessing the files directly by a paragraph in the manpage, which reads: "Don't do it, or this or that trouble will happen because of the following reason...". -- Yar To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Sat Oct 13 9:30:58 2001 Delivered-To: freebsd-doc@freebsd.org Received: from tomts5-srv.bellnexxia.net (tomts5.bellnexxia.net [209.226.175.25]) by hub.freebsd.org (Postfix) with ESMTP id 063F637B405 for ; Sat, 13 Oct 2001 09:26:55 -0700 (PDT) Received: from khan.anarcat.dyndns.org ([65.94.128.156]) by tomts5-srv.bellnexxia.net (InterMail vM.4.01.03.16 201-229-121-116-20010115) with ESMTP id <20011013162654.XPKX27768.tomts5-srv.bellnexxia.net@khan.anarcat.dyndns.org> for ; Sat, 13 Oct 2001 12:26:54 -0400 Received: from shall.anarcat.dyndns.org (shall.anarcat.dyndns.org [192.168.0.1]) by khan.anarcat.dyndns.org (Postfix) with ESMTP id BB8111A68 for ; Sat, 13 Oct 2001 12:26:50 -0400 (EDT) Received: by shall.anarcat.dyndns.org (Postfix, from userid 1000) id CA08520B50; Sat, 13 Oct 2001 12:27:06 -0400 (EDT) Date: Sat, 13 Oct 2001 12:27:06 -0400 From: The Anarcat To: doc@freebsd.org Subject: bad url in README Message-ID: <20011013122705.A739@shall.anarcat.dyndns.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="EVF5PPMfhYS0aIcm" Content-Disposition: inline User-Agent: Mutt/1.3.22.1i Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org --EVF5PPMfhYS0aIcm Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Hi. Juste cvsupp'ed the doc collection, and I got this README file which points to: http://www.freebsd.org/tutorials/docproj-primer/ This url is dead. The only thing close to that I see is: http://www.freebsd.org/doc/en_US.ISO8859-1/books/fdp-primer A. --EVF5PPMfhYS0aIcm Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: For info see http://www.gnupg.org iEYEARECAAYFAjvIa1gACgkQttcWHAnWiGfRpACeK/W4zUU1lWnePyn4PjStwdGH 5rIAn2wq0XHO8x/zAYZk3qJQBPqix9XC =KyWd -----END PGP SIGNATURE----- --EVF5PPMfhYS0aIcm-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Sat Oct 13 11:15:12 2001 Delivered-To: freebsd-doc@freebsd.org Received: from n8.groups.yahoo.com (n8.groups.yahoo.com [216.115.96.58]) by hub.freebsd.org (Postfix) with SMTP id 8AF1037B405 for ; Sat, 13 Oct 2001 11:15:07 -0700 (PDT) X-eGroups-Return: notify-return-freebsd-doc=FreeBSD.org@yahoogroups.com Received: from [10.1.2.51] by n8.groups.yahoo.com with NNFMP; 13 Oct 2001 18:15:07 -0000 Date: 13 Oct 2001 18:14:59 -0000 Message-ID: <1002996899.2645.90589.w52@yahoogroups.com> From: New-Humanism_Russia moderator Reply-To: confirm-invite-Qk6KZ35hsqODUhe5ryvgE96xzGc-freebsd-doc=FreeBSD.org@yahoogroups.com To: freebsd-doc@FreeBSD.org Subject: Invitation to join the New-Humanism_Russia group MIME-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 8bit Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hello, You've been invited to join the New-Humanism_Russia group, an email group hosted by Yahoo! Groups, a free, easy-to-use email group service. JOIN NOW, IT'S EASY: 1) REPLY to this email by clicking "Reply" and then "Send" in your email program -OR- 2) Go to the Yahoo! Groups site at http://groups.yahoo.com/invite/New-Humanism_Russia?email=freebsd-doc%40FreeBSD%2Eorg&iref=Qk6KZ35hsqODUhe5ryvgE96xzGc Yahoo! Groups makes it easy to participate in email discussions, coordinate events, share photos and files, and more. NOTE: This is an announcement or newsletter group, so only the group moderator may post messages. Also, some or all group web features may be disabled at the moderator's discretion. Here's an introductory message from the group moderator: ------------------------------------------------------------------------ (En español mas abajo) Hello. My name is Montse. I am writing to you from Spain where I am working as a volunteer for the Humanist Movement. I am a part of a group of people working together within that Movement . You can see a couple of them at the bottom of this letter. The organisation we are introducing to you is working under the conception of man as an autonomous being, and capable of self-determination, and it’s linked to the New Humanism ideals. We are working to eradicate all forms of violence and our belief is that living together in harmony, peace, non-discrimination and toleration are real possibilities in the world we are living in today. We’ve got your mail addressees from the internet lists, as we are trying to make contacts in your country with people sharing these ideals. We are planing to make a trip to Russia in November (We are visiting as well Latvia, Lithuania, Esthonia and Finland), and to meet over there as many people interested in these issues as it is possible to work together in the development of our projects. So, if you, or any people close to you, are interested on this subject, please answer this message. You’ll be included in a mail list so as you can receive information about our activities and plans. (Both Spanish and English languages are welcome). You must know that all the people working for the Humanist Movement are true voluntaries. No one perceives any remuneration within the organisation. If you don’t want to belong to the mail list, you don’t have to do anything. You won’t’ receive any more messages. Thank you very much anyway for reading this letter. Best regards. Montse P. Juan C. Cristina E. If you know somebody interested in this topic, please, send him/her our invitation. He/She will be welcome to the group. Hola. Me llamo Montse. Le escribo desde España, donde trabajo como voluntaria del Movimiento Humanista. Formo parte de un grupo de gente que trabaja dentro de este Movimiento, algunos de los cuales firman tambien esta carta. La organizacion que les estamos presentando se fundamenta en la concepcion del hombre como ser autonomo, capaz de libre eleccion, y esta ligada a los ideales del Nuevo Humanismo. Trabajamos para erradicar toda forma de violencia y creemos que vivir con tolerancia, no discriminacion y en paz son posibilidades reales para el mundo en que vivimos hoy. Hemos conseguido su e-mail de varios listados que circulan a traves de internet, porque queremos contactar en su pais con gente que comparta nuestra postura. Planeamos hacer un viaje a Rusia en el proximo noviembre (visitando tambien Letonia, Lituania, Estonia y Finlandia) para conocer alli a cuanta gente interesada sea posible y empezar a trabajar juntos en el desarrollo nuestros proyectos. Asi pues si usted, o alguien proximo a usted, esta interesado, les invitamos a contestar a este mensaje. Asi quedara incluido en una mail list a traves de la cual recibira mas informacion sobre nuestros planes y actividades. (Puede escribirnos como prefiera, en español o ingles). Debo añadir que todos los que trabajamos dentro del Movimiento Humanista somos verdaderos voluntarios. Nadie recibe ninguna remuneracion por su contribucion dentro de la organizacion. Si no desea pertenecer a la lista, no es necesario que haga nada. No recibira mas mensajes. En cualquier caso, esperamos no haberle molestado y le agradecemos que haya leido esta carta. Reciba un cordial saludo, Montse P. Juan C. Cristina E. Si conoce a alguien que pudiera estar interesado, le agradeceriamos que le enviara esta informacion. ------------------------------------------------------------------------ If you do not wish to join the New-Humanism_Russia group, please ignore this invitation. SPECIAL NOTE FROM Yahoo! Groups: Because Yahoo! Groups values your privacy, it is a violation of our service rules for moderators to abuse this invitation feature. If you feel this has happened, please notify us at abuse@yahoogroups.com Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Sat Oct 13 12:24:53 2001 Delivered-To: freebsd-doc@freebsd.org Received: from mao.stokely.org (mao.stokely.org [65.84.64.228]) by hub.freebsd.org (Postfix) with ESMTP id F0C2237B408 for ; Sat, 13 Oct 2001 12:24:40 -0700 (PDT) Received: by mao.stokely.org (Postfix, from userid 2074) id 97B484B65D; Sat, 13 Oct 2001 12:24:35 -0700 (PDT) Date: Sat, 13 Oct 2001 12:24:35 -0700 From: Murray Stokely To: The Anarcat Cc: doc@freebsd.org Subject: Re: bad url in README Message-ID: <20011013122435.Q25900@windriver.com> References: <20011013122705.A739@shall.anarcat.dyndns.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="WYTEVAkct0FjGQmd" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20011013122705.A739@shall.anarcat.dyndns.org>; from anarcat@anarcat.dyndns.org on Sat, Oct 13, 2001 at 12:27:06PM -0400 X-GPG-Key-ID: 1024D/0E451F7D X-GPG-Key-Fingerprint: E2CA 411D DD44 53FD BB4B 3CB5 B4D7 10A2 0E45 1F7D Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org --WYTEVAkct0FjGQmd Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Sat, Oct 13, 2001 at 12:27:06PM -0400, The Anarcat wrote: > Juste cvsupp'ed the doc collection, and I got this README file which > points to: I've updated the link, thanks for pointing this out! - Murray --WYTEVAkct0FjGQmd Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (SunOS) Comment: For info see http://www.gnupg.org iD8DBQE7yJTytNcQog5FH30RAlTDAKCPwq2JrIUjJ5xWCDP01VqrpfvWKwCgsLyh xtGHGHRWVFrowmCo1rnqvQk= =NXbd -----END PGP SIGNATURE----- --WYTEVAkct0FjGQmd-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Sat Oct 13 13:39:16 2001 Delivered-To: freebsd-doc@freebsd.org Received: from aragorn.neomedia.it (aragorn.neomedia.it [195.103.207.6]) by hub.freebsd.org (Postfix) with ESMTP id 4319F37B40D for ; Sat, 13 Oct 2001 13:39:13 -0700 (PDT) Received: (from httpd@localhost) by aragorn.neomedia.it (8.11.4/8.11.4) id f9DKd6900091 for freebsd-doc@freebsd.org; Sat, 13 Oct 2001 22:39:06 +0200 (CEST) To: freebsd-doc@freebsd.org Subject: Minor terminology problem Message-ID: <1003005546.3bc8a66a7e844@webmail.neomedia.it> Date: Sat, 13 Oct 2001 22:39:06 +0200 (CEST) From: Salvo Bartolotta MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit User-Agent: IMP/PHP IMAP webmail program 2.2.4-cvs X-WebMail-Company: Neomedia s.a.s. X-Originating-IP: 62.98.238.27 Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hello Houston^W (natively) English-speaking FreeBSD doc'ers, May I ask which of the following is [more] appropriate? a) "(in order) to store identification information on(=concerning) your sources" b) "(in order) to store identifying information on(=concerning) your sources. Should I prefer "about" to "on" in this specific instance (if it matters at all)? The fact is, both of these forms seem to be documented, or rather they are found on the 'Net; yet I am not sure which is (or should be) preferred. The doubt arose *after* a document of mine was committed (er, better late...:-)). TIA, Salvo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Sat Oct 13 14: 8: 4 2001 Delivered-To: freebsd-doc@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3391137B401; Sat, 13 Oct 2001 14:08:02 -0700 (PDT) Received: (from murray@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9DL2Og09867; Sat, 13 Oct 2001 14:02:24 -0700 (PDT) (envelope-from murray) Date: Sat, 13 Oct 2001 14:02:24 -0700 (PDT) From: Message-Id: <200110132102.f9DL2Og09867@freefall.freebsd.org> To: murray@FreeBSD.org, freebsd-doc@freebsd.org, ru@FreeBSD.org Subject: Re: docs/30797: YP documentation should not be in section 4 Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: YP documentation should not be in section 4 Responsible-Changed-From-To: freebsd-doc->ru Responsible-Changed-By: murray Responsible-Changed-When: Sat Oct 13 13:59:32 PDT 2001 Responsible-Changed-Why: Ruslan is our man page guru. Bill Paul agrees that 7 would be better than the current section. Solaris puts this man page in section 1 and I believe Net/OpenBSD put it in section 8. I think any of these three would be better than the current section. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=30797 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Sat Oct 13 14:58: 6 2001 Delivered-To: freebsd-doc@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0DF1337B401; Sat, 13 Oct 2001 14:58:05 -0700 (PDT) Received: (from murray@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9DLoCe16965; Sat, 13 Oct 2001 14:50:12 -0700 (PDT) (envelope-from murray) Date: Sat, 13 Oct 2001 14:50:12 -0700 (PDT) From: Message-Id: <200110132150.f9DLoCe16965@freefall.freebsd.org> To: swear@aa.net, murray@FreeBSD.org, freebsd-doc@freebsd.org, murray@FreeBSD.org Subject: Re: docs/29525: hier(7) has sometimes-erroneous descriptions of tmp dirs. Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: hier(7) has sometimes-erroneous descriptions of tmp dirs. State-Changed-From-To: feedback->analyzed State-Changed-By: murray State-Changed-When: Sat Oct 13 14:49:39 PDT 2001 State-Changed-Why: Updated text has been committed to -CURRENT. Thanks! Responsible-Changed-From-To: freebsd-doc->murray Responsible-Changed-By: murray Responsible-Changed-When: Sat Oct 13 14:49:39 PDT 2001 Responsible-Changed-Why: My MFC reminder. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=29525 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message From owner-freebsd-doc Sat Oct 13 15: 9:54 2001 Delivered-To: freebsd-doc@freebsd.org Received: from mta06-svc.ntlworld.com (mta06-svc.ntlworld.com [62.253.162.46]) by hub.freebsd.org (Postfix) with ESMTP id 21C2E37B40F for ; Sat, 13 Oct 2001 15:09:50 -0700 (PDT) Received: from eborcom.com ([62.253.89.191]) by mta06-svc.ntlworld.com (InterMail vM.4.01.03.00 201-229-121) with SMTP id <20011013220947.QBVY268.mta06-svc.ntlworld.com@eborcom.com> for ; Sat, 13 Oct 2001 23:09:47 +0100 Received: (qmail 60153 invoked by uid 1001); 13 Oct 2001 22:09:04 -0000 Date: Sat, 13 Oct 2001 23:09:04 +0100 From: Tom Hukins To: Salvo Bartolotta Cc: freebsd-doc@freebsd.org Subject: Re: Minor terminology problem Message-ID: <20011013230904.A60139@eborcom.com> Mail-Followup-To: Tom Hukins , Salvo Bartolotta , freebsd-doc@freebsd.org References: <1003005546.3bc8a66a7e844@webmail.neomedia.it> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <1003005546.3bc8a66a7e844@webmail.neomedia.it>; from bartequi@neomedia.it on Sat, Oct 13, 2001 at 10:39:06PM +0200 Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Sat, Oct 13, 2001 at 10:39:06PM +0200, Salvo Bartolotta wrote: > Hello Houston^W (natively) English-speaking FreeBSD doc'ers, > > May I ask which of the following is [more] appropriate? > > a) "(in order) to store identification information on(=concerning) your > sources" > > b) "(in order) to store identifying information on(=concerning) your sources. My opinion: Neither. Go for "in order to store information identifying your sources". This means you use one less word (on). Also if you think of it in terms of clauses, you are storing information, and what that information does is identify your sources. If this isn't clear, let me know, but it seems natural enough to me. > Should I prefer "about" to "on" in this specific instance (if it matters at > all)? Yes, I'd go for about if I weren't to remove that word, but I can't explain why. Information is about something, I suppose.. Hope that helps - if not, let me know. Tom To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message