From owner-cvs-all Sun Aug 23 00:27:22 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA08729 for cvs-all-outgoing; Sun, 23 Aug 1998 00:27:22 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA08723; Sun, 23 Aug 1998 00:27:19 -0700 (PDT) (envelope-from asami@FreeBSD.org) From: Satoshi Asami Received: (from asami@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id AAA00600; Sun, 23 Aug 1998 00:27:15 -0700 (PDT) Date: Sun, 23 Aug 1998 00:27:15 -0700 (PDT) Message-Id: <199808230727.AAA00600@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/devel/ups-debug Makefile Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk asami 1998/08/23 00:27:15 PDT Modified files: devel/ups-debug Makefile Log: Mark broken for -stable too. === : cc -c -O2 -pipe -Idevelhdrs xc_builtins.c xc_builtins.c:37: X11/Xlib.h: No such file or directory xc_builtins.c:38: X11/Xutil.h: No such file or directory xc_builtins.c:39: X11/Xresource.h: No such file or directory xc_builtins.c:101: parse error before `*' xc_builtins.c:148: parse error before `*' : Revision Changes Path 1.4 +3 -1 ports/devel/ups-debug/Makefile From owner-cvs-all Sun Aug 23 00:32:43 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA09133 for cvs-all-outgoing; Sun, 23 Aug 1998 00:32:43 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA09128; Sun, 23 Aug 1998 00:32:41 -0700 (PDT) (envelope-from bde@FreeBSD.org) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id AAA00740; Sun, 23 Aug 1998 00:32:37 -0700 (PDT) Date: Sun, 23 Aug 1998 00:32:37 -0700 (PDT) Message-Id: <199808230732.AAA00740@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sbin/disklabel disklabel.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 1998/08/23 00:32:37 PDT Modified files: sbin/disklabel disklabel.c Log: Attempt to fix my breakage of the alpha makebootarea() in rev.1.19. The previous attempt just converted compile time breakage to runtime breakage. Revision Changes Path 1.21 +7 -7 src/sbin/disklabel/disklabel.c From owner-cvs-all Sun Aug 23 00:34:56 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA09269 for cvs-all-outgoing; Sun, 23 Aug 1998 00:34:56 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA09260; Sun, 23 Aug 1998 00:34:52 -0700 (PDT) (envelope-from hoek@FreeBSD.org) From: Tim Vanderhoek Received: (from hoek@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id AAA01276; Sun, 23 Aug 1998 00:34:48 -0700 (PDT) Date: Sun, 23 Aug 1998 00:34:48 -0700 (PDT) Message-Id: <199808230734.AAA01276@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/emulators/vmsbackup Makefile ports/emulators/vmsbackup/pkg PLIST ports/games/xevil Makefile ports/games/xevil/pkg PLIST ports/games/xrisk Makefile ports/games/xrisk/pkg PLIST ports/graphics/mpeg_encode Makefile ports/graphics/mpeg_encode/pkg ... Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk hoek 1998/08/23 00:34:47 PDT Modified files: emulators/vmsbackup Makefile emulators/vmsbackup/pkg PLIST games/xevil Makefile games/xevil/pkg PLIST games/xrisk Makefile games/xrisk/pkg PLIST graphics/mpeg_encode Makefile graphics/mpeg_encode/pkg PLIST graphics/mpeg_stat Makefile graphics/mpeg_stat/pkg PLIST graphics/mplex Makefile graphics/mplex/pkg PLIST graphics/splitmpg Makefile graphics/splitmpg/pkg PLIST graphics/xmorph Makefile graphics/xmorph/pkg PLIST misc/fep Makefile misc/fep/pkg PLIST misc/nwrite Makefile misc/nwrite/pkg PLIST plan9/9term Makefile plan9/9term/pkg PLIST print/html2latex Makefile print/html2latex/pkg PLIST www/ashe Makefile www/ashe/pkg PLIST x11/xloadimage Makefile x11/xloadimage/pkg PLIST x11/xtacy Makefile x11/xtacy/pkg PLIST x11-clocks/dclock Makefile x11-clocks/dclock/pkg PLIST Log: Use the MANx variables. This commit only covers ports that don't USE_IMAKE, don't appear to change behaviour on NOMANCOMPRESS (many do, subtly) and don't install more than one manpage. Any port listed here is a good candidate for a general review simply due to age... For example, a number of them seem to patch an install: target into the program Makefile and/or arbitrarily compress their manpages from patches/patch-*. This has been out-of-vogue since I would guess mid-1996, at least. Revision Changes Path 1.8 +5 -1 ports/emulators/vmsbackup/Makefile 1.3 +0 -1 ports/emulators/vmsbackup/pkg/PLIST 1.6 +5 -0 ports/games/xevil/Makefile 1.2 +0 -1 ports/games/xevil/pkg/PLIST 1.12 +4 -1 ports/games/xrisk/Makefile 1.4 +0 -1 ports/games/xrisk/pkg/PLIST 1.5 +4 -1 ports/graphics/mpeg_encode/Makefile 1.3 +0 -1 ports/graphics/mpeg_encode/pkg/PLIST 1.5 +4 -1 ports/graphics/mpeg_stat/Makefile 1.2 +0 -1 ports/graphics/mpeg_stat/pkg/PLIST 1.3 +4 -1 ports/graphics/mplex/Makefile 1.2 +0 -1 ports/graphics/mplex/pkg/PLIST 1.4 +4 -1 ports/graphics/splitmpg/Makefile 1.3 +0 -1 ports/graphics/splitmpg/pkg/PLIST 1.9 +4 -1 ports/graphics/xmorph/Makefile 1.2 +0 -1 ports/graphics/xmorph/pkg/PLIST 1.3 +4 -1 ports/misc/fep/Makefile 1.2 +0 -1 ports/misc/fep/pkg/PLIST 1.2 +4 -1 ports/misc/nwrite/Makefile 1.2 +0 -1 ports/misc/nwrite/pkg/PLIST 1.6 +4 -1 ports/plan9/9term/Makefile 1.2 +0 -1 ports/plan9/9term/pkg/PLIST 1.5 +5 -2 ports/print/html2latex/Makefile 1.2 +0 -1 ports/print/html2latex/pkg/PLIST 1.7 +4 -1 ports/www/ashe/Makefile 1.3 +0 -1 ports/www/ashe/pkg/PLIST 1.12 +4 -1 ports/x11/xloadimage/Makefile 1.7 +0 -1 ports/x11/xloadimage/pkg/PLIST 1.5 +4 -1 ports/x11/xtacy/Makefile 1.2 +0 -1 ports/x11/xtacy/pkg/PLIST 1.5 +4 -1 ports/x11-clocks/dclock/Makefile 1.2 +0 -1 ports/x11-clocks/dclock/pkg/PLIST From owner-cvs-all Sun Aug 23 00:44:25 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA09838 for cvs-all-outgoing; Sun, 23 Aug 1998 00:44:25 -0700 (PDT) (envelope-from owner-cvs-all) Received: from vader.cs.berkeley.edu (vader.CS.Berkeley.EDU [128.32.38.234]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA09833; Sun, 23 Aug 1998 00:44:20 -0700 (PDT) (envelope-from asami@vader.cs.berkeley.edu) Received: from silvia.hip.berkeley.edu (sji-ca10-63.ix.netcom.com [205.186.214.63]) by vader.cs.berkeley.edu (8.8.7/8.7.3) with ESMTP id AAA18565; Sun, 23 Aug 1998 00:43:36 -0700 (PDT) Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.8.8/8.6.9) id AAA20430; Sun, 23 Aug 1998 00:43:33 -0700 (PDT) Date: Sun, 23 Aug 1998 00:43:33 -0700 (PDT) Message-Id: <199808230743.AAA20430@silvia.hip.berkeley.edu> To: ac199@hwcn.org CC: vanilla@FreeBSD.org, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org In-reply-to: (message from Tim Vanderhoek on Sat, 22 Aug 1998 21:45:08 -0400 (EDT)) Subject: Re: cvs commit: ports/devel/p5-Term-Query p5-Term-Query-2.0.tgz From: asami@FreeBSD.org (Satoshi Asami) Sender: owner-cvs-all@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk * Well, at least it was small... :) And amazing nobody noticed it for 3 months. ;) * Also, a general warning: If you are importing a port that * defines NO_WKRDIR, you must now also remember to delete the file * PLIST.mktmp before importing. Are you sure? :) === .if !target(clean) clean: pre-clean .if !defined(NOCLEANDEPENDS) @${MAKE} clean-depends .endif @${ECHO_MSG} "===> Cleaning for ${PKGNAME}" .if !defined(NO_WRKDIR) @if [ -d ${WRKDIR} ]; then \ if [ -w ${WRKDIR} ]; then \ ${RM} -rf ${WRKDIR}; \ else \ ${ECHO_MSG} "===> ${WRKDIR} not writable, skipping"; \ fi; \ fi .else @${RM} -f ${WRKDIR}/.*_done ${TMPPLIST} .endif .endif === Speaking of NO_WRKDIR, I'm thinking about removing it. I just don't feel good writing to the current directory. What do you guys think about changing bsd.port.mk to always create ${WRKDIR} (${.CURDIR}/work) in extract? Even if it's only for cookies, I think that's much cleaner. Satoshi From owner-cvs-all Sun Aug 23 00:46:44 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA10088 for cvs-all-outgoing; Sun, 23 Aug 1998 00:46:44 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA10068; Sun, 23 Aug 1998 00:46:40 -0700 (PDT) (envelope-from hoek@FreeBSD.org) From: Tim Vanderhoek Received: (from hoek@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id AAA01490; Sun, 23 Aug 1998 00:46:36 -0700 (PDT) Date: Sun, 23 Aug 1998 00:46:36 -0700 (PDT) Message-Id: <199808230746.AAA01490@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/misc/fep/patches patch-aa Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk hoek 1998/08/23 00:46:36 PDT Modified files: misc/fep/patches patch-aa Log: Don't gratuitously ignore PREFIX. Still be gratuitously stupid. Revision Changes Path 1.2 +3 -2 ports/misc/fep/patches/patch-aa From owner-cvs-all Sun Aug 23 00:52:53 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA10600 for cvs-all-outgoing; Sun, 23 Aug 1998 00:52:53 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA10595; Sun, 23 Aug 1998 00:52:52 -0700 (PDT) (envelope-from bde@FreeBSD.org) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id AAA01628; Sun, 23 Aug 1998 00:52:49 -0700 (PDT) Date: Sun, 23 Aug 1998 00:52:49 -0700 (PDT) Message-Id: <199808230752.AAA01628@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/i386/isa cx.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 1998/08/23 00:52:48 PDT Modified files: sys/i386/isa cx.c Log: Removed cxpoll(). Just use ttpoll() like all other tty drivers. It's equivalent except for the bad-minor-number case (which probably can't happen). Revision Changes Path 1.31 +1 -11 src/sys/i386/isa/cx.c From owner-cvs-all Sun Aug 23 00:58:38 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA11206 for cvs-all-outgoing; Sun, 23 Aug 1998 00:58:38 -0700 (PDT) (envelope-from owner-cvs-all) Received: from localhost.my.domain (ppp6594.on.bellglobal.com [206.172.208.186]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA11195; Sun, 23 Aug 1998 00:58:32 -0700 (PDT) (envelope-from hoek@FreeBSD.ORG) Received: from localhost (tim@localhost) by localhost.my.domain (8.8.8/8.8.8) with SMTP id DAA00709; Sun, 23 Aug 1998 03:57:25 -0400 (EDT) (envelope-from ac199@hwcn.org) X-Authentication-Warning: localhost.my.domain: tim owned process doing -bs Date: Sun, 23 Aug 1998 03:57:25 -0400 (EDT) From: Tim Vanderhoek X-Sender: tim@localhost Reply-To: ac199@hwcn.org To: Satoshi Asami cc: ac199@hwcn.org, vanilla@FreeBSD.ORG, cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: ports/devel/p5-Term-Query p5-Term-Query-2.0.tgz In-Reply-To: <199808230743.AAA20430@silvia.hip.berkeley.edu> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Sun, 23 Aug 1998, Satoshi Asami wrote: > * Also, a general warning: If you are importing a port that > * defines NO_WKRDIR, you must now also remember to delete the file > * PLIST.mktmp before importing. > > Are you sure? :) Well, the comment was based on practical experience, not theoretical posturing, so ya, I'm sure, DAMMIT! ;-) > === > .if !target(clean) > clean: pre-clean I very rarely use the clean target. The fact that it recurses to dependencies has simply bitten me too many times. Perhaps not everyone can be expected to dislike that, however. :) > Speaking of NO_WRKDIR, I'm thinking about removing it. I just don't > feel good writing to the current directory. Good move, imho. -- This .sig is not innovative, witty, or profund. From owner-cvs-all Sun Aug 23 01:03:22 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA11691 for cvs-all-outgoing; Sun, 23 Aug 1998 01:03:22 -0700 (PDT) (envelope-from owner-cvs-all) Received: from vader.cs.berkeley.edu (vader.CS.Berkeley.EDU [128.32.38.234]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA11686; Sun, 23 Aug 1998 01:03:19 -0700 (PDT) (envelope-from asami@vader.cs.berkeley.edu) Received: from silvia.hip.berkeley.edu (sji-ca10-63.ix.netcom.com [205.186.214.63]) by vader.cs.berkeley.edu (8.8.7/8.7.3) with ESMTP id BAA18591; Sun, 23 Aug 1998 01:02:35 -0700 (PDT) Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.8.8/8.6.9) id BAA20496; Sun, 23 Aug 1998 01:02:33 -0700 (PDT) Date: Sun, 23 Aug 1998 01:02:33 -0700 (PDT) Message-Id: <199808230802.BAA20496@silvia.hip.berkeley.edu> To: scrappy@FreeBSD.ORG CC: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG In-reply-to: <199808230434.VAA26933@freefall.freebsd.org> (scrappy@FreeBSD.ORG) Subject: Re: cvs commit: ports/devel/mico-latest/files md5 ports/devel/mico-latest/patches patch-aa patch-ab patch-ac From: asami@FreeBSD.ORG (Satoshi Asami) Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk * I hope this is the right way, but mico-latest is merged back with the mico * port, and updated...removing this one... Yes, that's fine. There's nothing we can do (cvs-wise) when you want to merge a port into an existing one. Satoshi From owner-cvs-all Sun Aug 23 01:15:59 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA12831 for cvs-all-outgoing; Sun, 23 Aug 1998 01:15:59 -0700 (PDT) (envelope-from owner-cvs-all) Received: from vader.cs.berkeley.edu (vader.CS.Berkeley.EDU [128.32.38.234]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA12825; Sun, 23 Aug 1998 01:15:55 -0700 (PDT) (envelope-from asami@vader.cs.berkeley.edu) Received: from silvia.hip.berkeley.edu (sji-ca10-63.ix.netcom.com [205.186.214.63]) by vader.cs.berkeley.edu (8.8.7/8.7.3) with ESMTP id BAA18605; Sun, 23 Aug 1998 01:15:11 -0700 (PDT) Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.8.8/8.6.9) id BAA20523; Sun, 23 Aug 1998 01:15:05 -0700 (PDT) Date: Sun, 23 Aug 1998 01:15:05 -0700 (PDT) Message-Id: <199808230815.BAA20523@silvia.hip.berkeley.edu> To: ac199@hwcn.org CC: ac199@hwcn.org, vanilla@FreeBSD.ORG, cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG In-reply-to: (message from Tim Vanderhoek on Sun, 23 Aug 1998 03:57:25 -0400 (EDT)) Subject: manpages (Re: cvs commit: ports/devel/p5-Term-Query p5-Term-Query-2.0.tgz) From: asami@FreeBSD.ORG (Satoshi Asami) Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk * I very rarely use the clean target. The fact that it recurses to * dependencies has simply bitten me too many times. Why don't you define NOCLEANDEPENDS? * Perhaps not everyone can be expected to dislike that, however. :) I use it all the time. I even have an alias for it. :) * > Speaking of NO_WRKDIR, I'm thinking about removing it. I just don't * > feel good writing to the current directory. * * Good move, imho. Ok. Here are the ports using it: === ## grep NO_WRKDIR */*/Makefile benchmarks/tcpblast/Makefile:NO_WRKDIR= yes devel/linux_devel/Makefile:NO_WRKDIR= yes editors/staroffice/Makefile:NO_WRKDIR= yes games/xgammon/Makefile:.if !defined(NO_WRKDIR) japanese/edict/Makefile:.if !defined(NO_WRKDIR) russian/elm.language/Makefile:NO_WRKDIR= YES russian/netscape3.language/Makefile:NO_WRKDIR= YES russian/pine.language/Makefile:NO_WRKDIR= YES x11-toolkits/xview-clients/Makefile:NO_WRKDIR= yes x11-toolkits/xview-lib/Makefile:NO_WRKDIR= yes === Not too many, but we'll have to look into them first. By the way, about manpages -- if there are ports that already handle NOMANCOMPRESS, maybe we should add a variable saying "this port honors NOMANCOMPRESS so bsd.port.mk shouldn't try to do something too clever". ".if !defined(NOMANCOMPRESS) MANCOMPRESSED=t" seems a little too ugly for my taste.... Satoshi From owner-cvs-all Sun Aug 23 01:17:52 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA12950 for cvs-all-outgoing; Sun, 23 Aug 1998 01:17:52 -0700 (PDT) (envelope-from owner-cvs-all) Received: from vader.cs.berkeley.edu (vader.CS.Berkeley.EDU [128.32.38.234]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA12944; Sun, 23 Aug 1998 01:17:50 -0700 (PDT) (envelope-from asami@vader.cs.berkeley.edu) Received: from silvia.hip.berkeley.edu (sji-ca10-63.ix.netcom.com [205.186.214.63]) by vader.cs.berkeley.edu (8.8.7/8.7.3) with ESMTP id BAA18609; Sun, 23 Aug 1998 01:17:06 -0700 (PDT) Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.8.8/8.6.9) id BAA20529; Sun, 23 Aug 1998 01:17:02 -0700 (PDT) Date: Sun, 23 Aug 1998 01:17:02 -0700 (PDT) Message-Id: <199808230817.BAA20529@silvia.hip.berkeley.edu> To: jseger@FreeBSD.ORG CC: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG In-reply-to: <199808230305.UAA24616@freefall.freebsd.org> (jseger@FreeBSD.ORG) Subject: Re: cvs commit: ports/mail/p5-Mail-Folder Makefile ports/mail/p5-Mail-Folder/pkg PLIST From: asami@FreeBSD.ORG (Satoshi Asami) Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk * Unbreak this with new perl variables. * 1.11 +2 -2 ports/mail/p5-Mail-Folder/Makefile You forgot to fix the dependencies. (They are still pointing to old locations. :) Satoshi From owner-cvs-all Sun Aug 23 01:26:47 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA13386 for cvs-all-outgoing; Sun, 23 Aug 1998 01:26:47 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA13381; Sun, 23 Aug 1998 01:26:46 -0700 (PDT) (envelope-from bde@FreeBSD.org) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id BAA02321; Sun, 23 Aug 1998 01:26:42 -0700 (PDT) Date: Sun, 23 Aug 1998 01:26:42 -0700 (PDT) Message-Id: <199808230826.BAA02321@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/gnu/i386/isa dgb.c dgm.c src/sys/i386/i386 cons.c src/sys/i386/isa cx.c cy.c istallion.c rc.c rp.c si.c sio.c stallion.c syscons.c src/sys/i386/isa/pcvt pcvt_drv.c src/sys/kern tty_pty.c tty_tty.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 1998/08/23 01:26:42 PDT Modified files: sys/gnu/i386/isa dgb.c dgm.c sys/i386/i386 cons.c sys/i386/isa cx.c cy.c istallion.c rc.c rp.c si.c sio.c stallion.c syscons.c sys/i386/isa/pcvt pcvt_drv.c sys/kern tty_pty.c tty_tty.c Log: Added D_TTY to the cdevswitch flags for all tty drivers. This is required for the Lite2 fix for always returning EIO in dead_read(). Cleaned up the cdevswitch initializers for all tty drivers. Removed explicit calls to ttsetwater() from all (tty) drivers. ttsetwater() is now called centrally for opens, not just for parameter changes. Revision Changes Path 1.40 +9 -8 src/sys/gnu/i386/isa/dgb.c 1.5 +9 -8 src/sys/gnu/i386/isa/dgm.c 1.59 +9 -6 src/sys/i386/i386/cons.c 1.32 +9 -7 src/sys/i386/isa/cx.c 1.71 +5 -4 src/sys/i386/isa/cy.c 1.21 +8 -8 src/sys/i386/isa/istallion.c 1.38 +8 -7 src/sys/i386/isa/rc.c 1.16 +8 -9 src/sys/i386/isa/rp.c 1.76 +9 -9 src/sys/i386/isa/si.c 1.213 +5 -4 src/sys/i386/isa/sio.c 1.21 +8 -7 src/sys/i386/isa/stallion.c 1.276 +11 -9 src/sys/i386/isa/syscons.c 1.41 +7 -6 src/sys/i386/isa/pcvt/pcvt_drv.c 1.54 +18 -14 src/sys/kern/tty_pty.c 1.25 +10 -8 src/sys/kern/tty_tty.c From owner-cvs-all Sun Aug 23 02:57:15 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA17118 for cvs-all-outgoing; Sun, 23 Aug 1998 02:57:15 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA17109; Sun, 23 Aug 1998 02:57:13 -0700 (PDT) (envelope-from bde@FreeBSD.org) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id CAA03810; Sun, 23 Aug 1998 02:57:10 -0700 (PDT) Date: Sun, 23 Aug 1998 02:57:10 -0700 (PDT) Message-Id: <199808230957.CAA03810@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/i386/isa stallion.c istallion.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 1998/08/23 02:57:09 PDT Modified files: sys/i386/isa stallion.c istallion.c Log: Fixed printf format errors. Fixed style bugs in the int to u_long ioctl command arg changes. This driver doesn't use the u_foo BSDism. Don't smash ioctl command args back to int. Revision Changes Path 1.22 +23 -18 src/sys/i386/isa/stallion.c 1.22 +24 -19 src/sys/i386/isa/istallion.c From owner-cvs-all Sun Aug 23 03:12:24 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA19799 for cvs-all-outgoing; Sun, 23 Aug 1998 03:12:24 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id DAA19792; Sun, 23 Aug 1998 03:12:16 -0700 (PDT) (envelope-from bde@FreeBSD.org) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id DAA04013; Sun, 23 Aug 1998 03:12:12 -0700 (PDT) Date: Sun, 23 Aug 1998 03:12:12 -0700 (PDT) Message-Id: <199808231012.DAA04013@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/i386/isa si.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 1998/08/23 03:12:12 PDT Modified files: sys/i386/isa si.c Log: Fixed printf format errors. `struct eisa_device' uses a strange type for the unit number (like most SCSI drivers). Revision Changes Path 1.77 +8 -8 src/sys/i386/isa/si.c From owner-cvs-all Sun Aug 23 03:16:56 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA20100 for cvs-all-outgoing; Sun, 23 Aug 1998 03:16:56 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id DAA20077; Sun, 23 Aug 1998 03:16:38 -0700 (PDT) (envelope-from bde@FreeBSD.org) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id DAA04115; Sun, 23 Aug 1998 03:16:27 -0700 (PDT) Date: Sun, 23 Aug 1998 03:16:27 -0700 (PDT) Message-Id: <199808231016.DAA04115@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/i386/i386 pmap.c trap.c src/sys/i386/isa sio.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 1998/08/23 03:16:27 PDT Modified files: sys/i386/i386 pmap.c trap.c sys/i386/isa sio.c Log: Fixed printf format errors. Revision Changes Path 1.207 +2 -2 src/sys/i386/i386/pmap.c 1.128 +2 -2 src/sys/i386/i386/trap.c 1.214 +2 -2 src/sys/i386/isa/sio.c From owner-cvs-all Sun Aug 23 03:35:04 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA22641 for cvs-all-outgoing; Sun, 23 Aug 1998 03:35:04 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id DAA22609; Sun, 23 Aug 1998 03:34:46 -0700 (PDT) (envelope-from wosch@FreeBSD.org) From: Wolfram Schneider Received: (from wosch@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id DAA04423; Sun, 23 Aug 1998 03:34:30 -0700 (PDT) Date: Sun, 23 Aug 1998 03:34:30 -0700 (PDT) Message-Id: <199808231034.DAA04423@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: www/en support.sgml Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk wosch 1998/08/23 03:34:30 PDT Modified files: en support.sgml Log: Added BSD.fr user group. Submitted by: Malartre Revision Changes Path 1.94 +10 -2 www/en/support.sgml From owner-cvs-all Sun Aug 23 04:00:46 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA25293 for cvs-all-outgoing; Sun, 23 Aug 1998 04:00:46 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id EAA25273; Sun, 23 Aug 1998 04:00:41 -0700 (PDT) (envelope-from jkh@FreeBSD.org) From: "Jordan K. Hubbard" Received: (from jkh@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id EAA05965; Sun, 23 Aug 1998 04:00:37 -0700 (PDT) Date: Sun, 23 Aug 1998 04:00:37 -0700 (PDT) Message-Id: <199808231100.EAA05965@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: CVSROOT avail Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jkh 1998/08/23 04:00:37 PDT Modified files: . avail Log: Add Andrzej Bialecki to committers so he can maintain picobsd as part of the standard distribution. Welcome, Andrzej! Revision Changes Path 1.42 +2 -2 CVSROOT/avail From owner-cvs-all Sun Aug 23 04:43:35 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA02593 for cvs-all-outgoing; Sun, 23 Aug 1998 04:43:35 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id EAA02586; Sun, 23 Aug 1998 04:43:33 -0700 (PDT) (envelope-from bde@FreeBSD.org) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id EAA06742; Sun, 23 Aug 1998 04:43:30 -0700 (PDT) Date: Sun, 23 Aug 1998 04:43:30 -0700 (PDT) Message-Id: <199808231143.EAA06742@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/miscfs/deadfs dead_vnops.c src/sys/miscfs/specfs spec_vnops.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 1998/08/23 04:43:30 PDT Modified files: sys/miscfs/deadfs dead_vnops.c sys/miscfs/specfs spec_vnops.c Log: Enabled Lite2 fix for reading from dead ttys. Revision Changes Path 1.24 +1 -10 src/sys/miscfs/deadfs/dead_vnops.c 1.68 +2 -11 src/sys/miscfs/specfs/spec_vnops.c From owner-cvs-all Sun Aug 23 06:33:06 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA17500 for cvs-all-outgoing; Sun, 23 Aug 1998 06:33:06 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA17492; Sun, 23 Aug 1998 06:33:02 -0700 (PDT) (envelope-from jseger@FreeBSD.org) From: "Justin M. Seger" Received: (from jseger@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id GAA16472; Sun, 23 Aug 1998 06:32:58 -0700 (PDT) Date: Sun, 23 Aug 1998 06:32:58 -0700 (PDT) Message-Id: <199808231332.GAA16472@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/security/p5-PGP-Sign Makefile ports/security/p5-PGP-Sign/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jseger 1998/08/23 06:32:58 PDT Modified files: security/p5-PGP-Sign Makefile security/p5-PGP-Sign/pkg PLIST Log: Perl fixes Revision Changes Path 1.2 +2 -2 ports/security/p5-PGP-Sign/Makefile 1.3 +3 -3 ports/security/p5-PGP-Sign/pkg/PLIST From owner-cvs-all Sun Aug 23 06:44:34 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA18393 for cvs-all-outgoing; Sun, 23 Aug 1998 06:44:34 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA18379; Sun, 23 Aug 1998 06:44:29 -0700 (PDT) (envelope-from jseger@FreeBSD.org) From: "Justin M. Seger" Received: (from jseger@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id GAA20165; Sun, 23 Aug 1998 06:44:25 -0700 (PDT) Date: Sun, 23 Aug 1998 06:44:25 -0700 (PDT) Message-Id: <199808231344.GAA20165@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/www/p5-CGI_Lite Makefile ports/www/p5-CGI_Lite/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jseger 1998/08/23 06:44:25 PDT Modified files: www/p5-CGI_Lite Makefile www/p5-CGI_Lite/pkg PLIST Log: More perl fixes. Revision Changes Path 1.10 +2 -2 ports/www/p5-CGI_Lite/Makefile 1.4 +3 -3 ports/www/p5-CGI_Lite/pkg/PLIST From owner-cvs-all Sun Aug 23 06:45:11 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA18474 for cvs-all-outgoing; Sun, 23 Aug 1998 06:45:11 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA18468; Sun, 23 Aug 1998 06:45:08 -0700 (PDT) (envelope-from jseger@FreeBSD.org) From: "Justin M. Seger" Received: (from jseger@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id GAA20207; Sun, 23 Aug 1998 06:45:04 -0700 (PDT) Date: Sun, 23 Aug 1998 06:45:04 -0700 (PDT) Message-Id: <199808231345.GAA20207@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/mail/p5-Mail-Folder Makefile Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jseger 1998/08/23 06:45:04 PDT Modified files: mail/p5-Mail-Folder Makefile Log: Fix perl dependencies. Pointed out by: asami Revision Changes Path 1.12 +7 -7 ports/mail/p5-Mail-Folder/Makefile From owner-cvs-all Sun Aug 23 06:47:24 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA18776 for cvs-all-outgoing; Sun, 23 Aug 1998 06:47:24 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA18771; Sun, 23 Aug 1998 06:47:23 -0700 (PDT) (envelope-from jseger@FreeBSD.org) From: "Justin M. Seger" Received: (from jseger@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id GAA20293; Sun, 23 Aug 1998 06:47:19 -0700 (PDT) Date: Sun, 23 Aug 1998 06:47:19 -0700 (PDT) Message-Id: <199808231347.GAA20293@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/www/p5-HTML-QuickCheck Makefile ports/www/p5-HTML-QuickCheck/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jseger 1998/08/23 06:47:19 PDT Modified files: www/p5-HTML-QuickCheck Makefile www/p5-HTML-QuickCheck/pkg PLIST Log: Perl fixes Revision Changes Path 1.7 +2 -2 ports/www/p5-HTML-QuickCheck/Makefile 1.3 +2 -2 ports/www/p5-HTML-QuickCheck/pkg/PLIST From owner-cvs-all Sun Aug 23 06:54:13 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA19488 for cvs-all-outgoing; Sun, 23 Aug 1998 06:54:13 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA19483; Sun, 23 Aug 1998 06:54:11 -0700 (PDT) (envelope-from jseger@FreeBSD.org) From: "Justin M. Seger" Received: (from jseger@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id GAA20401; Sun, 23 Aug 1998 06:54:07 -0700 (PDT) Date: Sun, 23 Aug 1998 06:54:07 -0700 (PDT) Message-Id: <199808231354.GAA20401@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/graphics/pgperl Makefile ports/graphics/pgperl/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jseger 1998/08/23 06:54:07 PDT Modified files: graphics/pgperl Makefile graphics/pgperl/pkg PLIST Log: Perl fixes Revision Changes Path 1.8 +4 -1 ports/graphics/pgperl/Makefile 1.5 +5 -7 ports/graphics/pgperl/pkg/PLIST From owner-cvs-all Sun Aug 23 06:55:08 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA19554 for cvs-all-outgoing; Sun, 23 Aug 1998 06:55:08 -0700 (PDT) (envelope-from owner-cvs-all) Received: from catastrophe.gelemna.ft-wayne.in.us (fw-line-73.fwi.com [209.84.172.78]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA19536; Sun, 23 Aug 1998 06:54:44 -0700 (PDT) (envelope-from croyle@gelemna.ft-wayne.in.us) Received: from emerson.gelemna.ft-wayne.in.us (emerson.gelemna.ft-wayne.in.us [10.23.42.2]) by catastrophe.gelemna.ft-wayne.in.us (8.8.8/8.8.8) with ESMTP id IAA16661; Sun, 23 Aug 1998 08:53:48 -0500 (EST) (envelope-from croyle@gelemna.ft-wayne.in.us) Received: (from croyle@localhost) by emerson.gelemna.ft-wayne.in.us (8.9.1/8.9.1) id IAA01327; Sun, 23 Aug 1998 08:53:47 -0500 (EST) (envelope-from croyle@gelemna.ft-wayne.in.us) To: "Justin M. Seger" , cvs-all@FreeBSD.ORG Subject: Re: cvs commit: ports/security/p5-PGP-Sign Makefile ports/security/p5-PGP-Sign/pkg PLIST References: <199808231332.GAA16472@freefall.freebsd.org> Mime-Version: 1.0 (generated by tm-edit 7.108) Content-Type: text/plain; charset=US-ASCII From: Don Croyle Date: 23 Aug 1998 08:53:46 -0500 Organization: Minimal at best In-Reply-To: "Justin M. Seger"'s message of "Sun, 23 Aug 1998 06:32:58 -0700 (PDT)" Message-ID: <863ean6byt.fsf@emerson.gelemna.ft-wayne.in.us> Lines: 19 X-Mailer: Gnus v5.6.36/XEmacs 20.4 - "Emerald" Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk "Justin M. Seger" writes: > jseger 1998/08/23 06:32:58 PDT > > Modified files: > security/p5-PGP-Sign Makefile > security/p5-PGP-Sign/pkg PLIST > Log: > Perl fixes > > Revision Changes Path > 1.2 +2 -2 ports/security/p5-PGP-Sign/Makefile > 1.3 +3 -3 ports/security/p5-PGP-Sign/pkg/PLIST Could you please commit my update to 0.09 and close ports/7421 while you're at it? -- I've always wanted to be a dilettante, but I've never quite been ready to make the commitment. From owner-cvs-all Sun Aug 23 06:56:25 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA19704 for cvs-all-outgoing; Sun, 23 Aug 1998 06:56:25 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA19693; Sun, 23 Aug 1998 06:56:23 -0700 (PDT) (envelope-from jseger@FreeBSD.org) From: "Justin M. Seger" Received: (from jseger@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id GAA20459; Sun, 23 Aug 1998 06:56:20 -0700 (PDT) Date: Sun, 23 Aug 1998 06:56:20 -0700 (PDT) Message-Id: <199808231356.GAA20459@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/www/p5-HTML-Stream Makefile ports/www/p5-HTML-Stream/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jseger 1998/08/23 06:56:19 PDT Modified files: www/p5-HTML-Stream Makefile www/p5-HTML-Stream/pkg PLIST Log: Perl fixes Revision Changes Path 1.10 +2 -2 ports/www/p5-HTML-Stream/Makefile 1.5 +3 -3 ports/www/p5-HTML-Stream/pkg/PLIST From owner-cvs-all Sun Aug 23 07:00:04 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA20103 for cvs-all-outgoing; Sun, 23 Aug 1998 07:00:04 -0700 (PDT) (envelope-from owner-cvs-all) Received: from ifi.uio.no (ifi.uio.no [129.240.64.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA20057; Sun, 23 Aug 1998 07:00:00 -0700 (PDT) (envelope-from dag-erli@ifi.uio.no) Received: from bilskirnir.ifi.uio.no (2602@bilskirnir.ifi.uio.no [129.240.64.135]) by ifi.uio.no (8.8.8/8.8.7/ifi0.2) with ESMTP id PAA27958; Sun, 23 Aug 1998 15:59:15 +0200 (MET DST) Received: (from dag-erli@localhost) by bilskirnir.ifi.uio.no ; Sun, 23 Aug 1998 15:59:15 +0200 (MET DST) Mime-Version: 1.0 To: Bill Paul Cc: committers@FreeBSD.ORG Subject: Re: cvs commit: src/sys/pci if_xlreg.h References: <199808221823.LAA26200@hub.freebsd.org> Organization: University of Oslo, Department of Informatics X-url: http://www.stud.ifi.uio.no/~dag-erli/ X-other-addresses: 'finger dag-erli@ifi.uio.no' for a list X-disclaimer-1: The views expressed in this article are mine alone, and do X-disclaimer-2: not necessarily coincide with those of any organisation or X-disclaimer-3: company with which I am or have been affiliated. X-Stop-Spam: http://www.cauce.org/ From: dag-erli@ifi.uio.no (Dag-Erling Coidan =?iso-8859-1?Q?Sm=F8rgrav?= ) Date: 23 Aug 1998 15:59:14 +0200 In-Reply-To: Bill Paul's message of "Sat, 22 Aug 1998 11:23:59 -0700 (PDT)" Message-ID: Lines: 17 X-Mailer: Gnus v5.5/Emacs 19.34 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by hub.freebsd.org id HAB20098 Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Bill Paul writes: > > Bill Paul writes: > > > Log: > > > Increase the number of descriptors (and, as a consequence, the number > > > of associated mbuf clusters) in the RX ring from 4 to 16. On my > > Any chance of making this configurable? > It already is configurable: you just modify the source and recompile. :) > Oh, you mean at runtime. Now why would anybody want to do that? :) No, not necessarily at runtime, but maybe as a kernel option. DES -- Dag-Erling Smørgrav - dag-erli@ifi.uio.no From owner-cvs-all Sun Aug 23 07:01:26 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA20188 for cvs-all-outgoing; Sun, 23 Aug 1998 07:01:26 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA20182; Sun, 23 Aug 1998 07:01:24 -0700 (PDT) (envelope-from jseger@FreeBSD.org) From: "Justin M. Seger" Received: (from jseger@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id HAA20569; Sun, 23 Aug 1998 07:01:20 -0700 (PDT) Date: Sun, 23 Aug 1998 07:01:20 -0700 (PDT) Message-Id: <199808231401.HAA20569@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/print/dvi2tty Makefile Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jseger 1998/08/23 07:01:19 PDT Modified files: print/dvi2tty Makefile Log: Update to work with new distfile. Revision Changes Path 1.3 +1 -2 ports/print/dvi2tty/Makefile From owner-cvs-all Sun Aug 23 07:04:56 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA20511 for cvs-all-outgoing; Sun, 23 Aug 1998 07:04:56 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA20506; Sun, 23 Aug 1998 07:04:54 -0700 (PDT) (envelope-from jseger@FreeBSD.org) From: "Justin M. Seger" Received: (from jseger@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id HAA20665; Sun, 23 Aug 1998 07:04:50 -0700 (PDT) Date: Sun, 23 Aug 1998 07:04:50 -0700 (PDT) Message-Id: <199808231404.HAA20665@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/www/p5-HTTPD-Tools Makefile ports/www/p5-HTTPD-Tools/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jseger 1998/08/23 07:04:49 PDT Modified files: www/p5-HTTPD-Tools Makefile www/p5-HTTPD-Tools/pkg PLIST Log: Perl fixes Revision Changes Path 1.9 +2 -2 ports/www/p5-HTTPD-Tools/Makefile 1.3 +14 -14 ports/www/p5-HTTPD-Tools/pkg/PLIST From owner-cvs-all Sun Aug 23 07:05:23 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA20590 for cvs-all-outgoing; Sun, 23 Aug 1998 07:05:23 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA20585; Sun, 23 Aug 1998 07:05:22 -0700 (PDT) (envelope-from kuriyama@FreeBSD.org) From: Jun Kuriyama Received: (from kuriyama@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id HAA20710; Sun, 23 Aug 1998 07:05:19 -0700 (PDT) Date: Sun, 23 Aug 1998 07:05:19 -0700 (PDT) Message-Id: <199808231405.HAA20710@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/japanese/pkfonts Makefile Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk kuriyama 1998/08/23 07:05:18 PDT Modified files: japanese/pkfonts Makefile Log: portlint. Revision Changes Path 1.10 +6 -4 ports/japanese/pkfonts/Makefile From owner-cvs-all Sun Aug 23 07:18:16 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA21365 for cvs-all-outgoing; Sun, 23 Aug 1998 07:18:16 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA21359; Sun, 23 Aug 1998 07:18:13 -0700 (PDT) (envelope-from des@FreeBSD.org) From: "Dag-Erling C. Sm\xf8rgrav" Received: (from des@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id HAA20997; Sun, 23 Aug 1998 07:18:09 -0700 (PDT) Date: Sun, 23 Aug 1998 07:18:09 -0700 (PDT) Message-Id: <199808231418.HAA20997@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/i386/i386 autoconf.c src/sys/kern kern_shutdown.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk des 1998/08/23 07:18:09 PDT Modified files: sys/i386/i386 autoconf.c sys/kern kern_shutdown.c Log: Don't check minor number of dump device at all. Discussed-with: Jörg Wunsch Revision Changes Path 1.103 +1 -5 src/sys/i386/i386/autoconf.c 1.37 +1 -6 src/sys/kern/kern_shutdown.c From owner-cvs-all Sun Aug 23 07:21:47 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA21694 for cvs-all-outgoing; Sun, 23 Aug 1998 07:21:47 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA21689; Sun, 23 Aug 1998 07:21:46 -0700 (PDT) (envelope-from jseger@FreeBSD.org) From: "Justin M. Seger" Received: (from jseger@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id HAA21119; Sun, 23 Aug 1998 07:21:42 -0700 (PDT) Date: Sun, 23 Aug 1998 07:21:42 -0700 (PDT) Message-Id: <199808231421.HAA21119@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/databases/p5-Pg Makefile ports/databases/p5-Pg/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jseger 1998/08/23 07:21:41 PDT Modified files: databases/p5-Pg Makefile databases/p5-Pg/pkg PLIST Log: Perl fixes Revision Changes Path 1.12 +2 -2 ports/databases/p5-Pg/Makefile 1.3 +5 -5 ports/databases/p5-Pg/pkg/PLIST From owner-cvs-all Sun Aug 23 08:03:04 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA24058 for cvs-all-outgoing; Sun, 23 Aug 1998 08:03:04 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA24053; Sun, 23 Aug 1998 08:03:03 -0700 (PDT) (envelope-from jseger@FreeBSD.org) From: "Justin M. Seger" Received: (from jseger@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id IAA22002; Sun, 23 Aug 1998 08:03:00 -0700 (PDT) Date: Sun, 23 Aug 1998 08:03:00 -0700 (PDT) Message-Id: <199808231503.IAA22002@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/www/w3mir Makefile ports/www/w3mir/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jseger 1998/08/23 08:02:59 PDT Modified files: www/w3mir Makefile www/w3mir/pkg PLIST Log: Perl fixes Revision Changes Path 1.7 +2 -2 ports/www/w3mir/Makefile 1.6 +3 -3 ports/www/w3mir/pkg/PLIST From owner-cvs-all Sun Aug 23 08:07:03 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA24410 for cvs-all-outgoing; Sun, 23 Aug 1998 08:07:03 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA24405; Sun, 23 Aug 1998 08:07:02 -0700 (PDT) (envelope-from jseger@FreeBSD.org) From: "Justin M. Seger" Received: (from jseger@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id IAA22134; Sun, 23 Aug 1998 08:06:57 -0700 (PDT) Date: Sun, 23 Aug 1998 08:06:57 -0700 (PDT) Message-Id: <199808231506.IAA22134@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/security/p5-Authen-Radius Makefile ports/security/p5-Authen-Radius/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jseger 1998/08/23 08:06:57 PDT Modified files: security/p5-Authen-Radius Makefile security/p5-Authen-Radius/pkg PLIST Log: Perl fixes Revision Changes Path 1.2 +3 -3 ports/security/p5-Authen-Radius/Makefile 1.3 +2 -2 ports/security/p5-Authen-Radius/pkg/PLIST From owner-cvs-all Sun Aug 23 08:23:18 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA25443 for cvs-all-outgoing; Sun, 23 Aug 1998 08:23:18 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA25438; Sun, 23 Aug 1998 08:23:16 -0700 (PDT) (envelope-from gpalmer@FreeBSD.org) From: Gary Palmer Received: (from gpalmer@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id IAA22567; Sun, 23 Aug 1998 08:23:12 -0700 (PDT) Date: Sun, 23 Aug 1998 08:23:12 -0700 (PDT) Message-Id: <199808231523.IAA22567@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/usr.bin/netstat mbuf.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk gpalmer 1998/08/23 08:23:11 PDT Modified files: usr.bin/netstat mbuf.c Log: Quick hack to allow netstat to compile once more: ifdef out MT_SOOPTS Revision Changes Path 1.14 +3 -1 src/usr.bin/netstat/mbuf.c From owner-cvs-all Sun Aug 23 09:06:00 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA28955 for cvs-all-outgoing; Sun, 23 Aug 1998 09:06:00 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA28950; Sun, 23 Aug 1998 09:05:59 -0700 (PDT) (envelope-from dfr@FreeBSD.org) From: Doug Rabson Received: (from dfr@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id JAA23390; Sun, 23 Aug 1998 09:05:55 -0700 (PDT) Date: Sun, 23 Aug 1998 09:05:55 -0700 (PDT) Message-Id: <199808231605.JAA23390@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/alpha/alpha swtch.s pmap.c src/sys/alpha/include pmap.h Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk dfr 1998/08/23 09:05:55 PDT Modified files: sys/alpha/alpha swtch.s pmap.c sys/alpha/include pmap.h Log: Use address space numbers to reduce TLB flushes. Revision Changes Path 1.5 +1 -6 src/sys/alpha/alpha/swtch.s 1.9 +193 -79 src/sys/alpha/alpha/pmap.c 1.3 +4 -1 src/sys/alpha/include/pmap.h From owner-cvs-all Sun Aug 23 09:20:12 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA00298 for cvs-all-outgoing; Sun, 23 Aug 1998 09:20:12 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA00293; Sun, 23 Aug 1998 09:20:11 -0700 (PDT) (envelope-from kuriyama@FreeBSD.org) From: Jun Kuriyama Received: (from kuriyama@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id JAA23692; Sun, 23 Aug 1998 09:20:07 -0700 (PDT) Date: Sun, 23 Aug 1998 09:20:07 -0700 (PDT) Message-Id: <199808231620.JAA23692@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/japanese/weblint97 Makefile ports/japanese/weblint97/patches patch-aa ports/japanese/weblint97/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk kuriyama 1998/08/23 09:20:07 PDT Modified files: japanese/weblint97 Makefile japanese/weblint97/patches patch-aa japanese/weblint97/pkg PLIST Log: Ja-weblint97 have contained "jcode.pl". But jcode.pl is ported now. Therefore separate jcode.pl from ja-weblint97. PR: ports/7333 Submitted by: Takayuki Ariga Revision Changes Path 1.4 +3 -1 ports/japanese/weblint97/Makefile 1.3 +6 -2 ports/japanese/weblint97/patches/patch-aa 1.3 +0 -3 ports/japanese/weblint97/pkg/PLIST From owner-cvs-all Sun Aug 23 10:17:46 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA03857 for cvs-all-outgoing; Sun, 23 Aug 1998 10:17:46 -0700 (PDT) (envelope-from owner-cvs-all) Received: from ns1.yes.no (ns1.yes.no [195.119.24.10]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA03852 for ; Sun, 23 Aug 1998 10:17:42 -0700 (PDT) (envelope-from eivind@bitbox.follo.net) Received: from bitbox.follo.net (bitbox.follo.net [195.204.143.218]) by ns1.yes.no (8.8.7/8.8.7) with ESMTP id RAA18808; Sun, 23 Aug 1998 17:16:51 GMT Received: (from eivind@localhost) by bitbox.follo.net (8.8.8/8.8.6) id TAA20331; Sun, 23 Aug 1998 19:16:50 +0200 (MET DST) Message-ID: <19980823191650.45489@follo.net> Date: Sun, 23 Aug 1998 19:16:50 +0200 From: Eivind Eklund To: obrien@NUXI.com, Mike Smith Cc: cvs-committers@FreeBSD.ORG Subject: Re: AMD (am-utils) import preferences References: <19980822193857.D7607@nuxi.com> <199808221941.TAA20955@dingo.cdrom.com> <19980822194904.E7607@nuxi.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.89.1i In-Reply-To: <19980822194904.E7607@nuxi.com>; from David O'Brien on Sat, Aug 22, 1998 at 07:49:04PM -0700 Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Sat, Aug 22, 1998 at 07:49:04PM -0700, David O'Brien wrote: > > OK. Speaking of that stuff, rememer the README.FreeBSD and prune > > That's ``FREEBSD-upgrade'' btw. ;) What I've found to be very convenient for tracking on other projects, is to create a XXXX-upgrade _shell script_ that does everything necessary to prepare for import. This make it easy to track the exact changes done from release to release, too. Eivind. From owner-cvs-all Sun Aug 23 10:44:02 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA06361 for cvs-all-outgoing; Sun, 23 Aug 1998 10:44:02 -0700 (PDT) (envelope-from owner-cvs-all) Received: from critter.freebsd.dk (critter.freebsd.dk [195.8.129.14]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA06322 for ; Sun, 23 Aug 1998 10:43:56 -0700 (PDT) (envelope-from phk@critter.freebsd.dk) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.9.1/8.8.5) with ESMTP id TAA02526; Sun, 23 Aug 1998 19:37:35 +0200 (CEST) To: Eivind Eklund cc: obrien@NUXI.com, Mike Smith , cvs-committers@FreeBSD.ORG Subject: Re: AMD (am-utils) import preferences In-reply-to: Your message of "Sun, 23 Aug 1998 19:16:50 +0200." <19980823191650.45489@follo.net> Date: Sun, 23 Aug 1998 19:37:35 +0200 Message-ID: <2524.903893855@critter.freebsd.dk> From: Poul-Henning Kamp Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk In message <19980823191650.45489@follo.net>, Eivind Eklund writes: >On Sat, Aug 22, 1998 at 07:49:04PM -0700, David O'Brien wrote: >> > OK. Speaking of that stuff, rememer the README.FreeBSD and prune >> >> That's ``FREEBSD-upgrade'' btw. ;) > >What I've found to be very convenient for tracking on other projects, >is to create a XXXX-upgrade _shell script_ that does everything >necessary to prepare for import. This make it easy to track the exact >changes done from release to release, too. You mean like /usr/src/tools/tools/tcl_bmake ? :-) -- Poul-Henning Kamp FreeBSD coreteam member phk@FreeBSD.ORG "Real hackers run -current on their laptop." "ttyv0" -- What UNIX calls a $20K state-of-the-art, 3D, hi-res color terminal From owner-cvs-all Sun Aug 23 13:16:40 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA17777 for cvs-all-outgoing; Sun, 23 Aug 1998 13:16:40 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA17772; Sun, 23 Aug 1998 13:16:39 -0700 (PDT) (envelope-from phk@FreeBSD.org) From: Poul-Henning Kamp Received: (from phk@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id NAA28328; Sun, 23 Aug 1998 13:16:35 -0700 (PDT) Date: Sun, 23 Aug 1998 13:16:35 -0700 (PDT) Message-Id: <199808232016.NAA28328@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/dev/vn vn.c src/sys/i386/isa wd.c wfd.c src/sys/kern subr_diskslice.c src/sys/pc98/pc98 wd.c src/sys/scsi cd.c od.c sd.c src/sys/sys diskslice.h Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk phk 1998/08/23 13:16:35 PDT Modified files: sys/dev/vn vn.c sys/i386/isa wd.c wfd.c sys/kern subr_diskslice.c sys/pc98/pc98 wd.c sys/scsi cd.c od.c sd.c sys/sys diskslice.h Log: remove bdevsw arg from dsopen(); Forgotten by: julian Reviewed by: bde Revision Changes Path 1.69 +2 -2 src/sys/dev/vn/vn.c 1.174 +2 -2 src/sys/i386/isa/wd.c 1.15 +2 -3 src/sys/i386/isa/wfd.c 1.58 +4 -9 src/sys/kern/subr_diskslice.c 1.61 +2 -2 src/sys/pc98/pc98/wd.c 1.99 +2 -2 src/sys/scsi/cd.c 1.46 +2 -2 src/sys/scsi/od.c 1.139 +2 -2 src/sys/scsi/sd.c 1.29 +2 -3 src/sys/sys/diskslice.h From owner-cvs-all Sun Aug 23 14:20:17 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA23167 for cvs-all-outgoing; Sun, 23 Aug 1998 14:20:17 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA23159; Sun, 23 Aug 1998 14:20:11 -0700 (PDT) (envelope-from asami@FreeBSD.org) From: Satoshi Asami Received: (from asami@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id OAA29410; Sun, 23 Aug 1998 14:20:07 -0700 (PDT) Date: Sun, 23 Aug 1998 14:20:07 -0700 (PDT) Message-Id: <199808232120.OAA29410@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/games/nethack-qt Makefile Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk asami 1998/08/23 14:20:06 PDT Modified files: games/nethack-qt Makefile Log: It this port incompatible with newer versions of qt? === g++ -pipe -O -I../include -I. -I/usr/X11R6/include -I/usr/X11R6/include/X11/qt -c ../win/Qt/qt_win.cpp In file included from ../win/Qt/qt_win.cpp:90: /usr/include/malloc.h:2: warning: #warning "this file includes which is deprecated, use instead" ../win/Qt/qt_win.cpp: In method `void NetHackQtGlyphs::resize(int, int)': ../win/Qt/qt_win.cpp:2952: no member function `QImage::smoothScale(int, int)' defined gmake[1]: *** [qt_win.o] Error 1 gmake[1]: Leaving directory `/usr/ports/games/nethack-qt/work/nethack-3.2.2/src' gmake: *** [nethack] Error 2 Revision Changes Path 1.17 +3 -1 ports/games/nethack-qt/Makefile From owner-cvs-all Sun Aug 23 15:07:27 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA27874 for cvs-all-outgoing; Sun, 23 Aug 1998 15:07:27 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA27869; Sun, 23 Aug 1998 15:07:26 -0700 (PDT) (envelope-from obrien@FreeBSD.org) From: "David E. O'Brien" Received: (from obrien@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id PAA00386; Sun, 23 Aug 1998 15:07:22 -0700 (PDT) Date: Sun, 23 Aug 1998 15:07:22 -0700 (PDT) Message-Id: <199808232207.PAA00386@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/contrib/amd - Imported sources Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk obrien 1998/08/23 15:07:21 PDT src/contrib/amd - Imported sources Update of /home/ncvs/src/contrib/amd In directory freefall.freebsd.org:/d/users/obrien/schmack/contrib_amd Log Message: Virgin import of AMD (am-utils) v6.0a16 Status: Vendor Tag: COLUMBIA Release Tags: amd_6_0a16 N src/contrib/amd/AUTHORS N src/contrib/amd/BUGS N src/contrib/amd/COPYING N src/contrib/amd/ChangeLog N src/contrib/amd/INSTALL N src/contrib/amd/MIRRORS N src/contrib/amd/NEWS N src/contrib/amd/README N src/contrib/amd/TODO N src/contrib/amd/tasks N src/contrib/amd/amd/am_ops.c N src/contrib/amd/amd/amd.c N src/contrib/amd/amd/amfs_auto.c N src/contrib/amd/amd/amfs_direct.c N src/contrib/amd/amd/amfs_error.c N src/contrib/amd/amd/amfs_host.c N src/contrib/amd/amd/amfs_inherit.c N src/contrib/amd/amd/amfs_link.c N src/contrib/amd/amd/amfs_linkx.c N src/contrib/amd/amd/amfs_nfsl.c N src/contrib/amd/amd/amfs_nfsx.c N src/contrib/amd/amd/amfs_program.c N src/contrib/amd/amd/amfs_root.c N src/contrib/amd/amd/amfs_toplvl.c N src/contrib/amd/amd/amfs_union.c N src/contrib/amd/amd/amq_subr.c N src/contrib/amd/amd/amq_svc.c N src/contrib/amd/amd/autil.c N src/contrib/amd/amd/clock.c N src/contrib/amd/amd/conf.c N src/contrib/amd/amd/get_args.c N src/contrib/amd/amd/map.c N src/contrib/amd/amd/mapc.c N src/contrib/amd/amd/mntfs.c N src/contrib/amd/amd/nfs_prot_svc.c N src/contrib/amd/amd/nfs_start.c N src/contrib/amd/amd/nfs_subr.c N src/contrib/amd/amd/opts.c N src/contrib/amd/amd/restart.c N src/contrib/amd/amd/rpc_fwd.c N src/contrib/amd/amd/sched.c N src/contrib/amd/amd/srvr_amfs_auto.c N src/contrib/amd/amd/srvr_nfs.c N src/contrib/amd/amd/info_file.c N src/contrib/amd/amd/info_hesiod.c N src/contrib/amd/amd/info_ldap.c N src/contrib/amd/amd/info_ndbm.c N src/contrib/amd/amd/info_nis.c N src/contrib/amd/amd/info_nisplus.c N src/contrib/amd/amd/info_passwd.c N src/contrib/amd/amd/info_union.c N src/contrib/amd/amd/ops_autofs.c N src/contrib/amd/amd/ops_cachefs.c N src/contrib/amd/amd/ops_cdfs.c N src/contrib/amd/amd/ops_efs.c N src/contrib/amd/amd/ops_lofs.c N src/contrib/amd/amd/ops_mfs.c N src/contrib/amd/amd/ops_nfs.c N src/contrib/amd/amd/ops_nfs3.c N src/contrib/amd/amd/ops_nullfs.c N src/contrib/amd/amd/ops_pcfs.c N src/contrib/amd/amd/ops_tfs.c N src/contrib/amd/amd/ops_tmpfs.c N src/contrib/amd/amd/ops_ufs.c N src/contrib/amd/amd/ops_umapfs.c N src/contrib/amd/amd/ops_unionfs.c N src/contrib/amd/amd/ops_xfs.c N src/contrib/amd/amd/amd.h N src/contrib/amd/amd/conf_tok.l N src/contrib/amd/amd/conf_parse.y N src/contrib/amd/amd/ops_TEMPLATE.c N src/contrib/amd/amd/amd.8 N src/contrib/amd/amq/amq_clnt.c N src/contrib/amd/amq/amq_xdr.c N src/contrib/amd/amq/pawd.c N src/contrib/amd/amq/amq.c N src/contrib/amd/amq/amq.h N src/contrib/amd/amq/amq.8 N src/contrib/amd/amq/pawd.1 N src/contrib/amd/conf/nfs_prot/nfs_prot_freebsd2.h N src/contrib/amd/conf/nfs_prot/nfs_prot_freebsd3.h N src/contrib/amd/conf/transp/transp_sockets.c N src/contrib/amd/conf/mtab/mtab_bsd.c N src/contrib/amd/conf/mount/mount_freebsd3.c N src/contrib/amd/conf/umount/umount_bsd44.c N src/contrib/amd/conf/checkmount/checkmount_bsd44.c N src/contrib/amd/conf/trap/trap_freebsd3.h N src/contrib/amd/conf/trap/trap_default.h N src/contrib/amd/conf/fh_dref/fh_dref_freebsd22.h N src/contrib/amd/conf/sa_dref/sa_dref_bsd44.h N src/contrib/amd/conf/hn_dref/hn_dref_default.h N src/contrib/amd/doc/am-utils.texi N src/contrib/amd/doc/stamp-vti N src/contrib/amd/doc/texinfo.tex N src/contrib/amd/doc/version.texi N src/contrib/amd/fixmount/fixmount.c N src/contrib/amd/fixmount/fixmount.8 N src/contrib/amd/fsinfo/fsi_analyze.c N src/contrib/amd/fsinfo/fsi_dict.c N src/contrib/amd/fsinfo/fsi_util.c N src/contrib/amd/fsinfo/fsinfo.c N src/contrib/amd/fsinfo/wr_atab.c N src/contrib/amd/fsinfo/wr_bparam.c N src/contrib/amd/fsinfo/wr_dumpset.c N src/contrib/amd/fsinfo/wr_exportfs.c N src/contrib/amd/fsinfo/wr_fstab.c N src/contrib/amd/fsinfo/fsi_data.h N src/contrib/amd/fsinfo/fsinfo.h N src/contrib/amd/fsinfo/fsi_gram.y N src/contrib/amd/fsinfo/fsi_lex.l N src/contrib/amd/fsinfo/fsinfo.8 N src/contrib/amd/hlfsd/hlfsd.c N src/contrib/amd/hlfsd/homedir.c N src/contrib/amd/hlfsd/nfs_prot_svc.c N src/contrib/amd/hlfsd/stubs.c N src/contrib/amd/hlfsd/hlfsd.h N src/contrib/amd/hlfsd/hlfsd.8 N src/contrib/amd/include/am_compat.h N src/contrib/amd/include/am_utils.h N src/contrib/amd/include/am_xdr_func.h N src/contrib/amd/include/am_defs.h N src/contrib/amd/include/amq_defs.h N src/contrib/amd/include/.am_defs.h.swp N src/contrib/amd/libamu/clnt_sperrno.c N src/contrib/amd/libamu/hasmntopt.c N src/contrib/amd/libamu/strcasecmp.c N src/contrib/amd/libamu/strdup.c N src/contrib/amd/libamu/strstr.c N src/contrib/amd/libamu/ualarm.c N src/contrib/amd/libamu/misc_rpc.c N src/contrib/amd/libamu/mount_fs.c N src/contrib/amd/libamu/mtab.c N src/contrib/amd/libamu/nfs_prot_xdr.c N src/contrib/amd/libamu/util.c N src/contrib/amd/libamu/wire.c N src/contrib/amd/libamu/xdr_func.c N src/contrib/amd/libamu/xutil.c N src/contrib/amd/libamu/amu.h N src/contrib/amd/libamu/memcmp.c N src/contrib/amd/mk-amd-map/mk-amd-map.c N src/contrib/amd/mk-amd-map/mk-amd-map.8 N src/contrib/amd/scripts/Makefile.am N src/contrib/amd/scripts/Makefile.in N src/contrib/amd/scripts/am-eject.in N src/contrib/amd/scripts/amd2ldif.in N src/contrib/amd/scripts/amd2sun.in N src/contrib/amd/scripts/ctl-amd.in N src/contrib/amd/scripts/ctl-hlfsd.in N src/contrib/amd/scripts/expn.in N src/contrib/amd/scripts/fix-amd-map.in N src/contrib/amd/scripts/lostaltmail.in N src/contrib/amd/scripts/wait4amd.in N src/contrib/amd/scripts/wait4amd2die.in N src/contrib/amd/scripts/fixrmtab N src/contrib/amd/scripts/amd.conf-sample N src/contrib/amd/scripts/lostaltmail.conf-sample N src/contrib/amd/scripts/amd.conf.5 N src/contrib/amd/scripts/expn.1 N src/contrib/amd/wire-test/wire-test.c N src/contrib/amd/wire-test/wire-test.8 No conflicts created by this import From owner-cvs-all Sun Aug 23 15:08:25 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA28059 for cvs-all-outgoing; Sun, 23 Aug 1998 15:08:25 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA28043; Sun, 23 Aug 1998 15:08:20 -0700 (PDT) (envelope-from obrien@FreeBSD.org) From: "David E. O'Brien" Received: (from obrien@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id PAA00457; Sun, 23 Aug 1998 15:08:16 -0700 (PDT) Date: Sun, 23 Aug 1998 15:08:16 -0700 (PDT) Message-Id: <199808232208.PAA00457@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: CVSROOT modules Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk obrien 1998/08/23 15:08:16 PDT Modified files: . modules Log: add ``contrib_amd'' Revision Changes Path 1.2312 +2 -1 CVSROOT/modules From owner-cvs-all Sun Aug 23 15:09:10 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA28154 for cvs-all-outgoing; Sun, 23 Aug 1998 15:09:10 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA28145; Sun, 23 Aug 1998 15:09:08 -0700 (PDT) (envelope-from kuriyama@FreeBSD.org) From: Jun Kuriyama Received: (from kuriyama@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id PAA00689; Sun, 23 Aug 1998 15:09:04 -0700 (PDT) Date: Sun, 23 Aug 1998 15:09:04 -0700 (PDT) Message-Id: <199808232209.PAA00689@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: doc/ja/man/man1 awk.1 chpass.1 ld.1 sh.1 soelim.1 startslip.1 tconv.1 top.1 doc/ja/man/man5 cvs.5 exports.5 passwd.5 syslog.conf.5 doc/ja/man/man8 amd.8 dump.8 fsdb.8 ipfw.8 ldconfig.8 mixer.8 mount.8 mount_null.8 mountd.8 ntpq.8 ppp.8 pw.8 ... Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk kuriyama 1998/08/23 15:09:04 PDT Modified files: ja/man/man1 awk.1 chpass.1 ld.1 sh.1 soelim.1 startslip.1 tconv.1 top.1 ja/man/man5 cvs.5 exports.5 passwd.5 syslog.conf.5 ja/man/man8 amd.8 dump.8 fsdb.8 ipfw.8 ldconfig.8 mixer.8 mount.8 mount_null.8 mountd.8 ntpq.8 ppp.8 pw.8 restore.8 route.8 routed.8 rtquery.8 scsi.8 scsiformat.8 sendmail.8 slattach.8 sticky.8 syslogd.8 vnconfig.8 Log: Catch up to 2.2.7-19980820-SNAP and some fixes. Submitted by: Kazuo Horikawa Revision Changes Path 1.2 +1 -1 doc/ja/man/man1/awk.1 1.3 +15 -6 doc/ja/man/man1/chpass.1 1.3 +2 -1 doc/ja/man/man1/ld.1 1.5 +38 -26 doc/ja/man/man1/sh.1 1.2 +1 -1 doc/ja/man/man1/soelim.1 1.2 +6 -3 doc/ja/man/man1/startslip.1 1.2 +2 -2 doc/ja/man/man1/tconv.1 1.3 +11 -3 doc/ja/man/man1/top.1 1.3 +8 -8 doc/ja/man/man5/cvs.5 1.3 +2 -1 doc/ja/man/man5/exports.5 1.3 +1 -1 doc/ja/man/man5/passwd.5 1.3 +23 -5 doc/ja/man/man5/syslog.conf.5 1.4 +1 -1 doc/ja/man/man8/amd.8 1.5 +1 -1 doc/ja/man/man8/dump.8 1.3 +10 -3 doc/ja/man/man8/fsdb.8 1.5 +14 -8 doc/ja/man/man8/ipfw.8 1.4 +1 -1 doc/ja/man/man8/ldconfig.8 1.4 +2 -3 doc/ja/man/man8/mixer.8 1.4 +13 -12 doc/ja/man/man8/mount.8 1.3 +4 -2 doc/ja/man/man8/mount_null.8 1.4 +3 -6 doc/ja/man/man8/mountd.8 1.2 +1 -1 doc/ja/man/man8/ntpq.8 1.9 +1 -1 doc/ja/man/man8/ppp.8 1.5 +5 -5 doc/ja/man/man8/pw.8 1.3 +1 -1 doc/ja/man/man8/restore.8 1.3 +4 -3 doc/ja/man/man8/route.8 1.4 +2 -1 doc/ja/man/man8/routed.8 1.2 +9 -8 doc/ja/man/man8/rtquery.8 1.4 +2 -1 doc/ja/man/man8/scsi.8 1.2 +5 -3 doc/ja/man/man8/scsiformat.8 1.3 +1 -1 doc/ja/man/man8/sendmail.8 1.3 +18 -12 doc/ja/man/man8/slattach.8 1.3 +0 -4 doc/ja/man/man8/sticky.8 1.7 +22 -6 doc/ja/man/man8/syslogd.8 1.4 +1 -1 doc/ja/man/man8/vnconfig.8 From owner-cvs-all Sun Aug 23 15:09:26 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA28231 for cvs-all-outgoing; Sun, 23 Aug 1998 15:09:26 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA28214; Sun, 23 Aug 1998 15:09:23 -0700 (PDT) (envelope-from obrien@FreeBSD.org) From: "David E. O'Brien" Received: (from obrien@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id PAA00767; Sun, 23 Aug 1998 15:09:19 -0700 (PDT) Date: Sun, 23 Aug 1998 15:09:19 -0700 (PDT) Message-Id: <199808232209.PAA00767@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/contrib/amd FREEBSD-upgrade Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk obrien 1998/08/23 15:09:19 PDT Added files: contrib/amd FREEBSD-upgrade Log: upgrade instructions. From owner-cvs-all Sun Aug 23 15:10:25 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA28612 for cvs-all-outgoing; Sun, 23 Aug 1998 15:10:25 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA28588; Sun, 23 Aug 1998 15:10:17 -0700 (PDT) (envelope-from asami@FreeBSD.org) From: Satoshi Asami Received: (from asami@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id PAA00820; Sun, 23 Aug 1998 15:10:13 -0700 (PDT) Date: Sun, 23 Aug 1998 15:10:13 -0700 (PDT) Message-Id: <199808232210.PAA00820@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/print/dvi2tty Makefile Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk asami 1998/08/23 15:10:12 PDT Modified files: print/dvi2tty Makefile Log: Remove comment that should have been deleted with the previous commit. :) Revision Changes Path 1.4 +1 -2 ports/print/dvi2tty/Makefile From owner-cvs-all Sun Aug 23 15:36:11 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA01299 for cvs-all-outgoing; Sun, 23 Aug 1998 15:36:11 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA01294; Sun, 23 Aug 1998 15:36:07 -0700 (PDT) (envelope-from obrien@FreeBSD.org) From: "David E. O'Brien" Received: (from obrien@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id PAA01458; Sun, 23 Aug 1998 15:36:03 -0700 (PDT) Date: Sun, 23 Aug 1998 15:36:03 -0700 (PDT) Message-Id: <199808232236.PAA01458@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/contrib/amd/include .am_defs.h.swp Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk obrien 1998/08/23 15:36:02 PDT Removed files: contrib/amd/include .am_defs.h.swp Log: remove junk file From owner-cvs-all Sun Aug 23 15:43:33 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA02134 for cvs-all-outgoing; Sun, 23 Aug 1998 15:43:33 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA02129; Sun, 23 Aug 1998 15:43:32 -0700 (PDT) (envelope-from obrien@FreeBSD.org) From: "David E. O'Brien" Received: (from obrien@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id PAA01657; Sun, 23 Aug 1998 15:43:28 -0700 (PDT) Date: Sun, 23 Aug 1998 15:43:28 -0700 (PDT) Message-Id: <199808232243.PAA01657@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/contrib/amd FREEBSD-upgrade src/contrib/amd/libamu clnt_sperrno.c memcmp.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk obrien 1998/08/23 15:43:27 PDT Modified files: contrib/amd FREEBSD-upgrade Removed files: contrib/amd/libamu clnt_sperrno.c memcmp.c Log: Two more files FreeBSD doesn't need. Revision Changes Path 1.2 +1 -1 src/contrib/amd/FREEBSD-upgrade From owner-cvs-all Sun Aug 23 15:51:16 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA03213 for cvs-all-outgoing; Sun, 23 Aug 1998 15:51:16 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA03207; Sun, 23 Aug 1998 15:51:15 -0700 (PDT) (envelope-from obrien@FreeBSD.org) From: "David E. O'Brien" Received: (from obrien@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id PAA01865; Sun, 23 Aug 1998 15:51:11 -0700 (PDT) Date: Sun, 23 Aug 1998 15:51:11 -0700 (PDT) Message-Id: <199808232251.PAA01865@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/contrib/amd FREEBSD-upgrade src/contrib/amd/libamu strcasecmp.c strdup.c strstr.c ualarm.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk obrien 1998/08/23 15:51:11 PDT Modified files: contrib/amd FREEBSD-upgrade Removed files: contrib/amd/libamu strcasecmp.c strdup.c strstr.c ualarm.c Log: more files we don't need. Revision Changes Path 1.3 +1 -0 src/contrib/amd/FREEBSD-upgrade From owner-cvs-all Sun Aug 23 15:52:15 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA03372 for cvs-all-outgoing; Sun, 23 Aug 1998 15:52:15 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA03360; Sun, 23 Aug 1998 15:52:13 -0700 (PDT) (envelope-from obrien@FreeBSD.org) From: "David E. O'Brien" Received: (from obrien@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id PAA02036; Sun, 23 Aug 1998 15:52:09 -0700 (PDT) Date: Sun, 23 Aug 1998 15:52:09 -0700 (PDT) Message-Id: <199808232252.PAA02036@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/contrib/amd/amd amd.c src/contrib/amd/amq amq.c src/contrib/amd/fixmount fixmount.c src/contrib/amd/fsinfo fsinfo.c src/contrib/amd/hlfsd hlfsd.c homedir.c src/contrib/amd/mk-amd-map mk-amd-map.c src/contrib/amd/wire-test ... Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk obrien 1998/08/23 15:52:09 PDT Modified files: contrib/amd/amd amd.c contrib/amd/amq amq.c contrib/amd/fixmount fixmount.c contrib/amd/fsinfo fsinfo.c contrib/amd/hlfsd hlfsd.c homedir.c contrib/amd/mk-amd-map mk-amd-map.c contrib/amd/wire-test wire-test.c Log: * Check getopt()'s return with -1, not EOF * protect a few potential buffer overflows Obtained from: NetBSD Revision Changes Path 1.2 +4 -3 src/contrib/amd/amd/amd.c 1.2 +3 -3 src/contrib/amd/amq/amq.c 1.2 +4 -3 src/contrib/amd/fixmount/fixmount.c 1.2 +2 -2 src/contrib/amd/fsinfo/fsinfo.c 1.2 +4 -3 src/contrib/amd/hlfsd/hlfsd.c 1.2 +3 -3 src/contrib/amd/hlfsd/homedir.c 1.2 +3 -2 src/contrib/amd/mk-amd-map/mk-amd-map.c 1.2 +4 -3 src/contrib/amd/wire-test/wire-test.c From owner-cvs-all Sun Aug 23 16:00:15 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA04317 for cvs-all-outgoing; Sun, 23 Aug 1998 16:00:15 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA04311; Sun, 23 Aug 1998 16:00:13 -0700 (PDT) (envelope-from asami@FreeBSD.org) From: Satoshi Asami Received: (from asami@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id QAA02190; Sun, 23 Aug 1998 16:00:09 -0700 (PDT) Date: Sun, 23 Aug 1998 16:00:09 -0700 (PDT) Message-Id: <199808232300.QAA02190@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/devel/p5-File-Sync/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk asami 1998/08/23 16:00:09 PDT Modified files: devel/p5-File-Sync/pkg PLIST Log: Add back a file I accidentally deleted. Revision Changes Path 1.4 +2 -0 ports/devel/p5-File-Sync/pkg/PLIST From owner-cvs-all Sun Aug 23 17:39:54 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA11051 for cvs-all-outgoing; Sun, 23 Aug 1998 17:39:54 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA11046; Sun, 23 Aug 1998 17:39:52 -0700 (PDT) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id RAA04269; Sun, 23 Aug 1998 17:39:48 -0700 (PDT) Date: Sun, 23 Aug 1998 17:39:48 -0700 (PDT) Message-Id: <199808240039.RAA04269@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/japanese/vftool Makefile ports/japanese/vftool/patches patch-aa ports/japanese/vftool/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk steve 1998/08/23 17:39:48 PDT Modified files: japanese/vftool Makefile japanese/vftool/patches patch-aa japanese/vftool/pkg PLIST Log: Add Tategaki fonts. PR: 7620 Submitted by: maintainer Revision Changes Path 1.6 +2 -2 ports/japanese/vftool/Makefile 1.3 +6 -3 ports/japanese/vftool/patches/patch-aa 1.3 +43 -29 ports/japanese/vftool/pkg/PLIST From owner-cvs-all Sun Aug 23 17:41:17 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA11234 for cvs-all-outgoing; Sun, 23 Aug 1998 17:41:17 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA11229; Sun, 23 Aug 1998 17:41:16 -0700 (PDT) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id RAA04393; Sun, 23 Aug 1998 17:41:12 -0700 (PDT) Date: Sun, 23 Aug 1998 17:41:12 -0700 (PDT) Message-Id: <199808240041.RAA04393@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/japanese/ptex-common/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk steve 1998/08/23 17:41:12 PDT Modified files: japanese/ptex-common/pkg PLIST Log: Remove manpages from pkg/PLIST. Revision Changes Path 1.7 +0 -39 ports/japanese/ptex-common/pkg/PLIST From owner-cvs-all Sun Aug 23 17:42:31 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA11427 for cvs-all-outgoing; Sun, 23 Aug 1998 17:42:31 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA11417; Sun, 23 Aug 1998 17:42:29 -0700 (PDT) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id RAA04438; Sun, 23 Aug 1998 17:42:25 -0700 (PDT) Date: Sun, 23 Aug 1998 17:42:25 -0700 (PDT) Message-Id: <199808240042.RAA04438@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/japanese/japaneseAFM Makefile Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk steve 1998/08/23 17:42:25 PDT Modified files: japanese/japaneseAFM Makefile Log: Remove stray PLIST.mktmp file. Revision Changes Path 1.2 +2 -1 ports/japanese/japaneseAFM/Makefile From owner-cvs-all Sun Aug 23 17:44:02 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA11691 for cvs-all-outgoing; Sun, 23 Aug 1998 17:44:02 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA11684; Sun, 23 Aug 1998 17:44:00 -0700 (PDT) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id RAA04654; Sun, 23 Aug 1998 17:43:56 -0700 (PDT) Date: Sun, 23 Aug 1998 17:43:56 -0700 (PDT) Message-Id: <199808240043.RAA04654@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/security/p5-PGP-Sign Makefile ports/security/p5-PGP-Sign/files md5 Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk steve 1998/08/23 17:43:56 PDT Modified files: security/p5-PGP-Sign Makefile security/p5-PGP-Sign/files md5 Log: Update to version 0.09. PR: 7421 Submitted by: maintainer Revision Changes Path 1.3 +6 -6 ports/security/p5-PGP-Sign/Makefile 1.2 +1 -1 ports/security/p5-PGP-Sign/files/md5 From owner-cvs-all Sun Aug 23 17:51:03 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA12910 for cvs-all-outgoing; Sun, 23 Aug 1998 17:51:03 -0700 (PDT) (envelope-from owner-cvs-all) Received: from vader.cs.berkeley.edu (vader.CS.Berkeley.EDU [128.32.38.234]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA12902; Sun, 23 Aug 1998 17:50:56 -0700 (PDT) (envelope-from asami@vader.cs.berkeley.edu) Received: from silvia.hip.berkeley.edu (sji-ca10-63.ix.netcom.com [205.186.214.63]) by vader.cs.berkeley.edu (8.8.7/8.7.3) with ESMTP id RAA19606; Sun, 23 Aug 1998 17:50:07 -0700 (PDT) Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.8.8/8.6.9) id RAA28756; Sun, 23 Aug 1998 17:49:54 -0700 (PDT) Date: Sun, 23 Aug 1998 17:49:54 -0700 (PDT) Message-Id: <199808240049.RAA28756@silvia.hip.berkeley.edu> To: steve@FreeBSD.ORG CC: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG In-reply-to: <199808240042.RAA04438@freefall.freebsd.org> (message from Steve Price on Sun, 23 Aug 1998 17:42:25 -0700 (PDT)) Subject: Re: cvs commit: ports/japanese/japaneseAFM Makefile From: asami@FreeBSD.ORG (Satoshi Asami) Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk * Remove stray PLIST.mktmp file. This isn't the right way to solve it. === do-install: @${MKDIR} ${AFMDIR} @${INSTALL_DATA} ${WRKSRC}/* ${AFMDIR} @rm -f ${AFMDIR}/PLIST.mktmp === We can't keep changing the Makefile when we decide to add another file from bsd.port.mk. Shouldn't this read === do-install: @${MKDIR} ${AFMDIR} .for font in GothicBBB-Medium Ryumin-Light .for dir in H V ${INSTALL_DATA} ${WRKSRC}/${font}-${dir} ${AFMDIR} .endfor .endfor === instead? I just tested it and it seems to work fine here. If that's ok for you, I'll commit it. Satoshi From owner-cvs-all Sun Aug 23 17:51:42 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA13030 for cvs-all-outgoing; Sun, 23 Aug 1998 17:51:42 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA13024; Sun, 23 Aug 1998 17:51:41 -0700 (PDT) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id RAA05480; Sun, 23 Aug 1998 17:51:37 -0700 (PDT) Date: Sun, 23 Aug 1998 17:51:37 -0700 (PDT) Message-Id: <199808240051.RAA05480@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/emulators/aftp Makefile ports/emulators/aftp/pkg DESCR Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk steve 1998/08/23 17:51:37 PDT Modified files: emulators/aftp Makefile emulators/aftp/pkg DESCR Log: Maintainer has new Email address. PR: 7724 Revision Changes Path 1.3 +4 -3 ports/emulators/aftp/Makefile 1.3 +1 -1 ports/emulators/aftp/pkg/DESCR From owner-cvs-all Sun Aug 23 17:52:53 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA13460 for cvs-all-outgoing; Sun, 23 Aug 1998 17:52:53 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA13455; Sun, 23 Aug 1998 17:52:52 -0700 (PDT) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id RAA05642; Sun, 23 Aug 1998 17:52:48 -0700 (PDT) Date: Sun, 23 Aug 1998 17:52:48 -0700 (PDT) Message-Id: <199808240052.RAA05642@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/japanese/prn Makefile Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk steve 1998/08/23 17:52:48 PDT Modified files: japanese/prn Makefile Log: Find the master site again. PR: 7710 Submitted by: maintainer Revision Changes Path 1.4 +2 -2 ports/japanese/prn/Makefile From owner-cvs-all Sun Aug 23 17:53:58 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA13689 for cvs-all-outgoing; Sun, 23 Aug 1998 17:53:58 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA13670; Sun, 23 Aug 1998 17:53:51 -0700 (PDT) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id RAA05724; Sun, 23 Aug 1998 17:53:45 -0700 (PDT) Date: Sun, 23 Aug 1998 17:53:45 -0700 (PDT) Message-Id: <199808240053.RAA05724@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/japanese/kcc Makefile Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk steve 1998/08/23 17:53:45 PDT Modified files: japanese/kcc Makefile Log: Find the master site again. PR: 7709 Submitted by: maintainer Revision Changes Path 1.4 +2 -2 ports/japanese/kcc/Makefile From owner-cvs-all Sun Aug 23 17:56:28 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA14253 for cvs-all-outgoing; Sun, 23 Aug 1998 17:56:28 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA14248; Sun, 23 Aug 1998 17:56:25 -0700 (PDT) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id RAA05901; Sun, 23 Aug 1998 17:56:20 -0700 (PDT) Date: Sun, 23 Aug 1998 17:56:20 -0700 (PDT) Message-Id: <199808240056.RAA05901@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/usr.bin/passwd passwd.1 Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk steve 1998/08/23 17:56:20 PDT Modified files: usr.bin/passwd passwd.1 Log: The host commandline option is -h and not -s. PR: 7703 Submitted by: Yoshishige Arai Revision Changes Path 1.9 +2 -2 src/usr.bin/passwd/passwd.1 From owner-cvs-all Sun Aug 23 17:58:30 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA14610 for cvs-all-outgoing; Sun, 23 Aug 1998 17:58:30 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA14599; Sun, 23 Aug 1998 17:58:26 -0700 (PDT) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id RAA05973; Sun, 23 Aug 1998 17:58:22 -0700 (PDT) Date: Sun, 23 Aug 1998 17:58:22 -0700 (PDT) Message-Id: <199808240058.RAA05973@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/usr.bin/passwd passwd.1 Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk steve 1998/08/23 17:58:22 PDT Modified files: (Branch: RELENG_2_2) usr.bin/passwd passwd.1 Log: MFC: -h host Revision Changes Path 1.5.2.4 +2 -2 src/usr.bin/passwd/passwd.1 From owner-cvs-all Sun Aug 23 18:00:05 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA15006 for cvs-all-outgoing; Sun, 23 Aug 1998 18:00:05 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA15001; Sun, 23 Aug 1998 18:00:03 -0700 (PDT) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id SAA06082; Sun, 23 Aug 1998 18:00:00 -0700 (PDT) Date: Sun, 23 Aug 1998 18:00:00 -0700 (PDT) Message-Id: <199808240100.SAA06082@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/lang/tcl81/patches patch-aa Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk steve 1998/08/23 17:59:59 PDT Modified files: lang/tcl81/patches patch-aa Log: Honor CFLAGS is set. PR: 7702 Submitted by: Sheldon Hearn Revision Changes Path 1.8 +17 -7 ports/lang/tcl81/patches/patch-aa From owner-cvs-all Sun Aug 23 18:02:44 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA15687 for cvs-all-outgoing; Sun, 23 Aug 1998 18:02:44 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA15682; Sun, 23 Aug 1998 18:02:43 -0700 (PDT) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id SAA06233; Sun, 23 Aug 1998 18:02:39 -0700 (PDT) Date: Sun, 23 Aug 1998 18:02:39 -0700 (PDT) Message-Id: <199808240102.SAA06233@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/news/nntpcache/pkg MESSAGE Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk steve 1998/08/23 18:02:39 PDT Modified files: news/nntpcache/pkg MESSAGE Log: Add a reminder that this software is not free and give a pointer to the LICENSING file for more specifics. PR: 7696 Submitted by: Jan L. Peterson Revision Changes Path 1.2 +3 -0 ports/news/nntpcache/pkg/MESSAGE From owner-cvs-all Sun Aug 23 18:05:09 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA16132 for cvs-all-outgoing; Sun, 23 Aug 1998 18:05:09 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA16121; Sun, 23 Aug 1998 18:05:05 -0700 (PDT) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id SAA06379; Sun, 23 Aug 1998 18:04:59 -0700 (PDT) Date: Sun, 23 Aug 1998 18:04:59 -0700 (PDT) Message-Id: <199808240104.SAA06379@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/japanese/gp Makefile ports/japanese/gp/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk steve 1998/08/23 18:04:58 PDT Modified files: japanese/gp Makefile japanese/gp/pkg PLIST Log: Update to version 2.5p2. PR: 7691 Submitted by: maintainer Revision Changes Path 1.8 +4 -4 ports/japanese/gp/Makefile 1.3 +36 -38 ports/japanese/gp/pkg/PLIST From owner-cvs-all Sun Aug 23 18:06:48 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA16553 for cvs-all-outgoing; Sun, 23 Aug 1998 18:06:48 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA16532; Sun, 23 Aug 1998 18:06:40 -0700 (PDT) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id SAA06566; Sun, 23 Aug 1998 18:06:35 -0700 (PDT) Date: Sun, 23 Aug 1998 18:06:35 -0700 (PDT) Message-Id: <199808240106.SAA06566@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/print/gp Makefile ports/print/gp/files md5 ports/print/gp/patches patch-aa ports/print/gp/pkg PLIST ports/print/gp/scripts post-build Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk steve 1998/08/23 18:06:35 PDT Modified files: print/gp Makefile print/gp/files md5 print/gp/patches patch-aa print/gp/pkg PLIST print/gp/scripts post-build Log: Update to 2.5p2. PR: 7690 Submitted by: maintainer Revision Changes Path 1.8 +35 -36 ports/print/gp/Makefile 1.2 +1 -1 ports/print/gp/files/md5 1.3 +57 -26 ports/print/gp/patches/patch-aa 1.3 +17 -18 ports/print/gp/pkg/PLIST 1.2 +19 -10 ports/print/gp/scripts/post-build From owner-cvs-all Sun Aug 23 18:09:42 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA17098 for cvs-all-outgoing; Sun, 23 Aug 1998 18:09:42 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA17093; Sun, 23 Aug 1998 18:09:38 -0700 (PDT) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id SAA06702; Sun, 23 Aug 1998 18:09:34 -0700 (PDT) Date: Sun, 23 Aug 1998 18:09:34 -0700 (PDT) Message-Id: <199808240109.SAA06702@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/lib/libc/sys select.2 Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk steve 1998/08/23 18:09:34 PDT Modified files: lib/libc/sys select.2 Log: Describe what constitues an exceptional condition. PR: 7666 Submitted by: Archie Cobbs Revision Changes Path 1.11 +2 -0 src/lib/libc/sys/select.2 From owner-cvs-all Sun Aug 23 18:10:54 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA17300 for cvs-all-outgoing; Sun, 23 Aug 1998 18:10:54 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA17290; Sun, 23 Aug 1998 18:10:52 -0700 (PDT) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id SAA06772; Sun, 23 Aug 1998 18:10:48 -0700 (PDT) Date: Sun, 23 Aug 1998 18:10:48 -0700 (PDT) Message-Id: <199808240110.SAA06772@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/lib/libc/sys select.2 Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk steve 1998/08/23 18:10:48 PDT Modified files: (Branch: RELENG_2_2) lib/libc/sys select.2 Log: MFC: describe an exceptional condition Revision Changes Path 1.6.2.3 +2 -0 src/lib/libc/sys/select.2 From owner-cvs-all Sun Aug 23 18:12:05 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA17589 for cvs-all-outgoing; Sun, 23 Aug 1998 18:12:05 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA17526; Sun, 23 Aug 1998 18:12:00 -0700 (PDT) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id SAA06854; Sun, 23 Aug 1998 18:11:56 -0700 (PDT) Date: Sun, 23 Aug 1998 18:11:56 -0700 (PDT) Message-Id: <199808240111.SAA06854@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/www/aswedit Makefile ports/www/aswedit/files md5 Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk steve 1998/08/23 18:11:56 PDT Modified files: www/aswedit Makefile www/aswedit/files md5 Log: Update to version 4.0. PR: 7662 Submitted by: maintainer Revision Changes Path 1.2 +7 -7 ports/www/aswedit/Makefile 1.2 +1 -1 ports/www/aswedit/files/md5 From owner-cvs-all Sun Aug 23 18:14:03 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA17942 for cvs-all-outgoing; Sun, 23 Aug 1998 18:14:03 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA17902; Sun, 23 Aug 1998 18:13:59 -0700 (PDT) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id SAA07058; Sun, 23 Aug 1998 18:13:55 -0700 (PDT) Date: Sun, 23 Aug 1998 18:13:55 -0700 (PDT) Message-Id: <199808240113.SAA07058@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/sysutils/xosview Makefile Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk steve 1998/08/23 18:13:55 PDT Modified files: sysutils/xosview Makefile Log: Locate the secondary master site again. PR: 7661 Submitted by: maintainer Revision Changes Path 1.7 +2 -2 ports/sysutils/xosview/Makefile From owner-cvs-all Sun Aug 23 18:15:35 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA18239 for cvs-all-outgoing; Sun, 23 Aug 1998 18:15:35 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA18217; Sun, 23 Aug 1998 18:15:20 -0700 (PDT) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id SAA07170; Sun, 23 Aug 1998 18:15:15 -0700 (PDT) Date: Sun, 23 Aug 1998 18:15:15 -0700 (PDT) Message-Id: <199808240115.SAA07170@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/japanese/man-doc/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk steve 1998/08/23 18:15:15 PDT Modified files: japanese/man-doc/pkg PLIST Log: Add new section 5 manpages. PR: 7650 Submitted by: maintainer Revision Changes Path 1.7 +73 -0 ports/japanese/man-doc/pkg/PLIST From owner-cvs-all Sun Aug 23 18:17:26 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA18606 for cvs-all-outgoing; Sun, 23 Aug 1998 18:17:26 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA18598; Sun, 23 Aug 1998 18:17:21 -0700 (PDT) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id SAA07304; Sun, 23 Aug 1998 18:17:16 -0700 (PDT) Date: Sun, 23 Aug 1998 18:17:16 -0700 (PDT) Message-Id: <199808240117.SAA07304@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/japanese/ndtpd/files LIST Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk steve 1998/08/23 18:17:16 PDT Modified files: japanese/ndtpd/files LIST Log: Add in changes that I missed in last commit. PR: 7590 Submitted by: maintainer Revision Changes Path 1.2 +350 -0 ports/japanese/ndtpd/files/LIST From owner-cvs-all Sun Aug 23 18:19:32 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA18985 for cvs-all-outgoing; Sun, 23 Aug 1998 18:19:32 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA18970; Sun, 23 Aug 1998 18:19:28 -0700 (PDT) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id SAA07509; Sun, 23 Aug 1998 18:19:24 -0700 (PDT) Date: Sun, 23 Aug 1998 18:19:24 -0700 (PDT) Message-Id: <199808240119.SAA07509@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/japanese/perl5/patches patch-aa Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk steve 1998/08/23 18:19:24 PDT Modified files: japanese/perl5/patches patch-aa Log: Pick up libraries from /usr/lib/aout too. PR: 7536 Submitted by: maintainer Revision Changes Path 1.4 +9 -0 ports/japanese/perl5/patches/patch-aa From owner-cvs-all Sun Aug 23 18:24:53 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA19898 for cvs-all-outgoing; Sun, 23 Aug 1998 18:24:53 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA19887; Sun, 23 Aug 1998 18:24:49 -0700 (PDT) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id SAA07836; Sun, 23 Aug 1998 18:24:45 -0700 (PDT) Date: Sun, 23 Aug 1998 18:24:45 -0700 (PDT) Message-Id: <199808240124.SAA07836@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/chinese/pine4 Makefile ports/chinese/pine4/files md5 ports/chinese/pine4/patches patch-bp patch-bq patch-br patch-aj patch-as patch-au patch-bc patch-bd patch-bk patch-bo ports/chinese/pine4/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk steve 1998/08/23 18:24:45 PDT Modified files: chinese/pine4 Makefile chinese/pine4/files md5 chinese/pine4/patches patch-aj patch-as patch-au patch-bc patch-bd patch-bk patch-bo chinese/pine4/pkg PLIST Added files: chinese/pine4/patches patch-bp patch-bq patch-br Log: Update to version 4.0a2. PR: 7672 Submitted by: maintainer Revision Changes Path 1.7 +9 -4 ports/chinese/pine4/Makefile 1.5 +1 -0 ports/chinese/pine4/files/md5 1.5 +33 -33 ports/chinese/pine4/patches/patch-aj 1.5 +25 -1 ports/chinese/pine4/patches/patch-as 1.5 +10 -1 ports/chinese/pine4/patches/patch-au 1.5 +22 -22 ports/chinese/pine4/patches/patch-bc 1.5 +41 -41 ports/chinese/pine4/patches/patch-bd 1.3 +90 -90 ports/chinese/pine4/patches/patch-bk 1.2 +4 -4 ports/chinese/pine4/patches/patch-bo 1.8 +1 -1 ports/chinese/pine4/pkg/PLIST From owner-cvs-all Sun Aug 23 18:26:39 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA20209 for cvs-all-outgoing; Sun, 23 Aug 1998 18:26:39 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA20204; Sun, 23 Aug 1998 18:26:37 -0700 (PDT) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id SAA07957; Sun, 23 Aug 1998 18:26:33 -0700 (PDT) Date: Sun, 23 Aug 1998 18:26:33 -0700 (PDT) Message-Id: <199808240126.SAA07957@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/www/web500gw Makefile ports/www/web500gw/patches patch-aa ports/www/web500gw/pkg MESSAGE PLIST Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk steve 1998/08/23 18:26:33 PDT Modified files: www/web500gw Makefile www/web500gw/patches patch-aa www/web500gw/pkg PLIST Added files: www/web500gw/pkg MESSAGE Log: Allow this to run standalone or from inetd. PR: 7663 Submitted by: maintainer Revision Changes Path 1.3 +3 -3 ports/www/web500gw/Makefile 1.2 +2 -2 ports/www/web500gw/patches/patch-aa 1.3 +2 -1 ports/www/web500gw/pkg/PLIST From owner-cvs-all Sun Aug 23 18:28:52 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA20693 for cvs-all-outgoing; Sun, 23 Aug 1998 18:28:52 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA20687; Sun, 23 Aug 1998 18:28:49 -0700 (PDT) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id SAA08149; Sun, 23 Aug 1998 18:28:45 -0700 (PDT) Date: Sun, 23 Aug 1998 18:28:45 -0700 (PDT) Message-Id: <199808240128.SAA08149@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/x11-wm/olvwm Makefile ports/x11-wm/olvwm/files md5 ports/x11-wm/olvwm/patches patch-ab patch-aa ports/x11-wm/olvwm/pkg DESCR Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk steve 1998/08/23 18:28:45 PDT Modified files: x11-wm/olvwm Makefile x11-wm/olvwm/files md5 x11-wm/olvwm/patches patch-aa x11-wm/olvwm/pkg DESCR Added files: x11-wm/olvwm/patches patch-ab Log: Update to version 4.2. PR: 7626 Submitted by: Brian Feldman Revision Changes Path 1.13 +10 -5 ports/x11-wm/olvwm/Makefile 1.2 +1 -0 ports/x11-wm/olvwm/files/md5 1.6 +15 -4 ports/x11-wm/olvwm/patches/patch-aa 1.2 +0 -1 ports/x11-wm/olvwm/pkg/DESCR From owner-cvs-all Sun Aug 23 18:30:43 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA21294 for cvs-all-outgoing; Sun, 23 Aug 1998 18:30:43 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA21289; Sun, 23 Aug 1998 18:30:41 -0700 (PDT) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id SAA08306; Sun, 23 Aug 1998 18:30:37 -0700 (PDT) Date: Sun, 23 Aug 1998 18:30:37 -0700 (PDT) Message-Id: <199808240130.SAA08306@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/japanese/mnews Makefile ports/japanese/mnews/files site_dep.h.in ports/japanese/mnews/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk steve 1998/08/23 18:30:37 PDT Modified files: japanese/mnews Makefile japanese/mnews/files site_dep.h.in japanese/mnews/pkg PLIST Log: Update to version 1.21. PR: 7558 (part 1 of 2) Submitted by: maintainer Revision Changes Path 1.12 +8 -13 ports/japanese/mnews/Makefile 1.5 +4 -0 ports/japanese/mnews/files/site_dep.h.in 1.7 +0 -1 ports/japanese/mnews/pkg/PLIST From owner-cvs-all Sun Aug 23 18:33:24 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA21697 for cvs-all-outgoing; Sun, 23 Aug 1998 18:33:24 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA21692; Sun, 23 Aug 1998 18:33:21 -0700 (PDT) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id SAA08423; Sun, 23 Aug 1998 18:33:17 -0700 (PDT) Date: Sun, 23 Aug 1998 18:33:17 -0700 (PDT) Message-Id: <199808240133.SAA08423@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/japanese/mnews-gnspool - Imported sources Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk steve 1998/08/23 18:33:17 PDT ports/japanese/mnews-gnspool - Imported sources Update of /home/ncvs/ports/japanese/mnews-gnspool In directory freefall.freebsd.org:/d/users/steve/work/mnews-gnspool Log Message: Initial import of ja-mnews-gnspool version 1.21. Simple new and E-mail reader (offline mode with gnspool). PR: 7558 (2 of 2) Submitted by: SADA Kenji ---------------------------------------------------------------------- Status: Vendor Tag: SADA Release Tags: v1_21 N ports/japanese/mnews-gnspool/Makefile N ports/japanese/mnews-gnspool/pkg/COMMENT No conflicts created by this import From owner-cvs-all Sun Aug 23 18:34:15 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA21932 for cvs-all-outgoing; Sun, 23 Aug 1998 18:34:15 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA21919; Sun, 23 Aug 1998 18:34:13 -0700 (PDT) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id SAA08475; Sun, 23 Aug 1998 18:34:08 -0700 (PDT) Date: Sun, 23 Aug 1998 18:34:08 -0700 (PDT) Message-Id: <199808240134.SAA08475@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/japanese Makefile Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk steve 1998/08/23 18:34:07 PDT Modified files: japanese Makefile Log: Turn on mnews-gnspool. Revision Changes Path 1.140 +2 -1 ports/japanese/Makefile From owner-cvs-all Sun Aug 23 18:35:41 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA22157 for cvs-all-outgoing; Sun, 23 Aug 1998 18:35:41 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA22142; Sun, 23 Aug 1998 18:35:34 -0700 (PDT) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id SAA08549; Sun, 23 Aug 1998 18:35:29 -0700 (PDT) Date: Sun, 23 Aug 1998 18:35:29 -0700 (PDT) Message-Id: <199808240135.SAA08549@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: CVSROOT modules Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk steve 1998/08/23 18:35:29 PDT Modified files: . modules Log: ja-mnews-gnspool -> ports/japanese/mnews-gnspool Revision Changes Path 1.2313 +2 -1 CVSROOT/modules From owner-cvs-all Sun Aug 23 18:38:33 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA22806 for cvs-all-outgoing; Sun, 23 Aug 1998 18:38:33 -0700 (PDT) (envelope-from owner-cvs-all) Received: from mail.HiWAAY.net (fly.HiWAAY.net [208.147.154.56]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA22791; Sun, 23 Aug 1998 18:38:27 -0700 (PDT) (envelope-from sprice@hiwaay.net) Received: from localhost (sprice@localhost) by mail.HiWAAY.net (8.9.0/8.9.0) with SMTP id UAA24050; Sun, 23 Aug 1998 20:37:43 -0500 (CDT) Date: Sun, 23 Aug 1998 20:37:43 -0500 (CDT) From: Steve Price To: Satoshi Asami cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: ports/japanese/japaneseAFM Makefile In-Reply-To: <199808240049.RAA28756@silvia.hip.berkeley.edu> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Sun, 23 Aug 1998, Satoshi Asami wrote: # * Remove stray PLIST.mktmp file. # # This isn't the right way to solve it. # # === # do-install: # @${MKDIR} ${AFMDIR} # @${INSTALL_DATA} ${WRKSRC}/* ${AFMDIR} # @rm -f ${AFMDIR}/PLIST.mktmp # === # # We can't keep changing the Makefile when we decide to add another file # from bsd.port.mk. Shouldn't this read # # === # do-install: @${MKDIR} ${AFMDIR} # .for font in GothicBBB-Medium Ryumin-Light # .for dir in H V # ${INSTALL_DATA} ${WRKSRC}/${font}-${dir} ${AFMDIR} # .endfor # .endfor # === # # instead? # # I just tested it and it seems to work fine here. If that's ok for # you, I'll commit it. This looks great! Commit away. :) Steve # Satoshi # From owner-cvs-all Sun Aug 23 18:43:10 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA23541 for cvs-all-outgoing; Sun, 23 Aug 1998 18:43:10 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA23532; Sun, 23 Aug 1998 18:43:06 -0700 (PDT) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id SAA08793; Sun, 23 Aug 1998 18:43:02 -0700 (PDT) Date: Sun, 23 Aug 1998 18:43:02 -0700 (PDT) Message-Id: <199808240143.SAA08793@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/japanese/vftool-misc - Imported sources Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk steve 1998/08/23 18:43:02 PDT ports/japanese/vftool-misc - Imported sources Update of /home/ncvs/ports/japanese/vftool-misc In directory freefall.freebsd.org:/d/users/steve/work/vftool-misc Log Message: Initial import of vftool-misc version 1.2. Virtual font kit for using in dvi2ps< dvipsk or dvi2dvi(tjsy,tjsypk,rot). PR: 7521 Submitted by: Kauhiko Kiriyama Status: Vendor Tag: KIRIYAMA Release Tags: v1_2 N ports/japanese/vftool-misc/Makefile N ports/japanese/vftool-misc/files/md5 N ports/japanese/vftool-misc/patches/patch-aa N ports/japanese/vftool-misc/patches/patch-ab N ports/japanese/vftool-misc/pkg/COMMENT N ports/japanese/vftool-misc/pkg/DESCR N ports/japanese/vftool-misc/pkg/PLIST-118dpi N ports/japanese/vftool-misc/pkg/PLIST-240dpi N ports/japanese/vftool-misc/pkg/PLIST-300dpi N ports/japanese/vftool-misc/pkg/PLIST-400dpi N ports/japanese/vftool-misc/scripts/configure No conflicts created by this import From owner-cvs-all Sun Aug 23 18:43:52 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA23772 for cvs-all-outgoing; Sun, 23 Aug 1998 18:43:52 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA23712; Sun, 23 Aug 1998 18:43:47 -0700 (PDT) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id SAA08833; Sun, 23 Aug 1998 18:43:42 -0700 (PDT) Date: Sun, 23 Aug 1998 18:43:42 -0700 (PDT) Message-Id: <199808240143.SAA08833@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/japanese Makefile Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk steve 1998/08/23 18:43:42 PDT Modified files: japanese Makefile Log: Turn on vftool-misc. Revision Changes Path 1.141 +2 -1 ports/japanese/Makefile From owner-cvs-all Sun Aug 23 18:44:52 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA24085 for cvs-all-outgoing; Sun, 23 Aug 1998 18:44:52 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA24062; Sun, 23 Aug 1998 18:44:44 -0700 (PDT) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id SAA08864; Sun, 23 Aug 1998 18:44:39 -0700 (PDT) Date: Sun, 23 Aug 1998 18:44:39 -0700 (PDT) Message-Id: <199808240144.SAA08864@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: CVSROOT modules Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk steve 1998/08/23 18:44:39 PDT Modified files: . modules Log: ja-vftool-misc -> ports/japanese/vftool-misc Revision Changes Path 1.2314 +2 -1 CVSROOT/modules From owner-cvs-all Sun Aug 23 18:47:44 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA24673 for cvs-all-outgoing; Sun, 23 Aug 1998 18:47:44 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA24595; Sun, 23 Aug 1998 18:47:19 -0700 (PDT) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id SAA08961; Sun, 23 Aug 1998 18:47:13 -0700 (PDT) Date: Sun, 23 Aug 1998 18:47:13 -0700 (PDT) Message-Id: <199808240147.SAA08961@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/games/merlin - Imported sources Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk steve 1998/08/23 18:47:12 PDT ports/games/merlin - Imported sources Update of /home/ncvs/ports/games/merlin In directory freefall.freebsd.org:/d/users/steve/work/merlin Log Message: Initial import of merlin version 1.0. Another pointless puzzle game for Tcl/Tk. PR: 7601 Submitted by: Andrey Zakhvatov Status: Vendor Tag: ANDREY Release Tags: v1_0 N ports/games/merlin/Makefile N ports/games/merlin/files/md5 N ports/games/merlin/pkg/PLIST N ports/games/merlin/pkg/COMMENT N ports/games/merlin/pkg/DESCR N ports/games/merlin/patches/patch-aa No conflicts created by this import From owner-cvs-all Sun Aug 23 18:48:26 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA24899 for cvs-all-outgoing; Sun, 23 Aug 1998 18:48:26 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA24820; Sun, 23 Aug 1998 18:48:12 -0700 (PDT) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id SAA09008; Sun, 23 Aug 1998 18:48:07 -0700 (PDT) Date: Sun, 23 Aug 1998 18:48:07 -0700 (PDT) Message-Id: <199808240148.SAA09008@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/games Makefile Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk steve 1998/08/23 18:48:07 PDT Modified files: games Makefile Log: Turn on the merlin port. Revision Changes Path 1.164 +2 -1 ports/games/Makefile From owner-cvs-all Sun Aug 23 18:49:17 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA25160 for cvs-all-outgoing; Sun, 23 Aug 1998 18:49:17 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA25136; Sun, 23 Aug 1998 18:49:12 -0700 (PDT) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id SAA09051; Sun, 23 Aug 1998 18:49:06 -0700 (PDT) Date: Sun, 23 Aug 1998 18:49:06 -0700 (PDT) Message-Id: <199808240149.SAA09051@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: CVSROOT modules Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk steve 1998/08/23 18:49:05 PDT Modified files: . modules Log: merlin -> ports/games/merlin Revision Changes Path 1.2315 +2 -1 CVSROOT/modules From owner-cvs-all Sun Aug 23 18:51:54 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA25847 for cvs-all-outgoing; Sun, 23 Aug 1998 18:51:54 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA25808; Sun, 23 Aug 1998 18:51:35 -0700 (PDT) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id SAA09184; Sun, 23 Aug 1998 18:51:30 -0700 (PDT) Date: Sun, 23 Aug 1998 18:51:30 -0700 (PDT) Message-Id: <199808240151.SAA09184@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/games/xataxx - Imported sources Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk steve 1998/08/23 18:51:30 PDT ports/games/xataxx - Imported sources Update of /home/ncvs/ports/games/xataxx In directory freefall.freebsd.org:/d/users/steve/work/xataxx Log Message: Initial import of xataxx version 1.0. A strategy game of position and movement for the X Window System. PR: 7642 Submitted by: Andrey Zakhvatov Status: Vendor Tag: ANDREY Release Tags: v1_0 N ports/games/xataxx/Makefile N ports/games/xataxx/files/md5 N ports/games/xataxx/patches/patch-aa N ports/games/xataxx/patches/patch-ab N ports/games/xataxx/pkg/PLIST N ports/games/xataxx/pkg/DESCR N ports/games/xataxx/pkg/COMMENT No conflicts created by this import From owner-cvs-all Sun Aug 23 18:53:03 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA26138 for cvs-all-outgoing; Sun, 23 Aug 1998 18:53:03 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA26124; Sun, 23 Aug 1998 18:53:01 -0700 (PDT) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id SAA09237; Sun, 23 Aug 1998 18:52:57 -0700 (PDT) Date: Sun, 23 Aug 1998 18:52:57 -0700 (PDT) Message-Id: <199808240152.SAA09237@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/games Makefile Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk steve 1998/08/23 18:52:57 PDT Modified files: games Makefile Log: Turn on xataxx. Revision Changes Path 1.165 +2 -1 ports/games/Makefile From owner-cvs-all Sun Aug 23 18:54:04 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA26323 for cvs-all-outgoing; Sun, 23 Aug 1998 18:54:04 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA26283; Sun, 23 Aug 1998 18:53:53 -0700 (PDT) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id SAA09274; Sun, 23 Aug 1998 18:53:46 -0700 (PDT) Date: Sun, 23 Aug 1998 18:53:46 -0700 (PDT) Message-Id: <199808240153.SAA09274@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: CVSROOT modules Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk steve 1998/08/23 18:53:46 PDT Modified files: . modules Log: xataxx -> ports/games/xataxx Revision Changes Path 1.2316 +2 -1 CVSROOT/modules From owner-cvs-all Sun Aug 23 18:56:30 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA26739 for cvs-all-outgoing; Sun, 23 Aug 1998 18:56:30 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA26704; Sun, 23 Aug 1998 18:56:11 -0700 (PDT) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id SAA09335; Sun, 23 Aug 1998 18:56:04 -0700 (PDT) Date: Sun, 23 Aug 1998 18:56:04 -0700 (PDT) Message-Id: <199808240156.SAA09335@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/net/mtr - Imported sources Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk steve 1998/08/23 18:56:04 PDT ports/net/mtr - Imported sources Update of /home/ncvs/ports/net/mtr In directory freefall.freebsd.org:/d/users/steve/work/mtr Log Message: Initial import of mtr version 0.21. Traceroute and ping in a signle graphical network diagnostic tool. PR: 7588 Submitted by: Bill Fumerola Status: Vendor Tag: BILLF Release Tags: v0_21 N ports/net/mtr/Makefile N ports/net/mtr/files/md5 N ports/net/mtr/pkg/PLIST N ports/net/mtr/pkg/COMMENT N ports/net/mtr/pkg/DESCR No conflicts created by this import From owner-cvs-all Sun Aug 23 18:57:15 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA26858 for cvs-all-outgoing; Sun, 23 Aug 1998 18:57:15 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA26821; Sun, 23 Aug 1998 18:56:57 -0700 (PDT) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id SAA09369; Sun, 23 Aug 1998 18:56:49 -0700 (PDT) Date: Sun, 23 Aug 1998 18:56:49 -0700 (PDT) Message-Id: <199808240156.SAA09369@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/net Makefile Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk steve 1998/08/23 18:56:48 PDT Modified files: net Makefile Log: Activate mtr. Revision Changes Path 1.178 +2 -1 ports/net/Makefile From owner-cvs-all Sun Aug 23 18:57:50 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA26919 for cvs-all-outgoing; Sun, 23 Aug 1998 18:57:50 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA26902; Sun, 23 Aug 1998 18:57:38 -0700 (PDT) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id SAA09405; Sun, 23 Aug 1998 18:57:33 -0700 (PDT) Date: Sun, 23 Aug 1998 18:57:33 -0700 (PDT) Message-Id: <199808240157.SAA09405@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: CVSROOT modules Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk steve 1998/08/23 18:57:33 PDT Modified files: . modules Log: mtr -> ports/net/mtr Revision Changes Path 1.2317 +2 -1 CVSROOT/modules From owner-cvs-all Sun Aug 23 19:00:07 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA27401 for cvs-all-outgoing; Sun, 23 Aug 1998 19:00:07 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA27358; Sun, 23 Aug 1998 19:00:01 -0700 (PDT) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id SAA09449; Sun, 23 Aug 1998 18:59:57 -0700 (PDT) Date: Sun, 23 Aug 1998 18:59:57 -0700 (PDT) Message-Id: <199808240159.SAA09449@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/graphics/stamp - Imported sources Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk steve 1998/08/23 18:59:56 PDT ports/graphics/stamp - Imported sources Update of /home/ncvs/ports/graphics/stamp In directory freefall.freebsd.org:/d/users/steve/work/stamp Log Message: Initial import of stamp version 0.61. Adds a graphical, configurable timestamp to a grayscale image. PR: 7577 Submitted by: Bill Fumerola Status: Vendor Tag: BILLF Release Tags: v0_61 N ports/graphics/stamp/Makefile N ports/graphics/stamp/files/md5 N ports/graphics/stamp/patches/patch-aa N ports/graphics/stamp/pkg/PLIST N ports/graphics/stamp/pkg/COMMENT N ports/graphics/stamp/pkg/DESCR No conflicts created by this import From owner-cvs-all Sun Aug 23 19:00:54 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA27558 for cvs-all-outgoing; Sun, 23 Aug 1998 19:00:54 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA27548; Sun, 23 Aug 1998 19:00:52 -0700 (PDT) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id TAA09514; Sun, 23 Aug 1998 19:00:48 -0700 (PDT) Date: Sun, 23 Aug 1998 19:00:48 -0700 (PDT) Message-Id: <199808240200.TAA09514@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/graphics Makefile Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk steve 1998/08/23 19:00:48 PDT Modified files: graphics Makefile Log: Activate stamp. Revision Changes Path 1.91 +2 -1 ports/graphics/Makefile From owner-cvs-all Sun Aug 23 19:02:04 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA27750 for cvs-all-outgoing; Sun, 23 Aug 1998 19:02:04 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA27686; Sun, 23 Aug 1998 19:01:58 -0700 (PDT) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id TAA09558; Sun, 23 Aug 1998 19:01:54 -0700 (PDT) Date: Sun, 23 Aug 1998 19:01:54 -0700 (PDT) Message-Id: <199808240201.TAA09558@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: CVSROOT modules Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk steve 1998/08/23 19:01:52 PDT Modified files: . modules Log: stamp -> ports/graphics/stamp Revision Changes Path 1.2318 +2 -1 CVSROOT/modules From owner-cvs-all Sun Aug 23 19:11:27 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA29284 for cvs-all-outgoing; Sun, 23 Aug 1998 19:11:27 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA29276; Sun, 23 Aug 1998 19:11:24 -0700 (PDT) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id TAA10026; Sun, 23 Aug 1998 19:11:20 -0700 (PDT) Date: Sun, 23 Aug 1998 19:11:20 -0700 (PDT) Message-Id: <199808240211.TAA10026@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/www/wcol - Imported sources Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk steve 1998/08/23 19:11:20 PDT ports/www/wcol - Imported sources Update of /home/ncvs/ports/www/wcol In directory freefall.freebsd.org:/d/users/steve/work/wcol Log Message: Initial import of wcol version 980713_100245. A prefetching proxy server for WWW. PR: 7540 Submitted by: Shigeyuki FUKUSHIMA Status: Vendor Tag: SHIGE Release Tags: v980713 N ports/www/wcol/Makefile N ports/www/wcol/files/md5 N ports/www/wcol/files/wcol.sh.sample N ports/www/wcol/pkg/COMMENT N ports/www/wcol/pkg/DESCR N ports/www/wcol/pkg/PLIST N ports/www/wcol/patches/patch-aa N ports/www/wcol/patches/patch-ab N ports/www/wcol/patches/patch-ac N ports/www/wcol/patches/patch-ad N ports/www/wcol/patches/patch-ae No conflicts created by this import From owner-cvs-all Sun Aug 23 19:12:05 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA29463 for cvs-all-outgoing; Sun, 23 Aug 1998 19:12:05 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA29394; Sun, 23 Aug 1998 19:12:02 -0700 (PDT) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id TAA10071; Sun, 23 Aug 1998 19:11:57 -0700 (PDT) Date: Sun, 23 Aug 1998 19:11:57 -0700 (PDT) Message-Id: <199808240211.TAA10071@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/www Makefile Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk steve 1998/08/23 19:11:57 PDT Modified files: www Makefile Log: Activate wcol. Revision Changes Path 1.92 +2 -1 ports/www/Makefile From owner-cvs-all Sun Aug 23 19:13:04 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA29614 for cvs-all-outgoing; Sun, 23 Aug 1998 19:13:04 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA29605; Sun, 23 Aug 1998 19:13:02 -0700 (PDT) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id TAA10115; Sun, 23 Aug 1998 19:12:58 -0700 (PDT) Date: Sun, 23 Aug 1998 19:12:58 -0700 (PDT) Message-Id: <199808240212.TAA10115@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: CVSROOT modules Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk steve 1998/08/23 19:12:58 PDT Modified files: . modules Log: wcol -> ports/www/wcol Revision Changes Path 1.2319 +2 -1 CVSROOT/modules From owner-cvs-all Sun Aug 23 19:28:28 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA02137 for cvs-all-outgoing; Sun, 23 Aug 1998 19:28:28 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA02124; Sun, 23 Aug 1998 19:28:21 -0700 (PDT) (envelope-from bde@FreeBSD.org) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id TAA10552; Sun, 23 Aug 1998 19:28:16 -0700 (PDT) Date: Sun, 23 Aug 1998 19:28:16 -0700 (PDT) Message-Id: <199808240228.TAA10552@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/gnu/i386/fpemul errors.c src/sys/gnu/i386/isa/sound awe_wave.c src/sys/i386/eisa if_fea.c src/sys/i386/i386 mp_machdep.c sys_machdep.c src/sys/i386/isa if_ar.c if_ed.c if_lnc.c if_wl.c labpc.c ppc.c spkr.c tw.c wst.c src/sys/i386/scsi ... Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 1998/08/23 19:28:16 PDT Modified files: sys/gnu/i386/fpemul errors.c sys/gnu/i386/isa/sound awe_wave.c sys/i386/eisa if_fea.c sys/i386/i386 mp_machdep.c sys_machdep.c sys/i386/isa if_ar.c if_ed.c if_lnc.c if_wl.c labpc.c ppc.c spkr.c tw.c wst.c sys/i386/scsi bt.c Log: Fixed printf format errors. Only one left in LINT on i386's. Revision Changes Path 1.9 +15 -19 src/sys/gnu/i386/fpemul/errors.c 1.4 +2 -2 src/sys/gnu/i386/isa/sound/awe_wave.c 1.10 +4 -4 src/sys/i386/eisa/if_fea.c 1.79 +2 -2 src/sys/i386/i386/mp_machdep.c 1.37 +5 -4 src/sys/i386/i386/sys_machdep.c 1.22 +5 -5 src/sys/i386/isa/if_ar.c 1.144 +2 -2 src/sys/i386/isa/if_ed.c 1.45 +45 -25 src/sys/i386/isa/if_lnc.c 1.15 +3 -3 src/sys/i386/isa/if_wl.c 1.27 +4 -4 src/sys/i386/isa/labpc.c 1.5 +2 -3 src/sys/i386/isa/ppc.c 1.35 +4 -3 src/sys/i386/isa/spkr.c 1.27 +1 -1 src/sys/i386/isa/tw.c 1.10 +6 -6 src/sys/i386/isa/wst.c 1.17 +3 -2 src/sys/i386/scsi/bt.c From owner-cvs-all Sun Aug 23 19:37:36 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA03733 for cvs-all-outgoing; Sun, 23 Aug 1998 19:37:36 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA03728; Sun, 23 Aug 1998 19:37:35 -0700 (PDT) (envelope-from hanai@FreeBSD.org) From: Hanai Hiroyuki Received: (from hanai@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id TAA10742; Sun, 23 Aug 1998 19:37:31 -0700 (PDT) Date: Sun, 23 Aug 1998 19:37:31 -0700 (PDT) Message-Id: <199808240237.TAA10742@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: doc/ja/handbook porting.sgml Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk hanai 1998/08/23 19:37:31 PDT Modified files: ja/handbook porting.sgml Log: Merge change in the English version(1.107->1.108). Submitted by: Hidetoshi Shimokawa Revision Changes Path 1.45 +59 -22 doc/ja/handbook/porting.sgml From owner-cvs-all Sun Aug 23 19:48:40 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA05443 for cvs-all-outgoing; Sun, 23 Aug 1998 19:48:40 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA05433; Sun, 23 Aug 1998 19:48:36 -0700 (PDT) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id TAA11013; Sun, 23 Aug 1998 19:48:30 -0700 (PDT) Date: Sun, 23 Aug 1998 19:48:30 -0700 (PDT) Message-Id: <199808240248.TAA11013@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/net/cnet/patches patch-ab patch-ac patch-aa Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk steve 1998/08/23 19:48:30 PDT Modified files: net/cnet/patches patch-aa Added files: net/cnet/patches patch-ab patch-ac Log: Make this build in -current again. PR: 7655 Submitted by: Don Croyle Revision Changes Path 1.2 +0 -14 ports/net/cnet/patches/patch-aa From owner-cvs-all Sun Aug 23 19:54:38 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA06763 for cvs-all-outgoing; Sun, 23 Aug 1998 19:54:38 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA06758; Sun, 23 Aug 1998 19:54:37 -0700 (PDT) (envelope-from bde@FreeBSD.org) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id TAA11186; Sun, 23 Aug 1998 19:54:33 -0700 (PDT) Date: Sun, 23 Aug 1998 19:54:33 -0700 (PDT) Message-Id: <199808240254.TAA11186@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/lib/libstand stand.h Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 1998/08/23 19:54:33 PDT Modified files: lib/libstand stand.h Log: Fixed syntax errors (__dead should have gone away years ago, and __attribute__(()) is a gccism - we use __dead2). Revision Changes Path 1.2 +2 -2 src/lib/libstand/stand.h From owner-cvs-all Sun Aug 23 20:10:43 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA08570 for cvs-all-outgoing; Sun, 23 Aug 1998 20:10:43 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA08538; Sun, 23 Aug 1998 20:10:34 -0700 (PDT) (envelope-from hoek@FreeBSD.org) From: Tim Vanderhoek Received: (from hoek@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id UAA11488; Sun, 23 Aug 1998 20:10:30 -0700 (PDT) Date: Sun, 23 Aug 1998 20:10:30 -0700 (PDT) Message-Id: <199808240310.UAA11488@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/graphics/mplex/pkg DESCR Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk hoek 1998/08/23 20:10:30 PDT Modified files: graphics/mplex/pkg DESCR Log: Well, we know there isn't a comprehensive instruction manual, but what does this thing actually do!? :) Revision Changes Path 1.2 +16 -15 ports/graphics/mplex/pkg/DESCR From owner-cvs-all Sun Aug 23 20:13:59 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA09044 for cvs-all-outgoing; Sun, 23 Aug 1998 20:13:59 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA09004; Sun, 23 Aug 1998 20:13:52 -0700 (PDT) (envelope-from hoek@FreeBSD.org) From: Tim Vanderhoek Received: (from hoek@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id UAA11588; Sun, 23 Aug 1998 20:13:47 -0700 (PDT) Date: Sun, 23 Aug 1998 20:13:47 -0700 (PDT) Message-Id: <199808240313.UAA11588@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/graphics/mplex Makefile ports/graphics/mplex/files mplex.1 ports/graphics/mplex/patches patch-aa patch-ab Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk hoek 1998/08/23 20:13:47 PDT Modified files: graphics/mplex Makefile graphics/mplex/patches patch-aa Added files: graphics/mplex/files mplex.1 Removed files: graphics/mplex/patches patch-ab Log: - Use a do-install: target instead of patching one into the source Makefile. A do-install: target is preferrable if one does not plan on submitting patches to the author. Doing it this way has the nice side-advantages that we now respect MANOWN and BINOWN. - Respect CFLAGS - move patches/patch-ab to files/mplex.1 Revision Changes Path 1.4 +5 -2 ports/graphics/mplex/Makefile 1.3 +4 -10 ports/graphics/mplex/patches/patch-aa From owner-cvs-all Sun Aug 23 22:32:03 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA22968 for cvs-all-outgoing; Sun, 23 Aug 1998 22:32:03 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA22962; Sun, 23 Aug 1998 22:32:02 -0700 (PDT) (envelope-from jkh@FreeBSD.org) From: "Jordan K. Hubbard" Received: (from jkh@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id WAA12415; Sun, 23 Aug 1998 22:31:58 -0700 (PDT) Date: Sun, 23 Aug 1998 22:31:58 -0700 (PDT) Message-Id: <199808240531.WAA12415@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/lkm/coff coff.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jkh 1998/08/23 22:31:57 PDT Modified files: lkm/coff coff.c Log: Shut this thing up, like the other LKMs Revision Changes Path 1.10 +2 -2 src/lkm/coff/coff.c From owner-cvs-all Sun Aug 23 22:32:12 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA23034 for cvs-all-outgoing; Sun, 23 Aug 1998 22:32:12 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA23023; Sun, 23 Aug 1998 22:32:10 -0700 (PDT) (envelope-from jkh@FreeBSD.org) From: "Jordan K. Hubbard" Received: (from jkh@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id WAA12448; Sun, 23 Aug 1998 22:32:06 -0700 (PDT) Date: Sun, 23 Aug 1998 22:32:06 -0700 (PDT) Message-Id: <199808240532.WAA12448@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/lkm/coff coff.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jkh 1998/08/23 22:32:06 PDT Modified files: (Branch: RELENG_2_2) lkm/coff coff.c Log: MFC: shut this thing up. Revision Changes Path 1.6.2.2 +2 -2 src/lkm/coff/coff.c From owner-cvs-all Sun Aug 23 22:38:45 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA24116 for cvs-all-outgoing; Sun, 23 Aug 1998 22:38:45 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA24111; Sun, 23 Aug 1998 22:38:44 -0700 (PDT) (envelope-from asami@FreeBSD.org) From: Satoshi Asami Received: (from asami@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id WAA12568; Sun, 23 Aug 1998 22:38:40 -0700 (PDT) Date: Sun, 23 Aug 1998 22:38:40 -0700 (PDT) Message-Id: <199808240538.WAA12568@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/japanese/japaneseAFM Makefile Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk asami 1998/08/23 22:38:40 PDT Modified files: japanese/japaneseAFM Makefile Log: Change install rules to explicitly install required files only. (This is an "improved" fix to the symptom the previous commit tried to fix. :) Revision Changes Path 1.3 +6 -3 ports/japanese/japaneseAFM/Makefile From owner-cvs-all Sun Aug 23 22:51:57 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA25979 for cvs-all-outgoing; Sun, 23 Aug 1998 22:51:57 -0700 (PDT) (envelope-from owner-cvs-all) Received: from alpo.whistle.com (alpo.whistle.com [207.76.204.38]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA25972; Sun, 23 Aug 1998 22:51:53 -0700 (PDT) (envelope-from julian@whistle.com) Received: (from daemon@localhost) by alpo.whistle.com (8.8.5/8.8.5) id WAA10423; Sun, 23 Aug 1998 22:45:11 -0700 (PDT) Received: from current1.whistle.com(207.76.205.22) via SMTP by alpo.whistle.com, id smtpdU10420; Mon Aug 24 05:45:06 1998 Date: Sun, 23 Aug 1998 22:45:02 -0700 (PDT) From: Julian Elischer To: Poul-Henning Kamp cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sys/dev/vn vn.c src/sys/i386/isa wd.c wfd.c src/sys/kern subr_diskslice.c src/sys/pc98/pc98 wd.c src/sys/scsi cd.c od.c sd.c src/sys/sys diskslice.h In-Reply-To: <199808232016.NAA28328@freefall.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk not forgotten... left to the person who owns that code... (and understands it) Julian On Sun, 23 Aug 1998, Poul-Henning Kamp wrote: > phk 1998/08/23 13:16:35 PDT > > Modified files: > sys/dev/vn vn.c > sys/i386/isa wd.c wfd.c > sys/kern subr_diskslice.c > sys/pc98/pc98 wd.c > sys/scsi cd.c od.c sd.c > sys/sys diskslice.h > Log: > remove bdevsw arg from dsopen(); > > Forgotten by: julian > Reviewed by: bde > > Revision Changes Path > 1.69 +2 -2 src/sys/dev/vn/vn.c > 1.174 +2 -2 src/sys/i386/isa/wd.c > 1.15 +2 -3 src/sys/i386/isa/wfd.c > 1.58 +4 -9 src/sys/kern/subr_diskslice.c > 1.61 +2 -2 src/sys/pc98/pc98/wd.c > 1.99 +2 -2 src/sys/scsi/cd.c > 1.46 +2 -2 src/sys/scsi/od.c > 1.139 +2 -2 src/sys/scsi/sd.c > 1.29 +2 -3 src/sys/sys/diskslice.h > From owner-cvs-all Sun Aug 23 22:57:53 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA26633 for cvs-all-outgoing; Sun, 23 Aug 1998 22:57:53 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA26628; Sun, 23 Aug 1998 22:57:52 -0700 (PDT) (envelope-from asami@FreeBSD.org) From: Satoshi Asami Received: (from asami@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id WAA13082; Sun, 23 Aug 1998 22:57:48 -0700 (PDT) Date: Sun, 23 Aug 1998 22:57:48 -0700 (PDT) Message-Id: <199808240557.WAA13082@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/math/apc Makefile ports/audio/play Makefile Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk asami 1998/08/23 22:57:48 PDT Modified files: math/apc Makefile audio/play Makefile Log: Change value of ${MANCOMPRESSED} from "YES" to "yes". We're planning to check it in the near future. Revision Changes Path 1.6 +3 -3 ports/math/apc/Makefile 1.2 +2 -2 ports/audio/play/Makefile From owner-cvs-all Sun Aug 23 23:17:07 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA28757 for cvs-all-outgoing; Sun, 23 Aug 1998 23:17:07 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA28752; Sun, 23 Aug 1998 23:17:06 -0700 (PDT) (envelope-from bde@FreeBSD.org) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id XAA13600; Sun, 23 Aug 1998 23:17:02 -0700 (PDT) Date: Sun, 23 Aug 1998 23:17:02 -0700 (PDT) Message-Id: <199808240617.XAA13600@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/sys cdefs.h Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 1998/08/23 23:17:01 PDT Modified files: sys/sys cdefs.h Log: Removed support for the gcc-2.[0-4] keywords __dead and __pure. They stopped being used in /usr/src almost 2 years ago. Don't pretend to support gcc-[3-infinity]. Added __printf0like(). Feature tests for the __printf0__ feature are problematic, so this can't be used for the err() family yet - it's only in recent versions of FreeBSD's hacked version of gcc. Added comments about __unused and __*like(). Revision Changes Path 1.21 +17 -22 src/sys/sys/cdefs.h From owner-cvs-all Sun Aug 23 23:19:09 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA29094 for cvs-all-outgoing; Sun, 23 Aug 1998 23:19:09 -0700 (PDT) (envelope-from owner-cvs-all) Received: (from jkoshy@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA29070; Sun, 23 Aug 1998 23:18:43 -0700 (PDT) (envelope-from jkoshy) Date: Sun, 23 Aug 1998 23:18:43 -0700 (PDT) From: Joseph Koshy Message-Id: <199808240618.XAA29070@hub.freebsd.org> X-Mailer: exmh version 2.0.2 2/24/98 To: jkh cc: peter, committers Subject: Anyone used 'cvslines' for handling CVS branches? Mime-Version: 1.0 Content-Type: text/plain Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Hi, CVSlines is a freely available script wrapper around CVS that helps in the handling of development branches. This could be useful to the project. http://www.netapp.com/technology/freeware/cvslines/index.html Anyone used this before? My demands of CVS tend to be simple, so I can't judge how useful/complete the script is. Koshy From owner-cvs-all Sun Aug 23 23:33:59 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA01426 for cvs-all-outgoing; Sun, 23 Aug 1998 23:33:59 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA01420; Sun, 23 Aug 1998 23:33:56 -0700 (PDT) (envelope-from bde@FreeBSD.org) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id XAA13989; Sun, 23 Aug 1998 23:33:52 -0700 (PDT) Date: Sun, 23 Aug 1998 23:33:52 -0700 (PDT) Message-Id: <199808240633.XAA13989@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/contrib/gcc c-common.c flags.h toplev.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 1998/08/23 23:33:52 PDT Modified files: contrib/gcc c-common.c flags.h toplev.c Log: Support printf format checking of FreeBSD kernel formats %[Dbrz]. This is enabled by the undocumented option -fformat-extensions. This option should be named better and/or give more control over the extensions. Fixed a message - don't warn about the field width when it's the precision that has the wrong type. Didn't fix excessive checking for the precision relative to the type - ANSI requires both to be ints, but gcc permits the field width to be either int or unsigned int. Revision Changes Path 1.3 +60 -2 src/contrib/gcc/c-common.c 1.2 +4 -0 src/contrib/gcc/flags.h 1.2 +5 -0 src/contrib/gcc/toplev.c From owner-cvs-all Sun Aug 23 23:38:11 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA01850 for cvs-all-outgoing; Sun, 23 Aug 1998 23:38:11 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA01845; Sun, 23 Aug 1998 23:38:07 -0700 (PDT) (envelope-from msmith@FreeBSD.org) From: Michael Smith Received: (from msmith@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id XAA14097; Sun, 23 Aug 1998 23:38:03 -0700 (PDT) Date: Sun, 23 Aug 1998 23:38:03 -0700 (PDT) Message-Id: <199808240638.XAA14097@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: CVSROOT avail Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk msmith 1998/08/23 23:38:03 PDT Modified files: . avail Log: Add Luoqi Chen; welcome aboard! Revision Changes Path 1.43 +2 -2 CVSROOT/avail From owner-cvs-all Sun Aug 23 23:42:37 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA02326 for cvs-all-outgoing; Sun, 23 Aug 1998 23:42:37 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA02311; Sun, 23 Aug 1998 23:42:31 -0700 (PDT) (envelope-from bde@FreeBSD.org) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id XAA14194; Sun, 23 Aug 1998 23:42:27 -0700 (PDT) Date: Sun, 23 Aug 1998 23:42:27 -0700 (PDT) Message-Id: <199808240642.XAA14194@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/i386/conf Makefile.i386 Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 1998/08/23 23:42:26 PDT Modified files: sys/i386/conf Makefile.i386 Log: Use a relative path to bsd.kern.mk if the relative mk directory exists. Revision Changes Path 1.118 +5 -1 src/sys/i386/conf/Makefile.i386 From owner-cvs-all Mon Aug 24 00:08:16 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA06207 for cvs-all-outgoing; Mon, 24 Aug 1998 00:08:16 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA06201; Mon, 24 Aug 1998 00:08:11 -0700 (PDT) (envelope-from asami@FreeBSD.org) From: Satoshi Asami Received: (from asami@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id AAA15184; Mon, 24 Aug 1998 00:08:07 -0700 (PDT) Date: Mon, 24 Aug 1998 00:08:07 -0700 (PDT) Message-Id: <199808240708.AAA15184@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: CVSROOT avail Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk asami 1998/08/24 00:08:07 PDT Modified files: . avail Log: Add Mr. Motoyuki Konno to the starship. Welcome aboard! Revision Changes Path 1.44 +2 -2 CVSROOT/avail From owner-cvs-all Mon Aug 24 00:11:54 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA06660 for cvs-all-outgoing; Mon, 24 Aug 1998 00:11:54 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA06655; Mon, 24 Aug 1998 00:11:52 -0700 (PDT) (envelope-from gpalmer@FreeBSD.org) From: Gary Palmer Received: (from gpalmer@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id AAA15285; Mon, 24 Aug 1998 00:11:49 -0700 (PDT) Date: Mon, 24 Aug 1998 00:11:49 -0700 (PDT) Message-Id: <199808240711.AAA15285@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/etc rc Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk gpalmer 1998/08/24 00:11:48 PDT Modified files: etc rc Log: Don't try to run ldconfig if it doesn't exist. Useful for elf platforms. Revision Changes Path 1.151 +11 -9 src/etc/rc From owner-cvs-all Mon Aug 24 00:14:00 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA06936 for cvs-all-outgoing; Mon, 24 Aug 1998 00:14:00 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA06931; Mon, 24 Aug 1998 00:13:57 -0700 (PDT) (envelope-from asami@FreeBSD.org) From: Satoshi Asami Received: (from asami@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id AAA15362; Mon, 24 Aug 1998 00:13:53 -0700 (PDT) Date: Mon, 24 Aug 1998 00:13:53 -0700 (PDT) Message-Id: <199808240713.AAA15362@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/net/yagirc Makefile Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk asami 1998/08/24 00:13:53 PDT Modified files: net/yagirc Makefile Log: Another port that broke with the gtk movement. Vanilla? :) Satoshi ------- ===> Building for yagirc-0.65 cc -O2 -pipe -DUNIX -DPREFIX=\"/usr/local\" -DUSE_PTHREADS -I/usr/X11R6/lib/glib/include -I/usr/X11R6/include -I/usr/local/lib/glib/include -I/usr/local/include -DUSE_GUI -DUSE_SCRIPT -I/usr/local/lib/perl5/i386-freebsd/5.00404/CORE -I/usr/X11R6/lib/glib/include -I/usr/X11R6/include -I/usr/local/lib/glib/include -I/usr/local/include -DUSE_GUI -c dcc.c -o dcc.o dcc.c:36: glib.h: No such file or directory In file included from data.h:26, from dcc.h:4, from dcc.c:39: gui.h:10: gdk/gdk.h: No such file or directory gui.h:11: gtk/gtk.h: No such file or directory Revision Changes Path 1.5 +3 -1 ports/net/yagirc/Makefile From owner-cvs-all Mon Aug 24 00:18:55 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA07601 for cvs-all-outgoing; Mon, 24 Aug 1998 00:18:55 -0700 (PDT) (envelope-from owner-cvs-all) Received: from ns11.rim.or.jp (ns11.rim.or.jp [202.247.130.230]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA07585; Mon, 24 Aug 1998 00:18:41 -0700 (PDT) (envelope-from masafumi@aslm.rim.or.jp) Received: from rayearth.rim.or.jp (rayearth.rim.or.jp [202.247.130.242]) by ns11.rim.or.jp (8.8.5/3.5Wpl2-ns11/RIMNET-2) with ESMTP id QAA00555; Mon, 24 Aug 1998 16:17:53 +0900 (JST) Received: (from uucp@localhost) by rayearth.rim.or.jp (8.8.5/3.5Wpl2-uucp1/RIMNET) with UUCP id QAA25516; Mon, 24 Aug 1998 16:17:53 +0900 (JST) Received: from localhost (localhost [127.0.0.1]) by mail.aslm.rim.or.jp (8.9.1/3.5Wpl3-SMTP) with ESMTP id QAA21418; Mon, 24 Aug 1998 16:11:20 +0900 (JST) To: hoek@FreeBSD.ORG Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Cc: max@wide.ad.jp Subject: Re: cvs commit: ports/devel/mkmf Makefile ports/devel/mkmf/pkg PLIST From: Masafumi NAKANE/=?iso-2022-jp?B?GyRCQ2Y6LDJtSjgbKEI=?= In-Reply-To: Your message of "Sat, 22 Aug 1998 17:48:53 -0700 (PDT)" <199808230048.RAA20586@freefall.freebsd.org> References: <199808230048.RAA20586@freefall.freebsd.org> X-Mailer: Mew version 1.92.4 on Emacs 20.2 / Mule 3.0 (MOMIJINOGA) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-Id: <19980824161117K.masafumi@aslm.rim.or.jp> Date: Mon, 24 Aug 1998 16:11:17 +0900 X-Dispatcher: imput version 971024 Lines: 22 Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > hoek 1998/08/22 17:48:53 PDT > Modified files: > devel/mkmf Makefile > devel/mkmf/pkg PLIST > Log: > .if !defined(NOMANCOMPRESS) > MANCOMPRESSED= yes > .endif Since one of the Makefile's in WRKSRC uses bsd.prog.mk and, thus, knows how to treat NOMANCOMPRESS variable, this is completely appropriate fix. But I found it a bit confusing. (And, IMO, this syntax looks a little silly.) To make it clearer, maybe we can add a new variable to bsd.port.mk which you should set when Makefile in WRSRC handles NOMANCOMPRESS correctly? Any thought? Cheers, Max From owner-cvs-all Mon Aug 24 00:22:42 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA08311 for cvs-all-outgoing; Mon, 24 Aug 1998 00:22:42 -0700 (PDT) (envelope-from owner-cvs-all) Received: from vader.cs.berkeley.edu (vader.CS.Berkeley.EDU [128.32.38.234]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA08306; Mon, 24 Aug 1998 00:22:39 -0700 (PDT) (envelope-from asami@vader.cs.berkeley.edu) Received: from silvia.hip.berkeley.edu (sji-ca10-63.ix.netcom.com [205.186.214.63]) by vader.cs.berkeley.edu (8.8.7/8.7.3) with ESMTP id AAA19928; Mon, 24 Aug 1998 00:21:53 -0700 (PDT) Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.8.8/8.6.9) id AAA03969; Mon, 24 Aug 1998 00:21:50 -0700 (PDT) Date: Mon, 24 Aug 1998 00:21:50 -0700 (PDT) Message-Id: <199808240721.AAA03969@silvia.hip.berkeley.edu> To: max@wide.ad.jp CC: hoek@FreeBSD.org, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, max@wide.ad.jp In-reply-to: <19980824161117K.masafumi@aslm.rim.or.jp> (message from Masafumi NAKANE/=?iso-2022-jp?B?GyRCQ2Y6LDJtSjgbKEI=?= on Mon, 24 Aug 1998 16:11:17 +0900) Subject: Re: cvs commit: ports/devel/mkmf Makefile ports/devel/mkmf/pkg PLIST From: asami@FreeBSD.org (Satoshi Asami) Sender: owner-cvs-all@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk * To make it clearer, maybe we can add a new variable to bsd.port.mk * which you should set when Makefile in WRSRC handles NOMANCOMPRESS * correctly? You're behind in your mail aren't you? :) This is included as "MANCOMPRESSED=maybe" in the most recent patch I sent out to the ports list. Please try it! Satoshi From owner-cvs-all Mon Aug 24 00:39:34 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA10103 for cvs-all-outgoing; Mon, 24 Aug 1998 00:39:34 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA10098; Mon, 24 Aug 1998 00:39:33 -0700 (PDT) (envelope-from hoek@FreeBSD.org) From: Tim Vanderhoek Received: (from hoek@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id AAA15967; Mon, 24 Aug 1998 00:39:29 -0700 (PDT) Date: Mon, 24 Aug 1998 00:39:29 -0700 (PDT) Message-Id: <199808240739.AAA15967@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/lang/g77 Makefile ports/lang/g77/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk hoek 1998/08/24 00:39:29 PDT Modified files: lang/g77 Makefile lang/g77/pkg PLIST Log: Note that this is only broken on 22. Use MAN1 variable. MANCOMPRESSED=maybe. I hope I'm not jumping any guns here... :) Revision Changes Path 1.19 +5 -2 ports/lang/g77/Makefile 1.7 +0 -1 ports/lang/g77/pkg/PLIST From owner-cvs-all Mon Aug 24 00:39:43 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA10169 for cvs-all-outgoing; Mon, 24 Aug 1998 00:39:43 -0700 (PDT) (envelope-from owner-cvs-all) Received: from ns11.rim.or.jp (ns11.rim.or.jp [202.247.130.230]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA10125; Mon, 24 Aug 1998 00:39:36 -0700 (PDT) (envelope-from masafumi@aslm.rim.or.jp) Received: from rayearth.rim.or.jp (rayearth.rim.or.jp [202.247.130.242]) by ns11.rim.or.jp (8.8.5/3.5Wpl2-ns11/RIMNET-2) with ESMTP id QAA00617; Mon, 24 Aug 1998 16:38:50 +0900 (JST) Received: (from uucp@localhost) by rayearth.rim.or.jp (8.8.5/3.5Wpl2-uucp1/RIMNET) with UUCP id QAA26616; Mon, 24 Aug 1998 16:38:49 +0900 (JST) Received: from localhost (localhost [127.0.0.1]) by mail.aslm.rim.or.jp (8.9.1/3.5Wpl3-SMTP) with ESMTP id QAA27391; Mon, 24 Aug 1998 16:30:42 +0900 (JST) To: asami@FreeBSD.ORG Cc: ac199@hwcn.org, vanilla@FreeBSD.ORG, cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Cc: max@wide.ad.jp Subject: Re: manpages (Re: cvs commit: ports/devel/p5-Term-Query p5-Term-Query-2.0.tgz) From: Masafumi NAKANE/=?iso-2022-jp?B?GyRCQ2Y6LDJtSjgbKEI=?= In-Reply-To: Your message of "Sun, 23 Aug 1998 01:15:05 -0700 (PDT)" <199808230815.BAA20523@silvia.hip.berkeley.edu> References: <199808230815.BAA20523@silvia.hip.berkeley.edu> X-Mailer: Mew version 1.92.4 on Emacs 20.2 / Mule 3.0 (MOMIJINOGA) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-Id: <19980824163038C.masafumi@aslm.rim.or.jp> Date: Mon, 24 Aug 1998 16:30:38 +0900 X-Dispatcher: imput version 971024 Lines: 10 Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > By the way, about manpages -- if there are ports that already > handle NOMANCOMPRESS, maybe we should add a variable saying > "this port honors NOMANCOMPRESS so bsd.port.mk shouldn't try to > do something too clever". ".if !defined(NOMANCOMPRESS) > MANCOMPRESSED=t" seems a little too ugly for my taste.... Totally agreed. (As I wrote in my previous mail.) Cheers, Max From owner-cvs-all Mon Aug 24 00:47:47 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA11169 for cvs-all-outgoing; Mon, 24 Aug 1998 00:47:47 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA11158; Mon, 24 Aug 1998 00:47:43 -0700 (PDT) (envelope-from dfr@FreeBSD.org) From: Doug Rabson Received: (from dfr@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id AAA16217; Mon, 24 Aug 1998 00:47:40 -0700 (PDT) Date: Mon, 24 Aug 1998 00:47:40 -0700 (PDT) Message-Id: <199808240747.AAA16217@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/sys mbuf.h src/sys/netinet ip_input.c ip_var.h tcp_input.c tcp_subr.c tcp_var.h udp_usrreq.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk dfr 1998/08/24 00:47:39 PDT Modified files: sys/sys mbuf.h sys/netinet ip_input.c ip_var.h tcp_input.c tcp_subr.c tcp_var.h udp_usrreq.c Log: Re-implement tcp and ip fragment reassembly to not store pointers in the ip header which can't work on alpha since pointers are too big. Reviewed by: Garrett Wollman Revision Changes Path 1.29 +5 -1 src/sys/sys/mbuf.h 1.100 +80 -90 src/sys/netinet/ip_input.c 1.45 +3 -32 src/sys/netinet/ip_var.h 1.80 +49 -38 src/sys/netinet/tcp_input.c 1.46 +12 -15 src/sys/netinet/tcp_subr.c 1.48 +2 -13 src/sys/netinet/tcp_var.h 1.48 +3 -6 src/sys/netinet/udp_usrreq.c From owner-cvs-all Mon Aug 24 00:58:49 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA12983 for cvs-all-outgoing; Mon, 24 Aug 1998 00:58:49 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA12974; Mon, 24 Aug 1998 00:58:47 -0700 (PDT) (envelope-from hoek@FreeBSD.org) From: Tim Vanderhoek Received: (from hoek@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id AAA16711; Mon, 24 Aug 1998 00:58:43 -0700 (PDT) Date: Mon, 24 Aug 1998 00:58:43 -0700 (PDT) Message-Id: <199808240758.AAA16711@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/games/xneko Makefile ports/games/xneko/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk hoek 1998/08/24 00:58:43 PDT Modified files: games/xneko Makefile games/xneko/pkg PLIST Log: MAN6=xneko.6 MANCOMPRESSED=maybe Revision Changes Path 1.9 +4 -1 ports/games/xneko/Makefile 1.2 +0 -1 ports/games/xneko/pkg/PLIST From owner-cvs-all Mon Aug 24 01:04:28 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA13891 for cvs-all-outgoing; Mon, 24 Aug 1998 01:04:28 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA13825; Mon, 24 Aug 1998 01:04:14 -0700 (PDT) (envelope-from hoek@FreeBSD.org) From: Tim Vanderhoek Received: (from hoek@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id BAA16989; Mon, 24 Aug 1998 01:04:09 -0700 (PDT) Date: Mon, 24 Aug 1998 01:04:09 -0700 (PDT) Message-Id: <199808240804.BAA16989@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/games/xroach Makefile ports/games/xroach/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk hoek 1998/08/24 01:04:09 PDT Modified files: games/xroach Makefile games/xroach/pkg PLIST Log: Maybe MANCOMPRESSED? Revision Changes Path 1.9 +4 -1 ports/games/xroach/Makefile 1.2 +0 -1 ports/games/xroach/pkg/PLIST From owner-cvs-all Mon Aug 24 01:11:45 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA14882 for cvs-all-outgoing; Mon, 24 Aug 1998 01:11:45 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA14876; Mon, 24 Aug 1998 01:11:43 -0700 (PDT) (envelope-from hoek@FreeBSD.org) From: Tim Vanderhoek Received: (from hoek@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id BAA17222; Mon, 24 Aug 1998 01:11:39 -0700 (PDT) Date: Mon, 24 Aug 1998 01:11:39 -0700 (PDT) Message-Id: <199808240811.BAA17222@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/mail/movemail Makefile ports/mail/movemail/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk hoek 1998/08/24 01:11:39 PDT Modified files: mail/movemail Makefile mail/movemail/pkg PLIST Log: There was man in the PLIST. Revision Changes Path 1.2 +4 -1 ports/mail/movemail/Makefile 1.2 +0 -1 ports/mail/movemail/pkg/PLIST From owner-cvs-all Mon Aug 24 01:16:43 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA15798 for cvs-all-outgoing; Mon, 24 Aug 1998 01:16:43 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA15787; Mon, 24 Aug 1998 01:16:41 -0700 (PDT) (envelope-from hoek@FreeBSD.org) From: Tim Vanderhoek Received: (from hoek@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id BAA17403; Mon, 24 Aug 1998 01:16:37 -0700 (PDT) Date: Mon, 24 Aug 1998 01:16:37 -0700 (PDT) Message-Id: <199808240816.BAA17403@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/misc/colorls Makefile ports/misc/colorls/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk hoek 1998/08/24 01:16:37 PDT Modified files: misc/colorls Makefile misc/colorls/pkg PLIST Log: This man might be compressed to a small size now that he is moved from pkg/PLIST to Makefile. asami@FreeBSD.ORG, whoever you are, you're supposed to be the MAINTAINER of this port. Get your act in gear, eh! ;-) Revision Changes Path 1.15 +4 -1 ports/misc/colorls/Makefile 1.3 +0 -1 ports/misc/colorls/pkg/PLIST From owner-cvs-all Mon Aug 24 01:23:25 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA17168 for cvs-all-outgoing; Mon, 24 Aug 1998 01:23:25 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA17163; Mon, 24 Aug 1998 01:23:24 -0700 (PDT) (envelope-from hoek@FreeBSD.org) From: Tim Vanderhoek Received: (from hoek@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id BAA17678; Mon, 24 Aug 1998 01:23:20 -0700 (PDT) Date: Mon, 24 Aug 1998 01:23:20 -0700 (PDT) Message-Id: <199808240823.BAA17678@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/misc/team Makefile ports/misc/team/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk hoek 1998/08/24 01:23:20 PDT Modified files: misc/team Makefile misc/team/pkg PLIST Log: Teach this vintage 1995 port about the birds and the bees. Or something like that, anyways. Revision Changes Path 1.7 +4 -1 ports/misc/team/Makefile 1.3 +0 -1 ports/misc/team/pkg/PLIST From owner-cvs-all Mon Aug 24 01:25:35 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA17370 for cvs-all-outgoing; Mon, 24 Aug 1998 01:25:35 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA17365; Mon, 24 Aug 1998 01:25:31 -0700 (PDT) (envelope-from dfr@FreeBSD.org) From: Doug Rabson Received: (from dfr@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id BAA17750; Mon, 24 Aug 1998 01:25:27 -0700 (PDT) Date: Mon, 24 Aug 1998 01:25:27 -0700 (PDT) Message-Id: <199808240825.BAA17750@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/kern link_elf.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk dfr 1998/08/24 01:25:26 PDT Added files: sys/kern link_elf.c Log: Add partial KLD support for ELF. The module loading is not written yet. From owner-cvs-all Mon Aug 24 01:27:52 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA17597 for cvs-all-outgoing; Mon, 24 Aug 1998 01:27:52 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA17591; Mon, 24 Aug 1998 01:27:50 -0700 (PDT) (envelope-from hoek@FreeBSD.org) From: Tim Vanderhoek Received: (from hoek@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id BAA17864; Mon, 24 Aug 1998 01:27:46 -0700 (PDT) Date: Mon, 24 Aug 1998 01:27:46 -0700 (PDT) Message-Id: <199808240827.BAA17864@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/misc/xd Makefile ports/misc/xd/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk hoek 1998/08/24 01:27:46 PDT Modified files: misc/xd Makefile misc/xd/pkg PLIST Log: manpage, PLIST, Makefile, move, compressed, maybe? Revision Changes Path 1.2 +4 -1 ports/misc/xd/Makefile 1.2 +0 -1 ports/misc/xd/pkg/PLIST From owner-cvs-all Mon Aug 24 01:29:57 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA17810 for cvs-all-outgoing; Mon, 24 Aug 1998 01:29:57 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA17805; Mon, 24 Aug 1998 01:29:56 -0700 (PDT) (envelope-from dfr@FreeBSD.org) From: Doug Rabson Received: (from dfr@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id BAA17951; Mon, 24 Aug 1998 01:29:52 -0700 (PDT) Date: Mon, 24 Aug 1998 01:29:52 -0700 (PDT) Message-Id: <199808240829.BAA17951@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/kern syscalls.master Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk dfr 1998/08/24 01:29:52 PDT Modified files: sys/kern syscalls.master Log: Fix a few syscall arguments to use size_t instead of u_int. Revision Changes Path 1.53 +6 -6 src/sys/kern/syscalls.master From owner-cvs-all Mon Aug 24 01:30:11 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA17902 for cvs-all-outgoing; Mon, 24 Aug 1998 01:30:11 -0700 (PDT) (envelope-from owner-cvs-all) Received: from monsoon.dial.pipex.net (monsoon.dial.pipex.net [158.43.128.69]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id BAA17885 for ; Mon, 24 Aug 1998 01:30:04 -0700 (PDT) (envelope-from pierre.dampure@k2c.co.uk) Received: (qmail 25348 invoked from network); 24 Aug 1998 08:29:15 -0000 Received: from userl343.uk.uudial.com (HELO k2c.co.uk) (193.149.74.156) by smtp.dial.pipex.com with SMTP; 24 Aug 1998 08:29:15 -0000 Message-ID: <35E1236F.6454A6D3@k2c.co.uk> Date: Mon, 24 Aug 1998 09:25:19 +0100 From: "Pierre Y. Dampure" Organization: K2C Limited X-Mailer: Mozilla 4.5b1 [en] (X11; I; FreeBSD 3.0-CURRENT i386) X-Accept-Language: en MIME-Version: 1.0 To: steve@FreeBSD.ORG, wollman@FreeBSD.ORG CC: cvs-all@FreeBSD.ORG Subject: Re: cvs commit: ports/net Makefile References: <199808240156.SAA09369@freefall.freebsd.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Steve Price wrote: > steve 1998/08/23 18:56:48 PDT > > Modified files: > net Makefile > Log: > Activate mtr. > > Revision Changes Path > 1.178 +2 -1 ports/net/Makefile > On -current CVSupped yesterday around 23:30 BST, I get the following output: [(pdampure)~]: /usr/local/sbin/mtr --gtk src.doc.ic.ac.uk mtr: Unable to get raw socket. (Executable not suid?) The executable IS suid (I also tried as root, no changes). Garrett Wollman committed quite a few changes to the socket options code Saturday, could this be related? I don't have another system to check... Best Regards, Pierre Y. From owner-cvs-all Mon Aug 24 01:32:25 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA18164 for cvs-all-outgoing; Mon, 24 Aug 1998 01:32:25 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA18156; Mon, 24 Aug 1998 01:32:24 -0700 (PDT) (envelope-from dfr@FreeBSD.org) From: Doug Rabson Received: (from dfr@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id BAA18055; Mon, 24 Aug 1998 01:32:20 -0700 (PDT) Date: Mon, 24 Aug 1998 01:32:20 -0700 (PDT) Message-Id: <199808240832.BAA18055@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/kern init_sysent.c syscalls.c src/sys/sys syscall.h syscall-hide.h syscall.mk sysproto.h Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk dfr 1998/08/24 01:32:20 PDT Modified files: sys/kern init_sysent.c syscalls.c sys/sys syscall.h syscall-hide.h syscall.mk sysproto.h Log: Regnerate. Revision Changes Path 1.60 +1 -1 src/sys/kern/init_sysent.c 1.53 +1 -1 src/sys/kern/syscalls.c 1.51 +1 -1 src/sys/sys/syscall.h 1.47 +1 -1 src/sys/sys/syscall-hide.h 1.6 +1 -1 src/sys/sys/syscall.mk 1.41 +8 -8 src/sys/sys/sysproto.h From owner-cvs-all Mon Aug 24 01:39:28 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA18869 for cvs-all-outgoing; Mon, 24 Aug 1998 01:39:28 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA18863; Mon, 24 Aug 1998 01:39:25 -0700 (PDT) (envelope-from hoek@FreeBSD.org) From: Tim Vanderhoek Received: (from hoek@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id BAA18272; Mon, 24 Aug 1998 01:39:19 -0700 (PDT) Date: Mon, 24 Aug 1998 01:39:19 -0700 (PDT) Message-Id: <199808240839.BAA18272@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/net/choparp Makefile ports/net/choparp/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk hoek 1998/08/24 01:39:18 PDT Modified files: net/choparp Makefile net/choparp/pkg PLIST Log: The manpage that was listed in pkg/PLIST has been moved to the Makefile. Revision Changes Path 1.2 +4 -1 ports/net/choparp/Makefile 1.2 +0 -1 ports/net/choparp/pkg/PLIST From owner-cvs-all Mon Aug 24 01:39:44 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA18945 for cvs-all-outgoing; Mon, 24 Aug 1998 01:39:44 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA18939; Mon, 24 Aug 1998 01:39:43 -0700 (PDT) (envelope-from dfr@FreeBSD.org) From: Doug Rabson Received: (from dfr@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id BAA18408; Mon, 24 Aug 1998 01:39:39 -0700 (PDT) Date: Mon, 24 Aug 1998 01:39:39 -0700 (PDT) Message-Id: <199808240839.BAA18408@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/i386/include atomic.h src/sys/alpha/include atomic.h src/sys/alpha/alpha atomic.s src/sys/sys sysctl.h src/sys/vm swap_pager.c vm_fault.c vm_kern.c vm_map.c vm_meter.c vm_mmap.c vm_object.c vm_object.h vm_page.c vm_page.h vm_pageout.c ... Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk dfr 1998/08/24 01:39:39 PDT Modified files: sys/sys sysctl.h sys/vm swap_pager.c vm_fault.c vm_kern.c vm_map.c vm_meter.c vm_mmap.c vm_object.c vm_object.h vm_page.c vm_page.h vm_pageout.c vnode_pager.c sys/kern kern_exec.c kern_sysctl.c kern_xxx.c sys_generic.c sysv_shm.c vfs_bio.c vfs_cluster.c Added files: sys/i386/include atomic.h sys/alpha/include atomic.h sys/alpha/alpha atomic.s Log: Change various syscalls to use size_t arguments instead of u_int. Add some overflow checks to read/write (from bde). Change all modifications to vm_page::flags, vm_page::busy, vm_object::flags and vm_object::paging_in_progress to use operations which are not interruptable. Reviewed by: Bruce Evans Revision Changes Path 1.62 +21 -9 src/sys/sys/sysctl.h 1.100 +6 -8 src/sys/vm/swap_pager.c 1.87 +11 -10 src/sys/vm/vm_fault.c 1.49 +4 -4 src/sys/vm/vm_kern.c 1.134 +20 -18 src/sys/vm/vm_map.c 1.26 +3 -3 src/sys/vm/vm_meter.c 1.82 +2 -2 src/sys/vm/vm_mmap.c 1.127 +32 -32 src/sys/vm/vm_object.c 1.51 +24 -9 src/sys/vm/vm_object.h 1.106 +11 -11 src/sys/vm/vm_page.c 1.44 +16 -8 src/sys/vm/vm_page.h 1.125 +10 -10 src/sys/vm/vm_pageout.c 1.95 +4 -4 src/sys/vm/vnode_pager.c 1.85 +4 -9 src/sys/kern/kern_exec.c 1.75 +73 -13 src/sys/kern/kern_sysctl.c 1.28 +6 -3 src/sys/kern/kern_xxx.c 1.40 +12 -10 src/sys/kern/sys_generic.c 1.38 +3 -3 src/sys/kern/sysv_shm.c 1.170 +22 -26 src/sys/kern/vfs_bio.c 1.69 +5 -9 src/sys/kern/vfs_cluster.c From owner-cvs-all Mon Aug 24 01:41:44 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA19197 for cvs-all-outgoing; Mon, 24 Aug 1998 01:41:44 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA19183; Mon, 24 Aug 1998 01:41:41 -0700 (PDT) (envelope-from hoek@FreeBSD.org) From: Tim Vanderhoek Received: (from hoek@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id BAA18501; Mon, 24 Aug 1998 01:41:37 -0700 (PDT) Date: Mon, 24 Aug 1998 01:41:37 -0700 (PDT) Message-Id: <199808240841.BAA18501@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/net/pcnfsd Makefile ports/net/pcnfsd/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk hoek 1998/08/24 01:41:36 PDT Modified files: net/pcnfsd Makefile net/pcnfsd/pkg PLIST Log: Man, I think I see a pattern here. manpage(pkg/PLIST)->manpage(Makefile) Revision Changes Path 1.9 +4 -1 ports/net/pcnfsd/Makefile 1.4 +0 -1 ports/net/pcnfsd/pkg/PLIST From owner-cvs-all Mon Aug 24 01:45:45 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA19628 for cvs-all-outgoing; Mon, 24 Aug 1998 01:45:45 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA19622; Mon, 24 Aug 1998 01:45:42 -0700 (PDT) (envelope-from dfr@FreeBSD.org) From: Doug Rabson Received: (from dfr@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id BAA18613; Mon, 24 Aug 1998 01:45:37 -0700 (PDT) Date: Mon, 24 Aug 1998 01:45:37 -0700 (PDT) Message-Id: <199808240845.BAA18613@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/sys disklabel.h Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk dfr 1998/08/24 01:45:37 PDT Modified files: sys/sys disklabel.h Log: Remove a useless ifdef which made struct disklabel have a different size in kernel and user builds on the alpha and prevented various ioctls from working. Revision Changes Path 1.35 +1 -5 src/sys/sys/disklabel.h From owner-cvs-all Mon Aug 24 01:48:29 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA19946 for cvs-all-outgoing; Mon, 24 Aug 1998 01:48:29 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA19941; Mon, 24 Aug 1998 01:48:26 -0700 (PDT) (envelope-from dfr@FreeBSD.org) From: Doug Rabson Received: (from dfr@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id BAA18731; Mon, 24 Aug 1998 01:48:22 -0700 (PDT) Date: Mon, 24 Aug 1998 01:48:22 -0700 (PDT) Message-Id: <199808240848.BAA18731@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/alpha/conf files.alpha Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk dfr 1998/08/24 01:48:22 PDT Modified files: sys/alpha/conf files.alpha Log: Add atomic.s. Revision Changes Path 1.7 +2 -1 src/sys/alpha/conf/files.alpha From owner-cvs-all Mon Aug 24 03:04:18 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA28864 for cvs-all-outgoing; Mon, 24 Aug 1998 03:04:18 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id DAA28853; Mon, 24 Aug 1998 03:04:16 -0700 (PDT) (envelope-from markm@FreeBSD.org) From: Mark Murray Received: (from markm@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id DAA20704; Mon, 24 Aug 1998 03:04:12 -0700 (PDT) Date: Mon, 24 Aug 1998 03:04:12 -0700 (PDT) Message-Id: <199808241004.DAA20704@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/www/netscape3 Makefile ports/www/netscape3/files md5 Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk markm 1998/08/24 03:04:12 PDT Modified files: www/netscape3 Makefile www/netscape3/files md5 Log: Upgrade Fortify (128-bit encryption) Revision Changes Path 1.23 +3 -3 ports/www/netscape3/Makefile 1.16 +3 -3 ports/www/netscape3/files/md5 From owner-cvs-all Mon Aug 24 03:05:05 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA28997 for cvs-all-outgoing; Mon, 24 Aug 1998 03:05:05 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id DAA28977; Mon, 24 Aug 1998 03:05:01 -0700 (PDT) (envelope-from markm@FreeBSD.org) From: Mark Murray Received: (from markm@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id DAA20750; Mon, 24 Aug 1998 03:04:56 -0700 (PDT) Date: Mon, 24 Aug 1998 03:04:56 -0700 (PDT) Message-Id: <199808241004.DAA20750@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/www/netscape4-communicator Makefile ports/www/netscape4-communicator/files md5 Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk markm 1998/08/24 03:04:56 PDT Modified files: www/netscape4-communicator Makefile www/netscape4-communicator/files md5 Log: Upgrade Fortify (128-bit encryption) Revision Changes Path 1.21 +3 -3 ports/www/netscape4-communicator/Makefile 1.16 +1 -0 ports/www/netscape4-communicator/files/md5 From owner-cvs-all Mon Aug 24 03:05:45 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA29129 for cvs-all-outgoing; Mon, 24 Aug 1998 03:05:45 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id DAA29124; Mon, 24 Aug 1998 03:05:44 -0700 (PDT) (envelope-from markm@FreeBSD.org) From: Mark Murray Received: (from markm@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id DAA20831; Mon, 24 Aug 1998 03:05:40 -0700 (PDT) Date: Mon, 24 Aug 1998 03:05:40 -0700 (PDT) Message-Id: <199808241005.DAA20831@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/www/netscape4-navigator Makefile ports/www/netscape4-navigator/files md5 Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk markm 1998/08/24 03:05:40 PDT Modified files: www/netscape4-navigator Makefile www/netscape4-navigator/files md5 Log: Upgrade Fortify (128-bit encryption) Revision Changes Path 1.22 +3 -3 ports/www/netscape4-navigator/Makefile 1.16 +1 -1 ports/www/netscape4-navigator/files/md5 From owner-cvs-all Mon Aug 24 03:16:03 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA00230 for cvs-all-outgoing; Mon, 24 Aug 1998 03:16:03 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id DAA00198; Mon, 24 Aug 1998 03:15:58 -0700 (PDT) (envelope-from cracauer@FreeBSD.org) From: Martin Cracauer Received: (from cracauer@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id DAA21076; Mon, 24 Aug 1998 03:15:54 -0700 (PDT) Date: Mon, 24 Aug 1998 03:15:54 -0700 (PDT) Message-Id: <199808241015.DAA21076@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/usr.bin/make compat.c job.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk cracauer 1998/08/24 03:15:53 PDT Modified files: usr.bin/make compat.c job.c Log: When exiting on SIGINT, exit with signal status Revision Changes Path 1.11 +5 -2 src/usr.bin/make/compat.c 1.10 +2 -3 src/usr.bin/make/job.c From owner-cvs-all Mon Aug 24 03:16:49 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA00395 for cvs-all-outgoing; Mon, 24 Aug 1998 03:16:49 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id DAA00371; Mon, 24 Aug 1998 03:16:43 -0700 (PDT) (envelope-from cracauer@FreeBSD.org) From: Martin Cracauer Received: (from cracauer@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id DAA21112; Mon, 24 Aug 1998 03:16:39 -0700 (PDT) Date: Mon, 24 Aug 1998 03:16:39 -0700 (PDT) Message-Id: <199808241016.DAA21112@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/usr.bin/mkdep mkdep.gcc.sh mkdep.sh Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk cracauer 1998/08/24 03:16:39 PDT Modified files: usr.bin/mkdep mkdep.gcc.sh mkdep.sh Log: When exiting on SIGINT, exit with signal status Revision Changes Path 1.14 +2 -2 src/usr.bin/mkdep/mkdep.gcc.sh 1.2 +1 -1 src/usr.bin/mkdep/mkdep.sh From owner-cvs-all Mon Aug 24 03:17:08 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA00499 for cvs-all-outgoing; Mon, 24 Aug 1998 03:17:08 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id DAA00483; Mon, 24 Aug 1998 03:17:04 -0700 (PDT) (envelope-from cracauer@FreeBSD.org) From: Martin Cracauer Received: (from cracauer@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id DAA21155; Mon, 24 Aug 1998 03:16:59 -0700 (PDT) Date: Mon, 24 Aug 1998 03:16:59 -0700 (PDT) Message-Id: <199808241016.DAA21155@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/usr.bin/time time.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk cracauer 1998/08/24 03:16:59 PDT Modified files: usr.bin/time time.c Log: When exiting on SIGINT, exit with signal status Revision Changes Path 1.11 +12 -2 src/usr.bin/time/time.c From owner-cvs-all Mon Aug 24 03:17:30 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA00577 for cvs-all-outgoing; Mon, 24 Aug 1998 03:17:30 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id DAA00560; Mon, 24 Aug 1998 03:17:24 -0700 (PDT) (envelope-from cracauer@FreeBSD.org) From: Martin Cracauer Received: (from cracauer@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id DAA21190; Mon, 24 Aug 1998 03:17:20 -0700 (PDT) Date: Mon, 24 Aug 1998 03:17:20 -0700 (PDT) Message-Id: <199808241017.DAA21190@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/usr.bin/truss main.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk cracauer 1998/08/24 03:17:20 PDT Modified files: usr.bin/truss main.c Log: When exiting on SIGINT, exit with signal status Revision Changes Path 1.10 +9 -1 src/usr.bin/truss/main.c From owner-cvs-all Mon Aug 24 03:20:45 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA01075 for cvs-all-outgoing; Mon, 24 Aug 1998 03:20:45 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id DAA01063; Mon, 24 Aug 1998 03:20:41 -0700 (PDT) (envelope-from cracauer@FreeBSD.org) From: Martin Cracauer Received: (from cracauer@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id DAA21352; Mon, 24 Aug 1998 03:20:37 -0700 (PDT) Date: Mon, 24 Aug 1998 03:20:37 -0700 (PDT) Message-Id: <199808241020.DAA21352@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/bin/sh arith.y arith_lex.l error.c error.h jobs.c jobs.h miscbltin.c trap.c trap.h Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk cracauer 1998/08/24 03:20:37 PDT Modified files: bin/sh arith.y arith_lex.l error.c error.h jobs.c jobs.h miscbltin.c trap.c trap.h Log: Do not exit on SIGINT in non-interactive shells, fixes PR 1206, i.e. this makes emacs usable from system(3). Programs called from shellscripts are now required to exit with proper signal status. That means, they have to kill themself. Exiting with faked numerical exit code is not sufficient. Exit with proper signal status if script exits on signal. Make the wait builtin interruptable, both with and without traps set. Use volatile sig_atomic_t where (and only where) appropriate. (Almost) fix printing of newlines on SIGINT. Make traps setable from trap handlers. This is needed for shellscripts that catch SIGINT for cleanup work but intend to exit on it, hance have to kill themself from a trap handler. I.e. mkdep. While I'm at it, make it -Wall clean. -Wall is not enabled in Makefile, since vararg warnx() macro calls in usr.bin/printf/printf.c are not -Wall-able. PR: 1206 Obtained from: Basic SIGINT fix from Bruce Evans Revision Changes Path 1.8 +6 -3 src/bin/sh/arith.y 1.11 +3 -3 src/bin/sh/arith_lex.l 1.11 +28 -13 src/bin/sh/error.c 1.8 +4 -3 src/bin/sh/error.h 1.21 +25 -10 src/bin/sh/jobs.c 1.7 +4 -1 src/bin/sh/jobs.h 1.16 +2 -1 src/bin/sh/miscbltin.c 1.12 +18 -10 src/bin/sh/trap.c 1.8 +2 -1 src/bin/sh/trap.h From owner-cvs-all Mon Aug 24 05:40:30 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA19918 for cvs-all-outgoing; Mon, 24 Aug 1998 05:40:30 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA19908; Mon, 24 Aug 1998 05:40:26 -0700 (PDT) (envelope-from asami@FreeBSD.org) From: Satoshi Asami Received: (from asami@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id FAA25776; Mon, 24 Aug 1998 05:40:22 -0700 (PDT) Date: Mon, 24 Aug 1998 05:40:22 -0700 (PDT) Message-Id: <199808241240.FAA25776@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/www/wwwstat Makefile Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk asami 1998/08/24 05:40:22 PDT Modified files: www/wwwstat Makefile Log: This one didn't survive the perl5 upgrade. Revision Changes Path 1.9 +3 -1 ports/www/wwwstat/Makefile From owner-cvs-all Mon Aug 24 08:01:53 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA06586 for cvs-all-outgoing; Mon, 24 Aug 1998 08:01:53 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA06581; Mon, 24 Aug 1998 08:01:52 -0700 (PDT) (envelope-from motoyuki@FreeBSD.org) From: Motoyuki Konno Received: (from motoyuki@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id IAA11527; Mon, 24 Aug 1998 08:01:48 -0700 (PDT) Date: Mon, 24 Aug 1998 08:01:48 -0700 (PDT) Message-Id: <199808241501.IAA11527@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: doc/handbook authors.sgml contrib.sgml Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk motoyuki 1998/08/24 08:01:48 PDT Modified files: handbook authors.sgml contrib.sgml Log: Add myself to the developper's list. This is my first commit to freefall :-) Revision Changes Path 1.110 +5 -1 doc/handbook/authors.sgml 1.299 +2 -1 doc/handbook/contrib.sgml From owner-cvs-all Mon Aug 24 08:19:34 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA09352 for cvs-all-outgoing; Mon, 24 Aug 1998 08:19:34 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA09339; Mon, 24 Aug 1998 08:19:29 -0700 (PDT) (envelope-from motoyuki@FreeBSD.org) From: Motoyuki Konno Received: (from motoyuki@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id IAA12260; Mon, 24 Aug 1998 08:19:24 -0700 (PDT) Date: Mon, 24 Aug 1998 08:19:24 -0700 (PDT) Message-Id: <199808241519.IAA12260@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: doc/ja/handbook authors.sgml contrib.sgml jmembers.sgml submitters.sgml Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk motoyuki 1998/08/24 08:19:24 PDT Modified files: ja/handbook authors.sgml contrib.sgml jmembers.sgml submitters.sgml Log: Changes in the English version are merged. authors.sgml : 1.109 -> 1.110 contrib.sgml : 1.298 -> 1.299 submitters.sgml: 1.231 -> 1.232 jmembers.sgml: delete the entity name a.motoyuki (this moved to authors.sgml). Revision Changes Path 1.47 +6 -2 doc/ja/handbook/authors.sgml 1.85 +3 -2 doc/ja/handbook/contrib.sgml 1.16 +4 -1 doc/ja/handbook/jmembers.sgml 1.73 +4 -2 doc/ja/handbook/submitters.sgml From owner-cvs-all Mon Aug 24 08:44:26 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA14135 for cvs-all-outgoing; Mon, 24 Aug 1998 08:44:26 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA14111; Mon, 24 Aug 1998 08:44:17 -0700 (PDT) (envelope-from motoyuki@FreeBSD.org) From: Motoyuki Konno Received: (from motoyuki@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id IAA13070; Mon, 24 Aug 1998 08:44:13 -0700 (PDT) Date: Mon, 24 Aug 1998 08:44:13 -0700 (PDT) Message-Id: <199808241544.IAA13070@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: doc/ja/handbook authors.sgml Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk motoyuki 1998/08/24 08:44:13 PDT Modified files: ja/handbook authors.sgml Log: In the previous commit, I've forgotten to translate my name into Japanese. Revision Changes Path 1.48 +2 -2 doc/ja/handbook/authors.sgml From owner-cvs-all Mon Aug 24 09:04:41 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA17549 for cvs-all-outgoing; Mon, 24 Aug 1998 09:04:41 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA17530; Mon, 24 Aug 1998 09:04:39 -0700 (PDT) (envelope-from motoyuki@FreeBSD.org) From: Motoyuki Konno Received: (from motoyuki@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id JAA13737; Mon, 24 Aug 1998 09:04:35 -0700 (PDT) Date: Mon, 24 Aug 1998 09:04:35 -0700 (PDT) Message-Id: <199808241604.JAA13737@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: doc/ja/handbook porting.sgml Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk motoyuki 1998/08/24 09:04:34 PDT Modified files: ja/handbook porting.sgml Log: Changes in the English version are merged. porting.sgml: 1.108 -> 1.109 Revision Changes Path 1.46 +3 -3 doc/ja/handbook/porting.sgml From owner-cvs-all Mon Aug 24 09:10:22 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA18916 for cvs-all-outgoing; Mon, 24 Aug 1998 09:10:22 -0700 (PDT) (envelope-from owner-cvs-all) Received: from gjp.erols.com (alex-va-n008c079.moon.jic.com [206.156.18.89]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA18888; Mon, 24 Aug 1998 09:10:16 -0700 (PDT) (envelope-from gjp@gjp.erols.com) Received: from gjp.erols.com (gjp@localhost.erols.com [127.0.0.1]) by gjp.erols.com (8.8.8/8.8.7) with ESMTP id MAA21309; Mon, 24 Aug 1998 12:08:43 -0400 (EDT) (envelope-from gjp@gjp.erols.com) X-Mailer: exmh version 2.0.1 12/23/97 To: Martin Cracauer cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG From: "Gary Palmer" Subject: Re: cvs commit: src/bin/sh arith.y arith_lex.l error.c error.h jobs.c jobs.h miscbltin.c trap.c trap.h In-reply-to: Your message of "Mon, 24 Aug 1998 03:20:37 PDT." <199808241020.DAA21352@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Mon, 24 Aug 1998 12:08:42 -0400 Message-ID: <21305.903974922@gjp.erols.com> Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Martin Cracauer wrote in message ID <199808241020.DAA21352@freefall.freebsd.org>: > cracauer 1998/08/24 03:20:37 PDT > > Modified files: > bin/sh arith.y arith_lex.l error.c error.h > jobs.c jobs.h miscbltin.c trap.c trap.h Please fix your commit.... /usr/src/bin/sh/error.c:66: conflicting types for `exception' /usr/src/bin/sh/error.h:67: previous declaration of `exception' /usr/src/bin/sh/error.c:67: conflicting types for `suppressint' /usr/src/bin/sh/error.h:83: previous declaration of `suppressint' This *cannot* have passed a compile test as-is. Gary -- Gary Palmer FreeBSD Core Team Member FreeBSD: Turning PC's into workstations. See http://www.FreeBSD.ORG/ for info From owner-cvs-all Mon Aug 24 09:11:53 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA19224 for cvs-all-outgoing; Mon, 24 Aug 1998 09:11:53 -0700 (PDT) (envelope-from owner-cvs-all) Received: from coleridge.kublai.com (coleridge.kublai.com [207.96.1.116]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA19214; Mon, 24 Aug 1998 09:11:49 -0700 (PDT) (envelope-from shmit@natasya.kublai.com) Received: from natasya.kublai.com (natasya.kublai.com [207.172.25.236]) by coleridge.kublai.com (8.8.8/8.8.8) with ESMTP id MAA08036; Mon, 24 Aug 1998 12:11:02 -0400 (EDT) (envelope-from shmit@natasya.kublai.com) Received: (from shmit@localhost) by natasya.kublai.com (8.8.8/8.8.8) id MAA22285; Mon, 24 Aug 1998 12:11:01 -0400 (EDT) Message-ID: <19980824121101.27653@kublai.com> Date: Mon, 24 Aug 1998 12:11:01 -0400 From: Brian Cully To: Gary Palmer , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/lib Makefile Reply-To: shmit@kublai.com References: <199808221431.HAA07131@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.89i In-Reply-To: <199808221431.HAA07131@freefall.freebsd.org>; from Gary Palmer on Sat, Aug 22, 1998 at 07:31:39AM -0700 X-Sender: If your mailer pays attention to this, it's broken. X-PGP-Info: finger shmit@kublai.com for my public key. Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Sat, Aug 22, 1998 at 07:31:39AM -0700, Gary Palmer wrote: > gpalmer 1998/08/22 07:31:39 PDT > > Modified files: > lib Makefile > Log: > Building `compat' on alpha is meaningless (they are i386 libraries) I thought compat contained a some legacy API calls? So it's there for more than just backwards binary compatibility, but for source compatibility as well, no? -- Brian Cully ``And when one of our comrades was taken prisoner, blindfolded, hung upside-down, shot, and burned, we thought to ourselves, `These are the best experiences of our lives''' -Pathology (Joe Frank, Somewhere Out There) From owner-cvs-all Mon Aug 24 09:15:41 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA20057 for cvs-all-outgoing; Mon, 24 Aug 1998 09:15:41 -0700 (PDT) (envelope-from owner-cvs-all) Received: from gjp.erols.com (alex-va-n008c079.moon.jic.com [206.156.18.89]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA20033; Mon, 24 Aug 1998 09:15:35 -0700 (PDT) (envelope-from gjp@gjp.erols.com) Received: from gjp.erols.com (gjp@localhost.erols.com [127.0.0.1]) by gjp.erols.com (8.8.8/8.8.7) with ESMTP id MAA21415; Mon, 24 Aug 1998 12:14:39 -0400 (EDT) (envelope-from gjp@gjp.erols.com) X-Mailer: exmh version 2.0.1 12/23/97 To: shmit@kublai.com cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG From: "Gary Palmer" Subject: Re: cvs commit: src/lib Makefile In-reply-to: Your message of "Mon, 24 Aug 1998 12:11:01 EDT." <19980824121101.27653@kublai.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Mon, 24 Aug 1998 12:14:39 -0400 Message-ID: <21411.903975279@gjp.erols.com> Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Brian Cully wrote in message ID <19980824121101.27653@kublai.com>: > On Sat, Aug 22, 1998 at 07:31:39AM -0700, Gary Palmer wrote: > > gpalmer 1998/08/22 07:31:39 PDT > > > > Modified files: > > lib Makefile > > Log: > > Building `compat' on alpha is meaningless (they are i386 libraries) > > I thought compat contained a some legacy API calls? So it's there for > more than just backwards binary compatibility, but for source compatibility > as well, no? You are thinking of libcompat. compat is older revs of shared libraries uuencoded and checked into the repository. These are hence i386-centric (right now at least). Gary -- Gary Palmer FreeBSD Core Team Member FreeBSD: Turning PC's into workstations. See http://www.FreeBSD.ORG/ for info From owner-cvs-all Mon Aug 24 09:25:39 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA21251 for cvs-all-outgoing; Mon, 24 Aug 1998 09:25:39 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA21245; Mon, 24 Aug 1998 09:25:35 -0700 (PDT) (envelope-from wosch@FreeBSD.org) From: Wolfram Schneider Received: (from wosch@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id JAA14655; Mon, 24 Aug 1998 09:25:31 -0700 (PDT) Date: Mon, 24 Aug 1998 09:25:31 -0700 (PDT) Message-Id: <199808241625.JAA14655@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/usr.bin/gcore gcore.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk wosch 1998/08/24 09:25:31 PDT Modified files: usr.bin/gcore gcore.c Log: Check the text segment size of the executable and the process. If not equal, the command line arguments are wrong. E.g.: $./gcore /bin/sh 1761 $ ./gcore /usr/tmp/chroot/bin/sh 1761 gcore: The executable /usr/tmp/chroot/bin/sh does not belong to process 1761! Text segment size (in bytes): executable 303104, process 294912 Revision Changes Path 1.8 +9 -1 src/usr.bin/gcore/gcore.c From owner-cvs-all Mon Aug 24 09:31:33 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA21982 for cvs-all-outgoing; Mon, 24 Aug 1998 09:31:33 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA21977; Mon, 24 Aug 1998 09:31:31 -0700 (PDT) (envelope-from phk@FreeBSD.org) From: Poul-Henning Kamp Received: (from phk@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id JAA15051; Mon, 24 Aug 1998 09:31:27 -0700 (PDT) Date: Mon, 24 Aug 1998 09:31:27 -0700 (PDT) Message-Id: <199808241631.JAA15051@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/dev/ppbus pps.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk phk 1998/08/24 09:31:27 PDT Modified files: sys/dev/ppbus pps.c Log: Only claim PPS_HARDPPSONASSERT if we're compiled with PPS_SYNC Revision Changes Path 1.11 +5 -1 src/sys/dev/ppbus/pps.c From owner-cvs-all Mon Aug 24 09:40:40 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA24285 for cvs-all-outgoing; Mon, 24 Aug 1998 09:40:40 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA24275; Mon, 24 Aug 1998 09:40:32 -0700 (PDT) (envelope-from wosch@FreeBSD.org) From: Wolfram Schneider Received: (from wosch@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id JAA15846; Mon, 24 Aug 1998 09:40:28 -0700 (PDT) Date: Mon, 24 Aug 1998 09:40:28 -0700 (PDT) Message-Id: <199808241640.JAA15846@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: www/en/ports portindex Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk wosch 1998/08/24 09:40:28 PDT Modified files: en/ports portindex Log: Load local config file portindex.conf if exists. You can override in portindex.conf the variables for the default web and the ftp server. This make it easy to maintain a local web mirror and let the URL point to yourself and not to the standard FreeBSD FTP server. Revision Changes Path 1.16 +21 -5 www/en/ports/portindex From owner-cvs-all Mon Aug 24 09:41:47 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA24450 for cvs-all-outgoing; Mon, 24 Aug 1998 09:41:47 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA24445; Mon, 24 Aug 1998 09:41:46 -0700 (PDT) (envelope-from wosch@FreeBSD.org) From: Wolfram Schneider Received: (from wosch@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id JAA15911; Mon, 24 Aug 1998 09:41:42 -0700 (PDT) Date: Mon, 24 Aug 1998 09:41:42 -0700 (PDT) Message-Id: <199808241641.JAA15911@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: www/en/cgi cvsweb.cgi Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk wosch 1998/08/24 09:41:42 PDT Modified files: en/cgi cvsweb.cgi Log: Delete dead mozilla cvs tree. Revision Changes Path 1.25 +1 -3 www/en/cgi/cvsweb.cgi From owner-cvs-all Mon Aug 24 10:12:32 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA29489 for cvs-all-outgoing; Mon, 24 Aug 1998 10:12:32 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA29482; Mon, 24 Aug 1998 10:12:30 -0700 (PDT) (envelope-from motoyuki@FreeBSD.org) From: Motoyuki Konno Received: (from motoyuki@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id KAA16868; Mon, 24 Aug 1998 10:12:26 -0700 (PDT) Date: Mon, 24 Aug 1998 10:12:26 -0700 (PDT) Message-Id: <199808241712.KAA16868@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: www/ja publish.sgml support.sgml www/ja/ports Makefile www/ja/search index-site.sgml Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk motoyuki 1998/08/24 10:12:25 PDT Modified files: ja publish.sgml support.sgml ja/ports Makefile ja/search index-site.sgml Log: Changes in the English version are merged. publish.sgml : 1.13 -> 1.14 support.sgml : 1.93 -> 1.94 Increment "Original revision:". ports/Makefile : 1.14 -> 1.15 search/index-site.sgml : 1.16 -> 1.17 Revision Changes Path 1.10 +5 -5 www/ja/publish.sgml 1.10 +11 -3 www/ja/support.sgml 1.11 +2 -2 www/ja/ports/Makefile 1.7 +3 -3 www/ja/search/index-site.sgml From owner-cvs-all Mon Aug 24 10:47:33 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA05490 for cvs-all-outgoing; Mon, 24 Aug 1998 10:47:33 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA05462; Mon, 24 Aug 1998 10:47:29 -0700 (PDT) (envelope-from phk@FreeBSD.org) From: Poul-Henning Kamp Received: (from phk@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id KAA17972; Mon, 24 Aug 1998 10:47:25 -0700 (PDT) Date: Mon, 24 Aug 1998 10:47:25 -0700 (PDT) Message-Id: <199808241747.KAA17972@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/sys buf.h src/sys/miscfs/specfs spec_vnops.c src/sys/kern vfs_bio.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk phk 1998/08/24 10:47:25 PDT Modified files: sys/sys buf.h Log: Remove the last remaining evidence of B_TAP. Reclaim 3 unused bits in b_flags Revision Changes Path 1.54 +4 -4 src/sys/sys/buf.h Modified files: sys/miscfs/specfs spec_vnops.c sys/kern vfs_bio.c Log: Remove the last remaining evidence of B_TAPE. Reclaim 3 unused bits in b_flags Revision Changes Path 1.69 +3 -13 src/sys/miscfs/specfs/spec_vnops.c 1.171 +1 -5 src/sys/kern/vfs_bio.c From owner-cvs-all Mon Aug 24 10:51:44 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA06552 for cvs-all-outgoing; Mon, 24 Aug 1998 10:51:44 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA06540; Mon, 24 Aug 1998 10:51:43 -0700 (PDT) (envelope-from wpaul@FreeBSD.org) From: Bill Paul Received: (from wpaul@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id KAA18209; Mon, 24 Aug 1998 10:51:38 -0700 (PDT) Date: Mon, 24 Aug 1998 10:51:38 -0700 (PDT) Message-Id: <199808241751.KAA18209@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/pci if_xl.c if_xlreg.h Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk wpaul 1998/08/24 10:51:38 PDT Modified files: sys/pci if_xl.c if_xlreg.h Log: - #define mask of enabled interrupts/indications in if_xlreg.h instead of constructing local copy in xl_init() - disable interrupts on entry to xl_intr(), re-enable them on exit. - fix a few typos in some comments Revision Changes Path 1.5 +32 -21 src/sys/pci/if_xl.c 1.3 +8 -1 src/sys/pci/if_xlreg.h From owner-cvs-all Mon Aug 24 11:11:34 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA09049 for cvs-all-outgoing; Mon, 24 Aug 1998 11:11:34 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA09044; Mon, 24 Aug 1998 11:11:33 -0700 (PDT) (envelope-from abial@FreeBSD.org) From: Andrzej Bialecki Received: (from abial@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id LAA19355; Mon, 24 Aug 1998 11:11:29 -0700 (PDT) Date: Mon, 24 Aug 1998 11:11:29 -0700 (PDT) Message-Id: <199808241811.LAA19355@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: doc/handbook authors.sgml contrib.sgml Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk abial 1998/08/24 11:11:28 PDT Modified files: handbook authors.sgml contrib.sgml Log: Add myself to the list of committers. Revision Changes Path 1.111 +5 -1 doc/handbook/authors.sgml 1.300 +2 -1 doc/handbook/contrib.sgml From owner-cvs-all Mon Aug 24 11:17:49 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA09649 for cvs-all-outgoing; Mon, 24 Aug 1998 11:17:49 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA09629; Mon, 24 Aug 1998 11:17:41 -0700 (PDT) (envelope-from wpaul@FreeBSD.org) From: Bill Paul Received: (from wpaul@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id LAA19555; Mon, 24 Aug 1998 11:17:37 -0700 (PDT) Date: Mon, 24 Aug 1998 11:17:37 -0700 (PDT) Message-Id: <199808241817.LAA19555@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/release/sysinstall/help hardware.hlp Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk wpaul 1998/08/24 11:17:37 PDT Modified files: (Branch: RELENG_2_2) release/sysinstall/help hardware.hlp Log: Add XL driver and man page to the 2.2 branch. Update sys/conf/files to include xl driver. Update GENERIC and LINT. Update sys/pci/if_vx_pci.c to not probe Etherlink XL cards anymore. Update man4/man4.i386/Makefile to install new man page (correctly this time!). This version of the driver is current up to today. Both versions should remain in sync, unless I screw up. Revision Changes Path 1.9.2.35 +4 -2 src/release/sysinstall/help/hardware.hlp From owner-cvs-all Mon Aug 24 11:18:04 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA09729 for cvs-all-outgoing; Mon, 24 Aug 1998 11:18:04 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA09682; Mon, 24 Aug 1998 11:17:54 -0700 (PDT) (envelope-from wpaul@FreeBSD.org) From: Bill Paul Received: (from wpaul@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id LAA19574; Mon, 24 Aug 1998 11:17:50 -0700 (PDT) Date: Mon, 24 Aug 1998 11:17:50 -0700 (PDT) Message-Id: <199808241817.LAA19574@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/pci if_xl.c if_xlreg.h if_vx_pci.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk wpaul 1998/08/24 11:17:50 PDT Modified files: (Branch: RELENG_2_2) sys/pci if_vx_pci.c Added files: (Branch: RELENG_2_2) sys/pci if_xl.c if_xlreg.h Log: Add XL driver and man page to the 2.2 branch. Update sys/conf/files to include xl driver. Update GENERIC and LINT. Update sys/pci/if_vx_pci.c to not probe Etherlink XL cards anymore. Update man4/man4.i386/Makefile to install new man page (correctly this time!). This version of the driver is current up to today. Both versions should remain in sync, unless I screw up. Revision Changes Path 1.2.2.2 +7 -0 src/sys/pci/if_vx_pci.c From owner-cvs-all Mon Aug 24 11:18:08 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA09787 for cvs-all-outgoing; Mon, 24 Aug 1998 11:18:08 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA09686; Mon, 24 Aug 1998 11:17:55 -0700 (PDT) (envelope-from wpaul@FreeBSD.org) From: Bill Paul Received: (from wpaul@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id LAA19589; Mon, 24 Aug 1998 11:17:51 -0700 (PDT) Date: Mon, 24 Aug 1998 11:17:51 -0700 (PDT) Message-Id: <199808241817.LAA19589@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/i386/conf GENERIC LINT Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk wpaul 1998/08/24 11:17:51 PDT Modified files: (Branch: RELENG_2_2) sys/i386/conf GENERIC LINT Log: Add XL driver and man page to the 2.2 branch. Update sys/conf/files to include xl driver. Update GENERIC and LINT. Update sys/pci/if_vx_pci.c to not probe Etherlink XL cards anymore. Update man4/man4.i386/Makefile to install new man page (correctly this time!). This version of the driver is current up to today. Both versions should remain in sync, unless I screw up. Revision Changes Path 1.77.2.26 +2 -1 src/sys/i386/conf/GENERIC 1.286.2.58 +8 -1 src/sys/i386/conf/LINT From owner-cvs-all Mon Aug 24 11:18:08 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA09813 for cvs-all-outgoing; Mon, 24 Aug 1998 11:18:08 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA09693; Mon, 24 Aug 1998 11:17:56 -0700 (PDT) (envelope-from wpaul@FreeBSD.org) From: Bill Paul Received: (from wpaul@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id LAA19604; Mon, 24 Aug 1998 11:17:52 -0700 (PDT) Date: Mon, 24 Aug 1998 11:17:52 -0700 (PDT) Message-Id: <199808241817.LAA19604@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/conf files Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk wpaul 1998/08/24 11:17:52 PDT Modified files: (Branch: RELENG_2_2) sys/conf files Log: Add XL driver and man page to the 2.2 branch. Update sys/conf/files to include xl driver. Update GENERIC and LINT. Update sys/pci/if_vx_pci.c to not probe Etherlink XL cards anymore. Update man4/man4.i386/Makefile to install new man page (correctly this time!). This version of the driver is current up to today. Both versions should remain in sync, unless I screw up. Revision Changes Path 1.80.2.21 +1 -0 src/sys/conf/files From owner-cvs-all Mon Aug 24 11:18:10 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA09839 for cvs-all-outgoing; Mon, 24 Aug 1998 11:18:10 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA09696; Mon, 24 Aug 1998 11:17:57 -0700 (PDT) (envelope-from wpaul@FreeBSD.org) From: Bill Paul Received: (from wpaul@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id LAA19617; Mon, 24 Aug 1998 11:17:52 -0700 (PDT) Date: Mon, 24 Aug 1998 11:17:52 -0700 (PDT) Message-Id: <199808241817.LAA19617@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/share/man/man4/man4.i386 xl.4 Makefile Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk wpaul 1998/08/24 11:17:52 PDT Modified files: (Branch: RELENG_2_2) share/man/man4/man4.i386 Makefile Added files: (Branch: RELENG_2_2) share/man/man4/man4.i386 xl.4 Log: Add XL driver and man page to the 2.2 branch. Update sys/conf/files to include xl driver. Update GENERIC and LINT. Update sys/pci/if_vx_pci.c to not probe Etherlink XL cards anymore. Update man4/man4.i386/Makefile to install new man page (correctly this time!). This version of the driver is current up to today. Both versions should remain in sync, unless I screw up. Revision Changes Path 1.54.2.15 +3 -2 src/share/man/man4/man4.i386/Makefile From owner-cvs-all Mon Aug 24 11:18:11 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA09863 for cvs-all-outgoing; Mon, 24 Aug 1998 11:18:11 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA09701; Mon, 24 Aug 1998 11:17:58 -0700 (PDT) (envelope-from wpaul@FreeBSD.org) From: Bill Paul Received: (from wpaul@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id LAA19630; Mon, 24 Aug 1998 11:17:53 -0700 (PDT) Date: Mon, 24 Aug 1998 11:17:53 -0700 (PDT) Message-Id: <199808241817.LAA19630@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/release/sysinstall/help relnotes.hlp Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk wpaul 1998/08/24 11:17:53 PDT Modified files: (Branch: RELENG_2_2) release/sysinstall/help relnotes.hlp Log: Add XL driver and man page to the 2.2 branch. Update sys/conf/files to include xl driver. Update GENERIC and LINT. Update sys/pci/if_vx_pci.c to not probe Etherlink XL cards anymore. Update man4/man4.i386/Makefile to install new man page (correctly this time!). This version of the driver is current up to today. Both versions should remain in sync, unless I screw up. Revision Changes Path 1.17.2.58 +2 -2 src/release/sysinstall/help/relnotes.hlp From owner-cvs-all Mon Aug 24 11:23:25 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA11109 for cvs-all-outgoing; Mon, 24 Aug 1998 11:23:25 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA11102; Mon, 24 Aug 1998 11:23:23 -0700 (PDT) (envelope-from phk@FreeBSD.org) From: Poul-Henning Kamp Received: (from phk@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id LAA19885; Mon, 24 Aug 1998 11:23:19 -0700 (PDT) Date: Mon, 24 Aug 1998 11:23:19 -0700 (PDT) Message-Id: <199808241823.LAA19885@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/miscfs/specfs spec_vnops.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk phk 1998/08/24 11:23:18 PDT Modified files: sys/miscfs/specfs spec_vnops.c Log: Last commit managed to get mangled somehow. Revision Changes Path 1.70 +4 -2 src/sys/miscfs/specfs/spec_vnops.c From owner-cvs-all Mon Aug 24 12:04:26 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA18627 for cvs-all-outgoing; Mon, 24 Aug 1998 12:04:26 -0700 (PDT) (envelope-from owner-cvs-all) Received: from mail.HiWAAY.net (fly.HiWAAY.net [208.147.154.56]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA18589; Mon, 24 Aug 1998 12:04:18 -0700 (PDT) (envelope-from sprice@hiwaay.net) Received: from localhost (sprice@localhost) by mail.HiWAAY.net (8.9.0/8.9.0) with SMTP id OAA29237; Mon, 24 Aug 1998 14:03:25 -0500 (CDT) Date: Mon, 24 Aug 1998 14:03:25 -0500 (CDT) From: Steve Price To: "Pierre Y. Dampure" cc: wollman@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: ports/net Makefile In-Reply-To: <35E1236F.6454A6D3@k2c.co.uk> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Actually I don't think it is Garrett's fault. Try this new version of the port (a patched Makefile and patch-aa) which makes it work again for me. Steve begin 644 mtr.tar.gz M'XL(`/NZX34``^U9;6_;-A#.5_-7'))^2)!(%O7BM\Y%'%ONA-5V(*MK/Q0P M9)FV!4NB)]%UNR+_?4[XY&Q2*L'!0-,K6Y9 M<`!`ZQ:5):)^7>;0`&I673,,RZA9\F6=&@=@%2V8Q"83?@IPD`GVD7V#;QHF M^Q!GWXA1_P-_Q>9A]*W1_R-03:N9YH/ZIYI!;_5/-1TIU#2T`]"*$NAK_,_U M?P1#MH4U3T4&`8\B%HB0)Q!?+PF8\[2%.L)E0H[@5Y9F\FW*?MN$*9NUKY@$*0,BQT]5ZT.GOR)'V/J%@Y^^6:UG'X&J^2__>%5K5'43--JR:BW-A%R? M8']:PPML2WK.V!MV!G:[@D-1]RN)$R006?LV>YD['B2LA1B MW:I6M]NM&J_">.I'DO'E"25,<%U'48M44#J^ M19UQ+@`[=^V^\_ZJFN%ZKDJM$C5,@F@S8SCQV4R5*P$'_(H\]\(LL1=(_R^M M*2MP%_"T^&]*_Z]1LXS_^\"=_N-94?/]2/S'Y^OX3TU3V^G?M/0R_N\#@YX% MQS_GT`;`F/JTSJ=ZH$5U&;-H-%H-JD^IXW`JOG3.2OCPW\#TO[7 MJT6A.>#3_;]FULO\;R^XT7]W-!C80Z^0/A[S_Y@`WO?_5JWT_WN!2/T`\ZX- M)F]^,H-UF"P@3,"'#)\P_UND_GH9!GX$F")M>;J"6>@O$DPQP@!D[J*6D>#? MC!O[[]GCKEM0'X_9OUZKW[=_PS!*^]\'4/\0\!A'QS(02P;S39(?`?E1*#X# MG^?$PSLW<9C[B4/I*`YAG7)T$'%&PD3P.Z?QD*L`0AXZ5I%G%TL11X1\QVG0 M2>ES?A1N[/_RC3,N)OI_1_Y'_Y+_&08M[7\?N#T'?&Y!2CP+9%ND"B@#?0E.86<]T\T;`^0L626 M\6"%)%DP<=SI3YRA[9W!>-3]9>)VWIV! Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA19344 for cvs-all-outgoing; Mon, 24 Aug 1998 12:07:28 -0700 (PDT) (envelope-from owner-cvs-all) Received: from gratis.grondar.za (gratis.grondar.za [196.7.18.65]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA19337; Mon, 24 Aug 1998 12:07:22 -0700 (PDT) (envelope-from mark@grondar.za) Received: from grondar.za (IDENT:f+VxFoXUJl91U/hHTP8Sj4GHCqO1tqiK@localhost [127.0.0.1]) by gratis.grondar.za (8.9.1/8.9.1) with ESMTP id VAA05609; Mon, 24 Aug 1998 21:06:24 +0200 (SAST) (envelope-from mark@grondar.za) Message-Id: <199808241906.VAA05609@gratis.grondar.za> To: obrien@freebsd.org cc: committers@freebsd.org Subject: AMD and TeXinfo Date: Mon, 24 Aug 1998 21:06:22 +0200 From: Mark Murray Sender: owner-cvs-all@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Hi David I was building your BMaked AMD, and it worked pretty well except for the info stuff (you did mention there were problems there). The problem is that our info does not have the uref macro, whereas the latest one (3.12) does have it. We are currently at 3.9, and I'd recommend upgrading; it should be relatively easy, except that the directory structure has changed (*mutter*). I do not have time, I am too busy with Perl5 and Kerberos5. Breakage follows: makeinfo --no-split -I /usr/src/usr.sbin/amd/doc -I /usr/src/usr.sbin/amd/doc/../../../contrib/amd/doc /usr/src/usr.sbin/amd/doc/../../../contrib/amd/doc/am-utils.texi -o am-utils.info /usr/src/usr.sbin/amd/doc/../../../contrib/amd/doc/am-utils.texi:213: Unknown command `uref'. /usr/src/usr.sbin/amd/doc/../../../contrib/amd/doc/am-utils.texi:213: Misplaced `{'. /usr/src/usr.sbin/amd/doc/../../../contrib/amd/doc/am-utils.texi:214: Misplaced `}'. /usr/src/usr.sbin/amd/doc/../../../contrib/amd/doc/am-utils.texi:214: Unknown command `uref'. /usr/src/usr.sbin/amd/doc/../../../contrib/amd/doc/am-utils.texi:214: Misplaced `{'. /usr/src/usr.sbin/amd/doc/../../../contrib/amd/doc/am-utils.texi:214: Misplaced `}'. /usr/src/usr.sbin/amd/doc/../../../contrib/amd/doc/am-utils.texi:215: Unknown command `uref'. /usr/src/usr.sbin/amd/doc/../../../contrib/amd/doc/am-utils.texi:215: Misplaced `{'. /usr/src/usr.sbin/amd/doc/../../../contrib/amd/doc/am-utils.texi:215: Misplaced `}'. /usr/src/usr.sbin/amd/doc/../../../contrib/amd/doc/am-utils.texi:221: Unknown command `uref'. /usr/src/usr.sbin/amd/doc/../../../contrib/amd/doc/am-utils.texi:221: Misplaced `{'. /usr/src/usr.sbin/amd/doc/../../../contrib/amd/doc/am-utils.texi:221: Misplaced `}'. /usr/src/usr.sbin/amd/doc/../../../contrib/amd/doc/am-utils.texi:230: Unknown command `uref'. /usr/src/usr.sbin/amd/doc/../../../contrib/amd/doc/am-utils.texi:230: Misplaced `{'. /usr/src/usr.sbin/amd/doc/../../../contrib/amd/doc/am-utils.texi:231: Misplaced `}'. /usr/src/usr.sbin/amd/doc/../../../contrib/amd/doc/am-utils.texi:6131: Unknown command `uref'. /usr/src/usr.sbin/amd/doc/../../../contrib/amd/doc/am-utils.texi:6131: Misplaced `{'. /usr/src/usr.sbin/amd/doc/../../../contrib/amd/doc/am-utils.texi:6131: Misplaced `}'. /usr/src/usr.sbin/amd/doc/../../../contrib/amd/doc/am-utils.texi:6132: Unknown command `uref'. /usr/src/usr.sbin/amd/doc/../../../contrib/amd/doc/am-utils.texi:6132: Misplaced `{'. /usr/src/usr.sbin/amd/doc/../../../contrib/amd/doc/am-utils.texi:6132: Misplaced `}'. /usr/src/usr.sbin/amd/doc/../../../contrib/amd/doc/am-utils.texi:6133: Unknown command `uref'. /usr/src/usr.sbin/amd/doc/../../../contrib/amd/doc/am-utils.texi:6133: Misplaced `{'. /usr/src/usr.sbin/amd/doc/../../../contrib/amd/doc/am-utils.texi:6133: Misplaced `}'. /usr/src/usr.sbin/amd/doc/../../../contrib/amd/doc/am-utils.texi:7733: Unknown command `uref'. /usr/src/usr.sbin/amd/doc/../../../contrib/amd/doc/am-utils.texi:7733: Misplaced `{'. /usr/src/usr.sbin/amd/doc/../../../contrib/amd/doc/am-utils.texi:7733: Misplaced `}'. *** Error code 2 Stop. M From owner-cvs-all Mon Aug 24 12:15:54 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA20670 for cvs-all-outgoing; Mon, 24 Aug 1998 12:15:54 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA20665; Mon, 24 Aug 1998 12:15:52 -0700 (PDT) (envelope-from cracauer@FreeBSD.org) From: Martin Cracauer Received: (from cracauer@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id MAA21873; Mon, 24 Aug 1998 12:15:48 -0700 (PDT) Date: Mon, 24 Aug 1998 12:15:48 -0700 (PDT) Message-Id: <199808241915.MAA21873@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/bin/sh error.c error.h Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk cracauer 1998/08/24 12:15:48 PDT Modified files: bin/sh error.c error.h Log: Got two volatile sig_atomic_t and int mixed up. Spotted by Gary Palmer. Revision Changes Path 1.12 +2 -2 src/bin/sh/error.c 1.9 +2 -2 src/bin/sh/error.h From owner-cvs-all Mon Aug 24 12:25:29 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA23073 for cvs-all-outgoing; Mon, 24 Aug 1998 12:25:29 -0700 (PDT) (envelope-from owner-cvs-all) Received: from cons.org (knight.cons.org [194.233.237.86]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA23054; Mon, 24 Aug 1998 12:25:22 -0700 (PDT) (envelope-from cracauer@cons.org) Received: (from cracauer@localhost) by cons.org (8.8.8/8.7.3) id VAA04028; Mon, 24 Aug 1998 21:24:29 +0200 (CEST) Message-ID: <19980824212429.A3758@cons.org> Date: Mon, 24 Aug 1998 21:24:29 +0200 From: Martin Cracauer To: Gary Palmer , Martin Cracauer Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/bin/sh arith.y arith_lex.l error.c error.h jobs.c jobs.h miscbltin.c trap.c trap.h References: <199808241020.DAA21352@freefall.freebsd.org> <21305.903974922@gjp.erols.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.93.1i In-Reply-To: <21305.903974922@gjp.erols.com>; from Gary Palmer on Mon, Aug 24, 1998 at 12:08:42PM -0400 Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk In <21305.903974922@gjp.erols.com>, Gary Palmer wrote: > Martin Cracauer wrote in message ID > <199808241020.DAA21352@freefall.freebsd.org>: > > cracauer 1998/08/24 03:20:37 PDT > > > > Modified files: > > bin/sh arith.y arith_lex.l error.c error.h > > jobs.c jobs.h miscbltin.c trap.c trap.h > > Please fix your commit.... > > /usr/src/bin/sh/error.c:66: conflicting types for `exception' > /usr/src/bin/sh/error.h:67: previous declaration of `exception' > /usr/src/bin/sh/error.c:67: conflicting types for `suppressint' > /usr/src/bin/sh/error.h:83: previous declaration of `suppressint' > > This *cannot* have passed a compile test as-is. I got two "volatile sig_atomic_t" and "int" mixed up. Corrected fix commited. As for not testing, it compiles fine on my box and it should (although it is of course non useful). sig_atomic_t is typedef'ed to int on both -current and -stable, hence no conflict here. And a variable is allowed to be declared volatile in one source file and not volatile in another, hence it is not a conflict to have an extern declaration without it and then a definition with volatile within the same scope. This program compiles fine with -Wall under FreeBSD's default gcc: #include extern volatile sig_atomic_t bla; int bla; int main(void) { exit(0); } What compiler did you use? Martin -- %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Martin Cracauer http://www.cons.org/cracauer Tel.: (private) +4940 5221829 Fax.: (private) +4940 5228536 Paper: (private) Waldstrasse 200, 22846 Norderstedt, Germany From owner-cvs-all Mon Aug 24 12:44:40 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA25425 for cvs-all-outgoing; Mon, 24 Aug 1998 12:44:40 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA25409; Mon, 24 Aug 1998 12:44:31 -0700 (PDT) (envelope-from jmz@FreeBSD.org) From: Jean-Marc Zucconi Received: (from jmz@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id MAA23106; Mon, 24 Aug 1998 12:44:27 -0700 (PDT) Date: Mon, 24 Aug 1998 12:44:27 -0700 (PDT) Message-Id: <199808241944.MAA23106@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/print/musixtex Makefile ports/print/musixtex/files md5 Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jmz 1998/08/24 12:44:27 PDT Modified files: print/musixtex Makefile print/musixtex/files md5 Log: Upgrade to version T90 Revision Changes Path 1.20 +4 -4 ports/print/musixtex/Makefile 1.8 +2 -2 ports/print/musixtex/files/md5 From owner-cvs-all Mon Aug 24 12:48:20 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA25740 for cvs-all-outgoing; Mon, 24 Aug 1998 12:48:20 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA25735; Mon, 24 Aug 1998 12:48:19 -0700 (PDT) (envelope-from jmz@FreeBSD.org) From: Jean-Marc Zucconi Received: (from jmz@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id MAA23330; Mon, 24 Aug 1998 12:48:15 -0700 (PDT) Date: Mon, 24 Aug 1998 12:48:15 -0700 (PDT) Message-Id: <199808241948.MAA23330@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/math/lapack Makefile ports/math/lapack/files md5 Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jmz 1998/08/24 12:48:15 PDT Modified files: math/lapack Makefile math/lapack/files md5 Log: Suffix has changed (.tar.gz -> .tgz) Revision Changes Path 1.7 +2 -2 ports/math/lapack/Makefile 1.2 +2 -2 ports/math/lapack/files/md5 From owner-cvs-all Mon Aug 24 13:12:37 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA28567 for cvs-all-outgoing; Mon, 24 Aug 1998 13:12:37 -0700 (PDT) (envelope-from owner-cvs-all) Received: from cons.org (knight.cons.org [194.233.237.86]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA28562; Mon, 24 Aug 1998 13:12:24 -0700 (PDT) (envelope-from cracauer@cons.org) Received: (from cracauer@localhost) by cons.org (8.8.8/8.7.3) id WAA04162; Mon, 24 Aug 1998 22:11:31 +0200 (CEST) Message-ID: <19980824221131.A4135@cons.org> Date: Mon, 24 Aug 1998 22:11:31 +0200 From: Martin Cracauer To: Gary Palmer , Martin Cracauer Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/bin/sh arith.y arith_lex.l error.c error.h jobs.c jobs.h miscbltin.c trap.c trap.h References: <199808241020.DAA21352@freefall.freebsd.org> <21305.903974922@gjp.erols.com> <19980824212429.A3758@cons.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.93.1i In-Reply-To: <19980824212429.A3758@cons.org>; from Martin Cracauer on Mon, Aug 24, 1998 at 09:24:29PM +0200 Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk I wrote: > And a variable is allowed to be declared volatile in one source file > and not volatile in another, hence it is not a conflict to have an > extern declaration without it and then a definition with volatile > within the same scope. Ops, here my own assumptions ruled over the facts. ANSI says: 6.5: "All declarations in the same scope that refer to the same object or function shall specify compatible types" 6.5.3 "For two qualified types to be compatible, both shall have the identically qualified version of a compatible type: ..." The following code is illegal, although it passes FreeBSD' gcc at -Wall. Still my question, what compiler did you use? > This program compiles fine with -Wall under FreeBSD's default gcc: > > #include > extern volatile sig_atomic_t bla; > int bla; > int main(void) > { > exit(0); > } Martin -- %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Martin Cracauer http://www.cons.org/cracauer Tel.: (private) +4940 5221829 Fax.: (private) +4940 5228536 Paper: (private) Waldstrasse 200, 22846 Norderstedt, Germany From owner-cvs-all Mon Aug 24 15:37:01 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA17885 for cvs-all-outgoing; Mon, 24 Aug 1998 15:37:01 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA17879; Mon, 24 Aug 1998 15:36:59 -0700 (PDT) (envelope-from asami@FreeBSD.org) From: Satoshi Asami Received: (from asami@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id PAA27974; Mon, 24 Aug 1998 15:36:53 -0700 (PDT) Date: Mon, 24 Aug 1998 15:36:53 -0700 (PDT) Message-Id: <199808242236.PAA27974@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/net/wide-dhcp/patches patch-bh patch-af Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk asami 1998/08/24 15:36:53 PDT Modified files: net/wide-dhcp/patches patch-af Added files: net/wide-dhcp/patches patch-bh Log: Fix security hole. PR: 7736 Submitted by: Hideyuki Suzuki Revision Changes Path 1.6 +9 -1 ports/net/wide-dhcp/patches/patch-af From owner-cvs-all Mon Aug 24 15:42:24 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA18668 for cvs-all-outgoing; Mon, 24 Aug 1998 15:42:24 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA18663; Mon, 24 Aug 1998 15:42:22 -0700 (PDT) (envelope-from msmith@FreeBSD.org) From: Michael Smith Received: (from msmith@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id PAA28189; Mon, 24 Aug 1998 15:42:18 -0700 (PDT) Date: Mon, 24 Aug 1998 15:42:18 -0700 (PDT) Message-Id: <199808242242.PAA28189@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/i386/conf majors.i386 Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk msmith 1998/08/24 15:42:18 PDT Modified files: sys/i386/conf majors.i386 Log: New major number for SR4 streams emulation. Revision Changes Path 1.46 +2 -1 src/sys/i386/conf/majors.i386 From owner-cvs-all Mon Aug 24 16:25:03 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA24992 for cvs-all-outgoing; Mon, 24 Aug 1998 16:25:03 -0700 (PDT) (envelope-from owner-cvs-all) Received: from monsoon.dial.pipex.net (monsoon.dial.pipex.net [158.43.128.69]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id QAA24978 for ; Mon, 24 Aug 1998 16:24:53 -0700 (PDT) (envelope-from pierre.dampure@k2c.co.uk) Received: (qmail 3865 invoked from network); 24 Aug 1998 23:24:05 -0000 Received: from userk641.uk.uudial.com (HELO k2c.co.uk) (193.149.70.217) by smtp.dial.pipex.com with SMTP; 24 Aug 1998 23:24:05 -0000 Message-ID: <35E1F526.BA5091C8@k2c.co.uk> Date: Tue, 25 Aug 1998 00:20:06 +0100 From: "Pierre Y. Dampure" Organization: K2C Limited X-Mailer: Mozilla 4.5b1 [en] (X11; I; FreeBSD 3.0-CURRENT i386) X-Accept-Language: en MIME-Version: 1.0 To: Steve Price CC: wollman@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: ports/net Makefile References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Steve Price wrote: > Actually I don't think it is Garrett's fault. Try this new > version of the port (a patched Makefile and patch-aa) which > makes it work again for me. > > Steve Works A-OK... thanks, apologies to Garrett !! Best Regards, Pierre Y. From owner-cvs-all Mon Aug 24 16:43:23 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA26778 for cvs-all-outgoing; Mon, 24 Aug 1998 16:43:23 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA26773; Mon, 24 Aug 1998 16:43:22 -0700 (PDT) (envelope-from wosch@FreeBSD.org) From: Wolfram Schneider Received: (from wosch@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id QAA29829; Mon, 24 Aug 1998 16:43:18 -0700 (PDT) Date: Mon, 24 Aug 1998 16:43:18 -0700 (PDT) Message-Id: <199808242343.QAA29829@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: doc/en/tutorials/disklessx disklessx.docb Makefile disklessx.sgml Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk wosch 1998/08/24 16:43:18 PDT Modified files: en/tutorials/disklessx Makefile Added files: en/tutorials/disklessx disklessx.docb Removed files: en/tutorials/disklessx disklessx.sgml Log: Converted from HTML to docbook. Revision Changes Path 1.3 +2 -2 doc/en/tutorials/disklessx/Makefile From owner-cvs-all Mon Aug 24 16:47:15 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA27328 for cvs-all-outgoing; Mon, 24 Aug 1998 16:47:15 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA27323; Mon, 24 Aug 1998 16:47:14 -0700 (PDT) (envelope-from wosch@FreeBSD.org) From: Wolfram Schneider Received: (from wosch@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id QAA29972; Mon, 24 Aug 1998 16:47:10 -0700 (PDT) Date: Mon, 24 Aug 1998 16:47:10 -0700 (PDT) Message-Id: <199808242347.QAA29972@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: doc/en/tutorials doc.ftr Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk wosch 1998/08/24 16:47:10 PDT Modified files: en/tutorials doc.ftr Log: change footer E-Mail address www -> freebsd-questions Revision Changes Path 1.5 +1 -1 doc/en/tutorials/doc.ftr From owner-cvs-all Mon Aug 24 16:50:52 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA27765 for cvs-all-outgoing; Mon, 24 Aug 1998 16:50:52 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA27760; Mon, 24 Aug 1998 16:50:49 -0700 (PDT) (envelope-from wosch@FreeBSD.org) From: Wolfram Schneider Received: (from wosch@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id QAA00197; Mon, 24 Aug 1998 16:50:45 -0700 (PDT) Date: Mon, 24 Aug 1998 16:50:45 -0700 (PDT) Message-Id: <199808242350.QAA00197@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: www/en doc.ftr Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk wosch 1998/08/24 16:50:44 PDT Modified files: en doc.ftr Log: questions -> freebsd-questions Revision Changes Path 1.5 +1 -1 www/en/doc.ftr From owner-cvs-all Mon Aug 24 17:00:42 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA00268 for cvs-all-outgoing; Mon, 24 Aug 1998 17:00:42 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA00260; Mon, 24 Aug 1998 17:00:39 -0700 (PDT) (envelope-from wosch@FreeBSD.org) From: Wolfram Schneider Received: (from wosch@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id RAA00744; Mon, 24 Aug 1998 17:00:35 -0700 (PDT) Date: Mon, 24 Aug 1998 17:00:35 -0700 (PDT) Message-Id: <199808250000.RAA00744@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: www/en/ports Makefile Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk wosch 1998/08/24 17:00:35 PDT Modified files: en/ports Makefile Log: Do not depend on *executable* scripts in CVS tree. Revision Changes Path 1.16 +3 -3 www/en/ports/Makefile From owner-cvs-all Mon Aug 24 17:04:15 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA01035 for cvs-all-outgoing; Mon, 24 Aug 1998 17:04:15 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA01030; Mon, 24 Aug 1998 17:04:14 -0700 (PDT) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id RAA00873; Mon, 24 Aug 1998 17:04:10 -0700 (PDT) Date: Mon, 24 Aug 1998 17:04:10 -0700 (PDT) Message-Id: <199808250004.RAA00873@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/net/mtr Makefile ports/net/mtr/patches patch-aa Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk steve 1998/08/24 17:04:10 PDT Modified files: net/mtr Makefile Added files: net/mtr/patches patch-aa Log: Minor cleanups including fixing the executable so it actually runs under -current. It seems our setsockopt doesn't handle sizeof(char) for an option. Revision Changes Path 1.2 +6 -3 ports/net/mtr/Makefile From owner-cvs-all Mon Aug 24 17:16:54 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA02338 for cvs-all-outgoing; Mon, 24 Aug 1998 17:16:54 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA02332; Mon, 24 Aug 1998 17:16:52 -0700 (PDT) (envelope-from asami@FreeBSD.org) From: Satoshi Asami Received: (from asami@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id RAA01450; Mon, 24 Aug 1998 17:16:48 -0700 (PDT) Date: Mon, 24 Aug 1998 17:16:48 -0700 (PDT) Message-Id: <199808250016.RAA01450@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/www/wml Makefile Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk asami 1998/08/24 17:16:47 PDT Modified files: www/wml Makefile Log: This port didn't survive the perl5 upgrade. Revision Changes Path 1.23 +3 -1 ports/www/wml/Makefile From owner-cvs-all Mon Aug 24 17:33:46 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA03636 for cvs-all-outgoing; Mon, 24 Aug 1998 17:33:46 -0700 (PDT) (envelope-from owner-cvs-all) Received: from gjp.erols.com (alex-va-n008c079.moon.jic.com [206.156.18.89]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA03621; Mon, 24 Aug 1998 17:33:44 -0700 (PDT) (envelope-from gjp@gjp.erols.com) Received: from gjp.erols.com (gjp@localhost.erols.com [127.0.0.1]) by gjp.erols.com (8.8.8/8.8.7) with ESMTP id UAA27855; Mon, 24 Aug 1998 20:32:54 -0400 (EDT) (envelope-from gjp@gjp.erols.com) X-Mailer: exmh version 2.0.1 12/23/97 To: Martin Cracauer cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG From: "Gary Palmer" Subject: Re: cvs commit: src/bin/sh arith.y arith_lex.l error.c error.h jobs.c jobs.h miscbltin.c trap.c trap.h In-reply-to: Your message of "Mon, 24 Aug 1998 21:24:29 +0200." <19980824212429.A3758@cons.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Mon, 24 Aug 1998 20:32:54 -0400 Message-ID: <27851.904005174@gjp.erols.com> Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Martin Cracauer wrote in message ID <19980824212429.A3758@cons.org>: > What compiler did you use? root@sloth:/usr/src> gcc -v gcc version 2.7.2.1 root@sloth:/usr/src> uname -a FreeBSD sloth.noc.erols.net 3.0-CURRENT FreeBSD 3.0-CURRENT #12: Mon Aug 24 03:00:23 EDT 1998 root@sloth.noc.erols.net:/usr/src/sys/compile/SLOTH alpha I think I know why I got a bad compile and you didn't :) (It does a compile every morning and I got that error in e-mail ... ) Gary -- Gary Palmer FreeBSD Core Team Member FreeBSD: Turning PC's into workstations. See http://www.FreeBSD.ORG/ for info From owner-cvs-all Mon Aug 24 17:44:40 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA04757 for cvs-all-outgoing; Mon, 24 Aug 1998 17:44:40 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA04751; Mon, 24 Aug 1998 17:44:39 -0700 (PDT) (envelope-from asami@FreeBSD.org) From: Satoshi Asami Received: (from asami@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id RAA02756; Mon, 24 Aug 1998 17:44:34 -0700 (PDT) Date: Mon, 24 Aug 1998 17:44:34 -0700 (PDT) Message-Id: <199808250044.RAA02756@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/astro/xtide Makefile ports/audio/xmcd Makefile ports/games/xcubes Makefile ports/games/xdigger Makefile ports/games/xdino Makefile ports/games/xkoules Makefile ports/games/xlaby Makefile ports/games/xmball Makefile ... Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk asami 1998/08/24 17:44:34 PDT Modified files: astro/xtide Makefile audio/xmcd Makefile games/xcubes Makefile games/xdigger Makefile games/xdino Makefile games/xkoules Makefile games/xlaby Makefile games/xmball Makefile games/xmille Makefile games/xmine Makefile games/xmlink Makefile games/xoct Makefile games/xoids Makefile games/xpanex Makefile games/xpyraminx Makefile games/xrubik Makefile games/xskewb Makefile games/xtriangles Makefile games/xvier Makefile games/xvmines Makefile graphics/xwpick Makefile japanese/Canna Makefile mail/xmail Makefile mail/xmailbox Makefile x11-wm/mlvwm Makefile Log: These ports install uncompressed manpages even though USE_IMAKE is set, so mark them with MANCOMPRESSED=no. Note that this requires the new bsd.port.mk that is not committed yet (going through final tests, will be committed in a few hours). Revision Changes Path 1.7 +2 -1 ports/astro/xtide/Makefile 1.11 +2 -1 ports/audio/xmcd/Makefile 1.6 +2 -1 ports/games/xcubes/Makefile 1.2 +2 -2 ports/games/xdigger/Makefile 1.6 +2 -1 ports/games/xdino/Makefile 1.3 +2 -1 ports/games/xkoules/Makefile 1.3 +2 -1 ports/games/xlaby/Makefile 1.2 +2 -1 ports/games/xmball/Makefile 1.9 +2 -1 ports/games/xmille/Makefile 1.15 +2 -1 ports/games/xmine/Makefile 1.2 +2 -1 ports/games/xmlink/Makefile 1.4 +2 -1 ports/games/xoct/Makefile 1.3 +2 -1 ports/games/xoids/Makefile 1.4 +2 -1 ports/games/xpanex/Makefile 1.4 +2 -1 ports/games/xpyraminx/Makefile 1.9 +2 -1 ports/games/xrubik/Makefile 1.5 +2 -1 ports/games/xskewb/Makefile 1.6 +2 -1 ports/games/xtriangles/Makefile 1.2 +2 -2 ports/games/xvier/Makefile 1.3 +2 -1 ports/games/xvmines/Makefile 1.2 +2 -1 ports/graphics/xwpick/Makefile 1.20 +2 -1 ports/japanese/Canna/Makefile 1.3 +2 -1 ports/mail/xmail/Makefile 1.3 +2 -2 ports/mail/xmailbox/Makefile 1.9 +2 -2 ports/x11-wm/mlvwm/Makefile From owner-cvs-all Mon Aug 24 18:22:31 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA08980 for cvs-all-outgoing; Mon, 24 Aug 1998 18:22:31 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA08975; Mon, 24 Aug 1998 18:22:29 -0700 (PDT) (envelope-from asami@FreeBSD.org) From: Satoshi Asami Received: (from asami@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id SAA03745; Mon, 24 Aug 1998 18:22:24 -0700 (PDT) Date: Mon, 24 Aug 1998 18:22:24 -0700 (PDT) Message-Id: <199808250122.SAA03745@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/games/xataxx Makefile Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk asami 1998/08/24 18:22:24 PDT Modified files: games/xataxx Makefile Log: Installs manpages uncompressed. Revision Changes Path 1.2 +2 -1 ports/games/xataxx/Makefile From owner-cvs-all Mon Aug 24 18:25:12 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA09233 for cvs-all-outgoing; Mon, 24 Aug 1998 18:25:12 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA09228; Mon, 24 Aug 1998 18:25:10 -0700 (PDT) (envelope-from asami@FreeBSD.org) From: Satoshi Asami Received: (from asami@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id SAA03863; Mon, 24 Aug 1998 18:25:06 -0700 (PDT) Date: Mon, 24 Aug 1998 18:25:06 -0700 (PDT) Message-Id: <199808250125.SAA03863@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/german/manpages Makefile Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk asami 1998/08/24 18:25:06 PDT Modified files: german/manpages Makefile Log: Move PLIST generation to do-install. Since do-install is already define in this Makefile, there wasn't much reason why it was separate anyway. Revision Changes Path 1.7 +1 -3 ports/german/manpages/Makefile From owner-cvs-all Mon Aug 24 18:38:29 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA11009 for cvs-all-outgoing; Mon, 24 Aug 1998 18:38:29 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA11003; Mon, 24 Aug 1998 18:38:27 -0700 (PDT) (envelope-from vanilla@FreeBSD.org) From: "Vanilla I. Shu" Received: (from vanilla@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id SAA04238; Mon, 24 Aug 1998 18:38:23 -0700 (PDT) Date: Mon, 24 Aug 1998 18:38:23 -0700 (PDT) Message-Id: <199808250138.SAA04238@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/graphics/imlib Makefile ports/graphics/imlib/patches patch-aa Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk vanilla 1998/08/24 18:38:23 PDT Modified files: graphics/imlib Makefile graphics/imlib/patches patch-aa Log: Imlib depend gtk11 now. Revision Changes Path 1.27 +2 -2 ports/graphics/imlib/Makefile 1.15 +80 -1 ports/graphics/imlib/patches/patch-aa From owner-cvs-all Mon Aug 24 18:42:35 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA11433 for cvs-all-outgoing; Mon, 24 Aug 1998 18:42:35 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA11428; Mon, 24 Aug 1998 18:42:33 -0700 (PDT) (envelope-from jseger@FreeBSD.org) From: "Justin M. Seger" Received: (from jseger@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id SAA04438; Mon, 24 Aug 1998 18:42:29 -0700 (PDT) Date: Mon, 24 Aug 1998 18:42:29 -0700 (PDT) Message-Id: <199808250142.SAA04438@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/devel/cweb/files md5 ports/devel/cweb/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jseger 1998/08/24 18:42:29 PDT Modified files: devel/cweb/files md5 devel/cweb/pkg PLIST Log: Distfile changed on master site Revision Changes Path 1.2 +1 -1 ports/devel/cweb/files/md5 1.3 +0 -7 ports/devel/cweb/pkg/PLIST From owner-cvs-all Mon Aug 24 18:45:38 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA11641 for cvs-all-outgoing; Mon, 24 Aug 1998 18:45:38 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA11635; Mon, 24 Aug 1998 18:45:37 -0700 (PDT) (envelope-from vanilla@FreeBSD.org) From: "Vanilla I. Shu" Received: (from vanilla@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id SAA04518; Mon, 24 Aug 1998 18:45:33 -0700 (PDT) Date: Mon, 24 Aug 1998 18:45:33 -0700 (PDT) Message-Id: <199808250145.SAA04518@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/x11-wm/enlightenment Makefile Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk vanilla 1998/08/24 18:45:33 PDT Modified files: x11-wm/enlightenment Makefile Log: Portlint, and strip binary. Revision Changes Path 1.24 +5 -2 ports/x11-wm/enlightenment/Makefile From owner-cvs-all Mon Aug 24 18:53:28 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA12653 for cvs-all-outgoing; Mon, 24 Aug 1998 18:53:28 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA12648; Mon, 24 Aug 1998 18:53:26 -0700 (PDT) (envelope-from vanilla@FreeBSD.org) From: "Vanilla I. Shu" Received: (from vanilla@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id SAA04887; Mon, 24 Aug 1998 18:53:22 -0700 (PDT) Date: Mon, 24 Aug 1998 18:53:22 -0700 (PDT) Message-Id: <199808250153.SAA04887@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/devel/gide Makefile ports/devel/gide/files md5 ports/devel/gide/patches patch-aa patch-ab patch-ac patch-ad patch-ae patch-af patch-ag patch-ah Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk vanilla 1998/08/24 18:53:21 PDT Modified files: devel/gide Makefile devel/gide/files md5 Added files: devel/gide/patches patch-aa patch-ab patch-ac patch-ad patch-ae patch-af patch-ag patch-ah Log: Upgrade to 0.0.6, and change PKGNAME to gide. PR: ports/7635 Submitted by: maintainer Revision Changes Path 1.4 +10 -6 ports/devel/gide/Makefile 1.2 +1 -1 ports/devel/gide/files/md5 From owner-cvs-all Mon Aug 24 19:00:26 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA13685 for cvs-all-outgoing; Mon, 24 Aug 1998 19:00:26 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA13680; Mon, 24 Aug 1998 19:00:25 -0700 (PDT) (envelope-from vanilla@FreeBSD.org) From: "Vanilla I. Shu" Received: (from vanilla@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id TAA05201; Mon, 24 Aug 1998 19:00:21 -0700 (PDT) Date: Mon, 24 Aug 1998 19:00:21 -0700 (PDT) Message-Id: <199808250200.TAA05201@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: CVSROOT modules Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk vanilla 1998/08/24 19:00:21 PDT Modified files: . modules Log: xamp --> ports/audio/xamp Revision Changes Path 1.2320 +2 -1 CVSROOT/modules From owner-cvs-all Mon Aug 24 19:02:48 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA13945 for cvs-all-outgoing; Mon, 24 Aug 1998 19:02:48 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA13940; Mon, 24 Aug 1998 19:02:47 -0700 (PDT) (envelope-from vanilla@FreeBSD.org) From: "Vanilla I. Shu" Received: (from vanilla@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id TAA05270; Mon, 24 Aug 1998 19:02:43 -0700 (PDT) Date: Mon, 24 Aug 1998 19:02:43 -0700 (PDT) Message-Id: <199808250202.TAA05270@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/audio/xamp - Imported sources Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk vanilla 1998/08/24 19:02:43 PDT ports/audio/xamp - Imported sources Update of /home/ncvs/ports/audio/xamp In directory freefall.freebsd.org:/d/users/vanilla/work/xamp Log Message: A version of amp plus qt gui. PR: ports/7439 Submitted by: Joe Jih-Shian Lu Status: Vendor Tag: JSLU Release Tags: xamp_0_8_7 N ports/audio/xamp/Makefile I ports/audio/xamp/CVS N ports/audio/xamp/files/md5 N ports/audio/xamp/patches/patch-aa N ports/audio/xamp/patches/patch-ab N ports/audio/xamp/patches/patch-ac N ports/audio/xamp/patches/patch-ad N ports/audio/xamp/patches/patch-ae N ports/audio/xamp/pkg/COMMENT N ports/audio/xamp/pkg/DESCR N ports/audio/xamp/pkg/PLIST No conflicts created by this import From owner-cvs-all Mon Aug 24 19:04:50 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA14129 for cvs-all-outgoing; Mon, 24 Aug 1998 19:04:50 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA14123; Mon, 24 Aug 1998 19:04:47 -0700 (PDT) (envelope-from vanilla@FreeBSD.org) From: "Vanilla I. Shu" Received: (from vanilla@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id TAA05333; Mon, 24 Aug 1998 19:04:42 -0700 (PDT) Date: Mon, 24 Aug 1998 19:04:42 -0700 (PDT) Message-Id: <199808250204.TAA05333@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/audio Makefile Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk vanilla 1998/08/24 19:04:42 PDT Modified files: audio Makefile Log: Activate xamp. Revision Changes Path 1.52 +2 -1 ports/audio/Makefile From owner-cvs-all Mon Aug 24 19:08:42 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA14438 for cvs-all-outgoing; Mon, 24 Aug 1998 19:08:42 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA14433; Mon, 24 Aug 1998 19:08:41 -0700 (PDT) (envelope-from vanilla@FreeBSD.org) From: "Vanilla I. Shu" Received: (from vanilla@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id TAA05470; Mon, 24 Aug 1998 19:08:37 -0700 (PDT) Date: Mon, 24 Aug 1998 19:08:37 -0700 (PDT) Message-Id: <199808250208.TAA05470@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: doc/handbook submitters.sgml Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk vanilla 1998/08/24 19:08:37 PDT Modified files: handbook submitters.sgml Log: Add Joe Jih-Shian Lu for xamp ports. Revision Changes Path 1.233 +3 -1 doc/handbook/submitters.sgml From owner-cvs-all Mon Aug 24 19:13:40 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA15402 for cvs-all-outgoing; Mon, 24 Aug 1998 19:13:40 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA15394; Mon, 24 Aug 1998 19:13:37 -0700 (PDT) (envelope-from jseger@FreeBSD.org) From: "Justin M. Seger" Received: (from jseger@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id TAA05792; Mon, 24 Aug 1998 19:13:33 -0700 (PDT) Date: Mon, 24 Aug 1998 19:13:33 -0700 (PDT) Message-Id: <199808250213.TAA05792@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/devel/ftnchek Makefile ports/devel/ftnchek/files md5 Makefile ports/devel/ftnchek/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jseger 1998/08/24 19:13:33 PDT Modified files: devel/ftnchek Makefile devel/ftnchek/files md5 devel/ftnchek/pkg PLIST Removed files: devel/ftnchek/files Makefile Log: Upgrade to ftnchek-2.10.0 Revision Changes Path 1.2 +6 -7 ports/devel/ftnchek/Makefile 1.2 +1 -1 ports/devel/ftnchek/files/md5 1.3 +2 -0 ports/devel/ftnchek/pkg/PLIST From owner-cvs-all Mon Aug 24 19:21:59 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA16614 for cvs-all-outgoing; Mon, 24 Aug 1998 19:21:59 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA16589; Mon, 24 Aug 1998 19:21:50 -0700 (PDT) (envelope-from asami@FreeBSD.org) From: Satoshi Asami Received: (from asami@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id TAA06089; Mon, 24 Aug 1998 19:21:46 -0700 (PDT) Date: Mon, 24 Aug 1998 19:21:46 -0700 (PDT) Message-Id: <199808250221.TAA06089@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/japanese/weblint97 Makefile Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk asami 1998/08/24 19:21:46 PDT Modified files: japanese/weblint97 Makefile Log: No need to define MAKE_ENV with += when it's only assigned to once. Revision Changes Path 1.5 +2 -2 ports/japanese/weblint97/Makefile From owner-cvs-all Mon Aug 24 19:26:30 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA17134 for cvs-all-outgoing; Mon, 24 Aug 1998 19:26:30 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA17128; Mon, 24 Aug 1998 19:26:29 -0700 (PDT) (envelope-from asami@FreeBSD.org) From: Satoshi Asami Received: (from asami@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id TAA06274; Mon, 24 Aug 1998 19:26:24 -0700 (PDT) Date: Mon, 24 Aug 1998 19:26:24 -0700 (PDT) Message-Id: <199808250226.TAA06274@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/math/lapack Makefile ports/math/lapack/files md5 Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk asami 1998/08/24 19:26:24 PDT Modified files: math/lapack Makefile math/lapack/files md5 Log: Move distfiles to subdirectory. When there's a file like "manpages.tgz", it's a good idea even if it's only two files. :> Revision Changes Path 1.8 +3 -1 ports/math/lapack/Makefile 1.3 +2 -2 ports/math/lapack/files/md5 From owner-cvs-all Mon Aug 24 19:28:44 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA17575 for cvs-all-outgoing; Mon, 24 Aug 1998 19:28:44 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA17570; Mon, 24 Aug 1998 19:28:42 -0700 (PDT) (envelope-from asami@FreeBSD.org) From: Satoshi Asami Received: (from asami@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id TAA06361; Mon, 24 Aug 1998 19:28:38 -0700 (PDT) Date: Mon, 24 Aug 1998 19:28:38 -0700 (PDT) Message-Id: <199808250228.TAA06361@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/misc/amanda24 Makefile Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk asami 1998/08/24 19:28:38 PDT Modified files: misc/amanda24 Makefile Log: This port is currently broken due to gtk11.m4 problems. Revision Changes Path 1.19 +3 -1 ports/misc/amanda24/Makefile From owner-cvs-all Mon Aug 24 20:48:07 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA25318 for cvs-all-outgoing; Mon, 24 Aug 1998 20:48:07 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA25310; Mon, 24 Aug 1998 20:48:04 -0700 (PDT) (envelope-from vanilla@FreeBSD.org) From: "Vanilla I. Shu" Received: (from vanilla@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id UAA08059; Mon, 24 Aug 1998 20:48:00 -0700 (PDT) Date: Mon, 24 Aug 1998 20:48:00 -0700 (PDT) Message-Id: <199808250348.UAA08059@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/audio/xamp Makefile Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk vanilla 1998/08/24 20:48:00 PDT Modified files: audio/xamp Makefile Log: Correct the wroing variable USE_X11_PREFIX to USE_X_PREFIX. Revision Changes Path 1.2 +2 -2 ports/audio/xamp/Makefile From owner-cvs-all Mon Aug 24 21:04:56 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA26552 for cvs-all-outgoing; Mon, 24 Aug 1998 21:04:56 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA26547; Mon, 24 Aug 1998 21:04:54 -0700 (PDT) (envelope-from vanilla@FreeBSD.org) From: "Vanilla I. Shu" Received: (from vanilla@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id VAA08525; Mon, 24 Aug 1998 21:04:50 -0700 (PDT) Date: Mon, 24 Aug 1998 21:04:50 -0700 (PDT) Message-Id: <199808250404.VAA08525@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/editors/gxedit Makefile ports/editors/gxedit/files md5 ports/editors/gxedit/patches patch-aa patch-ab Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk vanilla 1998/08/24 21:04:49 PDT Modified files: editors/gxedit Makefile editors/gxedit/files md5 editors/gxedit/patches patch-aa patch-ab Log: Upgrade to 1.12, and change depends to gtk11. Revision Changes Path 1.11 +5 -7 ports/editors/gxedit/Makefile 1.5 +1 -1 ports/editors/gxedit/files/md5 1.2 +10 -21 ports/editors/gxedit/patches/patch-aa 1.2 +17 -6 ports/editors/gxedit/patches/patch-ab From owner-cvs-all Mon Aug 24 21:07:27 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA26742 for cvs-all-outgoing; Mon, 24 Aug 1998 21:07:27 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA26737; Mon, 24 Aug 1998 21:07:25 -0700 (PDT) (envelope-from jkh@FreeBSD.org) From: "Jordan K. Hubbard" Received: (from jkh@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id VAA08636; Mon, 24 Aug 1998 21:07:21 -0700 (PDT) Date: Mon, 24 Aug 1998 21:07:21 -0700 (PDT) Message-Id: <199808250407.VAA08636@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/release/sysinstall/help readme.hlp Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jkh 1998/08/24 21:07:21 PDT Modified files: (Branch: RELENG_2_2) release/sysinstall/help readme.hlp Log: Upgrade (belatedly) to 2.2.7-stable Revision Changes Path 1.12.2.18 +4 -4 src/release/sysinstall/help/readme.hlp From owner-cvs-all Mon Aug 24 21:09:47 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA26907 for cvs-all-outgoing; Mon, 24 Aug 1998 21:09:47 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA26902; Mon, 24 Aug 1998 21:09:46 -0700 (PDT) (envelope-from vanilla@FreeBSD.org) From: "Vanilla I. Shu" Received: (from vanilla@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id VAA08782; Mon, 24 Aug 1998 21:09:42 -0700 (PDT) Date: Mon, 24 Aug 1998 21:09:42 -0700 (PDT) Message-Id: <199808250409.VAA08782@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/net/yagirc Makefile ports/net/yagirc/files md5 config.h ports/net/yagirc/patches patch-aa ports/net/yagirc/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk vanilla 1998/08/24 21:09:42 PDT Modified files: net/yagirc Makefile net/yagirc/files md5 net/yagirc/patches patch-aa net/yagirc/pkg PLIST Removed files: net/yagirc/files config.h Log: Upgrade to 0.65.6, Change depends to gtk11, Fix thr problem of gtk(?). Reminded by: asami Revision Changes Path 1.6 +9 -14 ports/net/yagirc/Makefile 1.3 +1 -1 ports/net/yagirc/files/md5 1.2 +178 -46 ports/net/yagirc/patches/patch-aa 1.2 +3 -3 ports/net/yagirc/pkg/PLIST From owner-cvs-all Mon Aug 24 22:03:25 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA01214 for cvs-all-outgoing; Mon, 24 Aug 1998 22:03:25 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA01205; Mon, 24 Aug 1998 22:03:23 -0700 (PDT) (envelope-from asami@FreeBSD.org) From: Satoshi Asami Received: (from asami@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id WAA10327; Mon, 24 Aug 1998 22:03:19 -0700 (PDT) Date: Mon, 24 Aug 1998 22:03:19 -0700 (PDT) Message-Id: <199808250503.WAA10327@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/net/xicq Makefile Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk asami 1998/08/24 22:03:19 PDT Modified files: net/xicq Makefile Log: This port doesn't build. Also, please fix the complilation flags so it will compile with some optimization (ideally by respecting CFLAGS). === : g++ -g -Wall -I. -I../libXicq -c io.cc -o io.o io.cc: In function `int cmd_clear(char *)': io.cc:53: warning: unused parameter `char * input' g++ -g -Wall -I. -I../libXicq -c help.cc -o help.o g++ -o main main.o config.o callbacks.o cmd_parse.o io.o help.o -L../libXicq -lXicq gmake[1]: Leaving directory `/usr/ports/net/xicq/work/xicq-071298/src/xicq' gmake[1]: Entering directory `/usr/ports/net/xicq/work/xicq-071298/src/kxicq' gmake[1]: *** No rule to make target `all'. Stop. gmake[1]: Leaving directory `/usr/ports/net/xicq/work/xicq-071298/src/kxicq' gmake: *** [kxicq] Error 2 *** Error code 2 Stop. : Revision Changes Path 1.4 +3 -1 ports/net/xicq/Makefile From owner-cvs-all Tue Aug 25 00:09:13 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA11599 for cvs-all-outgoing; Tue, 25 Aug 1998 00:09:13 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA11594; Tue, 25 Aug 1998 00:09:11 -0700 (PDT) (envelope-from asami@FreeBSD.org) From: Satoshi Asami Received: (from asami@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id AAA14781; Tue, 25 Aug 1998 00:09:06 -0700 (PDT) Date: Tue, 25 Aug 1998 00:09:06 -0700 (PDT) Message-Id: <199808250709.AAA14781@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/japanese/pkfonts Makefile Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk asami 1998/08/25 00:09:06 PDT Modified files: japanese/pkfonts Makefile Log: Set PLIST appropriately instead of copying it around. Submitted by: KIRIYAMA Kazuhiko Revision Changes Path 1.11 +2 -5 ports/japanese/pkfonts/Makefile From owner-cvs-all Tue Aug 25 00:38:25 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA14652 for cvs-all-outgoing; Tue, 25 Aug 1998 00:38:25 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA14647; Tue, 25 Aug 1998 00:38:24 -0700 (PDT) (envelope-from dfr@FreeBSD.org) From: Doug Rabson Received: (from dfr@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id AAA15373; Tue, 25 Aug 1998 00:38:19 -0700 (PDT) Date: Tue, 25 Aug 1998 00:38:19 -0700 (PDT) Message-Id: <199808250738.AAA15373@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/sysctl sysctl.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk dfr 1998/08/25 00:38:19 PDT Modified files: usr.sbin/sysctl sysctl.c Log: Change length arguments to sysctl to size_t. Revision Changes Path 1.18 +21 -5 src/usr.sbin/sysctl/sysctl.c From owner-cvs-all Tue Aug 25 00:48:15 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA15612 for cvs-all-outgoing; Tue, 25 Aug 1998 00:48:15 -0700 (PDT) (envelope-from owner-cvs-all) Received: from cons.org (knight.cons.org [194.233.237.86]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA15592; Tue, 25 Aug 1998 00:48:03 -0700 (PDT) (envelope-from cracauer@cons.org) Received: (from cracauer@localhost) by cons.org (8.8.8/8.7.3) id JAA10129; Tue, 25 Aug 1998 09:47:10 +0200 (CEST) Message-ID: <19980825094710.A10121@cons.org> Date: Tue, 25 Aug 1998 09:47:10 +0200 From: Martin Cracauer To: Gary Palmer , Martin Cracauer Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/bin/sh arith.y arith_lex.l error.c error.h jobs.c jobs.h miscbltin.c trap.c trap.h References: <19980824212429.A3758@cons.org> <27851.904005174@gjp.erols.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.93.1i In-Reply-To: <27851.904005174@gjp.erols.com>; from Gary Palmer on Mon, Aug 24, 1998 at 08:32:54PM -0400 Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk In <27851.904005174@gjp.erols.com>, Gary Palmer wrote: > I think I know why I got a bad compile and you didn't :) (It does a compile > every > morning and I got that error in e-mail ... ) What does your compiler do when you compile the test program from my last mail? I can't really beleive we have different compilers. Martin -- %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Martin Cracauer http://www.cons.org/cracauer Tel.: (private) +4940 5221829 Fax.: (private) +4940 5228536 Paper: (private) Waldstrasse 200, 22846 Norderstedt, Germany From owner-cvs-all Tue Aug 25 00:52:39 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA16308 for cvs-all-outgoing; Tue, 25 Aug 1998 00:52:39 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA16298; Tue, 25 Aug 1998 00:52:37 -0700 (PDT) (envelope-from dfr@FreeBSD.org) From: Doug Rabson Received: (from dfr@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id AAA15883; Tue, 25 Aug 1998 00:52:33 -0700 (PDT) Date: Tue, 25 Aug 1998 00:52:33 -0700 (PDT) Message-Id: <199808250752.AAA15883@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/lib/libkvm kvm_file.c kvm_proc.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk dfr 1998/08/25 00:52:33 PDT Modified files: lib/libkvm kvm_file.c kvm_proc.c Log: The length argument to sysctl is now size_t. Revision Changes Path 1.8 +2 -1 src/lib/libkvm/kvm_file.c 1.20 +4 -2 src/lib/libkvm/kvm_proc.c From owner-cvs-all Tue Aug 25 01:05:19 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA18479 for cvs-all-outgoing; Tue, 25 Aug 1998 01:05:19 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA18458; Tue, 25 Aug 1998 01:05:13 -0700 (PDT) (envelope-from asami@FreeBSD.org) From: Satoshi Asami Received: (from asami@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id BAA16342; Tue, 25 Aug 1998 01:05:09 -0700 (PDT) Date: Tue, 25 Aug 1998 01:05:09 -0700 (PDT) Message-Id: <199808250805.BAA16342@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/japanese/vftool-misc Makefile ports/japanese/vftool-misc/pkg PLIST-118dpi PLIST-240dpi PLIST-300dpi PLIST-400dpi ports/japanese/vftool-misc/scripts configure Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk asami 1998/08/25 01:05:09 PDT Modified files: japanese/vftool-misc Makefile japanese/vftool-misc/pkg PLIST-118dpi PLIST-240dpi PLIST-300dpi PLIST-400dpi japanese/vftool-misc/scripts configure Log: Rename resolution variable to match other ports. Don't copy PLIST around, just set the variable to point to the right one. Submitted by: KIRIYAMA Kazuhiko Revision Changes Path 1.2 +17 -20 ports/japanese/vftool-misc/Makefile 1.2 +0 -1 ports/japanese/vftool-misc/pkg/PLIST-118dpi 1.2 +0 -1 ports/japanese/vftool-misc/pkg/PLIST-240dpi 1.2 +0 -1 ports/japanese/vftool-misc/pkg/PLIST-300dpi 1.2 +0 -1 ports/japanese/vftool-misc/pkg/PLIST-400dpi 1.2 +0 -15 ports/japanese/vftool-misc/scripts/configure From owner-cvs-all Tue Aug 25 01:30:42 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA20973 for cvs-all-outgoing; Tue, 25 Aug 1998 01:30:42 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA20966; Tue, 25 Aug 1998 01:30:39 -0700 (PDT) (envelope-from asami@FreeBSD.org) From: Satoshi Asami Received: (from asami@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id BAA16947; Tue, 25 Aug 1998 01:30:34 -0700 (PDT) Date: Tue, 25 Aug 1998 01:30:34 -0700 (PDT) Message-Id: <199808250830.BAA16947@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/www/netscape45-communicator Makefile Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk asami 1998/08/25 01:30:34 PDT Modified files: www/netscape45-communicator Makefile Log: Mark this port BROKEN while it awaits an upgrade from thepish (who seems to have dropped off the surface of the earth at the moment :p). Revision Changes Path 1.21 +3 -1 ports/www/netscape45-communicator/Makefile From owner-cvs-all Tue Aug 25 01:34:26 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA21524 for cvs-all-outgoing; Tue, 25 Aug 1998 01:34:26 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA21517; Tue, 25 Aug 1998 01:34:23 -0700 (PDT) (envelope-from asami@FreeBSD.org) From: Satoshi Asami Received: (from asami@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id BAA17149; Tue, 25 Aug 1998 01:34:19 -0700 (PDT) Date: Tue, 25 Aug 1998 01:34:19 -0700 (PDT) Message-Id: <199808250834.BAA17149@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: www/en/ports portindex Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk asami 1998/08/25 01:34:19 PDT Modified files: en/ports portindex Log: The entire ports tree is now about 5MB, not 4MB. Submitted by: Charles Allen Revision Changes Path 1.17 +1 -1 www/en/ports/portindex From owner-cvs-all Tue Aug 25 01:47:02 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA23719 for cvs-all-outgoing; Tue, 25 Aug 1998 01:47:02 -0700 (PDT) (envelope-from owner-cvs-all) Received: from gjp.erols.com (alex-va-n008c079.moon.jic.com [206.156.18.89]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA23711; Tue, 25 Aug 1998 01:47:00 -0700 (PDT) (envelope-from gjp@gjp.erols.com) Received: from gjp.erols.com (gjp@localhost.erols.com [127.0.0.1]) by gjp.erols.com (8.8.8/8.8.7) with ESMTP id EAA04487; Tue, 25 Aug 1998 04:46:11 -0400 (EDT) (envelope-from gjp@gjp.erols.com) X-Mailer: exmh version 2.0.1 12/23/97 To: Martin Cracauer cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG From: "Gary Palmer" Subject: Re: cvs commit: src/bin/sh arith.y arith_lex.l error.c error.h jobs.c jobs.h miscbltin.c trap.c trap.h In-reply-to: Your message of "Tue, 25 Aug 1998 09:47:10 +0200." <19980825094710.A10121@cons.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Tue, 25 Aug 1998 04:46:10 -0400 Message-ID: <4483.904034770@gjp.erols.com> Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Martin Cracauer wrote in message ID <19980825094710.A10121@cons.org>: > What does your compiler do when you compile the test program from my > last mail? I can't really beleive we have different compilers. root@sloth:~/tmp> cat > foo.c #include extern volatile sig_atomic_t bla; int bla; int main(void) { exit(0); } root@sloth:~/tmp> cc -Wall foo.c foo.c:3: conflicting types for `bla' foo.c:2: previous declaration of `bla' root@sloth:~/tmp> uname -m alpha root@sloth:~/tmp> I think the key is I'm using FreeBSD/Alpha.... Gary -- Gary Palmer FreeBSD Core Team Member FreeBSD: Turning PC's into workstations. See http://www.FreeBSD.ORG/ for info From owner-cvs-all Tue Aug 25 01:49:53 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA24229 for cvs-all-outgoing; Tue, 25 Aug 1998 01:49:53 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA24224; Tue, 25 Aug 1998 01:49:52 -0700 (PDT) (envelope-from cracauer@FreeBSD.org) From: Martin Cracauer Received: (from cracauer@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id BAA17637; Tue, 25 Aug 1998 01:49:47 -0700 (PDT) Date: Tue, 25 Aug 1998 01:49:47 -0700 (PDT) Message-Id: <199808250849.BAA17637@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/bin/sh trap.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk cracauer 1998/08/25 01:49:47 PDT Modified files: bin/sh trap.c Log: Re-enable killing childs with SIGQUIT. Spotted by Bruce Evans. Revision Changes Path 1.13 +2 -2 src/bin/sh/trap.c From owner-cvs-all Tue Aug 25 01:57:54 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA24981 for cvs-all-outgoing; Tue, 25 Aug 1998 01:57:54 -0700 (PDT) (envelope-from owner-cvs-all) Received: from ifi.uio.no (ifi.uio.no [129.240.64.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA24973; Tue, 25 Aug 1998 01:57:50 -0700 (PDT) (envelope-from dag-erli@ifi.uio.no) Received: from hindarfjell.ifi.uio.no (2602@hindarfjell.ifi.uio.no [129.240.64.130]) by ifi.uio.no (8.8.8/8.8.7/ifi0.2) with ESMTP id KAA19584; Tue, 25 Aug 1998 10:57:03 +0200 (MET DST) Received: (from dag-erli@localhost) by hindarfjell.ifi.uio.no ; Tue, 25 Aug 1998 10:57:02 +0200 (MET DST) Mime-Version: 1.0 To: Martin Cracauer Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/bin/sh trap.c References: <199808250849.BAA17637@freefall.freebsd.org> Organization: University of Oslo, Department of Informatics X-url: http://www.stud.ifi.uio.no/~dag-erli/ X-other-addresses: 'finger dag-erli@ifi.uio.no' for a list X-disclaimer-1: The views expressed in this article are mine alone, and do X-disclaimer-2: not necessarily coincide with those of any organisation or X-disclaimer-3: company with which I am or have been affiliated. X-Stop-Spam: http://www.cauce.org/ From: dag-erli@ifi.uio.no (Dag-Erling Coidan =?iso-8859-1?Q?Sm=F8rgrav?= ) Date: 25 Aug 1998 10:57:01 +0200 In-Reply-To: Martin Cracauer's message of "Tue, 25 Aug 1998 01:49:47 -0700 (PDT)" Message-ID: Lines: 9 X-Mailer: Gnus v5.5/Emacs 19.34 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by hub.freebsd.org id BAB24974 Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Martin Cracauer writes: > Log: > Re-enable killing childs with SIGQUIT. Spotted by Bruce Evans. Shouldn't that be "children"? :) DES -- Dag-Erling Smørgrav - dag-erli@ifi.uio.no From owner-cvs-all Tue Aug 25 02:01:35 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA25780 for cvs-all-outgoing; Tue, 25 Aug 1998 02:01:35 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA25774; Tue, 25 Aug 1998 02:01:32 -0700 (PDT) (envelope-from nik@FreeBSD.org) From: Nik Clayton Received: (from nik@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id CAA18012; Tue, 25 Aug 1998 02:01:28 -0700 (PDT) Date: Tue, 25 Aug 1998 02:01:28 -0700 (PDT) Message-Id: <199808250901.CAA18012@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: doc/en/handbook README handbook.sgml Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk nik 1998/08/25 02:01:27 PDT Modified files: en/handbook README handbook.sgml Log: Fix up some uses of and the use of elements within and near it. Most of the time this consisted of replacing the with or . Sometimes is the wrong element to use, and will need replacing with something like or . Revision Changes Path 1.29 +4 -0 doc/en/handbook/README 1.28 +83 -84 doc/en/handbook/handbook.sgml From owner-cvs-all Tue Aug 25 02:06:42 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA26309 for cvs-all-outgoing; Tue, 25 Aug 1998 02:06:42 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA26303; Tue, 25 Aug 1998 02:06:37 -0700 (PDT) (envelope-from nik@FreeBSD.org) From: Nik Clayton Received: (from nik@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id CAA18142; Tue, 25 Aug 1998 02:06:32 -0700 (PDT) Date: Tue, 25 Aug 1998 02:06:32 -0700 (PDT) Message-Id: <199808250906.CAA18142@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: doc/en/handbook README handbook.sgml Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk nik 1998/08/25 02:06:32 PDT Modified files: en/handbook README handbook.sgml Log: ... -> ... Revision Changes Path 1.30 +5 -0 doc/en/handbook/README 1.29 +196 -168 doc/en/handbook/handbook.sgml From owner-cvs-all Tue Aug 25 02:13:14 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA26750 for cvs-all-outgoing; Tue, 25 Aug 1998 02:13:14 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA26743; Tue, 25 Aug 1998 02:13:06 -0700 (PDT) (envelope-from asami@FreeBSD.org) From: Satoshi Asami Received: (from asami@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id CAA18276; Tue, 25 Aug 1998 02:13:01 -0700 (PDT) Date: Tue, 25 Aug 1998 02:13:01 -0700 (PDT) Message-Id: <199808250913.CAA18276@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/audio/kmpg Makefile Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk asami 1998/08/25 02:13:01 PDT Modified files: audio/kmpg Makefile Log: kdecore and kdeui shared libraries are now at version 1.X. Revision Changes Path 1.5 +3 -3 ports/audio/kmpg/Makefile From owner-cvs-all Tue Aug 25 02:33:45 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA00137 for cvs-all-outgoing; Tue, 25 Aug 1998 02:33:45 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA00132; Tue, 25 Aug 1998 02:33:39 -0700 (PDT) (envelope-from cracauer@FreeBSD.org) From: Martin Cracauer Received: (from cracauer@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id CAA18785; Tue, 25 Aug 1998 02:33:34 -0700 (PDT) Date: Tue, 25 Aug 1998 02:33:34 -0700 (PDT) Message-Id: <199808250933.CAA18785@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/bin/sh arith.y arith_lex.l error.c jobs.c jobs.h miscbltin.c trap.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk cracauer 1998/08/25 02:33:34 PDT Modified files: bin/sh arith.y arith_lex.l error.c jobs.c jobs.h miscbltin.c trap.c Log: Improve bookkeeping of in_waitcmd and style fixes. Submitted by: Bruce Evans Revision Changes Path 1.9 +7 -3 src/bin/sh/arith.y 1.12 +5 -1 src/bin/sh/arith_lex.l 1.13 +8 -7 src/bin/sh/error.c 1.22 +13 -8 src/bin/sh/jobs.c 1.8 +4 -4 src/bin/sh/jobs.h 1.17 +2 -2 src/bin/sh/miscbltin.c 1.14 +2 -2 src/bin/sh/trap.c From owner-cvs-all Tue Aug 25 03:05:05 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA03261 for cvs-all-outgoing; Tue, 25 Aug 1998 03:05:05 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id DAA03254; Tue, 25 Aug 1998 03:05:03 -0700 (PDT) (envelope-from asami@FreeBSD.org) From: Satoshi Asami Received: (from asami@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id DAA19642; Tue, 25 Aug 1998 03:04:59 -0700 (PDT) Date: Tue, 25 Aug 1998 03:04:59 -0700 (PDT) Message-Id: <199808251004.DAA19642@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/comms/kpilot Makefile ports/deskutils/korganizer Makefile ports/deskutils/kproject Makefile ports/games/ktamaga Makefile ports/mail/kbiff Makefile ports/misc/kwatch Makefile ports/net/kirc Makefile ports/net/ksamba Makefile ports/print/klyx ... Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk asami 1998/08/25 03:04:59 PDT Modified files: comms/kpilot Makefile deskutils/korganizer Makefile deskutils/kproject Makefile games/ktamaga Makefile mail/kbiff Makefile misc/kwatch Makefile net/kirc Makefile net/ksamba Makefile print/klyx Makefile x11/kworldwatch Makefile Log: kde shared libs are now at version 1. Gosh, no wonder they kept being reinstalled over and over. Revision Changes Path 1.10 +7 -7 ports/comms/kpilot/Makefile 1.7 +3 -3 ports/deskutils/korganizer/Makefile 1.5 +3 -3 ports/deskutils/kproject/Makefile 1.7 +2 -2 ports/games/ktamaga/Makefile 1.4 +3 -3 ports/mail/kbiff/Makefile 1.4 +3 -3 ports/misc/kwatch/Makefile 1.9 +5 -5 ports/net/kirc/Makefile 1.5 +5 -5 ports/net/ksamba/Makefile 1.5 +5 -5 ports/print/klyx/Makefile 1.5 +4 -4 ports/x11/kworldwatch/Makefile From owner-cvs-all Tue Aug 25 03:16:31 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA04722 for cvs-all-outgoing; Tue, 25 Aug 1998 03:16:31 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id DAA04717; Tue, 25 Aug 1998 03:16:30 -0700 (PDT) (envelope-from asami@FreeBSD.org) From: Satoshi Asami Received: (from asami@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id DAA19949; Tue, 25 Aug 1998 03:16:26 -0700 (PDT) Date: Tue, 25 Aug 1998 03:16:26 -0700 (PDT) Message-Id: <199808251016.DAA19949@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/graphics/killustrator Makefile Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk asami 1998/08/25 03:16:26 PDT Modified files: graphics/killustrator Makefile Log: Dang, missed one. I hate it when this happens. :< Anyway, change kde shlib version numbers. Revision Changes Path 1.3 +2 -2 ports/graphics/killustrator/Makefile From owner-cvs-all Tue Aug 25 03:30:11 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA06412 for cvs-all-outgoing; Tue, 25 Aug 1998 03:30:11 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id DAA06355; Tue, 25 Aug 1998 03:30:07 -0700 (PDT) (envelope-from jkoshy@FreeBSD.org) From: Joseph Koshy Received: (from jkoshy@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id DAA20253; Tue, 25 Aug 1998 03:30:02 -0700 (PDT) Date: Tue, 25 Aug 1998 03:30:02 -0700 (PDT) Message-Id: <199808251030.DAA20253@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: CVSROOT modules Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jkoshy 1998/08/25 03:30:02 PDT Modified files: . modules Log: cvslines --> ports/devel/cvslines Revision Changes Path 1.2321 +2 -1 CVSROOT/modules From owner-cvs-all Tue Aug 25 03:31:58 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA06522 for cvs-all-outgoing; Tue, 25 Aug 1998 03:31:58 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id DAA06517; Tue, 25 Aug 1998 03:31:57 -0700 (PDT) (envelope-from asami@FreeBSD.org) From: Satoshi Asami Received: (from asami@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id DAA20317; Tue, 25 Aug 1998 03:31:51 -0700 (PDT) Date: Tue, 25 Aug 1998 03:31:51 -0700 (PDT) Message-Id: <199808251031.DAA20317@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/comms/kpilot Makefile Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk asami 1998/08/25 03:31:51 PDT Modified files: comms/kpilot Makefile Log: Drats. libjscript is still at 0.90. Revision Changes Path 1.11 +2 -2 ports/comms/kpilot/Makefile From owner-cvs-all Tue Aug 25 03:32:55 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA06806 for cvs-all-outgoing; Tue, 25 Aug 1998 03:32:55 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id DAA06799; Tue, 25 Aug 1998 03:32:52 -0700 (PDT) (envelope-from jkoshy@FreeBSD.org) From: Joseph Koshy Received: (from jkoshy@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id DAA20354; Tue, 25 Aug 1998 03:32:48 -0700 (PDT) Date: Tue, 25 Aug 1998 03:32:48 -0700 (PDT) Message-Id: <199808251032.DAA20354@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/devel/cvslines - Imported sources Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jkoshy 1998/08/25 03:32:47 PDT ports/devel/cvslines - Imported sources Update of /home/ncvs/ports/devel/cvslines In directory freefall.freebsd.org:/d/users/jkoshy/cvslines-import Log Message: A port of `cvslines'; a CVS wrapper that helps with merging changes between various cvs branches, where the branches represent different lines of development. Status: Vendor Tag: NETAPP Release Tags: v1_6_7 N ports/devel/cvslines/Makefile I ports/devel/cvslines/CVS N ports/devel/cvslines/files/md5 N ports/devel/cvslines/pkg/COMMENT N ports/devel/cvslines/pkg/DESCR N ports/devel/cvslines/pkg/PLIST N ports/devel/cvslines/patches/patch-aa N ports/devel/cvslines/patches/patch-ab No conflicts created by this import From owner-cvs-all Tue Aug 25 03:34:32 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA06968 for cvs-all-outgoing; Tue, 25 Aug 1998 03:34:32 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id DAA06960; Tue, 25 Aug 1998 03:34:27 -0700 (PDT) (envelope-from jkoshy@FreeBSD.org) From: Joseph Koshy Received: (from jkoshy@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id DAA20433; Tue, 25 Aug 1998 03:34:23 -0700 (PDT) Date: Tue, 25 Aug 1998 03:34:23 -0700 (PDT) Message-Id: <199808251034.DAA20433@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/devel Makefile Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jkoshy 1998/08/25 03:34:23 PDT Modified files: devel Makefile Log: Activate `cvslines'. Revision Changes Path 1.134 +2 -1 ports/devel/Makefile From owner-cvs-all Tue Aug 25 03:53:50 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA09590 for cvs-all-outgoing; Tue, 25 Aug 1998 03:53:50 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id DAA09584; Tue, 25 Aug 1998 03:53:49 -0700 (PDT) (envelope-from jkoshy@FreeBSD.org) From: Joseph Koshy Received: (from jkoshy@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id DAA21057; Tue, 25 Aug 1998 03:53:44 -0700 (PDT) Date: Tue, 25 Aug 1998 03:53:44 -0700 (PDT) Message-Id: <199808251053.DAA21057@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/etc make.conf Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jkoshy 1998/08/25 03:53:43 PDT Modified files: (Branch: RELENG_2_2) etc make.conf Log: Merge revision 1.48 back into -stable ('PRINTER'->'PRINTERDEVICE'). PR: docs/7737 (see docs/3479 for the rev 1.48 fix to -current). Submitted by: Martin Kammerhofer Revision Changes Path 1.37.2.17 +2 -2 src/etc/make.conf From owner-cvs-all Tue Aug 25 04:08:28 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA12968 for cvs-all-outgoing; Tue, 25 Aug 1998 04:08:28 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id EAA12963; Tue, 25 Aug 1998 04:08:27 -0700 (PDT) (envelope-from jb@FreeBSD.org) From: John Birrell Received: (from jb@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id EAA22714; Tue, 25 Aug 1998 04:08:23 -0700 (PDT) Date: Tue, 25 Aug 1998 04:08:23 -0700 (PDT) Message-Id: <199808251108.EAA22714@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/include signal.h Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jb 1998/08/25 04:08:22 PDT Modified files: include signal.h Log: Add the prototype for sigwait(). Revision Changes Path 1.11 +1 -0 src/include/signal.h From owner-cvs-all Tue Aug 25 04:12:32 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA13302 for cvs-all-outgoing; Tue, 25 Aug 1998 04:12:32 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id EAA13297; Tue, 25 Aug 1998 04:12:31 -0700 (PDT) (envelope-from jkoshy@FreeBSD.org) From: Joseph Koshy Received: (from jkoshy@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id EAA22812; Tue, 25 Aug 1998 04:12:27 -0700 (PDT) Date: Tue, 25 Aug 1998 04:12:27 -0700 (PDT) Message-Id: <199808251112.EAA22812@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/japanese/lynx-current Makefile ports/japanese/lynx-current/files md5 Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jkoshy 1998/08/25 04:12:27 PDT Modified files: japanese/lynx-current Makefile japanese/lynx-current/files md5 Log: Update to v2.8.1.22 PR: ports/7717 Submitted by: Shigeyuki FUKUSHIMA (maintainer) Revision Changes Path 1.2 +3 -3 ports/japanese/lynx-current/Makefile 1.2 +1 -1 ports/japanese/lynx-current/files/md5 From owner-cvs-all Tue Aug 25 04:18:11 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA13887 for cvs-all-outgoing; Tue, 25 Aug 1998 04:18:11 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id EAA13880; Tue, 25 Aug 1998 04:18:10 -0700 (PDT) (envelope-from rse@FreeBSD.org) From: "Ralf S. Engelschall" Received: (from rse@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id EAA23053; Tue, 25 Aug 1998 04:18:06 -0700 (PDT) Date: Tue, 25 Aug 1998 04:18:06 -0700 (PDT) Message-Id: <199808251118.EAA23053@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/www/wml Makefile ports/www/wml/pkg MESSAGE PLIST Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk rse 1998/08/25 04:18:06 PDT Modified files: www/wml Makefile www/wml/pkg MESSAGE PLIST Log: Reanimate this port after the recent Perl 5 upgrade. Revision Changes Path 1.24 +1 -3 ports/www/wml/Makefile 1.4 +0 -1 ports/www/wml/pkg/MESSAGE 1.16 +86 -88 ports/www/wml/pkg/PLIST From owner-cvs-all Tue Aug 25 04:19:21 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA14029 for cvs-all-outgoing; Tue, 25 Aug 1998 04:19:21 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id EAA14020; Tue, 25 Aug 1998 04:19:19 -0700 (PDT) (envelope-from jb@FreeBSD.org) From: John Birrell Received: (from jb@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id EAA23098; Tue, 25 Aug 1998 04:19:15 -0700 (PDT) Date: Tue, 25 Aug 1998 04:19:15 -0700 (PDT) Message-Id: <199808251119.EAA23098@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/lib/libc_r/uthread uthread_sig.c uthread_sigwait.c uthread_kill.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jb 1998/08/25 04:19:15 PDT Modified files: lib/libc_r/uthread uthread_sig.c uthread_sigwait.c uthread_kill.c Log: Fix for sigwait problem. Submitted by: Daniel M. Eischen PR: misc/7039 Revision Changes Path 1.12 +26 -1 src/lib/libc_r/uthread/uthread_sig.c 1.3 +61 -13 src/lib/libc_r/uthread/uthread_sigwait.c 1.3 +12 -3 src/lib/libc_r/uthread/uthread_kill.c From owner-cvs-all Tue Aug 25 05:09:55 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA19072 for cvs-all-outgoing; Tue, 25 Aug 1998 05:09:55 -0700 (PDT) (envelope-from owner-cvs-all) Received: from vader.cs.berkeley.edu (vader.CS.Berkeley.EDU [128.32.38.234]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA19054; Tue, 25 Aug 1998 05:09:46 -0700 (PDT) (envelope-from asami@vader.cs.berkeley.edu) Received: from silvia.hip.berkeley.edu (sji-ca10-63.ix.netcom.com [205.186.214.63]) by vader.cs.berkeley.edu (8.8.7/8.7.3) with ESMTP id FAA21551; Tue, 25 Aug 1998 05:08:58 -0700 (PDT) Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.8.8/8.6.9) id FAA05021; Tue, 25 Aug 1998 05:08:56 -0700 (PDT) Date: Tue, 25 Aug 1998 05:08:56 -0700 (PDT) Message-Id: <199808251208.FAA05021@silvia.hip.berkeley.edu> To: rse@FreeBSD.ORG CC: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG In-reply-to: <199808251118.EAA23053@freefall.freebsd.org> (rse@FreeBSD.ORG) Subject: Re: cvs commit: ports/www/wml Makefile ports/www/wml/pkg MESSAGE PLIST From: asami@FreeBSD.ORG (Satoshi Asami) Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk * Reanimate this port after the recent Perl 5 upgrade. Wow, that was quick. :) Verified, thanks. Satoshi From owner-cvs-all Tue Aug 25 05:35:23 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA21400 for cvs-all-outgoing; Tue, 25 Aug 1998 05:35:23 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA21395; Tue, 25 Aug 1998 05:35:21 -0700 (PDT) (envelope-from jb@FreeBSD.org) From: John Birrell Received: (from jb@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id FAA25054; Tue, 25 Aug 1998 05:35:17 -0700 (PDT) Date: Tue, 25 Aug 1998 05:35:17 -0700 (PDT) Message-Id: <199808251235.FAA25054@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/lib/libc_r/test Makefile src/lib/libc_r/test/sigwait Makefile sigwait.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jb 1998/08/25 05:35:16 PDT Added files: lib/libc_r/test Makefile Log: Add support for building test programs. Added files: lib/libc_r/test/sigwait Makefile sigwait.c Log: Test program for sigwait. Submitted by: Daniel M. Eischen From owner-cvs-all Tue Aug 25 06:30:33 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA27080 for cvs-all-outgoing; Tue, 25 Aug 1998 06:30:33 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA27075; Tue, 25 Aug 1998 06:30:32 -0700 (PDT) (envelope-from luoqi@FreeBSD.org) From: Luoqi Chen Received: (from luoqi@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id GAA26484; Tue, 25 Aug 1998 06:30:28 -0700 (PDT) Date: Tue, 25 Aug 1998 06:30:28 -0700 (PDT) Message-Id: <199808251330.GAA26484@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: doc/handbook authors.sgml contrib.sgml Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk luoqi 1998/08/25 06:30:28 PDT Modified files: handbook authors.sgml contrib.sgml Log: Add myself to committer list. Revision Changes Path 1.112 +5 -1 doc/handbook/authors.sgml 1.301 +2 -1 doc/handbook/contrib.sgml From owner-cvs-all Tue Aug 25 06:47:45 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA29501 for cvs-all-outgoing; Tue, 25 Aug 1998 06:47:45 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA29496; Tue, 25 Aug 1998 06:47:42 -0700 (PDT) (envelope-from luoqi@FreeBSD.org) From: Luoqi Chen Received: (from luoqi@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id GAA08679; Tue, 25 Aug 1998 06:47:38 -0700 (PDT) Date: Tue, 25 Aug 1998 06:47:38 -0700 (PDT) Message-Id: <199808251347.GAA08679@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/vm vnode_pager.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk luoqi 1998/08/25 06:47:38 PDT Modified files: sys/vm vnode_pager.c Log: Fix a rounding problem that causes vnode pager to fail to remove the last partially filled page during a truncation. PR: kern/7422 Revision Changes Path 1.96 +9 -11 src/sys/vm/vnode_pager.c From owner-cvs-all Tue Aug 25 07:07:56 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA01722 for cvs-all-outgoing; Tue, 25 Aug 1998 07:07:56 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA01717; Tue, 25 Aug 1998 07:07:55 -0700 (PDT) (envelope-from vanilla@FreeBSD.org) From: "Vanilla I. Shu" Received: (from vanilla@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id HAA09170; Tue, 25 Aug 1998 07:07:51 -0700 (PDT) Date: Tue, 25 Aug 1998 07:07:51 -0700 (PDT) Message-Id: <199808251407.HAA09170@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/lang/scheme48/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk vanilla 1998/08/25 07:07:51 PDT Modified files: lang/scheme48/pkg PLIST Log: Correct pkg/PLIST. Revision Changes Path 1.4 +101 -1 ports/lang/scheme48/pkg/PLIST From owner-cvs-all Tue Aug 25 07:21:09 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA03461 for cvs-all-outgoing; Tue, 25 Aug 1998 07:21:09 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA03456; Tue, 25 Aug 1998 07:21:08 -0700 (PDT) (envelope-from vanilla@FreeBSD.org) From: "Vanilla I. Shu" Received: (from vanilla@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id HAA09548; Tue, 25 Aug 1998 07:21:03 -0700 (PDT) Date: Tue, 25 Aug 1998 07:21:03 -0700 (PDT) Message-Id: <199808251421.HAA09548@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: CVSROOT modules Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk vanilla 1998/08/25 07:21:03 PDT Modified files: . modules Log: slib --> ports/lang/slib Revision Changes Path 1.2322 +2 -1 CVSROOT/modules From owner-cvs-all Tue Aug 25 07:22:34 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA03751 for cvs-all-outgoing; Tue, 25 Aug 1998 07:22:34 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA03744; Tue, 25 Aug 1998 07:22:32 -0700 (PDT) (envelope-from vanilla@FreeBSD.org) From: "Vanilla I. Shu" Received: (from vanilla@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id HAA09586; Tue, 25 Aug 1998 07:22:27 -0700 (PDT) Date: Tue, 25 Aug 1998 07:22:27 -0700 (PDT) Message-Id: <199808251422.HAA09586@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/lang/slib - Imported sources Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk vanilla 1998/08/25 07:22:27 PDT ports/lang/slib - Imported sources Update of /home/ncvs/ports/lang/slib In directory freefall.freebsd.org:/d/users/vanilla/work/slib Log Message: A portable scheme library for all standard scheme implementation. Submitted by: Yukihiro Nakai Status: Vendor Tag: NAKAI Release Tags: slib_2_c_0 N ports/lang/slib/Makefile I ports/lang/slib/CVS N ports/lang/slib/files/md5 N ports/lang/slib/pkg/COMMENT N ports/lang/slib/pkg/DESCR N ports/lang/slib/pkg/PLIST No conflicts created by this import From owner-cvs-all Tue Aug 25 07:24:13 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA04102 for cvs-all-outgoing; Tue, 25 Aug 1998 07:24:13 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA04094; Tue, 25 Aug 1998 07:24:11 -0700 (PDT) (envelope-from vanilla@FreeBSD.org) From: "Vanilla I. Shu" Received: (from vanilla@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id HAA09647; Tue, 25 Aug 1998 07:24:07 -0700 (PDT) Date: Tue, 25 Aug 1998 07:24:07 -0700 (PDT) Message-Id: <199808251424.HAA09647@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/lang Makefile Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk vanilla 1998/08/25 07:24:07 PDT Modified files: lang Makefile Log: Activate slib. Revision Changes Path 1.108 +2 -1 ports/lang/Makefile From owner-cvs-all Tue Aug 25 07:41:49 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA06792 for cvs-all-outgoing; Tue, 25 Aug 1998 07:41:49 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA06787; Tue, 25 Aug 1998 07:41:48 -0700 (PDT) (envelope-from phk@FreeBSD.org) From: Poul-Henning Kamp Received: (from phk@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id HAA10543; Tue, 25 Aug 1998 07:41:44 -0700 (PDT) Date: Tue, 25 Aug 1998 07:41:44 -0700 (PDT) Message-Id: <199808251441.HAA10543@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/kern vfs_bio.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk phk 1998/08/25 07:41:44 PDT Modified files: sys/kern vfs_bio.c Log: Fix DDBs printing of buf-flags after I changed them yesterday. Revision Changes Path 1.172 +3 -3 src/sys/kern/vfs_bio.c From owner-cvs-all Tue Aug 25 08:04:44 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA09382 for cvs-all-outgoing; Tue, 25 Aug 1998 08:04:44 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA09377; Tue, 25 Aug 1998 08:04:43 -0700 (PDT) (envelope-from kuriyama@FreeBSD.org) From: Jun Kuriyama Received: (from kuriyama@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id IAA11354; Tue, 25 Aug 1998 08:04:39 -0700 (PDT) Date: Tue, 25 Aug 1998 08:04:39 -0700 (PDT) Message-Id: <199808251504.IAA11354@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: CVSROOT modules Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk kuriyama 1998/08/25 08:04:38 PDT Modified files: . modules Log: Prepare to move category from misc to devel. Revision Changes Path 1.2323 +1 -2 CVSROOT/modules From owner-cvs-all Tue Aug 25 08:05:34 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA09517 for cvs-all-outgoing; Tue, 25 Aug 1998 08:05:34 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA09512; Tue, 25 Aug 1998 08:05:33 -0700 (PDT) (envelope-from kuriyama@FreeBSD.org) From: Jun Kuriyama Received: (from kuriyama@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id IAA11447; Tue, 25 Aug 1998 08:05:29 -0700 (PDT) Date: Tue, 25 Aug 1998 08:05:29 -0700 (PDT) Message-Id: <199808251505.IAA11447@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/misc/gettext Makefile ports/misc/gettext/files md5 ports/misc/gettext/patches patch-aa patch-ab ports/misc/gettext/pkg COMMENT DESCR PLIST Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk kuriyama 1998/08/25 08:05:29 PDT Removed files: misc/gettext Makefile misc/gettext/files md5 misc/gettext/patches patch-aa patch-ab misc/gettext/pkg COMMENT DESCR PLIST Log: Move category from misc to devel. From owner-cvs-all Tue Aug 25 08:09:11 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA10012 for cvs-all-outgoing; Tue, 25 Aug 1998 08:09:11 -0700 (PDT) (envelope-from owner-cvs-all) Received: from baerenklau.de.freebsd.org (baerenklau.de.freebsd.org [195.185.195.14]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA10004 for ; Tue, 25 Aug 1998 08:09:09 -0700 (PDT) (envelope-from wosch@panke.de.freebsd.org) Received: (from uucp@localhost) by baerenklau.de.freebsd.org (8.8.8/8.8.8) with UUCP id RAA06662 for committers@freebsd.org; Tue, 25 Aug 1998 17:08:18 +0200 (CEST) (envelope-from wosch@panke.de.freebsd.org) Received: (from wosch@localhost) by campa.panke.de (8.8.8/8.8.8) id KAA02346 for committers@freebsd.org; Tue, 25 Aug 1998 10:40:57 +0200 (MET DST) (envelope-from wosch) Message-ID: <19980825104056.A2336@panke.de> Date: Tue, 25 Aug 1998 10:40:56 +0200 From: Wolfram Schneider To: committers@freebsd.org Subject: NetBSD CVS tree Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.93.1i Sender: owner-cvs-all@freebsd.org X-Loop: FreeBSD.org Precedence: bulk FYI, I created my own NetBSD CVS tree. The tree contain the NetBSD releases 1.0, 1.1, 1.2, 1.2.1, 1.3, and -current. Of course without the original log messages. -current will be updated daily at 02:00PDT freefall: /e/NetBSD/NetBSD-current current sources /e/NetBSD/NetBSD-CVS CVS tree http://www.freebsd.org/cgi/cvsweb.cgi?cvsroot=netbsd -- Wolfram Schneider http://www.freebsd.org/~w/ From owner-cvs-all Tue Aug 25 09:11:41 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA18898 for cvs-all-outgoing; Tue, 25 Aug 1998 09:11:41 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA18893; Tue, 25 Aug 1998 09:11:39 -0700 (PDT) (envelope-from kuriyama@FreeBSD.org) From: Jun Kuriyama Received: (from kuriyama@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id JAA13731; Tue, 25 Aug 1998 09:11:35 -0700 (PDT) Date: Tue, 25 Aug 1998 09:11:35 -0700 (PDT) Message-Id: <199808251611.JAA13731@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/misc Makefile Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk kuriyama 1998/08/25 09:11:35 PDT Modified files: misc Makefile Log: Remove gettext. Revision Changes Path 1.163 +1 -2 ports/misc/Makefile From owner-cvs-all Tue Aug 25 09:12:28 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA19088 for cvs-all-outgoing; Tue, 25 Aug 1998 09:12:28 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA19073; Tue, 25 Aug 1998 09:12:25 -0700 (PDT) (envelope-from kuriyama@FreeBSD.org) From: Jun Kuriyama Received: (from kuriyama@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id JAA13793; Tue, 25 Aug 1998 09:12:21 -0700 (PDT) Date: Tue, 25 Aug 1998 09:12:21 -0700 (PDT) Message-Id: <199808251612.JAA13793@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: CVSROOT modules Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk kuriyama 1998/08/25 09:12:21 PDT Modified files: . modules Log: gettext --> ports/devel/gettext Revision Changes Path 1.2324 +2 -1 CVSROOT/modules From owner-cvs-all Tue Aug 25 09:13:15 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA19292 for cvs-all-outgoing; Tue, 25 Aug 1998 09:13:15 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA19280; Tue, 25 Aug 1998 09:13:09 -0700 (PDT) (envelope-from kuriyama@FreeBSD.org) From: Jun Kuriyama Received: (from kuriyama@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id JAA13841; Tue, 25 Aug 1998 09:13:05 -0700 (PDT) Date: Tue, 25 Aug 1998 09:13:05 -0700 (PDT) Message-Id: <199808251613.JAA13841@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/devel/gettext - Imported sources Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk kuriyama 1998/08/25 09:13:05 PDT ports/devel/gettext - Imported sources Update of /home/ncvs/ports/devel/gettext In directory freefall.freebsd.org:/tmp/cvs-serv13832 Log Message: GNU gettext package. Submitted by: Yukihiro Nakai Status: Vendor Tag: NAKAI Release Tags: v0_10 N ports/devel/gettext/Makefile N ports/devel/gettext/files/md5 N ports/devel/gettext/patches/patch-ab N ports/devel/gettext/patches/patch-aa N ports/devel/gettext/pkg/PLIST N ports/devel/gettext/pkg/DESCR N ports/devel/gettext/pkg/COMMENT No conflicts created by this import From owner-cvs-all Tue Aug 25 09:14:12 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA19560 for cvs-all-outgoing; Tue, 25 Aug 1998 09:14:12 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA19549; Tue, 25 Aug 1998 09:14:09 -0700 (PDT) (envelope-from kuriyama@FreeBSD.org) From: Jun Kuriyama Received: (from kuriyama@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id JAA13902; Tue, 25 Aug 1998 09:14:05 -0700 (PDT) Date: Tue, 25 Aug 1998 09:14:05 -0700 (PDT) Message-Id: <199808251614.JAA13902@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/devel Makefile Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk kuriyama 1998/08/25 09:14:05 PDT Modified files: devel Makefile Log: Activate gettext. Revision Changes Path 1.135 +2 -1 ports/devel/Makefile From owner-cvs-all Tue Aug 25 10:44:12 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA02711 for cvs-all-outgoing; Tue, 25 Aug 1998 10:44:12 -0700 (PDT) (envelope-from owner-cvs-all) Received: from dt053nb4.san.rr.com (dt053nb4.san.rr.com [204.210.34.180]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA02696; Tue, 25 Aug 1998 10:44:07 -0700 (PDT) (envelope-from Studded@dal.net) Received: from dal.net (Studded@localhost [127.0.0.1]) by dt053nb4.san.rr.com (8.8.8/8.8.8) with ESMTP id KAA05896; Tue, 25 Aug 1998 10:43:19 -0700 (PDT) (envelope-from Studded@dal.net) Message-ID: <35E2F7B7.AB60177B@dal.net> Date: Tue, 25 Aug 1998 10:43:19 -0700 From: Studded Organization: Triborough Bridge & Tunnel Authority X-Mailer: Mozilla 4.06 [en] (X11; I; FreeBSD 2.2.7-STABLE-0823 i386) MIME-Version: 1.0 To: Satoshi Asami CC: cvs-all@FreeBSD.ORG Subject: Re: cvs commit: ports/www/netscape45-communicator Makefile References: <199808250830.BAA16947@freefall.freebsd.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Satoshi Asami wrote: > > asami 1998/08/25 01:30:34 PDT > > Modified files: > www/netscape45-communicator Makefile > Log: > Mark this port BROKEN while it awaits an upgrade from thepish (who seems > to have dropped off the surface of the earth at the moment :p). While you're at it, that port's makefile is the one for 4.06 on my system (with a recent cvsup), the one for netscape4-communicator.beta is the one that's downloading the 4.5 beta. One of those categories is probably superfluous. I realize that there was some discussion about this on the -ports list, but it seems like it didn't get fully resolved. Doug -- *** Chief Operations Officer, DALnet IRC network *** When you don't know where you're going, every road will take you there. - Yiddish Proverb From owner-cvs-all Tue Aug 25 10:48:52 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA03606 for cvs-all-outgoing; Tue, 25 Aug 1998 10:48:52 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA03596; Tue, 25 Aug 1998 10:48:48 -0700 (PDT) (envelope-from brian@FreeBSD.org) From: Brian Somers Received: (from brian@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id KAA16473; Tue, 25 Aug 1998 10:48:44 -0700 (PDT) Date: Tue, 25 Aug 1998 10:48:44 -0700 (PDT) Message-Id: <199808251748.KAA16473@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/ppp bundle.c bundle.h command.c defs.h ip.c ip.h link.c link.h mbuf.c mp.c mp.h physical.c physical.h ppp.8 Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk brian 1998/08/25 10:48:44 PDT Modified files: usr.sbin/ppp bundle.c bundle.h command.c defs.h ip.c ip.h link.c link.h mbuf.c mp.c mp.h physical.c physical.h ppp.8 Log: If we've got a full output buffer queue and cannot send anything for two mintues (see ``set choked'' and ``show bundle''), nuke the ip, mp and link level buffer queues. This should fix problems where ``ppp -auto'' seems to stop responding after failing to connect to the peer a few times. Revision Changes Path 1.33 +44 -1 src/usr.sbin/ppp/bundle.c 1.13 +9 -1 src/usr.sbin/ppp/bundle.h 1.160 +12 -2 src/usr.sbin/ppp/command.c 1.36 +3 -2 src/usr.sbin/ppp/defs.h 1.51 +11 -1 src/usr.sbin/ppp/ip.c 1.10 +2 -1 src/usr.sbin/ppp/ip.h 1.5 +11 -1 src/usr.sbin/ppp/link.c 1.4 +2 -1 src/usr.sbin/ppp/link.h 1.22 +2 -1 src/usr.sbin/ppp/mbuf.c 1.14 +7 -1 src/usr.sbin/ppp/mp.c 1.4 +2 -1 src/usr.sbin/ppp/mp.h 1.6 +11 -1 src/usr.sbin/ppp/physical.c 1.4 +2 -1 src/usr.sbin/ppp/physical.h 1.119 +31 -1 src/usr.sbin/ppp/ppp.8 From owner-cvs-all Tue Aug 25 10:49:10 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA03662 for cvs-all-outgoing; Tue, 25 Aug 1998 10:49:10 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA03631; Tue, 25 Aug 1998 10:48:59 -0700 (PDT) (envelope-from phk@FreeBSD.org) From: Poul-Henning Kamp Received: (from phk@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id KAA16490; Tue, 25 Aug 1998 10:48:54 -0700 (PDT) Date: Tue, 25 Aug 1998 10:48:54 -0700 (PDT) Message-Id: <199808251748.KAA16490@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/miscfs/specfs spec_vnops.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk phk 1998/08/25 10:48:54 PDT Modified files: sys/miscfs/specfs spec_vnops.c Log: sort the prototypes Revision Changes Path 1.71 +12 -12 src/sys/miscfs/specfs/spec_vnops.c From owner-cvs-all Tue Aug 25 10:49:12 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA03677 for cvs-all-outgoing; Tue, 25 Aug 1998 10:49:12 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA03639; Tue, 25 Aug 1998 10:49:01 -0700 (PDT) (envelope-from brian@FreeBSD.org) From: Brian Somers Received: (from brian@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id KAA16515; Tue, 25 Aug 1998 10:48:56 -0700 (PDT) Date: Tue, 25 Aug 1998 10:48:56 -0700 (PDT) Message-Id: <199808251748.KAA16515@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/ppp ppp.8 Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk brian 1998/08/25 10:48:55 PDT Modified files: usr.sbin/ppp ppp.8 Log: Mention what ``set authname'' does in -direct mode. Revision Changes Path 1.120 +8 -1 src/usr.sbin/ppp/ppp.8 From owner-cvs-all Tue Aug 25 13:08:12 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA25173 for cvs-all-outgoing; Tue, 25 Aug 1998 13:08:12 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA25168; Tue, 25 Aug 1998 13:08:11 -0700 (PDT) (envelope-from stb@FreeBSD.org) From: Stefan Bethke Received: (from stb@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id NAA22312; Tue, 25 Aug 1998 13:08:07 -0700 (PDT) Date: Tue, 25 Aug 1998 13:08:07 -0700 (PDT) Message-Id: <199808252008.NAA22312@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/net/netatalk/patches patch-ag Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk stb 1998/08/25 13:08:06 PDT Added files: net/netatalk/patches patch-ag Log: Misplaced #include broke compile. PR: ports/7643 From owner-cvs-all Tue Aug 25 13:38:10 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA00400 for cvs-all-outgoing; Tue, 25 Aug 1998 13:38:10 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA00395; Tue, 25 Aug 1998 13:38:09 -0700 (PDT) (envelope-from asami@FreeBSD.org) From: Satoshi Asami Received: (from asami@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id NAA23862; Tue, 25 Aug 1998 13:38:05 -0700 (PDT) Date: Tue, 25 Aug 1998 13:38:05 -0700 (PDT) Message-Id: <199808252038.NAA23862@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/graphics/xmandel Makefile ports/graphics/xmandel/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk asami 1998/08/25 13:38:05 PDT Modified files: graphics/xmandel Makefile graphics/xmandel/pkg PLIST Log: There was no newline at end of PLIST. While I'm here, move manpage to MAN1. Revision Changes Path 1.2 +2 -1 ports/graphics/xmandel/Makefile 1.2 +0 -1 ports/graphics/xmandel/pkg/PLIST From owner-cvs-all Tue Aug 25 14:16:55 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA07256 for cvs-all-outgoing; Tue, 25 Aug 1998 14:16:55 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA07245; Tue, 25 Aug 1998 14:16:53 -0700 (PDT) (envelope-from julian@FreeBSD.org) From: Julian Elischer Received: (from julian@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id OAA26266; Tue, 25 Aug 1998 14:16:48 -0700 (PDT) Date: Tue, 25 Aug 1998 14:16:48 -0700 (PDT) Message-Id: <199808252116.OAA26266@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/syslogd Makefile syslogd.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk julian 1998/08/25 14:16:48 PDT Modified files: usr.sbin/syslogd Makefile syslogd.c Log: Submitted by: archie@whistle.com quieten cc -Wall Revision Changes Path 1.3 +1 -0 src/usr.sbin/syslogd/Makefile 1.41 +3 -3 src/usr.sbin/syslogd/syslogd.c From owner-cvs-all Tue Aug 25 15:06:18 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA17206 for cvs-all-outgoing; Tue, 25 Aug 1998 15:06:18 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA17151; Tue, 25 Aug 1998 15:06:08 -0700 (PDT) (envelope-from kuriyama@FreeBSD.org) From: Jun Kuriyama Received: (from kuriyama@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id PAA27429; Tue, 25 Aug 1998 15:06:01 -0700 (PDT) Date: Tue, 25 Aug 1998 15:06:01 -0700 (PDT) Message-Id: <199808252206.PAA27429@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: CVSROOT modules Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk kuriyama 1998/08/25 15:06:01 PDT Modified files: . modules Log: ja-vje-trial --> ports/japanese/vje-trial Revision Changes Path 1.2325 +2 -1 CVSROOT/modules From owner-cvs-all Tue Aug 25 15:06:59 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA17354 for cvs-all-outgoing; Tue, 25 Aug 1998 15:06:59 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA17335; Tue, 25 Aug 1998 15:06:54 -0700 (PDT) (envelope-from kuriyama@FreeBSD.org) From: Jun Kuriyama Received: (from kuriyama@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id PAA27467; Tue, 25 Aug 1998 15:06:50 -0700 (PDT) Date: Tue, 25 Aug 1998 15:06:50 -0700 (PDT) Message-Id: <199808252206.PAA27467@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/japanese/vje-trial - Imported sources Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk kuriyama 1998/08/25 15:06:50 PDT ports/japanese/vje-trial - Imported sources Update of /home/ncvs/ports/japanese/vje-trial In directory freefall.freebsd.org:/tmp/cvs-serv27458 Log Message: VJE-Delta Ver 2.5 for Linux/FreeBSD is a Japanese Imput-Method-Exchanger for X Window System Version 11 Rel.6(X11R6) with Linux or FreeBSD operating system. PR: ports/7329 Submitted by: SADA Kenji Status: Vendor Tag: SADA Release Tags: v2_5t N ports/japanese/vje-trial/Makefile N ports/japanese/vje-trial/files/md5 N ports/japanese/vje-trial/files/vjed.sh.in N ports/japanese/vje-trial/files/readme.freebsd N ports/japanese/vje-trial/pkg/COMMENT N ports/japanese/vje-trial/pkg/DESCR N ports/japanese/vje-trial/pkg/PLIST N ports/japanese/vje-trial/pkg/INSTALL No conflicts created by this import From owner-cvs-all Tue Aug 25 15:08:22 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA17669 for cvs-all-outgoing; Tue, 25 Aug 1998 15:08:22 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA17639; Tue, 25 Aug 1998 15:08:11 -0700 (PDT) (envelope-from kuriyama@FreeBSD.org) From: Jun Kuriyama Received: (from kuriyama@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id PAA27514; Tue, 25 Aug 1998 15:08:04 -0700 (PDT) Date: Tue, 25 Aug 1998 15:08:04 -0700 (PDT) Message-Id: <199808252208.PAA27514@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports LEGAL Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk kuriyama 1998/08/25 15:08:04 PDT Modified files: . LEGAL Log: Add vje.tgz. Revision Changes Path 1.115 +3 -1 ports/LEGAL From owner-cvs-all Tue Aug 25 15:46:52 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA23236 for cvs-all-outgoing; Tue, 25 Aug 1998 15:46:52 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA23226; Tue, 25 Aug 1998 15:46:49 -0700 (PDT) (envelope-from imp@FreeBSD.org) From: Warner Losh Received: (from imp@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id PAA29445; Tue, 25 Aug 1998 15:46:45 -0700 (PDT) Date: Tue, 25 Aug 1998 15:46:45 -0700 (PDT) Message-Id: <199808252246.PAA29445@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/pccard i82365.h pcic.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk imp 1998/08/25 15:46:45 PDT Modified files: sys/pccard i82365.h pcic.c Log: Add probing support for the vadem VG365 and the Vadem VG465 pcic chips. We do the same thing we do with all the other Vadem chips and print the right identification for these chips. Tested with the 365, and inferred for the 465. This allows the cheapo PCMCIA card that I got from necx to print the right chip number on boot. Revision Changes Path 1.9 +8 -6 src/sys/pccard/i82365.h 1.62 +30 -6 src/sys/pccard/pcic.c From owner-cvs-all Tue Aug 25 16:48:42 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA03999 for cvs-all-outgoing; Tue, 25 Aug 1998 16:48:42 -0700 (PDT) (envelope-from owner-cvs-all) Received: from vader.cs.berkeley.edu (vader.CS.Berkeley.EDU [128.32.38.234]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA03994 for ; Tue, 25 Aug 1998 16:48:41 -0700 (PDT) (envelope-from asami@vader.cs.berkeley.edu) Received: from silvia.hip.berkeley.edu (sji-ca6-88.ix.netcom.com [205.186.213.88]) by vader.cs.berkeley.edu (8.8.7/8.7.3) with ESMTP id QAA22312; Tue, 25 Aug 1998 16:47:52 -0700 (PDT) Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.8.8/8.6.9) id QAA06760; Tue, 25 Aug 1998 16:47:50 -0700 (PDT) Date: Tue, 25 Aug 1998 16:47:50 -0700 (PDT) Message-Id: <199808252347.QAA06760@silvia.hip.berkeley.edu> To: Studded@dal.net CC: cvs-all@FreeBSD.ORG In-reply-to: <35E2F7B7.AB60177B@dal.net> (message from Studded on Tue, 25 Aug 1998 10:43:19 -0700) Subject: Re: cvs commit: ports/www/netscape45-communicator Makefile From: asami@FreeBSD.ORG (Satoshi Asami) Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk * While you're at it, that port's makefile is the one for 4.06 on my * system (with a recent cvsup), the one for netscape4-communicator.beta is * the one that's downloading the 4.5 beta. One of those categories is * probably superfluous. I realize that there was some discussion about * this on the -ports list, but it seems like it didn't get fully resolved. It did. thepish said he was going to merge the .beta into 45. Unfortunately, that's the last I've heard from him. :< Satoshi From owner-cvs-all Tue Aug 25 17:06:51 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA06091 for cvs-all-outgoing; Tue, 25 Aug 1998 17:06:51 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA06086; Tue, 25 Aug 1998 17:06:50 -0700 (PDT) (envelope-from dillon@FreeBSD.org) From: Matt Dillon Received: (from dillon@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id RAA04233; Tue, 25 Aug 1998 17:06:46 -0700 (PDT) Date: Tue, 25 Aug 1998 17:06:46 -0700 (PDT) Message-Id: <199808260006.RAA04233@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: doc/handbook authors.sgml Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk dillon 1998/08/25 17:06:45 PDT Modified files: handbook authors.sgml Log: For my first official commit as a commiter, after many unofficial commits through third parties, to add myself. Revision Changes Path 1.113 +5 -1 doc/handbook/authors.sgml From owner-cvs-all Tue Aug 25 18:58:49 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA21699 for cvs-all-outgoing; Tue, 25 Aug 1998 18:58:49 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA21693; Tue, 25 Aug 1998 18:58:45 -0700 (PDT) (envelope-from dillon@FreeBSD.org) From: Matt Dillon Received: (from dillon@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id SAA07564; Tue, 25 Aug 1998 18:58:41 -0700 (PDT) Date: Tue, 25 Aug 1998 18:58:41 -0700 (PDT) Message-Id: <199808260158.SAA07564@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sbin/ping ping.8 ping.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk dillon 1998/08/25 18:58:40 PDT Modified files: sbin/ping ping.8 ping.c Log: (well tested at BEST): -i option can now take FP values (e.g. -i 0.1), extremely useful for networking testing. Other options secured from user-level D.O.S. attacks. -f, -s now root-only. -i wait times < 1.0 root-only. -c count limited to 100 and defaults to 16 when ping run by non-root user. Revision Changes Path 1.16 +8 -6 src/sbin/ping/ping.8 1.40 +38 -11 src/sbin/ping/ping.c From owner-cvs-all Tue Aug 25 19:46:34 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA28071 for cvs-all-outgoing; Tue, 25 Aug 1998 19:46:34 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA28057; Tue, 25 Aug 1998 19:46:30 -0700 (PDT) (envelope-from jkoshy@FreeBSD.org) From: Joseph Koshy Received: (from jkoshy@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id TAA08740; Tue, 25 Aug 1998 19:46:25 -0700 (PDT) Date: Tue, 25 Aug 1998 19:46:25 -0700 (PDT) Message-Id: <199808260246.TAA08740@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/pcvt/ispcvt ispcvt.8 src/share/man/man4/man4.i386 pcvt.4 Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jkoshy 1998/08/25 19:46:24 PDT Modified files: usr.sbin/pcvt/ispcvt ispcvt.8 share/man/man4/man4.i386 pcvt.4 Log: Remove identity crisis in ispcvt(8) man page. Include reference to ispcvt(8) in pcvt(4). PR: docs/7743 Submitted by: Revision Changes Path 1.4 +1 -1 src/usr.sbin/pcvt/ispcvt/ispcvt.8 1.11 +3 -2 src/share/man/man4/man4.i386/pcvt.4 From owner-cvs-all Tue Aug 25 19:47:11 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA28183 for cvs-all-outgoing; Tue, 25 Aug 1998 19:47:11 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA28161; Tue, 25 Aug 1998 19:47:04 -0700 (PDT) (envelope-from dillon@FreeBSD.org) From: Matt Dillon Received: (from dillon@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id TAA08824; Tue, 25 Aug 1998 19:46:59 -0700 (PDT) Date: Tue, 25 Aug 1998 19:46:59 -0700 (PDT) Message-Id: <199808260246.TAA08824@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: doc/handbook contrib.sgml Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk dillon 1998/08/25 19:46:59 PDT Modified files: handbook contrib.sgml Log: Added myself to the developers section. Revision Changes Path 1.302 +2 -1 doc/handbook/contrib.sgml From owner-cvs-all Tue Aug 25 22:27:50 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA11081 for cvs-all-outgoing; Tue, 25 Aug 1998 22:27:50 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA11075; Tue, 25 Aug 1998 22:27:47 -0700 (PDT) (envelope-from dillon@FreeBSD.org) From: Matt Dillon Received: (from dillon@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id WAA12976; Tue, 25 Aug 1998 22:27:42 -0700 (PDT) Date: Tue, 25 Aug 1998 22:27:42 -0700 (PDT) Message-Id: <199808260527.WAA12976@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/kern kern_synch.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk dillon 1998/08/25 22:27:42 PDT Modified files: sys/kern kern_synch.c Log: priority comparison in maybe_resched() didn't work properly if current and chk process were on different scheduler queues. Fixed. Revision Changes Path 1.62 +13 -6 src/sys/kern/kern_synch.c From owner-cvs-all Tue Aug 25 22:29:44 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA11225 for cvs-all-outgoing; Tue, 25 Aug 1998 22:29:44 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA11220; Tue, 25 Aug 1998 22:29:42 -0700 (PDT) (envelope-from asami@FreeBSD.org) From: Satoshi Asami Received: (from asami@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id WAA13035; Tue, 25 Aug 1998 22:29:36 -0700 (PDT) Date: Tue, 25 Aug 1998 22:29:36 -0700 (PDT) Message-Id: <199808260529.WAA13035@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/lang/moscow_ml Makefile Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk asami 1998/08/25 22:29:36 PDT Modified files: lang/moscow_ml Makefile Log: "ln -s" -> "ln -sf" Revision Changes Path 1.11 +2 -2 ports/lang/moscow_ml/Makefile From owner-cvs-all Tue Aug 25 22:41:54 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA11963 for cvs-all-outgoing; Tue, 25 Aug 1998 22:41:54 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA11958; Tue, 25 Aug 1998 22:41:53 -0700 (PDT) (envelope-from asami@FreeBSD.org) From: Satoshi Asami Received: (from asami@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id WAA13531; Tue, 25 Aug 1998 22:41:49 -0700 (PDT) Date: Tue, 25 Aug 1998 22:41:49 -0700 (PDT) Message-Id: <199808260541.WAA13531@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/lang/o2c/patches patch-aa Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk asami 1998/08/25 22:41:48 PDT Modified files: lang/o2c/patches patch-aa Log: "mkdir" -> "mkdir -p" Revision Changes Path 1.3 +1 -1 ports/lang/o2c/patches/patch-aa From owner-cvs-all Tue Aug 25 23:40:33 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA16588 for cvs-all-outgoing; Tue, 25 Aug 1998 23:40:33 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA16583; Tue, 25 Aug 1998 23:40:32 -0700 (PDT) (envelope-from asami@FreeBSD.org) From: Satoshi Asami Received: (from asami@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id XAA14641; Tue, 25 Aug 1998 23:40:28 -0700 (PDT) Date: Tue, 25 Aug 1998 23:40:28 -0700 (PDT) Message-Id: <199808260640.XAA14641@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/audio/xamp Makefile Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk asami 1998/08/25 23:40:28 PDT Modified files: audio/xamp Makefile Log: No need to use += for a variable defined only once. Revision Changes Path 1.3 +2 -2 ports/audio/xamp/Makefile From owner-cvs-all Tue Aug 25 23:44:05 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA16829 for cvs-all-outgoing; Tue, 25 Aug 1998 23:44:05 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA16818; Tue, 25 Aug 1998 23:44:01 -0700 (PDT) (envelope-from asami@FreeBSD.org) From: Satoshi Asami Received: (from asami@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id XAA14773; Tue, 25 Aug 1998 23:43:56 -0700 (PDT) Date: Tue, 25 Aug 1998 23:43:56 -0700 (PDT) Message-Id: <199808260643.XAA14773@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/devel/mkmf Makefile Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk asami 1998/08/25 23:43:56 PDT Modified files: devel/mkmf Makefile Log: MANCOMPRESSED=maybe Revision Changes Path 1.5 +2 -4 ports/devel/mkmf/Makefile From owner-cvs-all Wed Aug 26 00:10:08 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA19011 for cvs-all-outgoing; Wed, 26 Aug 1998 00:10:08 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA18992; Wed, 26 Aug 1998 00:10:03 -0700 (PDT) (envelope-from imp@FreeBSD.org) From: Warner Losh Received: (from imp@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id AAA15676; Wed, 26 Aug 1998 00:09:59 -0700 (PDT) Date: Wed, 26 Aug 1998 00:09:59 -0700 (PDT) Message-Id: <199808260709.AAA15676@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/pccard pccard.c skel.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk imp 1998/08/26 00:09:58 PDT Modified files: sys/pccard pccard.c skel.c Log: o renable pccard_remove_driver (it was used in the skel.c driver) o update skel.c to lots of stuff that has happened since the last time it was updated. Revision Changes Path 1.64 +1 -3 src/sys/pccard/pccard.c 1.7 +21 -19 src/sys/pccard/skel.c From owner-cvs-all Wed Aug 26 01:19:48 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA24089 for cvs-all-outgoing; Wed, 26 Aug 1998 01:19:48 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA24078; Wed, 26 Aug 1998 01:19:47 -0700 (PDT) (envelope-from wosch@FreeBSD.org) From: Wolfram Schneider Received: (from wosch@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id BAA20129; Wed, 26 Aug 1998 01:19:43 -0700 (PDT) Date: Wed, 26 Aug 1998 01:19:43 -0700 (PDT) Message-Id: <199808260819.BAA20129@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: doc/handbook handbook.sgml Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk wosch 1998/08/26 01:19:42 PDT Modified files: handbook handbook.sgml Log: Update date to July 1998 Add link to handbook-html.tar.gz Revision Changes Path 1.89 +3 -3 doc/handbook/handbook.sgml From owner-cvs-all Wed Aug 26 01:35:10 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA25579 for cvs-all-outgoing; Wed, 26 Aug 1998 01:35:10 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA25573; Wed, 26 Aug 1998 01:35:08 -0700 (PDT) (envelope-from asami@FreeBSD.org) From: Satoshi Asami Received: (from asami@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id BAA20825; Wed, 26 Aug 1998 01:35:03 -0700 (PDT) Date: Wed, 26 Aug 1998 01:35:03 -0700 (PDT) Message-Id: <199808260835.BAA20825@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/japanese/vje-trial Makefile Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk asami 1998/08/26 01:35:03 PDT Modified files: japanese/vje-trial Makefile Log: The RESTRICTED string will be printed out with a "." at the end. Revision Changes Path 1.2 +2 -2 ports/japanese/vje-trial/Makefile From owner-cvs-all Wed Aug 26 01:52:11 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA26621 for cvs-all-outgoing; Wed, 26 Aug 1998 01:52:11 -0700 (PDT) (envelope-from owner-cvs-all) Received: from awfulhak.org (awfulhak.force9.co.uk [195.166.136.63]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA26562; Wed, 26 Aug 1998 01:51:52 -0700 (PDT) (envelope-from brian@Awfulhak.org) Received: from gate.lan.awfulhak.org (brian@localhost [127.0.0.1]) by awfulhak.org (8.8.8/8.8.8) with ESMTP id JAA29441; Wed, 26 Aug 1998 09:46:38 +0100 (BST) (envelope-from brian@Awfulhak.org) Message-Id: <199808260846.JAA29441@awfulhak.org> X-Mailer: exmh version 2.0.2 2/24/98 To: Warner Losh cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sys/pccard pccard.c skel.c In-reply-to: Your message of "Wed, 26 Aug 1998 00:09:59 PDT." <199808260709.AAA15676@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Wed, 26 Aug 1998 09:46:37 +0100 From: Brian Somers Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > imp 1998/08/26 00:09:58 PDT > > Modified files: > sys/pccard pccard.c skel.c > Log: > o renable pccard_remove_driver (it was used in the skel.c driver) > o update skel.c to lots of stuff that has happened since the last time > it was updated. > > Revision Changes Path > 1.64 +1 -3 src/sys/pccard/pccard.c > 1.7 +21 -19 src/sys/pccard/skel.c Any chance of a mention in LINT of ``skel'' ? Or even better, a man page ? -- Brian , , Don't _EVER_ lose your sense of humour.... From owner-cvs-all Wed Aug 26 02:15:19 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA29142 for cvs-all-outgoing; Wed, 26 Aug 1998 02:15:19 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA29137; Wed, 26 Aug 1998 02:15:18 -0700 (PDT) (envelope-from vanilla@FreeBSD.org) From: "Vanilla I. Shu" Received: (from vanilla@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id CAA22125; Wed, 26 Aug 1998 02:15:14 -0700 (PDT) Date: Wed, 26 Aug 1998 02:15:14 -0700 (PDT) Message-Id: <199808260915.CAA22125@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/net/SSLtelnet Makefile ports/net/SSLtelnet/files Makefile.patch ports/net/SSLtelnet/patches patch-bd Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk vanilla 1998/08/26 02:15:13 PDT Modified files: net/SSLtelnet Makefile Added files: net/SSLtelnet/files Makefile.patch net/SSLtelnet/patches patch-bd Log: Change maintainer's email address, and add depends with rsaref. PR: ports/7740 Submitted by: maintainer Revision Changes Path 1.3 +19 -3 ports/net/SSLtelnet/Makefile From owner-cvs-all Wed Aug 26 02:39:09 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA01989 for cvs-all-outgoing; Wed, 26 Aug 1998 02:39:09 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA01984; Wed, 26 Aug 1998 02:39:06 -0700 (PDT) (envelope-from vanilla@FreeBSD.org) From: "Vanilla I. Shu" Received: (from vanilla@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id CAA26230; Wed, 26 Aug 1998 02:39:02 -0700 (PDT) Date: Wed, 26 Aug 1998 02:39:02 -0700 (PDT) Message-Id: <199808260939.CAA26230@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/mail/cucipop Makefile ports/mail/cucipop/files md5 ports/mail/cucipop/patches patch-aa patch-ab Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk vanilla 1998/08/26 02:39:02 PDT Modified files: mail/cucipop Makefile mail/cucipop/files md5 mail/cucipop/patches patch-aa patch-ab Log: Upgrade to 1.31. Revision Changes Path 1.4 +3 -3 ports/mail/cucipop/Makefile 1.3 +1 -1 ports/mail/cucipop/files/md5 1.3 +85 -50 ports/mail/cucipop/patches/patch-aa 1.3 +27 -7 ports/mail/cucipop/patches/patch-ab From owner-cvs-all Wed Aug 26 02:41:43 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA02252 for cvs-all-outgoing; Wed, 26 Aug 1998 02:41:43 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA02243; Wed, 26 Aug 1998 02:41:42 -0700 (PDT) (envelope-from obrien@FreeBSD.org) From: "David E. O'Brien" Received: (from obrien@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id CAA26448; Wed, 26 Aug 1998 02:41:37 -0700 (PDT) Date: Wed, 26 Aug 1998 02:41:37 -0700 (PDT) Message-Id: <199808260941.CAA26448@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: CVSROOT modules Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk obrien 1998/08/26 02:41:37 PDT Modified files: . modules Log: bc-gcc --> ports/lang/bc-gcc Revision Changes Path 1.2326 +2 -1 CVSROOT/modules From owner-cvs-all Wed Aug 26 02:42:10 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA02380 for cvs-all-outgoing; Wed, 26 Aug 1998 02:42:10 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA02313; Wed, 26 Aug 1998 02:42:03 -0700 (PDT) (envelope-from obrien@FreeBSD.org) From: "David E. O'Brien" Received: (from obrien@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id CAA26470; Wed, 26 Aug 1998 02:41:57 -0700 (PDT) Date: Wed, 26 Aug 1998 02:41:57 -0700 (PDT) Message-Id: <199808260941.CAA26470@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/lang/bc-gcc - Imported sources Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk obrien 1998/08/26 02:41:56 PDT ports/lang/bc-gcc - Imported sources Update of /home/ncvs/ports/lang/bc-gcc In directory freefall.freebsd.org:/d/users/obrien/new/bc-gcc Log Message: gcc with bounds checking support for pointers and memory Status: Vendor Tag: OBRIEN Release Tags: bc_gcc_2_7_2_bc_1_0_2 N ports/lang/bc-gcc/Makefile I ports/lang/bc-gcc/CVS N ports/lang/bc-gcc/files/md5 N ports/lang/bc-gcc/patches/patch-01 N ports/lang/bc-gcc/patches/patch-10 N ports/lang/bc-gcc/pkg/COMMENT N ports/lang/bc-gcc/pkg/DESCR N ports/lang/bc-gcc/pkg/PLIST No conflicts created by this import From owner-cvs-all Wed Aug 26 02:42:54 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA02517 for cvs-all-outgoing; Wed, 26 Aug 1998 02:42:54 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA02510; Wed, 26 Aug 1998 02:42:52 -0700 (PDT) (envelope-from obrien@FreeBSD.org) From: "David E. O'Brien" Received: (from obrien@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id CAA26556; Wed, 26 Aug 1998 02:42:48 -0700 (PDT) Date: Wed, 26 Aug 1998 02:42:48 -0700 (PDT) Message-Id: <199808260942.CAA26556@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/lang Makefile Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk obrien 1998/08/26 02:42:48 PDT Modified files: lang Makefile Log: turn on bc-gcc Revision Changes Path 1.109 +2 -1 ports/lang/Makefile From owner-cvs-all Wed Aug 26 02:51:22 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA03854 for cvs-all-outgoing; Wed, 26 Aug 1998 02:51:22 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA03849; Wed, 26 Aug 1998 02:51:21 -0700 (PDT) (envelope-from obrien@FreeBSD.org) From: "David E. O'Brien" Received: (from obrien@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id CAA26958; Wed, 26 Aug 1998 02:51:16 -0700 (PDT) Date: Wed, 26 Aug 1998 02:51:16 -0700 (PDT) Message-Id: <199808260951.CAA26958@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/lang/egcs Makefile ports/lang/egcs/files md5 ports/lang/egcs/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk obrien 1998/08/26 02:51:16 PDT Modified files: lang/egcs Makefile lang/egcs/files md5 lang/egcs/pkg PLIST Log: * upgrade to 19980816 snapshot * reduce maintance costs, advantage PLIST_SUB Revision Changes Path 1.27 +7 -6 ports/lang/egcs/Makefile 1.14 +1 -1 ports/lang/egcs/files/md5 1.18 +186 -186 ports/lang/egcs/pkg/PLIST From owner-cvs-all Wed Aug 26 02:52:17 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA04041 for cvs-all-outgoing; Wed, 26 Aug 1998 02:52:17 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA04036; Wed, 26 Aug 1998 02:52:16 -0700 (PDT) (envelope-from brian@FreeBSD.org) From: Brian Somers Received: (from brian@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id CAA27008; Wed, 26 Aug 1998 02:52:12 -0700 (PDT) Date: Wed, 26 Aug 1998 02:52:12 -0700 (PDT) Message-Id: <199808260952.CAA27008@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: doc/FAQ network.sgml Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk brian 1998/08/26 02:52:12 PDT Modified files: FAQ network.sgml Log: What to do when ppp hangs at startup time. Revision Changes Path 1.14 +20 -1 doc/FAQ/network.sgml From owner-cvs-all Wed Aug 26 02:54:56 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA04409 for cvs-all-outgoing; Wed, 26 Aug 1998 02:54:56 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA04402; Wed, 26 Aug 1998 02:54:52 -0700 (PDT) (envelope-from wosch@FreeBSD.org) From: Wolfram Schneider Received: (from wosch@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id CAA27118; Wed, 26 Aug 1998 02:54:47 -0700 (PDT) Date: Wed, 26 Aug 1998 02:54:47 -0700 (PDT) Message-Id: <199808260954.CAA27118@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: CVSROOT modules Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk wosch 1998/08/26 02:54:47 PDT Modified files: . modules Log: BBBike --> ports/german/BBBike Revision Changes Path 1.2327 +2 -1 CVSROOT/modules From owner-cvs-all Wed Aug 26 02:55:55 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA04544 for cvs-all-outgoing; Wed, 26 Aug 1998 02:55:55 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA04519; Wed, 26 Aug 1998 02:55:43 -0700 (PDT) (envelope-from wosch@FreeBSD.org) From: Wolfram Schneider Received: (from wosch@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id CAA27176; Wed, 26 Aug 1998 02:55:38 -0700 (PDT) Date: Wed, 26 Aug 1998 02:55:38 -0700 (PDT) Message-Id: <199808260955.CAA27176@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/german/BBBike - Imported sources Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk wosch 1998/08/26 02:55:38 PDT ports/german/BBBike - Imported sources Update of /home/ncvs/ports/german/BBBike In directory freefall.freebsd.org:/d/users/wosch/tmp/BBBike Log Message: A route-finder for cyclists in Berlin and Brandenburg (only german). BBBike computes the shortes and fastest way between point A and B, depending on the number of traffic lights, crosses, one way streets, wind force, air temperature, mountains and human power. BBBike has a cute GUI and map, including most streets, rivers and lakes, railways stations, and subway stations. It has several interface to other online database: phone book, zip code, Berlin city map, eplus mobil phone map of Brandenburg. Status: Vendor Tag: ESERTE Release Tags: bbbike_2_48 N ports/german/BBBike/Makefile I ports/german/BBBike/CVS N ports/german/BBBike/files/md5 N ports/german/BBBike/pkg/COMMENT N ports/german/BBBike/pkg/DESCR N ports/german/BBBike/pkg/PLIST No conflicts created by this import From owner-cvs-all Wed Aug 26 02:57:12 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA04857 for cvs-all-outgoing; Wed, 26 Aug 1998 02:57:12 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA04852; Wed, 26 Aug 1998 02:57:11 -0700 (PDT) (envelope-from wosch@FreeBSD.org) From: Wolfram Schneider Received: (from wosch@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id CAA27228; Wed, 26 Aug 1998 02:57:06 -0700 (PDT) Date: Wed, 26 Aug 1998 02:57:06 -0700 (PDT) Message-Id: <199808260957.CAA27228@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/german Makefile Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk wosch 1998/08/26 02:57:06 PDT Modified files: german Makefile Log: Added BBBike. Revision Changes Path 1.7 +2 -1 ports/german/Makefile From owner-cvs-all Wed Aug 26 02:59:42 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA05285 for cvs-all-outgoing; Wed, 26 Aug 1998 02:59:42 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA05278; Wed, 26 Aug 1998 02:59:41 -0700 (PDT) (envelope-from wosch@FreeBSD.org) From: Wolfram Schneider Received: (from wosch@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id CAA27366; Wed, 26 Aug 1998 02:59:36 -0700 (PDT) Date: Wed, 26 Aug 1998 02:59:36 -0700 (PDT) Message-Id: <199808260959.CAA27366@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: CVSROOT modules Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk wosch 1998/08/26 02:59:36 PDT Modified files: . modules Log: Move BBBike. Added bbbike alias. Revision Changes Path 1.2328 +3 -2 CVSROOT/modules From owner-cvs-all Wed Aug 26 03:03:36 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA05874 for cvs-all-outgoing; Wed, 26 Aug 1998 03:03:36 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id DAA05867; Wed, 26 Aug 1998 03:03:33 -0700 (PDT) (envelope-from gpalmer@FreeBSD.org) From: Gary Palmer Received: (from gpalmer@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id DAA27549; Wed, 26 Aug 1998 03:03:28 -0700 (PDT) Date: Wed, 26 Aug 1998 03:03:28 -0700 (PDT) Message-Id: <199808261003.DAA27549@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/usr.bin Makefile Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk gpalmer 1998/08/26 03:03:28 PDT Modified files: usr.bin Makefile Log: Move kdump & ktrace out of i386 specific section. Revision Changes Path 1.106 +4 -5 src/usr.bin/Makefile From owner-cvs-all Wed Aug 26 03:06:28 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA06293 for cvs-all-outgoing; Wed, 26 Aug 1998 03:06:28 -0700 (PDT) (envelope-from owner-cvs-all) Received: from gjp.erols.com (alex-va-n008c079.moon.jic.com [206.156.18.89]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id DAA06276 for ; Wed, 26 Aug 1998 03:06:16 -0700 (PDT) (envelope-from gjp@gjp.erols.com) Received: from gjp.erols.com (gjp@localhost.erols.com [127.0.0.1]) by gjp.erols.com (8.8.8/8.8.7) with ESMTP id GAA24293 for ; Wed, 26 Aug 1998 06:05:27 -0400 (EDT) (envelope-from gjp@gjp.erols.com) X-Mailer: exmh version 2.0.1 12/23/97 To: cvs-committers@FreeBSD.ORG From: "Gary Palmer" Subject: Re: cvs commit: src/usr.bin Makefile In-reply-to: Your message of "Wed, 26 Aug 1998 03:03:28 PDT." <199808261003.DAA27549@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Wed, 26 Aug 1998 06:05:27 -0400 Message-ID: <24289.904125927@gjp.erols.com> Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Gary Palmer wrote in message ID <199808261003.DAA27549@freefall.freebsd.org>: > Modified files: > usr.bin Makefile > Log: > Move kdump & ktrace out of i386 specific section. Would anyone object to doing something similar to Satoshi's ports Makefiles where everything is on a line by itself and you just do SUBDIR+=foo, or even just a line on its own with backslash continuation? This makefile in particular needs a good reformatting as its all over the place... Gary -- Gary Palmer FreeBSD Core Team Member FreeBSD: Turning PC's into workstations. See http://www.FreeBSD.ORG/ for info From owner-cvs-all Wed Aug 26 03:10:19 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA06770 for cvs-all-outgoing; Wed, 26 Aug 1998 03:10:19 -0700 (PDT) (envelope-from owner-cvs-all) Received: from cimlogic.com.au (cimlog.lnk.telstra.net [139.130.51.31]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id DAA06765; Wed, 26 Aug 1998 03:10:11 -0700 (PDT) (envelope-from jb@cimlogic.com.au) Received: (from jb@localhost) by cimlogic.com.au (8.8.8/8.8.7) id UAA02707; Wed, 26 Aug 1998 20:20:32 +1000 (EST) (envelope-from jb) From: John Birrell Message-Id: <199808261020.UAA02707@cimlogic.com.au> Subject: Re: cvs commit: src/usr.bin Makefile In-Reply-To: <24289.904125927@gjp.erols.com> from Gary Palmer at "Aug 26, 98 06:05:27 am" To: gpalmer@FreeBSD.ORG (Gary Palmer) Date: Wed, 26 Aug 1998 20:20:32 +1000 (EST) Cc: cvs-committers@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL40 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Gary Palmer wrote: > Would anyone object to doing something similar to Satoshi's ports Makefiles > where everything is on a line by itself and you just do SUBDIR+=foo, or > even just a line on its own with backslash continuation? This makefile > in particular needs a good reformatting as its all over the place... I'd like to see that (SRCS in src/lib/libc_r/uthread/Makefile are done that way). -- John Birrell - jb@cimlogic.com.au; jb@freebsd.org http://www.cimlogic.com.au/ CIMlogic Pty Ltd, GPO Box 117A, Melbourne Vic 3001, Australia +61 418 353 137 From owner-cvs-all Wed Aug 26 05:13:47 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA19933 for cvs-all-outgoing; Wed, 26 Aug 1998 05:13:47 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA19926; Wed, 26 Aug 1998 05:13:44 -0700 (PDT) (envelope-from sos@FreeBSD.org) From: Søren Schmidt Received: (from sos@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id FAA02772; Wed, 26 Aug 1998 05:13:40 -0700 (PDT) Date: Wed, 26 Aug 1998 05:13:40 -0700 (PDT) Message-Id: <199808261213.FAA02772@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/conf options Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk sos 1998/08/26 05:13:40 PDT Modified files: sys/conf options Log: Add OVERRIDE_CARD to the bktr options list Revision Changes Path 1.91 +2 -1 src/sys/conf/options From owner-cvs-all Wed Aug 26 05:35:58 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA22344 for cvs-all-outgoing; Wed, 26 Aug 1998 05:35:58 -0700 (PDT) (envelope-from owner-cvs-all) Received: from ns1.yes.no (ns1.yes.no [195.119.24.10]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA22322; Wed, 26 Aug 1998 05:35:51 -0700 (PDT) (envelope-from eivind@bitbox.follo.net) Received: from bitbox.follo.net (bitbox.follo.net [195.204.143.218]) by ns1.yes.no (8.9.1a/8.9.1) with ESMTP id OAA06763; Wed, 26 Aug 1998 14:34:55 +0200 (CEST) Received: (from eivind@localhost) by bitbox.follo.net (8.8.8/8.8.6) id OAA29436; Wed, 26 Aug 1998 14:34:54 +0200 (MET DST) Message-ID: <19980826143454.03686@follo.net> Date: Wed, 26 Aug 1998 14:34:54 +0200 From: Eivind Eklund To: Matt Dillon , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sbin/ping ping.8 ping.c References: <199808260158.SAA07564@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.89.1i In-Reply-To: <199808260158.SAA07564@freefall.freebsd.org>; from Matt Dillon on Tue, Aug 25, 1998 at 06:58:41PM -0700 Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Tue, Aug 25, 1998 at 06:58:41PM -0700, Matt Dillon wrote: > dillon 1998/08/25 18:58:40 PDT > > Modified files: > sbin/ping ping.8 ping.c > Log: > (well tested at BEST): -i option can now take FP values (e.g. -i 0.1), > extremely useful for networking testing. Other options secured from > user-level D.O.S. attacks. -f, -s now root-only. -i wait times < 1.0 > root-only. >>> -c count limited to 100 and defaults to 16 when ping run >>> by non-root user. Eh - does this mean that I have to su to root to be able to run a continious ping? This is IMO a step backwards - we commonly use ping to find out if something (netwise close) is up yet. I can see its use for public shell servers, but for the way we use FreeBSD here, it will be a hinder (employees are the only ones that have access to execute anything; if somebody abuse it, I talk to them - if necessary, loudly :-) Suggestion: Could we create an /etc/security.conf where things like this can be configured? Thus we could have the best of both worlds... Eivind. From owner-cvs-all Wed Aug 26 05:41:17 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA23034 for cvs-all-outgoing; Wed, 26 Aug 1998 05:41:17 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA23029; Wed, 26 Aug 1998 05:41:16 -0700 (PDT) (envelope-from gpalmer@FreeBSD.org) From: Gary Palmer Received: (from gpalmer@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id FAA03201; Wed, 26 Aug 1998 05:41:11 -0700 (PDT) Date: Wed, 26 Aug 1998 05:41:11 -0700 (PDT) Message-Id: <199808261241.FAA03201@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/usr.bin Makefile Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk gpalmer 1998/08/26 05:41:11 PDT Modified files: usr.bin Makefile Log: Delete trailing space that may have caused problems Revision Changes Path 1.107 +2 -2 src/usr.bin/Makefile From owner-cvs-all Wed Aug 26 06:15:25 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA26928 for cvs-all-outgoing; Wed, 26 Aug 1998 06:15:25 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA26923; Wed, 26 Aug 1998 06:15:24 -0700 (PDT) (envelope-from motoyuki@FreeBSD.org) From: Motoyuki Konno Received: (from motoyuki@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id GAA04371; Wed, 26 Aug 1998 06:15:20 -0700 (PDT) Date: Wed, 26 Aug 1998 06:15:20 -0700 (PDT) Message-Id: <199808261315.GAA04371@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: doc/ja/FAQ admin.sgml Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk motoyuki 1998/08/26 06:15:20 PDT Modified files: ja/FAQ admin.sgml Log: Merge following changes in the English version: admin.sgml : 1.9 -> 1.10 Nishika Revision Changes Path 1.11 +42 -2 doc/ja/FAQ/admin.sgml From owner-cvs-all Wed Aug 26 06:36:54 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA29930 for cvs-all-outgoing; Wed, 26 Aug 1998 06:36:54 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA29925; Wed, 26 Aug 1998 06:36:53 -0700 (PDT) (envelope-from motoyuki@FreeBSD.org) From: Motoyuki Konno Received: (from motoyuki@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id GAA25184; Wed, 26 Aug 1998 06:36:48 -0700 (PDT) Date: Wed, 26 Aug 1998 06:36:48 -0700 (PDT) Message-Id: <199808261336.GAA25184@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: www/ja/alpha current.sgml Makefile alpha.sgml www/ja/news qnewsletter-1-3.sgml Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk motoyuki 1998/08/26 06:36:48 PDT Modified files: ja/alpha Makefile alpha.sgml ja/news qnewsletter-1-3.sgml Added files: ja/alpha current.sgml Log: New translation: alpha/current.sgml Related changes: alpha/Makefile alpha/alpha.sgml news/qnewsletter-1-3.sgml MIYASHITA kensuke Motoyuki Konno Revision Changes Path 1.6 +2 -3 www/ja/alpha/Makefile 1.3 +3 -3 www/ja/alpha/alpha.sgml 1.4 +3 -3 www/ja/news/qnewsletter-1-3.sgml From owner-cvs-all Wed Aug 26 06:38:13 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA00319 for cvs-all-outgoing; Wed, 26 Aug 1998 06:38:13 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA00300; Wed, 26 Aug 1998 06:38:08 -0700 (PDT) (envelope-from motoyuki@FreeBSD.org) From: Motoyuki Konno Received: (from motoyuki@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id GAA10481; Wed, 26 Aug 1998 06:38:03 -0700 (PDT) Date: Wed, 26 Aug 1998 06:38:03 -0700 (PDT) Message-Id: <199808261338.GAA10481@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: doc/ja/handbook authors.sgml contrib.sgml submitters.sgml Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk motoyuki 1998/08/26 06:38:03 PDT Modified files: ja/handbook authors.sgml contrib.sgml submitters.sgml Log: Merge following changes in the English version: authors.sgml : 1.110 -> 1.111 contrib.sgml : 1.299 -> 1.300 submitters.sgml : 1.232 -> 1.233 Revision Changes Path 1.49 +6 -2 doc/ja/handbook/authors.sgml 1.86 +3 -2 doc/ja/handbook/contrib.sgml 1.74 +4 -2 doc/ja/handbook/submitters.sgml From owner-cvs-all Wed Aug 26 07:15:12 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA05742 for cvs-all-outgoing; Wed, 26 Aug 1998 07:15:12 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA05736; Wed, 26 Aug 1998 07:15:11 -0700 (PDT) (envelope-from kuriyama@FreeBSD.org) From: Jun Kuriyama Received: (from kuriyama@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id HAA17930; Wed, 26 Aug 1998 07:15:05 -0700 (PDT) Date: Wed, 26 Aug 1998 07:15:05 -0700 (PDT) Message-Id: <199808261415.HAA17930@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/japanese Makefile Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk kuriyama 1998/08/26 07:15:05 PDT Modified files: japanese Makefile Log: Activate vje-trial. Revision Changes Path 1.142 +2 -1 ports/japanese/Makefile From owner-cvs-all Wed Aug 26 07:41:23 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA09941 for cvs-all-outgoing; Wed, 26 Aug 1998 07:41:23 -0700 (PDT) (envelope-from owner-cvs-all) Received: from khavrinen.lcs.mit.edu (khavrinen.lcs.mit.edu [18.24.4.193]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA09933; Wed, 26 Aug 1998 07:41:20 -0700 (PDT) (envelope-from wollman@khavrinen.lcs.mit.edu) Received: (from wollman@localhost) by khavrinen.lcs.mit.edu (8.9.1/8.9.1) id KAA05334; Wed, 26 Aug 1998 10:40:31 -0400 (EDT) (envelope-from wollman) Date: Wed, 26 Aug 1998 10:40:31 -0400 (EDT) From: Garrett Wollman Message-Id: <199808261440.KAA05334@khavrinen.lcs.mit.edu> To: Matt Dillon Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sbin/ping ping.8 ping.c In-Reply-To: <199808260158.SAA07564@freefall.freebsd.org> References: <199808260158.SAA07564@freefall.freebsd.org> Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk < said: > root-only. -c count limited to 100 and defaults to 16 when ping run > by non-root user. OUCH! Please, if you have to put in such a limit for your users, do it in login.conf, not hard-coded! -GAWollman -- Garrett A. Wollman | O Siem / We are all family / O Siem / We're all the same wollman@lcs.mit.edu | O Siem / The fires of freedom Opinions not those of| Dance in the burning flame MIT, LCS, CRS, or NSA| - Susan Aglukark and Chad Irschick From owner-cvs-all Wed Aug 26 07:42:07 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA10050 for cvs-all-outgoing; Wed, 26 Aug 1998 07:42:07 -0700 (PDT) (envelope-from owner-cvs-all) Received: from awfulhak.org (awfulhak.force9.co.uk [195.166.136.63]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA10028; Wed, 26 Aug 1998 07:41:57 -0700 (PDT) (envelope-from brian@Awfulhak.org) Received: from gate.lan.awfulhak.org (brian@localhost [127.0.0.1]) by awfulhak.org (8.8.8/8.8.8) with ESMTP id PAA11541; Wed, 26 Aug 1998 15:29:40 +0100 (BST) (envelope-from brian@Awfulhak.org) Message-Id: <199808261429.PAA11541@awfulhak.org> X-Mailer: exmh version 2.0.2 2/24/98 To: Eivind Eklund cc: Matt Dillon , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sbin/ping ping.8 ping.c In-reply-to: Your message of "Wed, 26 Aug 1998 14:34:54 +0200." <19980826143454.03686@follo.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Wed, 26 Aug 1998 15:29:39 +0100 From: Brian Somers Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > On Tue, Aug 25, 1998 at 06:58:41PM -0700, Matt Dillon wrote: > > dillon 1998/08/25 18:58:40 PDT > > > > Modified files: > > sbin/ping ping.8 ping.c > > Log: > > (well tested at BEST): -i option can now take FP values (e.g. -i 0.1), > > extremely useful for networking testing. Other options secured from > > user-level D.O.S. attacks. -f, -s now root-only. -i wait times < 1.0 > > root-only. > > >>> -c count limited to 100 and defaults to 16 when ping run > >>> by non-root user. > > Eh - does this mean that I have to su to root to be able to run a > continious ping? This is IMO a step backwards - we commonly use ping [.....] I agree. It's pointless anyway, as a user can while :; do ping blah; done > Eivind. -- Brian , , Don't _EVER_ lose your sense of humour.... From owner-cvs-all Wed Aug 26 08:01:25 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA13927 for cvs-all-outgoing; Wed, 26 Aug 1998 08:01:25 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA13898; Wed, 26 Aug 1998 08:01:11 -0700 (PDT) (envelope-from motoyuki@FreeBSD.org) From: Motoyuki Konno Received: (from motoyuki@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id IAA20040; Wed, 26 Aug 1998 08:01:06 -0700 (PDT) Date: Wed, 26 Aug 1998 08:01:06 -0700 (PDT) Message-Id: <199808261501.IAA20040@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: www/ja doc.ftr www/ja/ports Makefile portindex Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk motoyuki 1998/08/26 08:01:06 PDT Modified files: ja doc.ftr ja/ports Makefile portindex Log: Merge the following changes in the English version: doc.ftr : 1.4 -> 1.5 ports/Makefile : 1.15 -> 1.16 ports/portindex : 1.15 -> 1.17 Revision Changes Path 1.6 +2 -2 www/ja/doc.ftr 1.12 +4 -4 www/ja/ports/Makefile 1.8 +23 -8 www/ja/ports/portindex From owner-cvs-all Wed Aug 26 08:04:29 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA14895 for cvs-all-outgoing; Wed, 26 Aug 1998 08:04:29 -0700 (PDT) (envelope-from owner-cvs-all) Received: from coleridge.kublai.com (coleridge.kublai.com [207.96.1.116]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA14840; Wed, 26 Aug 1998 08:04:15 -0700 (PDT) (envelope-from shmit@natasya.kublai.com) Received: from natasya.kublai.com (natasya.kublai.com [207.172.25.236]) by coleridge.kublai.com (8.8.8/8.8.8) with ESMTP id LAA27330; Wed, 26 Aug 1998 11:03:17 -0400 (EDT) (envelope-from shmit@natasya.kublai.com) Received: (from shmit@localhost) by natasya.kublai.com (8.8.8/8.8.8) id LAA04970; Wed, 26 Aug 1998 11:03:16 -0400 (EDT) Message-ID: <19980826110316.61684@kublai.com> Date: Wed, 26 Aug 1998 11:03:16 -0400 From: Brian Cully To: Eivind Eklund , Matt Dillon , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sbin/ping ping.8 ping.c Reply-To: shmit@kublai.com References: <199808260158.SAA07564@freefall.freebsd.org> <19980826143454.03686@follo.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.89i In-Reply-To: <19980826143454.03686@follo.net>; from Eivind Eklund on Wed, Aug 26, 1998 at 02:34:54PM +0200 X-Sender: If your mailer pays attention to this, it's broken. X-PGP-Info: finger shmit@kublai.com for my public key. Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Wed, Aug 26, 1998 at 02:34:54PM +0200, Eivind Eklund wrote: > On Tue, Aug 25, 1998 at 06:58:41PM -0700, Matt Dillon wrote: > >>> -c count limited to 100 and defaults to 16 when ping run > >>> by non-root user. > > Eh - does this mean that I have to su to root to be able to run a > continious ping? This is IMO a step backwards - we commonly use ping > to find out if something (netwise close) is up yet. I can see its use > for public shell servers, but for the way we use FreeBSD here, it will > be a hinder (employees are the only ones that have access to execute > anything; if somebody abuse it, I talk to them - if necessary, loudly > :-) I agree, we frequently use ping to detect when a machine has come back up from a remote reboot, and needing to be root to do so would be a hinderance. Moreover, from the sound of things, you can only ping 100 times as root, which may not be enough (POST on a UE450 can take forever :-)). Then there's ping's invaluable-ness when dealing with crappy 3com linkswitches (which lose ARP entries if it hasn't seen traffic from a machine for a while). Being root to do that is less than ideal, as well. I don't see unlimited pinging being a problem as long as Joe User can't use the -f or -s flags. -- Brian Cully ``And when one of our comrades was taken prisoner, blindfolded, hung upside-down, shot, and burned, we thought to ourselves, `These are the best experiences of our lives''' -Pathology (Joe Frank, Somewhere Out There) From owner-cvs-all Wed Aug 26 08:52:38 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA22001 for cvs-all-outgoing; Wed, 26 Aug 1998 08:52:38 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA21990; Wed, 26 Aug 1998 08:52:34 -0700 (PDT) (envelope-from wosch@FreeBSD.org) From: Wolfram Schneider Received: (from wosch@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id IAA22945; Wed, 26 Aug 1998 08:52:29 -0700 (PDT) Date: Wed, 26 Aug 1998 08:52:29 -0700 (PDT) Message-Id: <199808261552.IAA22945@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: www/en index.html Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk wosch 1998/08/26 08:52:29 PDT Modified files: en index.html Log: Added freebsd.sysc.com as USA/Indiana Submitted by: FreeBSD-related Mailbox Revision Changes Path 1.54 +3 -2 www/en/index.html From owner-cvs-all Wed Aug 26 09:10:37 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA24641 for cvs-all-outgoing; Wed, 26 Aug 1998 09:10:37 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA24631; Wed, 26 Aug 1998 09:10:35 -0700 (PDT) (envelope-from motoyuki@FreeBSD.org) From: Motoyuki Konno Received: (from motoyuki@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id JAA23541; Wed, 26 Aug 1998 09:10:31 -0700 (PDT) Date: Wed, 26 Aug 1998 09:10:31 -0700 (PDT) Message-Id: <199808261610.JAA23541@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: doc/ja/handbook authors.sgml contrib.sgml handbook.sgml Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk motoyuki 1998/08/26 09:10:31 PDT Modified files: ja/handbook authors.sgml contrib.sgml handbook.sgml Log: Merge the following changes in the English version: authors.sgml : 1.111 -> 1.113 contrib.sgml : 1.300 -> 1.302 handbook.sgml : 1.88 -> 1.89 Revision Changes Path 1.50 +10 -2 doc/ja/handbook/authors.sgml 1.87 +4 -2 doc/ja/handbook/contrib.sgml 1.32 +5 -4 doc/ja/handbook/handbook.sgml From owner-cvs-all Wed Aug 26 09:41:29 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA29566 for cvs-all-outgoing; Wed, 26 Aug 1998 09:41:29 -0700 (PDT) (envelope-from owner-cvs-all) Received: from rover.village.org (rover.village.org [204.144.255.49]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id JAA29559; Wed, 26 Aug 1998 09:41:25 -0700 (PDT) (envelope-from imp@village.org) Received: from harmony [10.0.0.6] by rover.village.org with esmtp (Exim 1.71 #1) id 0zBicX-0007Ut-00; Wed, 26 Aug 1998 10:40:29 -0600 Received: from harmony.village.org (localhost [127.0.0.1]) by harmony.village.org (8.9.1/8.8.3) with ESMTP id KAA01827; Wed, 26 Aug 1998 10:39:47 -0600 (MDT) Message-Id: <199808261639.KAA01827@harmony.village.org> To: Brian Somers Subject: Re: cvs commit: src/sys/pccard pccard.c skel.c Cc: cvs-committers@freebsd.org, cvs-all@freebsd.org In-reply-to: Your message of "Wed, 26 Aug 1998 09:46:37 BST." <199808260846.JAA29441@awfulhak.org> References: <199808260846.JAA29441@awfulhak.org> Date: Wed, 26 Aug 1998 10:39:47 -0600 From: Warner Losh Sender: owner-cvs-all@freebsd.org X-Loop: FreeBSD.org Precedence: bulk In message <199808260846.JAA29441@awfulhak.org> Brian Somers writes: : Any chance of a mention in LINT of ``skel'' ? Or even better, a man : page ? skel.c is the example loadable kernel module for pcmcia drivers. It would be hard to place it in LINT. How are other skeleton/example drivers handled in the tree? Warner From owner-cvs-all Wed Aug 26 10:31:47 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA08395 for cvs-all-outgoing; Wed, 26 Aug 1998 10:31:47 -0700 (PDT) (envelope-from owner-cvs-all) Received: from gjp.erols.com (alex-va-n008c079.moon.jic.com [206.156.18.89]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA08390 for ; Wed, 26 Aug 1998 10:31:45 -0700 (PDT) (envelope-from gjp@gjp.erols.com) Received: from gjp.erols.com (gjp@localhost.erols.com [127.0.0.1]) by gjp.erols.com (8.8.8/8.8.7) with ESMTP id NAA00192 for ; Wed, 26 Aug 1998 13:30:56 -0400 (EDT) (envelope-from gjp@gjp.erols.com) X-Mailer: exmh version 2.0.1 12/23/97 To: cvs-committers@FreeBSD.ORG From: "Gary Palmer" Subject: Re: cvs commit: src/usr.bin Makefile In-reply-to: Your message of "Wed, 26 Aug 1998 20:20:32 +1000." <199808261020.UAA02707@cimlogic.com.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Wed, 26 Aug 1998 13:30:55 -0400 Message-ID: <188.904152655@gjp.erols.com> Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk John Birrell wrote in message ID <199808261020.UAA02707@cimlogic.com.au>: > Gary Palmer wrote: > > Would anyone object to doing something similar to Satoshi's ports Makefiles > > > where everything is on a line by itself and you just do SUBDIR+=foo, or > > even just a line on its own with backslash continuation? This makefile > > in particular needs a good reformatting as its all over the place... > > I'd like to see that (SRCS in src/lib/libc_r/uthread/Makefile are done > that way). Two `yay's so far. Any naysayers? Gary -- Gary Palmer FreeBSD Core Team Member FreeBSD: Turning PC's into workstations. See http://www.FreeBSD.ORG/ for info From owner-cvs-all Wed Aug 26 10:39:44 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA09362 for cvs-all-outgoing; Wed, 26 Aug 1998 10:39:44 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA09349; Wed, 26 Aug 1998 10:39:40 -0700 (PDT) (envelope-from brian@FreeBSD.org) From: Brian Somers Received: (from brian@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id KAA28517; Wed, 26 Aug 1998 10:39:36 -0700 (PDT) Date: Wed, 26 Aug 1998 10:39:36 -0700 (PDT) Message-Id: <199808261739.KAA28517@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/ppp tun.h Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk brian 1998/08/26 10:39:36 PDT Modified files: usr.sbin/ppp tun.h Log: The protocol must be in network byte order (OpenBSD only). Revision Changes Path 1.6 +3 -3 src/usr.sbin/ppp/tun.h From owner-cvs-all Wed Aug 26 10:39:49 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA09392 for cvs-all-outgoing; Wed, 26 Aug 1998 10:39:49 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA09355; Wed, 26 Aug 1998 10:39:42 -0700 (PDT) (envelope-from brian@FreeBSD.org) From: Brian Somers Received: (from brian@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id KAA28567; Wed, 26 Aug 1998 10:39:38 -0700 (PDT) Date: Wed, 26 Aug 1998 10:39:38 -0700 (PDT) Message-Id: <199808261739.KAA28567@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/ppp alias_cmd.c arp.c auth.c bundle.c ccp.c command.c ip.c ip.h ipcp.c ipcp.h mp.c prompt.c slcompress.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk brian 1998/08/26 10:39:38 PDT Modified files: usr.sbin/ppp alias_cmd.c arp.c auth.c bundle.c ccp.c command.c ip.c ip.h ipcp.c ipcp.h mp.c prompt.c slcompress.c Log: Put the IP buffer queues into struct ipcp. Forgotten by: me Revision Changes Path 1.17 +3 -3 src/usr.sbin/ppp/alias_cmd.c 1.30 +3 -3 src/usr.sbin/ppp/arp.c 1.33 +3 -3 src/usr.sbin/ppp/auth.c 1.34 +6 -6 src/usr.sbin/ppp/bundle.c 1.39 +3 -3 src/usr.sbin/ppp/ccp.c 1.161 +4 -4 src/usr.sbin/ppp/command.c 1.52 +17 -14 src/usr.sbin/ppp/ip.c 1.11 +4 -4 src/usr.sbin/ppp/ip.h 1.64 +4 -3 src/usr.sbin/ppp/ipcp.c 1.20 +2 -1 src/usr.sbin/ppp/ipcp.h 1.15 +3 -3 src/usr.sbin/ppp/mp.c 1.12 +4 -4 src/usr.sbin/ppp/prompt.c 1.20 +3 -3 src/usr.sbin/ppp/slcompress.c From owner-cvs-all Wed Aug 26 10:39:50 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA09399 for cvs-all-outgoing; Wed, 26 Aug 1998 10:39:50 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA09357; Wed, 26 Aug 1998 10:39:43 -0700 (PDT) (envelope-from brian@FreeBSD.org) From: Brian Somers Received: (from brian@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id KAA28594; Wed, 26 Aug 1998 10:39:38 -0700 (PDT) Date: Wed, 26 Aug 1998 10:39:38 -0700 (PDT) Message-Id: <199808261739.KAA28594@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/ppp cbcp.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk brian 1998/08/26 10:39:38 PDT Modified files: usr.sbin/ppp cbcp.c Log: Remove redundant include file. Revision Changes Path 1.2 +1 -2 src/usr.sbin/ppp/cbcp.c From owner-cvs-all Wed Aug 26 11:08:04 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA14712 for cvs-all-outgoing; Wed, 26 Aug 1998 11:08:04 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA14659; Wed, 26 Aug 1998 11:08:02 -0700 (PDT) (envelope-from brian@FreeBSD.org) From: Brian Somers Received: (from brian@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id LAA00112; Wed, 26 Aug 1998 11:07:57 -0700 (PDT) Date: Wed, 26 Aug 1998 11:07:57 -0700 (PDT) Message-Id: <199808261807.LAA00112@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/ppp ccp.c chap.c command.c link.c modem.c pap.c vjcomp.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk brian 1998/08/26 11:07:57 PDT Modified files: usr.sbin/ppp ccp.c chap.c command.c link.c modem.c pap.c vjcomp.c Log: Fix some OpenBSD/alpha warnings Revision Changes Path 1.40 +2 -1 src/usr.sbin/ppp/ccp.c 1.37 +2 -2 src/usr.sbin/ppp/chap.c 1.162 +4 -3 src/usr.sbin/ppp/command.c 1.6 +2 -1 src/usr.sbin/ppp/link.c 1.99 +2 -2 src/usr.sbin/ppp/modem.c 1.27 +2 -1 src/usr.sbin/ppp/pap.c 1.23 +2 -1 src/usr.sbin/ppp/vjcomp.c From owner-cvs-all Wed Aug 26 11:32:53 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA19236 for cvs-all-outgoing; Wed, 26 Aug 1998 11:32:53 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA19231; Wed, 26 Aug 1998 11:32:52 -0700 (PDT) (envelope-from mph@FreeBSD.org) From: Matthew Hunt Received: (from mph@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id LAA01372; Wed, 26 Aug 1998 11:32:48 -0700 (PDT) Date: Wed, 26 Aug 1998 11:32:48 -0700 (PDT) Message-Id: <199808261832.LAA01372@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/games/xzip Makefile ports/sysutils/xwatch Makefile Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk mph 1998/08/26 11:32:48 PDT Modified files: games/xzip Makefile sysutils/xwatch Makefile Log: Add "USE_XLIB=yes". Revision Changes Path 1.7 +3 -1 ports/games/xzip/Makefile 1.3 +2 -1 ports/sysutils/xwatch/Makefile From owner-cvs-all Wed Aug 26 11:51:48 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA24201 for cvs-all-outgoing; Wed, 26 Aug 1998 11:51:48 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA24185; Wed, 26 Aug 1998 11:51:42 -0700 (PDT) (envelope-from des@FreeBSD.org) From: "Dag-Erling C. Sm\xf8rgrav" Received: (from des@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id LAA01814; Wed, 26 Aug 1998 11:51:38 -0700 (PDT) Date: Wed, 26 Aug 1998 11:51:38 -0700 (PDT) Message-Id: <199808261851.LAA01814@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sbin/ping ping.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk des 1998/08/26 11:51:37 PDT Modified files: sbin/ping ping.c Log: Remove -c restrictions from previous commit. Revision Changes Path 1.41 +1 -13 src/sbin/ping/ping.c From owner-cvs-all Wed Aug 26 12:11:32 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA26581 for cvs-all-outgoing; Wed, 26 Aug 1998 12:11:32 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA26556; Wed, 26 Aug 1998 12:11:27 -0700 (PDT) (envelope-from gibbs@FreeBSD.org) From: "Justin T. Gibbs" Received: (from gibbs@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id MAA03534; Wed, 26 Aug 1998 12:11:22 -0700 (PDT) Date: Wed, 26 Aug 1998 12:11:22 -0700 (PDT) Message-Id: <199808261911.MAA03534@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/dev/dpt dpt_scsi.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk gibbs 1998/08/26 12:11:22 PDT Modified files: sys/dev/dpt dpt_scsi.c Log: Fix an spl protection botch. Submitted by: Gene Stark Revision Changes Path 1.12 +3 -3 src/sys/dev/dpt/dpt_scsi.c From owner-cvs-all Wed Aug 26 12:12:23 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA26802 for cvs-all-outgoing; Wed, 26 Aug 1998 12:12:23 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA26788; Wed, 26 Aug 1998 12:12:19 -0700 (PDT) (envelope-from gibbs@FreeBSD.org) From: "Justin T. Gibbs" Received: (from gibbs@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id MAA03589; Wed, 26 Aug 1998 12:12:15 -0700 (PDT) Date: Wed, 26 Aug 1998 12:12:15 -0700 (PDT) Message-Id: <199808261912.MAA03589@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/dev/dpt dpt_scsi.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk gibbs 1998/08/26 12:12:15 PDT Modified files: (Branch: RELENG_2_2) sys/dev/dpt dpt_scsi.c Log: MFC - Fix spl protection botch Revision Changes Path 1.4.2.7 +3 -3 src/sys/dev/dpt/dpt_scsi.c From owner-cvs-all Wed Aug 26 13:44:27 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA13450 for cvs-all-outgoing; Wed, 26 Aug 1998 13:44:27 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA13355; Wed, 26 Aug 1998 13:44:18 -0700 (PDT) (envelope-from asami@FreeBSD.org) From: Satoshi Asami Received: (from asami@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id NAA06211; Wed, 26 Aug 1998 13:44:13 -0700 (PDT) Date: Wed, 26 Aug 1998 13:44:13 -0700 (PDT) Message-Id: <199808262044.NAA06211@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/print/virtualpaper Makefile Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk asami 1998/08/26 13:44:12 PDT Modified files: print/virtualpaper Makefile Log: modula-3 library is now at version 6. Revision Changes Path 1.7 +3 -3 ports/print/virtualpaper/Makefile From owner-cvs-all Wed Aug 26 13:50:53 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA14954 for cvs-all-outgoing; Wed, 26 Aug 1998 13:50:53 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA14944; Wed, 26 Aug 1998 13:50:49 -0700 (PDT) (envelope-from jb@FreeBSD.org) From: John Birrell Received: (from jb@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id NAA06401; Wed, 26 Aug 1998 13:50:43 -0700 (PDT) Date: Wed, 26 Aug 1998 13:50:43 -0700 (PDT) Message-Id: <199808262050.NAA06401@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/lib/libc_r/uthread uthread_sig.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jb 1998/08/26 13:50:42 PDT Modified files: lib/libc_r/uthread uthread_sig.c Log: Back out most of the last commit. It created problems with sigpause. Revision Changes Path 1.13 +1 -26 src/lib/libc_r/uthread/uthread_sig.c From owner-cvs-all Wed Aug 26 13:55:39 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA16091 for cvs-all-outgoing; Wed, 26 Aug 1998 13:55:39 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA16082; Wed, 26 Aug 1998 13:55:36 -0700 (PDT) (envelope-from jb@FreeBSD.org) From: John Birrell Received: (from jb@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id NAA06626; Wed, 26 Aug 1998 13:55:32 -0700 (PDT) Date: Wed, 26 Aug 1998 13:55:32 -0700 (PDT) Message-Id: <199808262055.NAA06626@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/lib/libc_r/uthread uthread_sigaction.c uthread_signal.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jb 1998/08/26 13:55:32 PDT Modified files: lib/libc_r/uthread uthread_sigaction.c uthread_signal.c Log: Don't automatically restart syscalls for the signals that the thread kernel needs. Revision Changes Path 1.4 +1 -1 src/lib/libc_r/uthread/uthread_sigaction.c 1.2 +1 -1 src/lib/libc_r/uthread/uthread_signal.c From owner-cvs-all Wed Aug 26 14:00:19 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA17404 for cvs-all-outgoing; Wed, 26 Aug 1998 14:00:19 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA17308; Wed, 26 Aug 1998 14:00:09 -0700 (PDT) (envelope-from dillon@FreeBSD.org) From: Matt Dillon Received: (from dillon@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id OAA06770; Wed, 26 Aug 1998 14:00:04 -0700 (PDT) Date: Wed, 26 Aug 1998 14:00:04 -0700 (PDT) Message-Id: <199808262100.OAA06770@freefall.freebsd.org> To: "Dag-Erling C. Sm\xf8rgrav" Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sbin/ping ping.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk : :des 1998/08/26 11:51:37 PDT : : Modified files: : sbin/ping ping.c : Log: : Remove -c restrictions from previous commit. : : Revision Changes Path : 1.41 +1 -13 src/sbin/ping/ping.c Sounds good. I do think that the -f restrictions should be left in as well as the -i restrictions (only root can ping < 1 second interval). -s restrictions could also be removed or a limit could be set for non-root users. The problems we've had with an unlimited -c has been more one of forgetfullness... a user will start a ping going and forget to kill it. It would be nice if ping did *NOT* default to an 'infinite' count, even if users are allowed to specify an option to set an infinite count. -Matt From owner-cvs-all Wed Aug 26 14:05:29 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA18478 for cvs-all-outgoing; Wed, 26 Aug 1998 14:05:29 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA18423; Wed, 26 Aug 1998 14:05:07 -0700 (PDT) (envelope-from dillon@FreeBSD.org) From: Matt Dillon Received: (from dillon@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id OAA06943; Wed, 26 Aug 1998 14:05:01 -0700 (PDT) Date: Wed, 26 Aug 1998 14:05:01 -0700 (PDT) Message-Id: <199808262105.OAA06943@freefall.freebsd.org> To: Brian Somers Cc: Eivind Eklund , cvs-committers@FreeBSD.ORG Subject: Re: cvs commit: src/sbin/ping ping.8 ping.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk :[.....] : :I agree. It's pointless anyway, as a user can : : while :; do ping blah; done : :> Eivind. It's moot, but I would like to say that it isn't *quite* pointless. We have had good success making machines near-uncrashable, even with users (i.e. stolen password IRC hackers) trying to crash one. While it isn't fullproof, I've found that limiting the number of processes a user can run to 32 or so solves many of the DOS-from-user-account issues. Memory starvation attacks are still a big issue, but the list can be pared down considerably. -Matt :-- :Brian , , : :Don't _EVER_ lose your sense of humour.... : : From owner-cvs-all Wed Aug 26 14:06:19 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA18826 for cvs-all-outgoing; Wed, 26 Aug 1998 14:06:19 -0700 (PDT) (envelope-from owner-cvs-all) Received: from ifi.uio.no (ifi.uio.no [129.240.64.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA18648; Wed, 26 Aug 1998 14:06:05 -0700 (PDT) (envelope-from dag-erli@ifi.uio.no) Received: from olvaldi.ifi.uio.no (2602@olvaldi.ifi.uio.no [129.240.65.43]) by ifi.uio.no (8.8.8/8.8.7/ifi0.2) with ESMTP id XAA27948; Wed, 26 Aug 1998 23:05:09 +0200 (MET DST) Received: (from dag-erli@localhost) by olvaldi.ifi.uio.no ; Wed, 26 Aug 1998 23:05:08 +0200 (MET DST) Mime-Version: 1.0 To: Matt Dillon Cc: "Dag-Erling C. Sm\xf8rgrav" , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sbin/ping ping.c References: <199808262100.OAA06770@freefall.freebsd.org> Organization: University of Oslo, Department of Informatics X-url: http://www.stud.ifi.uio.no/~dag-erli/ X-other-addresses: 'finger dag-erli@ifi.uio.no' for a list X-disclaimer-1: The views expressed in this article are mine alone, and do X-disclaimer-2: not necessarily coincide with those of any organisation or X-disclaimer-3: company with which I am or have been affiliated. X-Stop-Spam: http://www.cauce.org/ From: dag-erli@ifi.uio.no (Dag-Erling Coidan =?iso-8859-1?Q?Sm=F8rgrav?= ) Date: 26 Aug 1998 23:05:08 +0200 In-Reply-To: Matt Dillon's message of "Wed, 26 Aug 1998 14:00:04 -0700 (PDT)" Message-ID: Lines: 14 X-Mailer: Gnus v5.5/Emacs 19.34 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by hub.freebsd.org id OAB18716 Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Matt Dillon writes: > The problems we've had with an unlimited -c has been more one of > forgetfullness... a user will start a ping going and forget to kill > it. It would be nice if ping did *NOT* default to an 'infinite' count, > even if users are allowed to specify an option to set an infinite count. POLA. Everybody else's ping has an infinite count by default. What you could do is add a login class entry to limit pings, or something. DES -- Dag-Erling Smørgrav - dag-erli@ifi.uio.no From owner-cvs-all Wed Aug 26 14:20:46 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA21544 for cvs-all-outgoing; Wed, 26 Aug 1998 14:20:46 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA21539; Wed, 26 Aug 1998 14:20:45 -0700 (PDT) (envelope-from asami@FreeBSD.org) From: Satoshi Asami Received: (from asami@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id OAA07533; Wed, 26 Aug 1998 14:20:40 -0700 (PDT) Date: Wed, 26 Aug 1998 14:20:40 -0700 (PDT) Message-Id: <199808262120.OAA07533@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/net/ucd-snmp Makefile Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk asami 1998/08/26 14:20:40 PDT Modified files: net/ucd-snmp Makefile Log: "ln" -> "ln -f" Revision Changes Path 1.20 +2 -2 ports/net/ucd-snmp/Makefile From owner-cvs-all Wed Aug 26 14:20:54 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA21580 for cvs-all-outgoing; Wed, 26 Aug 1998 14:20:54 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA21566; Wed, 26 Aug 1998 14:20:52 -0700 (PDT) (envelope-from dillon@FreeBSD.org) From: Matt Dillon Received: (from dillon@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id OAA07562; Wed, 26 Aug 1998 14:20:47 -0700 (PDT) Date: Wed, 26 Aug 1998 14:20:47 -0700 (PDT) Message-Id: <199808262120.OAA07562@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/etc make.conf Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk dillon 1998/08/26 14:20:47 PDT Modified files: etc make.conf Log: Reviewed by: asami@freebsd.org (Satoshi Asami) Give make.conf a make.conf.local capability similar to rc.conf's rc.conf.local capability. Eases large-site administration. Revision Changes Path 1.68 +6 -1 src/etc/make.conf From owner-cvs-all Wed Aug 26 14:27:53 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA23452 for cvs-all-outgoing; Wed, 26 Aug 1998 14:27:53 -0700 (PDT) (envelope-from owner-cvs-all) Received: from ns1.yes.no (ns1.yes.no [195.119.24.10]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA23119; Wed, 26 Aug 1998 14:26:47 -0700 (PDT) (envelope-from eivind@bitbox.follo.net) Received: from bitbox.follo.net (bitbox.follo.net [195.204.143.218]) by ns1.yes.no (8.9.1a/8.9.1) with ESMTP id XAA13306; Wed, 26 Aug 1998 23:25:50 +0200 (CEST) Received: (from eivind@localhost) by bitbox.follo.net (8.8.8/8.8.6) id XAA01056; Wed, 26 Aug 1998 23:25:50 +0200 (MET DST) Message-ID: <19980826232550.08595@follo.net> Date: Wed, 26 Aug 1998 23:25:50 +0200 From: Eivind Eklund To: =?iso-8859-1?Q?Dag-Erling_Coidan_Sm=F8rgrav?= , Matt Dillon Cc: "Dag-Erling C. Smxf8rgrav" , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sbin/ping ping.c References: <199808262100.OAA06770@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Mailer: Mutt 0.89.1i In-Reply-To: =?iso-8859-1?Q?=3Cxzp90kbfo8r=2Efsf=40olvaldi=2Eifi=2Euio=2Eno=3E=3B_fro?= =?iso-8859-1?Q?m_Dag-Erling_Coidan_Sm=F8rgrav__on_Wed=2C_Aug_26=2C_1998_?= =?iso-8859-1?Q?at_11=3A05=3A08PM_+0200?= Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Wed, Aug 26, 1998 at 11:05:08PM +0200, Dag-Erling Coidan Smørgrav wrote: > Matt Dillon writes: > > The problems we've had with an unlimited -c has been more one of > > forgetfullness... a user will start a ping going and forget to kill > > it. It would be nice if ping did *NOT* default to an 'infinite' count, > > even if users are allowed to specify an option to set an infinite count. > > POLA. Everybody else's ping has an infinite count by default. This is not true. I've seen 'em go from 3 and upwards, and I've also seen 'em report just "elvis is alive." :-) I agree with Matt's suggestion. -c 0 for infinity, perhaps? Eivind. From owner-cvs-all Wed Aug 26 14:47:40 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA26808 for cvs-all-outgoing; Wed, 26 Aug 1998 14:47:40 -0700 (PDT) (envelope-from owner-cvs-all) Received: from ns.mt.sri.com (sri-gw.MT.net [206.127.105.141]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA26803; Wed, 26 Aug 1998 14:47:37 -0700 (PDT) (envelope-from nate@mt.sri.com) Received: from mt.sri.com (rocky.mt.sri.com [206.127.76.100]) by ns.mt.sri.com (8.8.8/8.8.8) with SMTP id PAA02611; Wed, 26 Aug 1998 15:46:44 -0600 (MDT) (envelope-from nate@rocky.mt.sri.com) Received: by mt.sri.com (SMI-8.6/SMI-SVR4) id PAA05356; Wed, 26 Aug 1998 15:46:44 -0600 Date: Wed, 26 Aug 1998 15:46:44 -0600 Message-Id: <199808262146.PAA05356@mt.sri.com> From: Nate Williams MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: Warner Losh Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sys/pccard pccard.c skel.c In-Reply-To: <199808260709.AAA15676@freefall.freebsd.org> References: <199808260709.AAA15676@freefall.freebsd.org> X-Mailer: VM 6.34 under 19.16 "Lille" XEmacs Lucid Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > imp 1998/08/26 00:09:58 PDT > > Modified files: > sys/pccard pccard.c skel.c > Log: > o renable pccard_remove_driver (it was used in the skel.c driver) > o update skel.c to lots of stuff that has happened since the last time > it was updated. > I don't think the LKM code in the skel.c driver will even work, thus the pccard_remove_driver is still unused. Did you test to see if it would even compile given how much the LKM stuff has changed in the last 3 years? Nate From owner-cvs-all Wed Aug 26 14:48:59 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA27247 for cvs-all-outgoing; Wed, 26 Aug 1998 14:48:59 -0700 (PDT) (envelope-from owner-cvs-all) Received: from ns.mt.sri.com (sri-gw.MT.net [206.127.105.141]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA27238; Wed, 26 Aug 1998 14:48:56 -0700 (PDT) (envelope-from nate@mt.sri.com) Received: from mt.sri.com (rocky.mt.sri.com [206.127.76.100]) by ns.mt.sri.com (8.8.8/8.8.8) with SMTP id PAA02625; Wed, 26 Aug 1998 15:48:06 -0600 (MDT) (envelope-from nate@rocky.mt.sri.com) Received: by mt.sri.com (SMI-8.6/SMI-SVR4) id PAA05363; Wed, 26 Aug 1998 15:48:05 -0600 Date: Wed, 26 Aug 1998 15:48:05 -0600 Message-Id: <199808262148.PAA05363@mt.sri.com> From: Nate Williams MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: Brian Somers Cc: Warner Losh , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sys/pccard pccard.c skel.c In-Reply-To: <199808260846.JAA29441@awfulhak.org> References: <199808260709.AAA15676@freefall.freebsd.org> <199808260846.JAA29441@awfulhak.org> X-Mailer: VM 6.34 under 19.16 "Lille" XEmacs Lucid Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > > Modified files: > > sys/pccard pccard.c skel.c > > Log: > > o renable pccard_remove_driver (it was used in the skel.c driver) > > o update skel.c to lots of stuff that has happened since the last time > > it was updated. > > Any chance of a mention in LINT of ``skel'' ? Or even better, a man > page ? It's an example 'skeleton' driver that does nothing, and I doubt would even compile. Nate From owner-cvs-all Wed Aug 26 16:20:39 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA14690 for cvs-all-outgoing; Wed, 26 Aug 1998 16:20:39 -0700 (PDT) (envelope-from owner-cvs-all) Received: from vader.cs.berkeley.edu (vader.CS.Berkeley.EDU [128.32.38.234]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA14685; Wed, 26 Aug 1998 16:20:36 -0700 (PDT) (envelope-from asami@vader.cs.berkeley.edu) Received: from silvia.hip.berkeley.edu (sji-ca6-88.ix.netcom.com [205.186.213.88]) by vader.cs.berkeley.edu (8.8.7/8.7.3) with ESMTP id QAA23572; Wed, 26 Aug 1998 16:19:43 -0700 (PDT) Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.8.8/8.6.9) id QAA10288; Wed, 26 Aug 1998 16:19:40 -0700 (PDT) Date: Wed, 26 Aug 1998 16:19:40 -0700 (PDT) Message-Id: <199808262319.QAA10288@silvia.hip.berkeley.edu> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org In-reply-to: <199808262044.NAA06211@freefall.freebsd.org> (message from Satoshi Asami on Wed, 26 Aug 1998 13:44:13 -0700 (PDT)) Subject: Re: cvs commit: ports/print/virtualpaper Makefile From: asami@FreeBSD.org (Satoshi Asami) Sender: owner-cvs-all@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk * modula-3 library is now at version 6. Forgot to say: === Found by: proposed patch to bsd.port.mk for strict dependency checking === Satoshi From owner-cvs-all Wed Aug 26 16:46:22 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA18850 for cvs-all-outgoing; Wed, 26 Aug 1998 16:46:22 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA18845; Wed, 26 Aug 1998 16:46:19 -0700 (PDT) (envelope-from asami@FreeBSD.org) From: Satoshi Asami Received: (from asami@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id QAA10699; Wed, 26 Aug 1998 16:46:14 -0700 (PDT) Date: Wed, 26 Aug 1998 16:46:14 -0700 (PDT) Message-Id: <199808262346.QAA10699@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/share/mk bsd.port.subdir.mk Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk asami 1998/08/26 16:46:14 PDT Modified files: share/mk bsd.port.subdir.mk Log: Add "deinstall" to list of targets. This is only fair since "install" and "reinstall" are already here. :) Revision Changes Path 1.24 +4 -3 src/share/mk/bsd.port.subdir.mk From owner-cvs-all Wed Aug 26 16:47:02 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA18944 for cvs-all-outgoing; Wed, 26 Aug 1998 16:47:02 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA18938; Wed, 26 Aug 1998 16:47:01 -0700 (PDT) (envelope-from asami@FreeBSD.org) From: Satoshi Asami Received: (from asami@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id QAA10754; Wed, 26 Aug 1998 16:46:57 -0700 (PDT) Date: Wed, 26 Aug 1998 16:46:57 -0700 (PDT) Message-Id: <199808262346.QAA10754@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/share/mk bsd.port.mk bsd.port.subdir.mk Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk asami 1998/08/26 16:46:57 PDT Modified files: (Branch: RELENG_2_2) share/mk bsd.port.mk bsd.port.subdir.mk Log: Merge 1.24. Revision Changes Path 1.227.2.47 +351 -189 src/share/mk/bsd.port.mk 1.15.2.4 +4 -3 src/share/mk/bsd.port.subdir.mk From owner-cvs-all Wed Aug 26 16:53:31 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA20057 for cvs-all-outgoing; Wed, 26 Aug 1998 16:53:31 -0700 (PDT) (envelope-from owner-cvs-all) Received: from athena.bfmni.com (www.bfmni.com [206.172.20.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA20025; Wed, 26 Aug 1998 16:53:20 -0700 (PDT) (envelope-from bsmith@bfmni.com) Received: from whatzit ([206.172.20.155]) by athena.bfmni.com (post.office MTA v2.0 0813 ID# 0-30094U35) with SMTP id AAA182; Wed, 26 Aug 1998 19:52:27 -0400 Message-ID: <006601bdd14c$904d0bd0$6403a8c0@comstyle.com> From: bsmith@bfmni.com (Brad Smith) To: "Matt Dillon" Cc: , Subject: Re: cvs commit: src/sbin/ping ping.c Date: Wed, 26 Aug 1998 19:52:15 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.0518.4 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.0518.4 Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Maybe make it like Microsoft's PING where it pings 4 times unless you use the -t option. -t Ping the specifed host until interrupted. Brad >: >:des 1998/08/26 11:51:37 PDT >: >: Modified files: >: sbin/ping ping.c >: Log: >: Remove -c restrictions from previous commit. >: >: Revision Changes Path >: 1.41 +1 -13 src/sbin/ping/ping.c > > Sounds good. I do think that the -f restrictions should be > left in as well as the -i restrictions (only root can ping < 1 second > interval). -s restrictions could also be removed or a limit could > be set for non-root users. > > The problems we've had with an unlimited -c has been more one of > forgetfullness... a user will start a ping going and forget to kill > it. It would be nice if ping did *NOT* default to an 'infinite' count, > even if users are allowed to specify an option to set an infinite count. > > -Matt > > From owner-cvs-all Wed Aug 26 16:53:45 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA20109 for cvs-all-outgoing; Wed, 26 Aug 1998 16:53:45 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA20102; Wed, 26 Aug 1998 16:53:42 -0700 (PDT) (envelope-from asami@FreeBSD.org) From: Satoshi Asami Received: (from asami@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id QAA10998; Wed, 26 Aug 1998 16:53:37 -0700 (PDT) Date: Wed, 26 Aug 1998 16:53:37 -0700 (PDT) Message-Id: <199808262353.QAA10998@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/share/mk bsd.port.mk Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk asami 1998/08/26 16:53:37 PDT Modified files: (Branch: RELENG_2_2) share/mk bsd.port.mk Log: Oops, accidentally merged the changes before committing first. ;) The previous commit was to merge 1.285 (will be committed now) from the main branch. Revision Changes Path 1.227.2.48 +1 -1 src/share/mk/bsd.port.mk From owner-cvs-all Wed Aug 26 16:59:54 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA21025 for cvs-all-outgoing; Wed, 26 Aug 1998 16:59:54 -0700 (PDT) (envelope-from owner-cvs-all) Received: from apollo.backplane.com (apollo.backplane.com [209.157.86.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA21019; Wed, 26 Aug 1998 16:59:50 -0700 (PDT) (envelope-from dillon@backplane.com) Received: (dillon@localhost) by apollo.backplane.com (8.8.8/8.6.5) id QAA10086; Wed, 26 Aug 1998 16:58:54 -0700 (PDT) Date: Wed, 26 Aug 1998 16:58:54 -0700 (PDT) From: Matthew Dillon Message-Id: <199808262358.QAA10086@apollo.backplane.com> To: bsmith@bfmni.com (Brad Smith) Cc: , Subject: Re: cvs commit: src/sbin/ping ping.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk :Maybe make it like Microsoft's PING where it pings 4 times unless you use :the -t option. :-t Ping the specifed host until interrupted. : :Brad aawwgh ahhgh yahhhwg! The list is contaminated! I kinda like an option better then '-c 0', though. -t isn't used, we might as well use it unless someone knows an option used by other UNIX's that does the same thing or if it conflicts with a -t used for ping by other UNIX's for other purposes. Currently both -c 0 and -t dump ping with 'invalid count' or 'illegal option', so the issue of the lack of backwards compatibility is the same either way. -Matt Matthew Dillon Engineering, HiWay Technologies, Inc. & BEST Internet Communications (Please include original email in any response) From owner-cvs-all Wed Aug 26 17:13:11 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA23170 for cvs-all-outgoing; Wed, 26 Aug 1998 17:13:11 -0700 (PDT) (envelope-from owner-cvs-all) Received: from ifi.uio.no (ifi.uio.no [129.240.64.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA23125; Wed, 26 Aug 1998 17:12:43 -0700 (PDT) (envelope-from dag-erli@ifi.uio.no) Received: from olvaldi.ifi.uio.no (2602@olvaldi.ifi.uio.no [129.240.65.43]) by ifi.uio.no (8.8.8/8.8.7/ifi0.2) with ESMTP id XAA00541; Wed, 26 Aug 1998 23:43:46 +0200 (MET DST) Received: (from dag-erli@localhost) by olvaldi.ifi.uio.no ; Wed, 26 Aug 1998 23:43:45 +0200 (MET DST) Mime-Version: 1.0 To: Eivind Eklund Cc: "Dag-Erling Coidan =?iso-8859-1?Q?Sm=F8rgrav?= =?iso-8859-1?Q?=2C?= Matt Dillon" , "Dag-Erling C. Smxf8rgrav" , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sbin/ping ping.c References: <199808262100.OAA06770@freefall.freebsd.org> <19980826232550.08595@follo.net> Organization: University of Oslo, Department of Informatics X-url: http://www.stud.ifi.uio.no/~dag-erli/ X-other-addresses: 'finger dag-erli@ifi.uio.no' for a list X-disclaimer-1: The views expressed in this article are mine alone, and do X-disclaimer-2: not necessarily coincide with those of any organisation or X-disclaimer-3: company with which I am or have been affiliated. X-Stop-Spam: http://www.cauce.org/ From: dag-erli@ifi.uio.no (Dag-Erling Coidan =?iso-8859-1?Q?Sm=F8rgrav?= ) Date: 26 Aug 1998 23:43:45 +0200 In-Reply-To: Eivind Eklund's message of "Wed, 26 Aug 1998 23:25:50 +0200" Message-ID: Lines: 19 X-Mailer: Gnus v5.5/Emacs 19.34 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by hub.freebsd.org id RAB23127 Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Eivind Eklund writes: > On Wed, Aug 26, 1998 at 11:05:08PM +0200, Dag-Erling Coidan Smørgrav wrote: > > POLA. Everybody else's ping has an infinite count by default. > This is not true. I've seen 'em go from 3 and upwards, and I've also > seen 'em report just "elvis is alive." :-) SysV ping does that unless you use -s, but if you do it goes on for ever like verybody else. Microsmurf ping stops after four pings which is the single most annoying feature of that crappy OS. Well, OK, I exaggerated, so sue me. > I agree with Matt's suggestion. -c 0 for infinity, perhaps? Perhaps. Better than introducing yet another command-line option (and it's pretty intuitive, kinda) DES -- Dag-Erling Smørgrav - dag-erli@ifi.uio.no From owner-cvs-all Wed Aug 26 17:18:58 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA24025 for cvs-all-outgoing; Wed, 26 Aug 1998 17:18:58 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA24015; Wed, 26 Aug 1998 17:18:56 -0700 (PDT) (envelope-from asami@FreeBSD.org) From: Satoshi Asami Received: (from asami@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id RAA11505; Wed, 26 Aug 1998 17:18:52 -0700 (PDT) Date: Wed, 26 Aug 1998 17:18:52 -0700 (PDT) Message-Id: <199808270018.RAA11505@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/share/mk bsd.port.mk Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk asami 1998/08/26 17:18:52 PDT Modified files: share/mk bsd.port.mk Log: Hope I haven't missed anything or forgotten to credit anybody. (By the way, most of the things below are "Reviewed by: hoek" as well.) The changes are (roughly in order of appearance): (1) Revamp comments at beginning of file. Major rewrites. Reorder them into more relevant sections. Make clear which ones are user variables and not to be set in ports' Makefiles. Reviewed by: hoek (well, he's the only one who sent any comments) (2) Include ${.CURDIR}/Makefile.local if it exists. This is a local configuration file (ala rc.conf.local and make.conf.local) so please do not commit a file with this name to the repository. Suggested by: dillon (3) MANCOMPRESSED now takes three possible values: "yes", "no" and "maybe". (It used to be a binary variable -- the old behavior is now accomplished by "MANCOMPRESSED=yes". Ports that defined this variable to other values have been corrected.) "yes" means the manpages are installed compressed, "no" means they are not, and "maybe" means the port already respects the value of NOMANCOMPRESS. The default is "yes" for USE_IMAKE ports without NO_INSTALL_MANPAGES, and "no" otherwise. Add "compress-man" target and move manpage {,de}compression there. Reviewed by: hoek etc. and a full build of the ports tree (4) Add LIBDIR="${LIBDIR}" to MAKE_ENV. Makes easier to "fix" ports for /usr/lib/aout mess. Submitted by: ohashi@mickey.ai.kyutech.ac.jp (Takeshi Ohashi) (5) Change ${TMPPLIST} from ${WRKDIR}/PLIST.mktmp to ${WRKDIR}/.PLIST.mktmp. Suggested by: hoek Strongly seconded by: steve (6) Change a couple more relative pathnames to absolute ones. Submitted by: hoek (7) Move checksum into real-extract. (8) Change way rules are chained. Instead of: build: configure ${BUILD_COOKIE} ${BUILD_COOKIE}: @cd ${.CURDIR} && ${MAKE} ${.MAKEFLAGS} real-build we now have build: ${BUILD_COOKIE} ${BUILD_COOKIE}: @cd ${.CURDIR} && ${MAKE} ${.MAKEFLAGS} configure @cd ${.CURDIR} && ${MAKE} ${.MAKEFLAGS} real-build Other than being more PC (pmake clean), this really speeds up skipping ports already built. For instance, "make package" on a fully packaged games subtree used to take 269 seconds on average, now it's 45 seconds on average. The flip side of this is that it will create more processes when the targets actually chain, but when you're actually compiling things, your make is creating half a bazzilion processes anyway so I don't think it matters. (9) ${TMPPLIST} is now a real dependency. Create "generate-plist" target to generate ${TMPPLIST}. Make sure it's called when needed (usually between do-install and post-install), and that the required files exist. (10) Change some messages so we can tell where "make index" failed. (11) Check if LIB_DEPENDS really generated the required shared lib or not. Seconded by: "Brent J. Nordquist" Revision Changes Path 1.285 +351 -189 src/share/mk/bsd.port.mk From owner-cvs-all Wed Aug 26 17:50:26 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA29113 for cvs-all-outgoing; Wed, 26 Aug 1998 17:50:26 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA29098; Wed, 26 Aug 1998 17:50:21 -0700 (PDT) (envelope-from jkh@FreeBSD.org) From: "Jordan K. Hubbard" Received: (from jkh@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id RAA12142; Wed, 26 Aug 1998 17:50:16 -0700 (PDT) Date: Wed, 26 Aug 1998 17:50:16 -0700 (PDT) Message-Id: <199808270050.RAA12142@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/release/sysinstall cdrom.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jkh 1998/08/26 17:50:16 PDT Modified files: release/sysinstall cdrom.c Log: Catch more cases where the CDROM has been mounted. Revision Changes Path 1.42 +4 -1 src/release/sysinstall/cdrom.c From owner-cvs-all Wed Aug 26 17:50:40 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA29148 for cvs-all-outgoing; Wed, 26 Aug 1998 17:50:40 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA29133; Wed, 26 Aug 1998 17:50:33 -0700 (PDT) (envelope-from jkh@FreeBSD.org) From: "Jordan K. Hubbard" Received: (from jkh@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id RAA12173; Wed, 26 Aug 1998 17:50:29 -0700 (PDT) Date: Wed, 26 Aug 1998 17:50:29 -0700 (PDT) Message-Id: <199808270050.RAA12173@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/release/sysinstall cdrom.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jkh 1998/08/26 17:50:29 PDT Modified files: (Branch: RELENG_2_2) release/sysinstall cdrom.c Log: MFC: DTRT with cdroms. Revision Changes Path 1.26.2.9 +4 -1 src/release/sysinstall/cdrom.c From owner-cvs-all Wed Aug 26 18:16:56 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA03598 for cvs-all-outgoing; Wed, 26 Aug 1998 18:16:56 -0700 (PDT) (envelope-from owner-cvs-all) Received: from rover.village.org (rover.village.org [204.144.255.49]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id SAA03457; Wed, 26 Aug 1998 18:15:51 -0700 (PDT) (envelope-from imp@village.org) Received: from harmony [10.0.0.6] by rover.village.org with esmtp (Exim 1.71 #1) id 0zBqdx-00003s-00; Wed, 26 Aug 1998 19:14:29 -0600 Received: from harmony.village.org (localhost [127.0.0.1]) by harmony.village.org (8.9.1/8.8.3) with ESMTP id TAA06385; Wed, 26 Aug 1998 19:13:52 -0600 (MDT) Message-Id: <199808270113.TAA06385@harmony.village.org> To: Nate Williams Subject: Re: cvs commit: src/sys/pccard pccard.c skel.c Cc: cvs-committers@freebsd.org, cvs-all@freebsd.org In-reply-to: Your message of "Wed, 26 Aug 1998 15:46:44 MDT." <199808262146.PAA05356@mt.sri.com> References: <199808262146.PAA05356@mt.sri.com> <199808260709.AAA15676@freefall.freebsd.org> Date: Wed, 26 Aug 1998 19:13:52 -0600 From: Warner Losh Sender: owner-cvs-all@freebsd.org X-Loop: FreeBSD.org Precedence: bulk In message <199808262146.PAA05356@mt.sri.com> Nate Williams writes: : I don't think the LKM code in the skel.c driver will even work, thus the : pccard_remove_driver is still unused. Did you test to see if it would : even compile given how much the LKM stuff has changed in the last 3 : years? Yes. I tested this. skel.c now compiles and seems to work. I was able to add/delete the driver and also have pccardd respond to both a manual unload as well as a pulling the card out unload. While the code may be unused in the current kernel with the current drivers, I still find it useful to have it enabled. At worst it takes up a few extra bytes in the kernel... It has all the appearances of working. I was able to load/unload a driver drived from the new skel 10 times w/o any problems. I'm working on probe code for a pccard device right now, so not having to reboot for each change is a big win for me. Warner From owner-cvs-all Wed Aug 26 18:31:05 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA05803 for cvs-all-outgoing; Wed, 26 Aug 1998 18:31:05 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA05782; Wed, 26 Aug 1998 18:30:59 -0700 (PDT) (envelope-from obrien@FreeBSD.org) From: "David E. O'Brien" Received: (from obrien@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id SAA13457; Wed, 26 Aug 1998 18:30:54 -0700 (PDT) Date: Wed, 26 Aug 1998 18:30:54 -0700 (PDT) Message-Id: <199808270130.SAA13457@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/i386/conf LINT Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk obrien 1998/08/26 18:30:53 PDT Modified files: sys/i386/conf LINT Log: NULLFS_DIAGNOSTICS and PCVT_SCANSET=2 listed twice. Revision Changes Path 1.455 +1 -3 src/sys/i386/conf/LINT From owner-cvs-all Wed Aug 26 18:35:00 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA06713 for cvs-all-outgoing; Wed, 26 Aug 1998 18:35:00 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA06702; Wed, 26 Aug 1998 18:34:58 -0700 (PDT) (envelope-from asami@FreeBSD.org) From: Satoshi Asami Received: (from asami@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id SAA13570; Wed, 26 Aug 1998 18:34:53 -0700 (PDT) Date: Wed, 26 Aug 1998 18:34:53 -0700 (PDT) Message-Id: <199808270134.SAA13570@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/german/BBBike Makefile Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk asami 1998/08/26 18:34:53 PDT Modified files: german/BBBike Makefile Log: Mark this port broken: ====== ===> Building package for BBBike-2.48 Creating package /usr/ports/packages/All/BBBike-2.48.tgz Registering depends: perl-5.00502. Creating gzip'd tar ball in '/usr/ports/packages/All/BBBike-2.48.tgz' tar: can't add file BBBike/lib/BBBikeXS.pm : No such file or directory tar: can't add file BBBike/lib/VirtArray.pm : No such file or directory pkg_create: tar command failed with code 256 *** Error code 1 ======= While I'm here, adjust the p5-Tk dependency path (both .pm file and p5-Tk location were wrong) and remove obsoleted variable NO_CONFIGURE. Revision Changes Path 1.2 +4 -4 ports/german/BBBike/Makefile From owner-cvs-all Wed Aug 26 18:41:41 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA07373 for cvs-all-outgoing; Wed, 26 Aug 1998 18:41:41 -0700 (PDT) (envelope-from owner-cvs-all) Received: from vader.cs.berkeley.edu (vader.CS.Berkeley.EDU [128.32.38.234]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA07355; Wed, 26 Aug 1998 18:41:30 -0700 (PDT) (envelope-from asami@vader.cs.berkeley.edu) Received: from silvia.hip.berkeley.edu (sji-ca6-88.ix.netcom.com [205.186.213.88]) by vader.cs.berkeley.edu (8.8.7/8.7.3) with ESMTP id SAA23743; Wed, 26 Aug 1998 18:40:40 -0700 (PDT) Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.8.8/8.6.9) id SAA10753; Wed, 26 Aug 1998 18:40:28 -0700 (PDT) Date: Wed, 26 Aug 1998 18:40:28 -0700 (PDT) Message-Id: <199808270140.SAA10753@silvia.hip.berkeley.edu> To: committers@freebsd.org CC: ports@freebsd.org, markm@freebsd.org Subject: p5-* ports From: asami@cs.berkeley.edu (Satoshi Asami) Sender: owner-cvs-all@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Hiya, Many p5-* ports are still broken due to the perl5 upgrade. While it's easy to avoid building those (DUDS="$(echo p5-*)"), they are causing other ports that use them as dependencies to break as well. In particular, those who committed the "fix" to hardcode "5.00501" in your ports, those are (predictably) broken again now. We have a framework to deal with those now (${PERL_VER} and ${PERL_VERSION} in Makefile, %%PERL_VER%% and %%PERL_VERSION%% in PLIST and manpage auto-append to PLIST), please take a look at the latest bsd.port.mk or any of the devel/p5-* ports (which I fixed). Ports fixed that way should survive future perl5 upgrades. I know it has been an unwanted burden to you all to suddenly have this come crashing down on you, but the tree really cannot stay broken very long. Please fix them at your earliest convenience. Thanks. Satoshi P.S. BTW, will it be easier for people to tell which ones are broken if I just mark those BROKEN? From owner-cvs-all Wed Aug 26 19:07:20 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA12336 for cvs-all-outgoing; Wed, 26 Aug 1998 19:07:20 -0700 (PDT) (envelope-from owner-cvs-all) Received: from vader.cs.berkeley.edu (vader.CS.Berkeley.EDU [128.32.38.234]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA12320; Wed, 26 Aug 1998 19:07:14 -0700 (PDT) (envelope-from asami@vader.cs.berkeley.edu) Received: from silvia.hip.berkeley.edu (sji-ca6-88.ix.netcom.com [205.186.213.88]) by vader.cs.berkeley.edu (8.8.7/8.7.3) with ESMTP id TAA23790; Wed, 26 Aug 1998 19:06:13 -0700 (PDT) Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.8.8/8.6.9) id TAA10862; Wed, 26 Aug 1998 19:06:07 -0700 (PDT) Date: Wed, 26 Aug 1998 19:06:07 -0700 (PDT) Message-Id: <199808270206.TAA10862@silvia.hip.berkeley.edu> To: obrien@FreeBSD.ORG CC: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG In-reply-to: <199808260941.CAA26470@freefall.freebsd.org> (obrien@FreeBSD.ORG) Subject: Re: cvs commit: ports/lang/bc-gcc - Imported sources From: asami@FreeBSD.ORG (Satoshi Asami) Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk * gcc with bounds checking support for pointers and memory Yow. This port's extremely noisy while building, can you do something about it? (Taking out "-v" from somewhere, I think....) Satoshi From owner-cvs-all Wed Aug 26 19:20:56 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA13977 for cvs-all-outgoing; Wed, 26 Aug 1998 19:20:56 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA13964; Wed, 26 Aug 1998 19:20:52 -0700 (PDT) (envelope-from asami@FreeBSD.org) From: Satoshi Asami Received: (from asami@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id TAA14857; Wed, 26 Aug 1998 19:20:47 -0700 (PDT) Date: Wed, 26 Aug 1998 19:20:47 -0700 (PDT) Message-Id: <199808270220.TAA14857@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/games/oneko Makefile Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk asami 1998/08/26 19:20:47 PDT Modified files: games/oneko Makefile Log: Take out MANCOMPRESSED=yes (not needed anymore, implied by USE_IMAKE). Revision Changes Path 1.10 +1 -2 ports/games/oneko/Makefile From owner-cvs-all Wed Aug 26 19:33:57 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA15544 for cvs-all-outgoing; Wed, 26 Aug 1998 19:33:57 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA15539; Wed, 26 Aug 1998 19:33:56 -0700 (PDT) (envelope-from max@FreeBSD.org) From: Masafumi NAKANE Received: (from max@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id TAA15337; Wed, 26 Aug 1998 19:33:52 -0700 (PDT) Date: Wed, 26 Aug 1998 19:33:52 -0700 (PDT) Message-Id: <199808270233.TAA15337@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/shells/zsh Makefile Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk max 1998/08/26 19:33:51 PDT Modified files: shells/zsh Makefile Log: Update /etc/shells upon make install. Revision Changes Path 1.27 +6 -1 ports/shells/zsh/Makefile From owner-cvs-all Wed Aug 26 19:34:13 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA15667 for cvs-all-outgoing; Wed, 26 Aug 1998 19:34:13 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA15655; Wed, 26 Aug 1998 19:34:11 -0700 (PDT) (envelope-from max@FreeBSD.org) From: Masafumi NAKANE Received: (from max@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id TAA15362; Wed, 26 Aug 1998 19:34:07 -0700 (PDT) Date: Wed, 26 Aug 1998 19:34:07 -0700 (PDT) Message-Id: <199808270234.TAA15362@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/shells/tcsh Makefile Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk max 1998/08/26 19:34:07 PDT Modified files: shells/tcsh Makefile Log: Update /etc/shells upon make install. ln -> ${LN} Revision Changes Path 1.21 +11 -6 ports/shells/tcsh/Makefile From owner-cvs-all Wed Aug 26 19:34:36 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA15718 for cvs-all-outgoing; Wed, 26 Aug 1998 19:34:36 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA15713; Wed, 26 Aug 1998 19:34:34 -0700 (PDT) (envelope-from jkh@FreeBSD.org) From: "Jordan K. Hubbard" Received: (from jkh@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id TAA15376; Wed, 26 Aug 1998 19:34:30 -0700 (PDT) Date: Wed, 26 Aug 1998 19:34:30 -0700 (PDT) Message-Id: <199808270234.TAA15376@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/sys vnode.h Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jkh 1998/08/26 19:34:30 PDT Modified files: sys/sys vnode.h Log: Add VT_CFS type. Submitted by: Robert Baron Revision Changes Path 1.72 +2 -2 src/sys/sys/vnode.h From owner-cvs-all Wed Aug 26 19:37:21 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA16041 for cvs-all-outgoing; Wed, 26 Aug 1998 19:37:21 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA16036; Wed, 26 Aug 1998 19:37:16 -0700 (PDT) (envelope-from jkh@FreeBSD.org) From: "Jordan K. Hubbard" Received: (from jkh@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id TAA15447; Wed, 26 Aug 1998 19:37:12 -0700 (PDT) Date: Wed, 26 Aug 1998 19:37:12 -0700 (PDT) Message-Id: <199808270237.TAA15447@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/i386/conf LINT Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jkh 1998/08/26 19:37:12 PDT Modified files: sys/i386/conf LINT Log: Add CFS options to LINT, though commented out for now. Submitted by: Robert Baron Revision Changes Path 1.456 +5 -1 src/sys/i386/conf/LINT From owner-cvs-all Wed Aug 26 19:56:53 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA18848 for cvs-all-outgoing; Wed, 26 Aug 1998 19:56:53 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA18843; Wed, 26 Aug 1998 19:56:52 -0700 (PDT) (envelope-from obrien@FreeBSD.org) From: "David E. O'Brien" Received: (from obrien@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id TAA16078; Wed, 26 Aug 1998 19:56:48 -0700 (PDT) Date: Wed, 26 Aug 1998 19:56:48 -0700 (PDT) Message-Id: <199808270256.TAA16078@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/contrib/amd/mk-amd-map mk-amd-map.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk obrien 1998/08/26 19:56:47 PDT Modified files: contrib/amd/mk-amd-map mk-amd-map.c Log: Properly create db files vs. dbm files. Obtained from: NetBSD Revision Changes Path 1.3 +18 -33 src/contrib/amd/mk-amd-map/mk-amd-map.c From owner-cvs-all Wed Aug 26 20:39:16 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA23968 for cvs-all-outgoing; Wed, 26 Aug 1998 20:39:16 -0700 (PDT) (envelope-from owner-cvs-all) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.15.68.22]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA23935; Wed, 26 Aug 1998 20:39:09 -0700 (PDT) (envelope-from bde@godzilla.zeta.org.au) Received: (from bde@localhost) by godzilla.zeta.org.au (8.8.7/8.8.7) id NAA19198; Thu, 27 Aug 1998 13:38:17 +1000 Date: Thu, 27 Aug 1998 13:38:17 +1000 From: Bruce Evans Message-Id: <199808270338.NAA19198@godzilla.zeta.org.au> To: cvs-all@FreeBSD.ORG, cvs-committers@FreeBSD.ORG, jkh@FreeBSD.ORG Subject: Re: cvs commit: src/sys/sys vnode.h Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > Modified files: > sys/sys vnode.h > Log: > Add VT_CFS type. > Submitted by: Robert Baron I've been wondering how to nuke VT_*. They are only used by applications, and make it impossible to add new filesystems without encrufting vnode.h. Similarly for MOUNT_* in mount.h. They can't be nuked without fixing FreeBSD's breakage of sysctl initialization. Bruce From owner-cvs-all Wed Aug 26 20:52:57 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA25319 for cvs-all-outgoing; Wed, 26 Aug 1998 20:52:57 -0700 (PDT) (envelope-from owner-cvs-all) Received: from time.cdrom.com (time.cdrom.com [204.216.27.226]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA25308; Wed, 26 Aug 1998 20:52:50 -0700 (PDT) (envelope-from jkh@time.cdrom.com) Received: from time.cdrom.com (jkh@localhost.cdrom.com [127.0.0.1]) by time.cdrom.com (8.8.8/8.8.8) with ESMTP id UAA29143; Wed, 26 Aug 1998 20:51:55 -0700 (PDT) (envelope-from jkh@time.cdrom.com) To: Bruce Evans cc: cvs-all@FreeBSD.ORG, cvs-committers@FreeBSD.ORG, jkh@FreeBSD.ORG Subject: Re: cvs commit: src/sys/sys vnode.h In-reply-to: Your message of "Thu, 27 Aug 1998 13:38:17 +1000." <199808270338.NAA19198@godzilla.zeta.org.au> Date: Wed, 26 Aug 1998 20:51:55 -0700 Message-ID: <29139.904189915@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk No arguement from me on either one (and yes, it is gross the way it is) but I think that we and Robert will, for now, just have to live with it until you or someone else figures out how to convincingly replace these mechanisms. :) - Jordan > > Modified files: > > sys/sys vnode.h > > Log: > > Add VT_CFS type. > > Submitted by: Robert Baron > > I've been wondering how to nuke VT_*. They are only used by applications, > and make it impossible to add new filesystems without encrufting vnode.h. > > Similarly for MOUNT_* in mount.h. They can't be nuked without fixing > FreeBSD's breakage of sysctl initialization. > > Bruce From owner-cvs-all Wed Aug 26 21:23:09 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA29122 for cvs-all-outgoing; Wed, 26 Aug 1998 21:23:09 -0700 (PDT) (envelope-from owner-cvs-all) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.15.68.22]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA29093; Wed, 26 Aug 1998 21:23:05 -0700 (PDT) (envelope-from bde@godzilla.zeta.org.au) Received: (from bde@localhost) by godzilla.zeta.org.au (8.8.7/8.8.7) id OAA22752; Thu, 27 Aug 1998 14:22:14 +1000 Date: Thu, 27 Aug 1998 14:22:14 +1000 From: Bruce Evans Message-Id: <199808270422.OAA22752@godzilla.zeta.org.au> To: cvs-all@FreeBSD.ORG, cvs-committers@FreeBSD.ORG, dillon@FreeBSD.ORG Subject: Re: cvs commit: src/etc make.conf Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > Modified files: > etc make.conf > Log: > Reviewed by: asami@freebsd.org (Satoshi Asami) > > Give make.conf a make.conf.local capability similar to rc.conf's > rc.conf.local capability. Eases large-site administration. Bogus. make.conf is already entirely local. It is the local extension of . Bruce From owner-cvs-all Wed Aug 26 21:26:46 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA29554 for cvs-all-outgoing; Wed, 26 Aug 1998 21:26:46 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA29547; Wed, 26 Aug 1998 21:26:45 -0700 (PDT) (envelope-from jb@FreeBSD.org) From: John Birrell Received: (from jb@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id VAA17965; Wed, 26 Aug 1998 21:26:40 -0700 (PDT) Date: Wed, 26 Aug 1998 21:26:40 -0700 (PDT) Message-Id: <199808270426.VAA17965@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys Makefile Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jb 1998/08/26 21:26:40 PDT Modified files: sys Makefile Log: Only build the old boot loader on i386 if aout. The new loader will eventually be built if elf. Revision Changes Path 1.10 +5 -1 src/sys/Makefile From owner-cvs-all Wed Aug 26 21:42:16 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA02437 for cvs-all-outgoing; Wed, 26 Aug 1998 21:42:16 -0700 (PDT) (envelope-from owner-cvs-all) Received: from burka.rdy.com (burka.rdy.com [205.149.163.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA02383; Wed, 26 Aug 1998 21:42:06 -0700 (PDT) (envelope-from dima@burka.rdy.com) Received: (from dima@localhost) by burka.rdy.com (8.8.8/RDY&DVV) id VAA21637; Wed, 26 Aug 1998 21:41:07 -0700 (PDT) Message-Id: <199808270441.VAA21637@burka.rdy.com> Subject: Re: cvs commit: src/etc make.conf In-Reply-To: <199808270422.OAA22752@godzilla.zeta.org.au> from Bruce Evans at "Aug 27, 1998 2:22:14 pm" To: bde@zeta.org.au (Bruce Evans) Date: Wed, 26 Aug 1998 21:41:07 -0700 (PDT) Cc: cvs-all@FreeBSD.ORG, cvs-committers@FreeBSD.ORG, dillon@FreeBSD.ORG X-Class: Fast Organization: HackerDome Reply-To: dima@best.net From: dima@best.net (Dima Ruban) X-Mailer: ELM [version 2.4ME+ PL45 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Bruce Evans writes: > > Modified files: > > etc make.conf > > Log: > > Reviewed by: asami@freebsd.org (Satoshi Asami) > > > > Give make.conf a make.conf.local capability similar to rc.conf's > > rc.conf.local capability. Eases large-site administration. > > Bogus. make.conf is already entirely local. It is the local extension > of . It actually depends. If we consider /etc/{daily,weekly,monthly,rc.conf} etc etc etc being local, then what's the point of having their .local extensions? My point of view that even though that it might sound bogus - it is still convenient. > > Bruce > -- dima From owner-cvs-all Wed Aug 26 21:45:33 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA03013 for cvs-all-outgoing; Wed, 26 Aug 1998 21:45:33 -0700 (PDT) (envelope-from owner-cvs-all) Received: from apollo.backplane.com (apollo.backplane.com [209.157.86.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA02997; Wed, 26 Aug 1998 21:45:28 -0700 (PDT) (envelope-from dillon@backplane.com) Received: (dillon@localhost) by apollo.backplane.com (8.8.8/8.6.5) id VAA10855; Wed, 26 Aug 1998 21:44:28 -0700 (PDT) Date: Wed, 26 Aug 1998 21:44:28 -0700 (PDT) From: Matthew Dillon Message-Id: <199808270444.VAA10855@apollo.backplane.com> To: Bruce Evans Cc: cvs-all@FreeBSD.ORG, cvs-committers@FreeBSD.ORG Subject: Re: cvs commit: src/etc make.conf Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk : :> Modified files: :> etc make.conf :> Log: :> Reviewed by: asami@freebsd.org (Satoshi Asami) :> :> Give make.conf a make.conf.local capability similar to rc.conf's :> rc.conf.local capability. Eases large-site administration. : :Bogus. make.conf is already entirely local. It is the local extension :of . : :Bruce make.conf contains a template of all (or most) customizeable defines. To that end, whenever a freeBSD release is made /etc/make.conf needs to be updated from /usr/src/etc so it contains the latest template features. Because of that, it is hardly an 'entirely local' file. Like rc.conf, it contains a set of defaults (even if all commented out) and, like rc.conf, it's contents may change radically between releases. And, like rc.conf, a localization mechanism (rc.conf.local equivalent) is required to allow the sysad to maintain his own truely local version of the file without having to re-merge his stuff into the system-provided make.conf every time a system update is made. If you want make.conf itself to be entirely local, the file should be a nearly blank template similar to, say, /usr/src/etc/rc.local, or not be in /usr/src/etc at all, similar to rc.conf.local. It should not be a fairly large and complete file full of commented-out featurisms. -Matt Matthew Dillon Engineering, HiWay Technologies, Inc. & BEST Internet Communications (Please include original email in any response) From owner-cvs-all Wed Aug 26 21:55:56 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA04648 for cvs-all-outgoing; Wed, 26 Aug 1998 21:55:56 -0700 (PDT) (envelope-from owner-cvs-all) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.15.68.22]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA04579; Wed, 26 Aug 1998 21:55:47 -0700 (PDT) (envelope-from bde@godzilla.zeta.org.au) Received: (from bde@localhost) by godzilla.zeta.org.au (8.8.7/8.8.7) id OAA25206; Thu, 27 Aug 1998 14:54:53 +1000 Date: Thu, 27 Aug 1998 14:54:53 +1000 From: Bruce Evans Message-Id: <199808270454.OAA25206@godzilla.zeta.org.au> To: bde@zeta.org.au, dima@best.net Subject: Re: cvs commit: src/etc make.conf Cc: cvs-all@FreeBSD.ORG, cvs-committers@FreeBSD.ORG, dillon@FreeBSD.ORG Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >> > Give make.conf a make.conf.local capability similar to rc.conf's >> > rc.conf.local capability. Eases large-site administration. >> >> Bogus. make.conf is already entirely local. It is the local extension >> of . > >It actually depends. If we consider /etc/{daily,weekly,monthly,rc.conf} >etc etc etc being local, then what's the point of having their .local >extensions? None :-). Don't consider them as local, since they do a lot by default. make.conf OTOH contains only commented out defaults. Bruce From owner-cvs-all Wed Aug 26 21:56:35 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA04758 for cvs-all-outgoing; Wed, 26 Aug 1998 21:56:35 -0700 (PDT) (envelope-from owner-cvs-all) Received: (from jkoshy@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA04751; Wed, 26 Aug 1998 21:56:29 -0700 (PDT) (envelope-from jkoshy) Date: Wed, 26 Aug 1998 21:56:29 -0700 (PDT) From: Joseph Koshy Message-Id: <199808270456.VAA04751@hub.freebsd.org> X-Mailer: exmh version 2.0.2 2/24/98 To: Bruce Evans Cc: dillion, committers Subject: Re: cvs commit: src/etc make.conf In-Reply-To: Your message of "Thu, 27 Aug 1998 14:22:14 +1000." <199808270422.OAA22752@godzilla.zeta.org.au> Mime-Version: 1.0 Content-Type: text/plain Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk mdillon> Give make.conf a make.conf.local capability similar to rc.conf's mdillon> rc.conf.local capability. Eases large-site administration. bde> Bogus. make.conf is already entirely local. It is the local extension bde> of . True. Also, this change breaks the declarative "VAR = VALUE" structure of "make.conf" by bringing in "active statements" with BSD make syntax and semantics. If we need to do active things like checking for an additional "local" files then it is better done from a top level makefile. Koshy From owner-cvs-all Wed Aug 26 22:00:06 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA05427 for cvs-all-outgoing; Wed, 26 Aug 1998 22:00:06 -0700 (PDT) (envelope-from owner-cvs-all) Received: from apollo.backplane.com (apollo.backplane.com [209.157.86.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA05384; Wed, 26 Aug 1998 22:00:01 -0700 (PDT) (envelope-from dillon@backplane.com) Received: (dillon@localhost) by apollo.backplane.com (8.8.8/8.6.5) id VAA10971; Wed, 26 Aug 1998 21:59:03 -0700 (PDT) Date: Wed, 26 Aug 1998 21:59:03 -0700 (PDT) From: Matthew Dillon Message-Id: <199808270459.VAA10971@apollo.backplane.com> To: Bruce Evans Cc: bde@zeta.org.au, dima@best.net, cvs-all@FreeBSD.ORG, cvs-committers@FreeBSD.ORG, dillon@FreeBSD.ORG Subject: Re: cvs commit: src/etc make.conf Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk :>> > rc.conf.local capability. Eases large-site administration. :>> :>> Bogus. make.conf is already entirely local. It is the local extension :>> of . :> :>It actually depends. If we consider /etc/{daily,weekly,monthly,rc.conf} :>etc etc etc being local, then what's the point of having their .local :>extensions? : :None :-). Don't consider them as local, since they do a lot by default. :make.conf OTOH contains only commented out defaults. : :Bruce commented out defaults, but it's still 6 KBytes worth of critical information that needs to get updated on every system update. If you don't want a make.conf.local then the supplied make.conf needs to be an empty file with some other file containing a list of all the features. Otherwise we have to update make.conf on every install. I like the make.conf.local idea better. -Matt Matthew Dillon Engineering, HiWay Technologies, Inc. & BEST Internet Communications (Please include original email in any response) From owner-cvs-all Wed Aug 26 22:09:53 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA06656 for cvs-all-outgoing; Wed, 26 Aug 1998 22:09:53 -0700 (PDT) (envelope-from owner-cvs-all) Received: from apollo.backplane.com (apollo.backplane.com [209.157.86.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA06650; Wed, 26 Aug 1998 22:09:51 -0700 (PDT) (envelope-from dillon@backplane.com) Received: (dillon@localhost) by apollo.backplane.com (8.8.8/8.6.5) id WAA11055; Wed, 26 Aug 1998 22:09:02 -0700 (PDT) Date: Wed, 26 Aug 1998 22:09:02 -0700 (PDT) From: Matthew Dillon Message-Id: <199808270509.WAA11055@apollo.backplane.com> To: Joseph Koshy Cc: Bruce Evans , committers@hub.freebsd.org Subject: Re: cvs commit: src/etc make.conf Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk :bde> Bogus. make.conf is already entirely local. It is the local extension :bde> of . : :True. : :Also, this change breaks the declarative "VAR = VALUE" structure of :"make.conf" by bringing in "active statements" with BSD make syntax :and semantics. :If we need to do active things like checking for an additional "local" files :then it is better done from a top level makefile. Hmm.. ok, works for me. Anyone have any objections to having sys.mk check for an /etc/make.conf.local after /etc/make.conf ? -Matt :Koshy : : : : Matthew Dillon Engineering, HiWay Technologies, Inc. & BEST Internet Communications (Please include original email in any response) From owner-cvs-all Wed Aug 26 22:15:12 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA07854 for cvs-all-outgoing; Wed, 26 Aug 1998 22:15:12 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA07843; Wed, 26 Aug 1998 22:15:09 -0700 (PDT) (envelope-from mph@FreeBSD.org) From: Matthew Hunt Received: (from mph@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id WAA19033; Wed, 26 Aug 1998 22:15:05 -0700 (PDT) Date: Wed, 26 Aug 1998 22:15:05 -0700 (PDT) Message-Id: <199808270515.WAA19033@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/net/yagirc Makefile ports/net/yagirc/files md5 Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk mph 1998/08/26 22:15:05 PDT Modified files: net/yagirc Makefile net/yagirc/files md5 Log: Upgrade to 0.65.7. Revision Changes Path 1.7 +3 -3 ports/net/yagirc/Makefile 1.4 +1 -1 ports/net/yagirc/files/md5 From owner-cvs-all Wed Aug 26 22:26:34 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA09473 for cvs-all-outgoing; Wed, 26 Aug 1998 22:26:34 -0700 (PDT) (envelope-from owner-cvs-all) Received: from time.cdrom.com (time.cdrom.com [204.216.27.226]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA09463; Wed, 26 Aug 1998 22:26:25 -0700 (PDT) (envelope-from jkh@time.cdrom.com) Received: from time.cdrom.com (jkh@localhost.cdrom.com [127.0.0.1]) by time.cdrom.com (8.8.8/8.8.8) with ESMTP id WAA00621; Wed, 26 Aug 1998 22:25:26 -0700 (PDT) (envelope-from jkh@time.cdrom.com) To: Matthew Dillon cc: Bruce Evans , cvs-all@FreeBSD.ORG, cvs-committers@FreeBSD.ORG Subject: Re: cvs commit: src/etc make.conf In-reply-to: Your message of "Wed, 26 Aug 1998 21:44:28 PDT." <199808270444.VAA10855@apollo.backplane.com> Date: Wed, 26 Aug 1998 22:25:25 -0700 Message-ID: <617.904195525@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > And, like rc.conf, a localization mechanism (rc.conf.local equivalent) > is required to allow the sysad to maintain his own truely local version > of the file without having to re-merge his stuff into the system-provided > make.conf every time a system update is made. > > If you want make.conf itself to be entirely local, the file should be > a nearly blank template similar to, say, /usr/src/etc/rc.local, or > not be in /usr/src/etc at all, similar to rc.conf.local. It should not > be a fairly large and complete file full of commented-out featurisms. Actually, this gets back to Paul Traina's suggestion which never really (sadly) got implemented. He proposed, some time ago, that we go to a format which listed each variable and its default value, another file being used to store the (overriding) customizations. That way you'd never suffer from having an outdated set of hooks nor would you have to merge your changes back into some central location which got wiped with each (binary) upgrade. Hmmm. Perhaps I'll just start storing the changed values into rc.conf.local from now on in sysinstall. That would sort of validate the concept. :) - Jordan From owner-cvs-all Wed Aug 26 22:27:42 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA09611 for cvs-all-outgoing; Wed, 26 Aug 1998 22:27:42 -0700 (PDT) (envelope-from owner-cvs-all) Received: from time.cdrom.com (time.cdrom.com [204.216.27.226]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA09591; Wed, 26 Aug 1998 22:27:32 -0700 (PDT) (envelope-from jkh@time.cdrom.com) Received: from time.cdrom.com (jkh@localhost.cdrom.com [127.0.0.1]) by time.cdrom.com (8.8.8/8.8.8) with ESMTP id WAA00645; Wed, 26 Aug 1998 22:26:39 -0700 (PDT) (envelope-from jkh@time.cdrom.com) To: Matthew Dillon cc: Joseph Koshy , Bruce Evans , committers@hub.freebsd.org Subject: Re: cvs commit: src/etc make.conf In-reply-to: Your message of "Wed, 26 Aug 1998 22:09:02 PDT." <199808270509.WAA11055@apollo.backplane.com> Date: Wed, 26 Aug 1998 22:26:39 -0700 Message-ID: <642.904195599@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > Hmm.. ok, works for me. Anyone have any objections to having sys.mk > check for an /etc/make.conf.local after /etc/make.conf ? None from me - that would also eliminate one level of "chaining" that otherwise doesn't have to take place. - Jordan From owner-cvs-all Wed Aug 26 22:29:09 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA09823 for cvs-all-outgoing; Wed, 26 Aug 1998 22:29:09 -0700 (PDT) (envelope-from owner-cvs-all) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.15.68.22]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA09814; Wed, 26 Aug 1998 22:29:05 -0700 (PDT) (envelope-from bde@godzilla.zeta.org.au) Received: (from bde@localhost) by godzilla.zeta.org.au (8.8.7/8.8.7) id PAA27874; Thu, 27 Aug 1998 15:28:13 +1000 Date: Thu, 27 Aug 1998 15:28:13 +1000 From: Bruce Evans Message-Id: <199808270528.PAA27874@godzilla.zeta.org.au> To: dillon@backplane.com, jkoshy@FreeBSD.ORG Subject: Re: cvs commit: src/etc make.conf Cc: bde@zeta.org.au, committers@hub.freebsd.org Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >:Also, this change breaks the declarative "VAR = VALUE" structure of >:"make.conf" by bringing in "active statements" with BSD make syntax >:and semantics. >:If we need to do active things like checking for an additional "local" files >:then it is better done from a top level makefile. > > Hmm.. ok, works for me. Anyone have any objections to having sys.mk > check for an /etc/make.conf.local after /etc/make.conf ? Yes, I already object to it checking for /etc/make.conf :-). The top level is too high for most of the stuff in it. It should only be used to override or add to settings for variables like CFLAGS that are already set in . Bruce From owner-cvs-all Wed Aug 26 22:48:36 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA12602 for cvs-all-outgoing; Wed, 26 Aug 1998 22:48:36 -0700 (PDT) (envelope-from owner-cvs-all) Received: from apollo.backplane.com (apollo.backplane.com [209.157.86.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA12585; Wed, 26 Aug 1998 22:48:26 -0700 (PDT) (envelope-from dillon@backplane.com) Received: (dillon@localhost) by apollo.backplane.com (8.8.8/8.6.5) id WAA11311; Wed, 26 Aug 1998 22:47:30 -0700 (PDT) Date: Wed, 26 Aug 1998 22:47:30 -0700 (PDT) From: Matthew Dillon Message-Id: <199808270547.WAA11311@apollo.backplane.com> To: Bruce Evans Cc: jkoshy@FreeBSD.ORG, bde@zeta.org.au, committers@hub.freebsd.org Subject: Re: cvs commit: src/etc make.conf Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk : :>:Also, this change breaks the declarative "VAR = VALUE" structure of :>:"make.conf" by bringing in "active statements" with BSD make syntax :>:and semantics. :>:If we need to do active things like checking for an additional "local" files :>:then it is better done from a top level makefile. :> :> Hmm.. ok, works for me. Anyone have any objections to having sys.mk :> check for an /etc/make.conf.local after /etc/make.conf ? : :Yes, I already object to it checking for /etc/make.conf :-). The top :level is too high for most of the stuff in it. It should only be used :to override or add to settings for variables like CFLAGS that are already :set in . : :Bruce IMHO, make.conf as it currently stands is an important 'official' file. If you get rid of the 6K of official stuff in it, you might be able to call it a local file. But until you do, it sure *isn't* a local file or a locally editable file. It doesn't matter whether the stuff is commented out or not. It's critical information that needs to be updated on every release, therefore we (BEST) or I (personally) would rather not have to re-copy and re-merge the file every time we do a major system update. The file itself has changed quite often... just look at the CVS log for make.conf verses, say, rc.local. Having a make.conf.local completely solves the problem. It is a 100% fix and removes yet another file from having to be re-merged after an update. It is also, I might add, relatively critical that such re-merges be done properly with the current scheme. The last thing I want to do is accidently leave out a custom kerberos define that breaks 40 rack-mount FreeBSD boxes! make.conf.local solves the problem, neatly and succinctly. -Matt Matthew Dillon Engineering, HiWay Technologies, Inc. & BEST Internet Communications (Please include original email in any response) From owner-cvs-all Wed Aug 26 22:55:57 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA13108 for cvs-all-outgoing; Wed, 26 Aug 1998 22:55:57 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA13101; Wed, 26 Aug 1998 22:55:53 -0700 (PDT) (envelope-from motoyuki@FreeBSD.org) From: Motoyuki Konno Received: (from motoyuki@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id WAA19915; Wed, 26 Aug 1998 22:55:49 -0700 (PDT) Date: Wed, 26 Aug 1998 22:55:49 -0700 (PDT) Message-Id: <199808270555.WAA19915@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: doc/handbook mirrors.sgml Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk motoyuki 1998/08/26 22:55:48 PDT Modified files: handbook mirrors.sgml Log: Add cvsup[3-5].jp.freebsd.org to the CVSup mirror site list. Submitted by: cvsup*.jp.freebsd.org maintainer. Revision Changes Path 1.90 +7 -1 doc/handbook/mirrors.sgml From owner-cvs-all Wed Aug 26 22:57:29 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA13267 for cvs-all-outgoing; Wed, 26 Aug 1998 22:57:29 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA13261; Wed, 26 Aug 1998 22:57:25 -0700 (PDT) (envelope-from motoyuki@FreeBSD.org) From: Motoyuki Konno Received: (from motoyuki@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id WAA20028; Wed, 26 Aug 1998 22:57:21 -0700 (PDT) Date: Wed, 26 Aug 1998 22:57:21 -0700 (PDT) Message-Id: <199808270557.WAA20028@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: doc/FAQ admin.sgml Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk motoyuki 1998/08/26 22:57:20 PDT Modified files: FAQ admin.sgml Log: Typo fix: su with option "-K" -> su with option "-k" Submitted by: Nishika Revision Changes Path 1.11 +2 -2 doc/FAQ/admin.sgml From owner-cvs-all Wed Aug 26 23:05:04 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA14004 for cvs-all-outgoing; Wed, 26 Aug 1998 23:05:04 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA13996; Wed, 26 Aug 1998 23:05:01 -0700 (PDT) (envelope-from motoyuki@FreeBSD.org) From: Motoyuki Konno Received: (from motoyuki@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id XAA20202; Wed, 26 Aug 1998 23:04:57 -0700 (PDT) Date: Wed, 26 Aug 1998 23:04:57 -0700 (PDT) Message-Id: <199808270604.XAA20202@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: doc/ja/handbook mirrors.sgml Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk motoyuki 1998/08/26 23:04:56 PDT Modified files: ja/handbook mirrors.sgml Log: Merge the following changes in the English version: mirrors.sgml : 1.89 -> 1.90 Revision Changes Path 1.31 +8 -2 doc/ja/handbook/mirrors.sgml From owner-cvs-all Wed Aug 26 23:05:16 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA14051 for cvs-all-outgoing; Wed, 26 Aug 1998 23:05:16 -0700 (PDT) (envelope-from owner-cvs-all) Received: from word.smith.net.au (castles320.castles.com [208.214.167.20]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA14012; Wed, 26 Aug 1998 23:05:06 -0700 (PDT) (envelope-from mike@word.smith.net.au) Received: from word.smith.net.au (localhost [127.0.0.1]) by word.smith.net.au (8.9.1/8.8.8) with ESMTP id XAA01358; Wed, 26 Aug 1998 23:01:57 GMT (envelope-from mike@word.smith.net.au) Message-Id: <199808262301.XAA01358@word.smith.net.au> X-Mailer: exmh version 2.0.2 2/24/98 To: "Jordan K. Hubbard" cc: Matthew Dillon , Bruce Evans , cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Subject: Re: cvs commit: src/etc make.conf In-reply-to: Your message of "Wed, 26 Aug 1998 22:25:25 MST." <617.904195525@time.cdrom.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Wed, 26 Aug 1998 23:01:55 +0000 From: Mike Smith Sender: owner-cvs-all@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk > Hmmm. Perhaps I'll just start storing the changed values into > rc.conf.local from now on in sysinstall. That would sort of validate > the concept. :) IMHO that should be rc.conf.template and rc.conf. The current expectation is that rc.conf contains the current settings; moving that elsewhere would be confusing. It is still valid to have rc.conf.template, rc.conf and rc.conf.local, where the second is common to a group of machines, and the last specific only to the machine in question. -- \\ Sometimes you're ahead, \\ Mike Smith \\ sometimes you're behind. \\ mike@smith.net.au \\ The race is long, and in the \\ msmith@freebsd.org \\ end it's only with yourself. \\ msmith@cdrom.com From owner-cvs-all Wed Aug 26 23:09:41 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA14664 for cvs-all-outgoing; Wed, 26 Aug 1998 23:09:41 -0700 (PDT) (envelope-from owner-cvs-all) Received: from ns11.rim.or.jp (ns11.rim.or.jp [202.247.130.230]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA14640; Wed, 26 Aug 1998 23:09:35 -0700 (PDT) (envelope-from motoyuki@snipe.rim.or.jp) Received: from rayearth.rim.or.jp (rayearth.rim.or.jp [202.247.130.242]) by ns11.rim.or.jp (8.8.5/3.5Wpl2-ns11/RIMNET-2) with ESMTP id PAA02152; Thu, 27 Aug 1998 15:08:45 +0900 (JST) Received: (from uucp@localhost) by rayearth.rim.or.jp (8.8.5/3.5Wpl2-uucp1/RIMNET) with UUCP id PAA28599; Thu, 27 Aug 1998 15:08:44 +0900 (JST) Received: from rei.snipe.rim.or.jp (localhost.snipe.rim.or.jp [127.0.0.1]) by rei.snipe.rim.or.jp (8.8.8/3.5Wpl7) with ESMTP id PAA09422; Thu, 27 Aug 1998 15:08:20 +0900 (JST) Message-Id: <199808270608.PAA09422@rei.snipe.rim.or.jp> To: Motoyuki Konno Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: doc/FAQ admin.sgml X-Mailer: mh-e on Mule 2.3 / Emacs 19.28 Mime-Version: 1.0 Content-Type: Text/Plain; charset=iso-2022-jp Content-Transfer-Encoding: 7bit References: <199808270557.WAA20028@freefall.freebsd.org> In-reply-to: Message from motoyuki@FreeBSD.ORG of <199808270557.WAA20028@freefall.freebsd.org> Date: Thu, 27 Aug 1998 15:08:19 +0900 From: Motoyuki Konno Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Hi, Motoyuki Konno wrote: > motoyuki 1998/08/26 22:57:20 PDT > > Modified files: > FAQ admin.sgml > Log: > Typo fix: > su with option "-K" -> su with option "-k" > Oops! this log message is wrong. su with option "-k" -> su with option "-K" --- ------------------------------------------------------------------------ Motoyuki Konno mkonno@res.yamanashi-med.ac.jp (Univ) motoyuki@snipe.rim.or.jp (Home) Yamanashi Medical University http://www.st.rim.or.jp/~motoyuki/ From owner-cvs-all Wed Aug 26 23:09:57 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA14756 for cvs-all-outgoing; Wed, 26 Aug 1998 23:09:57 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA14751; Wed, 26 Aug 1998 23:09:55 -0700 (PDT) (envelope-from jseger@FreeBSD.org) From: "Justin M. Seger" Received: (from jseger@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id XAA20350; Wed, 26 Aug 1998 23:09:50 -0700 (PDT) Date: Wed, 26 Aug 1998 23:09:50 -0700 (PDT) Message-Id: <199808270609.XAA20350@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/games/tank Makefile Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jseger 1998/08/26 23:09:50 PDT Modified files: games/tank Makefile Log: MASTER_SITE moved Revision Changes Path 1.5 +2 -2 ports/games/tank/Makefile From owner-cvs-all Wed Aug 26 23:10:17 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA14967 for cvs-all-outgoing; Wed, 26 Aug 1998 23:10:17 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA14897; Wed, 26 Aug 1998 23:10:08 -0700 (PDT) (envelope-from motoyuki@FreeBSD.org) From: Motoyuki Konno Received: (from motoyuki@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id XAA20386; Wed, 26 Aug 1998 23:10:02 -0700 (PDT) Date: Wed, 26 Aug 1998 23:10:02 -0700 (PDT) Message-Id: <199808270610.XAA20386@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: doc/ja/FAQ admin.sgml Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk motoyuki 1998/08/26 23:10:02 PDT Modified files: ja/FAQ admin.sgml Log: Merge the following changes in the English version: admin.sgml: 1.10 -> 1.11 Revision Changes Path 1.12 +3 -3 doc/ja/FAQ/admin.sgml From owner-cvs-all Wed Aug 26 23:12:08 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA15514 for cvs-all-outgoing; Wed, 26 Aug 1998 23:12:08 -0700 (PDT) (envelope-from owner-cvs-all) Received: from gratis.grondar.za (gratis.grondar.za [196.7.18.65]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA15393; Wed, 26 Aug 1998 23:11:50 -0700 (PDT) (envelope-from mark@grondar.za) Received: from grondar.za (IDENT:O4LJX3JlLj6Z5zthbzAZP8UBXCwZ98OD@localhost [127.0.0.1]) by gratis.grondar.za (8.9.1/8.9.1) with ESMTP id IAA17571; Thu, 27 Aug 1998 08:10:18 +0200 (SAST) (envelope-from mark@grondar.za) Message-Id: <199808270610.IAA17571@gratis.grondar.za> To: asami@cs.berkeley.edu (Satoshi Asami) cc: committers@freebsd.org, ports@freebsd.org, markm@freebsd.org Subject: Re: p5-* ports Date: Thu, 27 Aug 1998 08:10:17 +0200 From: Mark Murray Sender: owner-cvs-all@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > P.S. BTW, will it be easier for people to tell which ones are broken > if I just mark those BROKEN? Satoshi - do you have a list of the broken ones? I'll do a bunch of them in one go if I know which they are. I nearly have BMaked perl5 ready - would you like to review it before I commit? M -- Mark Murray Join the anti-SPAM movement: http://www.cauce.org From owner-cvs-all Wed Aug 26 23:13:02 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA15681 for cvs-all-outgoing; Wed, 26 Aug 1998 23:13:02 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA15662; Wed, 26 Aug 1998 23:12:56 -0700 (PDT) (envelope-from jseger@FreeBSD.org) From: "Justin M. Seger" Received: (from jseger@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id XAA20491; Wed, 26 Aug 1998 23:12:52 -0700 (PDT) Date: Wed, 26 Aug 1998 23:12:52 -0700 (PDT) Message-Id: <199808270612.XAA20491@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/games/xbat/files md5 Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jseger 1998/08/26 23:12:52 PDT Modified files: games/xbat/files md5 Log: Checksum changed Revision Changes Path 1.4 +1 -1 ports/games/xbat/files/md5 From owner-cvs-all Wed Aug 26 23:17:58 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA16487 for cvs-all-outgoing; Wed, 26 Aug 1998 23:17:58 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA16474; Wed, 26 Aug 1998 23:17:53 -0700 (PDT) (envelope-from jseger@FreeBSD.org) From: "Justin M. Seger" Received: (from jseger@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id XAA20581; Wed, 26 Aug 1998 23:17:48 -0700 (PDT) Date: Wed, 26 Aug 1998 23:17:48 -0700 (PDT) Message-Id: <199808270617.XAA20581@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/lang/yorick/files md5 Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jseger 1998/08/26 23:17:48 PDT Modified files: lang/yorick/files md5 Log: Checksum changed Revision Changes Path 1.3 +1 -1 ports/lang/yorick/files/md5 From owner-cvs-all Wed Aug 26 23:20:21 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA17022 for cvs-all-outgoing; Wed, 26 Aug 1998 23:20:21 -0700 (PDT) (envelope-from owner-cvs-all) Received: from time.cdrom.com (time.cdrom.com [204.216.27.226]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA16947; Wed, 26 Aug 1998 23:20:08 -0700 (PDT) (envelope-from jkh@time.cdrom.com) Received: from time.cdrom.com (jkh@localhost.cdrom.com [127.0.0.1]) by time.cdrom.com (8.8.8/8.8.8) with ESMTP id XAA01091; Wed, 26 Aug 1998 23:18:43 -0700 (PDT) (envelope-from jkh@time.cdrom.com) To: Mike Smith cc: Matthew Dillon , Bruce Evans , cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Subject: Re: cvs commit: src/etc make.conf In-reply-to: Your message of "Wed, 26 Aug 1998 23:01:55 -0000." <199808262301.XAA01358@word.smith.net.au> Date: Wed, 26 Aug 1998 23:18:43 -0700 Message-ID: <1088.904198723@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-cvs-all@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk > It is still valid to have rc.conf.template, rc.conf and rc.conf.local, > where the second is common to a group of machines, and the last > specific only to the machine in question. Eek. I can't argue with the logic of any of this, but my skin's still crawling. :) - Jordan From owner-cvs-all Wed Aug 26 23:21:40 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA17208 for cvs-all-outgoing; Wed, 26 Aug 1998 23:21:40 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA17189; Wed, 26 Aug 1998 23:21:32 -0700 (PDT) (envelope-from motoyuki@FreeBSD.org) From: Motoyuki Konno Received: (from motoyuki@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id XAA20680; Wed, 26 Aug 1998 23:21:27 -0700 (PDT) Date: Wed, 26 Aug 1998 23:21:27 -0700 (PDT) Message-Id: <199808270621.XAA20680@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: www/ja index.html Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk motoyuki 1998/08/26 23:21:27 PDT Modified files: ja index.html Log: Merge the following changes in the English version: index.html : 1.53 -> 1.54 Revision Changes Path 1.14 +4 -3 www/ja/index.html From owner-cvs-all Wed Aug 26 23:23:45 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA17504 for cvs-all-outgoing; Wed, 26 Aug 1998 23:23:45 -0700 (PDT) (envelope-from owner-cvs-all) Received: from vader.cs.berkeley.edu (vader.CS.Berkeley.EDU [128.32.38.234]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA17473; Wed, 26 Aug 1998 23:23:24 -0700 (PDT) (envelope-from asami@vader.cs.berkeley.edu) Received: from silvia.hip.berkeley.edu (sji-ca6-88.ix.netcom.com [205.186.213.88]) by vader.cs.berkeley.edu (8.8.7/8.7.3) with ESMTP id XAA23995; Wed, 26 Aug 1998 23:22:28 -0700 (PDT) Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.8.8/8.6.9) id XAA11384; Wed, 26 Aug 1998 23:22:21 -0700 (PDT) Date: Wed, 26 Aug 1998 23:22:21 -0700 (PDT) Message-Id: <199808270622.XAA11384@silvia.hip.berkeley.edu> To: mark@grondar.za CC: committers@freebsd.org, ports@freebsd.org, markm@freebsd.org In-reply-to: <199808270610.IAA17571@gratis.grondar.za> (message from Mark Murray on Thu, 27 Aug 1998 08:10:17 +0200) Subject: Re: p5-* ports From: asami@freebsd.org (Satoshi Asami) Sender: owner-cvs-all@freebsd.org X-Loop: FreeBSD.org Precedence: bulk * Satoshi - do you have a list of the broken ones? I'll do a bunch of * them in one go if I know which they are. No, but at least the p5-* ones should be easy to find. Pretty much any Makefile that contains a line that matches MANPREFIX and not PERL_VERSION should be broken. :) Note that there are a lot of things to fix. MANPREFIX and *_DEPENDS in Makefiles (which usually requires fixing the dependency first to figure out where the files went), then remove manpages and fix all the paths (don't forget the @dirrm lines either!) in PLIST. I know, I fixed the devel/p5-* ports myself. It wasn't fun. :< * I nearly have BMaked perl5 ready - would you like to review it before * I commit? I'm not an expert in src/contrib. As long as it works the same as the one in ports/lang, I'll be happy. :) Satoshi From owner-cvs-all Wed Aug 26 23:27:22 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA18204 for cvs-all-outgoing; Wed, 26 Aug 1998 23:27:22 -0700 (PDT) (envelope-from owner-cvs-all) Received: from word.smith.net.au (castles320.castles.com [208.214.167.20]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA18177; Wed, 26 Aug 1998 23:27:18 -0700 (PDT) (envelope-from mike@word.smith.net.au) Received: from word.smith.net.au (localhost [127.0.0.1]) by word.smith.net.au (8.9.1/8.8.8) with ESMTP id XAA01547; Wed, 26 Aug 1998 23:24:14 GMT (envelope-from mike@word.smith.net.au) Message-Id: <199808262324.XAA01547@word.smith.net.au> X-Mailer: exmh version 2.0.2 2/24/98 To: "Jordan K. Hubbard" cc: Mike Smith , Matthew Dillon , Bruce Evans , cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Subject: Re: cvs commit: src/etc make.conf In-reply-to: Your message of "Wed, 26 Aug 1998 23:18:43 MST." <1088.904198723@time.cdrom.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Wed, 26 Aug 1998 23:24:13 +0000 From: Mike Smith Sender: owner-cvs-all@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk > > It is still valid to have rc.conf.template, rc.conf and rc.conf.local, > > where the second is common to a group of machines, and the last > > specific only to the machine in question. > > Eek. I can't argue with the logic of any of this, but my skin's > still crawling. :) I agree that it's hairy. It might be worthwhile just placing a remark in the rc.conf manpage indicating that this level of flexibility can be achieved with such a construct, and leaving rc.conf.local out of the picture as such. -- \\ Sometimes you're ahead, \\ Mike Smith \\ sometimes you're behind. \\ mike@smith.net.au \\ The race is long, and in the \\ msmith@freebsd.org \\ end it's only with yourself. \\ msmith@cdrom.com From owner-cvs-all Wed Aug 26 23:33:50 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA19350 for cvs-all-outgoing; Wed, 26 Aug 1998 23:33:50 -0700 (PDT) (envelope-from owner-cvs-all) Received: from gratis.grondar.za (gratis.grondar.za [196.7.18.65]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA19290; Wed, 26 Aug 1998 23:33:25 -0700 (PDT) (envelope-from mark@grondar.za) Received: from grondar.za (IDENT:3ppifI+FxmMseAyJPrSieVX2m1xZwqxl@localhost [127.0.0.1]) by gratis.grondar.za (8.9.1/8.9.1) with ESMTP id IAA17974; Thu, 27 Aug 1998 08:32:22 +0200 (SAST) (envelope-from mark@grondar.za) Message-Id: <199808270632.IAA17974@gratis.grondar.za> To: asami@freebsd.org (Satoshi Asami) cc: committers@freebsd.org, ports@freebsd.org, markm@freebsd.org Subject: Re: p5-* ports Date: Thu, 27 Aug 1998 08:32:20 +0200 From: Mark Murray Sender: owner-cvs-all@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > * Satoshi - do you have a list of the broken ones? I'll do a bunch of > * them in one go if I know which they are. > > No, but at least the p5-* ones should be easy to find. Pretty much > any Makefile that contains a line that matches > > MANPREFIX > > and not > > PERL_VERSION > > should be broken. :) That's easy enough. > Note that there are a lot of things to fix. MANPREFIX and *_DEPENDS > in Makefiles (which usually requires fixing the dependency first to > figure out where the files went), then remove manpages and fix all the > paths (don't forget the @dirrm lines either!) in PLIST. Trivial :-) > I know, I fixed the devel/p5-* ports myself. It wasn't fun. :< Yeah - too much typing. > * I nearly have BMaked perl5 ready - would you like to review it before > * I commit? > > I'm not an expert in src/contrib. As long as it works the same as the > one in ports/lang, I'll be happy. :) I'd be most grateful if you could build it on some box and make sure that there is a ports-strategy working. :-) M -- Mark Murray Join the anti-SPAM movement: http://www.cauce.org From owner-cvs-all Thu Aug 27 00:25:32 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA25237 for cvs-all-outgoing; Thu, 27 Aug 1998 00:25:32 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA25226; Thu, 27 Aug 1998 00:25:30 -0700 (PDT) (envelope-from obrien@FreeBSD.org) From: "David E. O'Brien" Received: (from obrien@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id AAA22282; Thu, 27 Aug 1998 00:25:25 -0700 (PDT) Date: Thu, 27 Aug 1998 00:25:25 -0700 (PDT) Message-Id: <199808270725.AAA22282@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/contrib/amd/mk-amd-map mk-amd-map.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk obrien 1998/08/27 00:25:25 PDT Modified files: contrib/amd/mk-amd-map mk-amd-map.c Log: accidently changed some white space Revision Changes Path 1.4 +2 -2 src/contrib/amd/mk-amd-map/mk-amd-map.c From owner-cvs-all Thu Aug 27 00:33:31 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA26644 for cvs-all-outgoing; Thu, 27 Aug 1998 00:33:31 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA26630; Thu, 27 Aug 1998 00:33:28 -0700 (PDT) (envelope-from obrien@FreeBSD.org) From: "David E. O'Brien" Received: (from obrien@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id AAA22561; Thu, 27 Aug 1998 00:33:23 -0700 (PDT) Date: Thu, 27 Aug 1998 00:33:23 -0700 (PDT) Message-Id: <199808270733.AAA22561@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/contrib/amd/conf/nfs_prot nfs_prot_freebsd2.h nfs_prot_freebsd3.h src/contrib/amd/include am_defs.h Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk obrien 1998/08/27 00:33:23 PDT Modified files: contrib/amd/conf/nfs_prot nfs_prot_freebsd2.h nfs_prot_freebsd3.h contrib/amd/include am_defs.h Log: rpcgen our own mount.h, nfs_prot.h, mount_xdr.c, and nfs_prot_x.c for NFSv3 support Revision Changes Path 1.2 +4 -1 src/contrib/amd/conf/nfs_prot/nfs_prot_freebsd2.h 1.2 +9 -1 src/contrib/amd/conf/nfs_prot/nfs_prot_freebsd3.h 1.2 +4 -1 src/contrib/amd/include/am_defs.h From owner-cvs-all Thu Aug 27 00:38:40 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA27207 for cvs-all-outgoing; Thu, 27 Aug 1998 00:38:40 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA27202; Thu, 27 Aug 1998 00:38:38 -0700 (PDT) (envelope-from dfr@FreeBSD.org) From: Doug Rabson Received: (from dfr@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id AAA22730; Thu, 27 Aug 1998 00:38:33 -0700 (PDT) Date: Thu, 27 Aug 1998 00:38:33 -0700 (PDT) Message-Id: <199808270738.AAA22730@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sbin/newfs mkfs.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk dfr 1998/08/27 00:38:33 PDT Modified files: sbin/newfs mkfs.c Log: Use explicitly sized types when formatting cylinder groups. Revision Changes Path 1.26 +7 -7 src/sbin/newfs/mkfs.c From owner-cvs-all Thu Aug 27 01:03:44 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA00182 for cvs-all-outgoing; Thu, 27 Aug 1998 01:03:44 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA00165; Thu, 27 Aug 1998 01:03:40 -0700 (PDT) (envelope-from obrien@FreeBSD.org) From: "David E. O'Brien" Received: (from obrien@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id BAA24959; Thu, 27 Aug 1998 01:03:35 -0700 (PDT) Date: Thu, 27 Aug 1998 01:03:35 -0700 (PDT) Message-Id: <199808270803.BAA24959@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/amd/amd ChangeLog Makefile afs_ops.c am_ops.c amd.8 amd.c amq_subr.c clock.c efs_ops.c get_args.c host_ops.c ifs_ops.c info_file.c info_hes.c info_ndbm.c info_nis.c info_passwd.c info_union.c map.c mapc.c misc_rpc.c mntfs.c ... Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk obrien 1998/08/27 01:03:35 PDT Removed files: usr.sbin/amd/amd ChangeLog Makefile afs_ops.c am_ops.c amd.8 amd.c amq_subr.c clock.c efs_ops.c get_args.c host_ops.c ifs_ops.c info_file.c info_hes.c info_ndbm.c info_nis.c info_passwd.c info_union.c map.c mapc.c misc_rpc.c mntfs.c mount_fs.c mtab.c nfs_ops.c nfs_start.c nfs_subr.c nfsx_ops.c opts.c pfs_ops.c restart.c rpc_fwd.c sched.c sfs_ops.c srvr_afs.c srvr_nfs.c ufs_ops.c umount_fs.c util.c wire.c xutil.c usr.sbin/amd/amq Makefile amq.8 amq.c usr.sbin/amd/config Configure Makefile.aix3 Makefile.bsd44 Makefile.config Makefile.hpux Makefile.irix Makefile.irix3 Makefile.irix4 Makefile.stellix RELEASE arch misc-aix3.h misc-bsd44l.h misc-hpux.h misc-irix.h misc-next.h misc-stellix.h misc-ultrix.h mount_aix.c mount_irix.c mount_stellix.c mtab_aix.c mtab_bsd.c mtab_file.c mtab_ultrix.c newvers.sh os-acis43.h os-aix3.h os-aux.h os-bsd44.h os-concentrix.h os-convex.h os-defaults.h os-dgux.h os-fpx4.h os-hcx.h os-hlh42.h os-hpux.h os-irix.h os-irix3.h os-irix4.h os-next.h os-pyrOSx.h os-riscix.h os-sos3.h os-sos4.h os-stellix.h os-type os-u2_2.h os-u3_0.h os-u4_0.h os-u4_2.h os-umax43.h os-utek.h os-utx32.h os-xinu43.h usr.sbin/amd/doc Makefile amdref.cps amdref.ps amdref.texinfo texinfo.tex usr.sbin/amd/fsinfo Makefile fsi_analyze.c fsi_data.h fsi_dict.c fsi_gram.y fsi_lex.l fsi_util.c fsinfo.8 fsinfo.c fsinfo.h wr_atab.c wr_bparam.c wr_dumpset.c wr_exportfs.c wr_fstab.c usr.sbin/amd/fsinfo/conf automounts csg_sun3 csg_vax diskless_sun3_sos4 users usr.sbin/amd/fsinfo/conf/hosts achilles.doc.ic.ac.uk bigears.doc.ic.ac.uk dylan.doc.ic.ac.uk flamingo.doc.ic.ac.uk ganymede.doc.ic.ac.uk gould.doc.ic.ac.uk gummo.doc.ic.ac.uk ivax.doc.ic.ac.uk obsidian.doc.ic.ac.uk pelican.doc.ic.ac.uk rvax.doc.ic.ac.uk sky.doc.ic.ac.uk svax.doc.ic.ac.uk tcsun1.doc.ic.ac.uk tcsun2.doc.ic.ac.uk tcsun3.doc.ic.ac.uk tcsun4.doc.ic.ac.uk tcsun5.doc.ic.ac.uk toytown.doc.ic.ac.uk truth.doc.ic.ac.uk tsun1.doc.ic.ac.uk tsun10.doc.ic.ac.uk tsun11.doc.ic.ac.uk tsun12.doc.ic.ac.uk tsun13.doc.ic.ac.uk tsun14.doc.ic.ac.uk tsun15.doc.ic.ac.uk tsun16.doc.ic.ac.uk tsun17.doc.ic.ac.uk tsun18.doc.ic.ac.uk tsun19.doc.ic.ac.uk tsun2.doc.ic.ac.uk tsun3.doc.ic.ac.uk tsun4.doc.ic.ac.uk tsun5.doc.ic.ac.uk tsun6.doc.ic.ac.uk tsun7.doc.ic.ac.uk tsun8.doc.ic.ac.uk tsun9.doc.ic.ac.uk tsunfs.doc.ic.ac.uk whoops.doc.ic.ac.uk usr.sbin/amd/include am.h config.h fstype.h mountres.h re.h remagic.h uwait.h usr.sbin/amd/maps a_master a_net usr.sbin/amd/mk-amd-map Makefile mk-amd-map.8 mk-amd-map.c usr.sbin/amd/rpcx amq.h amq.x amq_clnt.c amq_svc.c amq_xdr.c usr.sbin/amd/text COPYRIGHT INSTALL README amd.start.ex Log: Make way for the contrib_amd bmake frame work. From owner-cvs-all Thu Aug 27 01:09:55 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA01575 for cvs-all-outgoing; Thu, 27 Aug 1998 01:09:55 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA01559; Thu, 27 Aug 1998 01:09:46 -0700 (PDT) (envelope-from obrien@FreeBSD.org) From: "David E. O'Brien" Received: (from obrien@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id BAA25557; Thu, 27 Aug 1998 01:09:42 -0700 (PDT) Date: Thu, 27 Aug 1998 01:09:42 -0700 (PDT) Message-Id: <199808270809.BAA25557@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/amd Makefile.inc NOTES Makefile src/usr.sbin/amd/amd Makefile src/usr.sbin/amd/amq Makefile src/usr.sbin/amd/doc Makefile src/usr.sbin/amd/fixmount Makefile src/usr.sbin/amd/fsinfo Makefile src/usr.sbin/amd/hlfsd Makefile ... Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk obrien 1998/08/27 01:09:42 PDT Modified files: usr.sbin/amd Makefile Added files: usr.sbin/amd Makefile.inc NOTES usr.sbin/amd/amd Makefile usr.sbin/amd/amq Makefile usr.sbin/amd/doc Makefile usr.sbin/amd/fixmount Makefile usr.sbin/amd/fsinfo Makefile usr.sbin/amd/hlfsd Makefile usr.sbin/amd/include Makefile amu_nfs_prot.h aux_conf.h build_version.h config.h newvers.sh usr.sbin/amd/libamu Makefile usr.sbin/amd/mk-amd-map Makefile usr.sbin/amd/pawd Makefile usr.sbin/amd/wire-test Makefile Log: bmake framework for contrib_amd Revision Changes Path 1.3 +8 -2 src/usr.sbin/amd/Makefile From owner-cvs-all Thu Aug 27 01:35:07 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA04677 for cvs-all-outgoing; Thu, 27 Aug 1998 01:35:07 -0700 (PDT) (envelope-from owner-cvs-all) Received: from tyree.iii.co.uk (tyree.iii.co.uk [195.89.149.230]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA04660; Thu, 27 Aug 1998 01:34:59 -0700 (PDT) (envelope-from nik@iii.co.uk) From: nik@iii.co.uk Received: from carrig.strand.iii.co.uk (carrig.strand.iii.co.uk [192.168.7.25]) by tyree.iii.co.uk (8.8.8/8.8.8) with ESMTP id JAA23716; Thu, 27 Aug 1998 09:33:57 +0100 (BST) Received: (from nik@localhost) by carrig.strand.iii.co.uk (8.8.8/8.8.7) id JAA12471; Thu, 27 Aug 1998 09:32:58 +0100 (BST) Message-ID: <19980827093257.A12452@iii.co.uk> Date: Thu, 27 Aug 1998 09:32:57 +0100 To: Matthew Dillon , Joseph Koshy Cc: Bruce Evans , committers@hub.freebsd.org Subject: Re: cvs commit: src/etc make.conf References: <199808270509.WAA11055@apollo.backplane.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.91.1i In-Reply-To: <199808270509.WAA11055@apollo.backplane.com>; from Matthew Dillon on Wed, Aug 26, 1998 at 10:09:02PM -0700 Organization: interactive investor Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Wed, Aug 26, 1998 at 10:09:02PM -0700, Matthew Dillon wrote: > :If we need to do active things like checking for an additional "local" files > :then it is better done from a top level makefile. > > Hmm.. ok, works for me. Anyone have any objections to having sys.mk > check for an /etc/make.conf.local after /etc/make.conf ? I'd prefer it look for /usr/local/etc/make.conf. I like /etc to be as close to the original installation as possible. Or, perhaps have it look for both? Since we're here, the same functionality for /etc/{daily,weekly,monthly} would be nice (I'll cheerfully commit that change if no one objects). I think the only two .local files that *have* to live in /etc are rc.local and rc.conf.local, all the others could come from /usr/local/etc. With these changes, perhaps a lot of the files in /etc could be installed noschg, with a comment at the top to indicate that, yes, root can edit these files, but it's probably easier to create a '.local' or /usr/local/etc equivalent file and edit that instead. That's probably deviating too far from POLA though. Thoughts? N -- --+==[ Nik Clayton becomes Just Another Perl Contractor in 16 days. ]==+-- She's still dead. Deal with it. From owner-cvs-all Thu Aug 27 01:52:46 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA07987 for cvs-all-outgoing; Thu, 27 Aug 1998 01:52:46 -0700 (PDT) (envelope-from owner-cvs-all) Received: from vader.cs.berkeley.edu (vader.CS.Berkeley.EDU [128.32.38.234]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA07979; Thu, 27 Aug 1998 01:52:38 -0700 (PDT) (envelope-from asami@vader.cs.berkeley.edu) Received: from silvia.hip.berkeley.edu (sji-ca6-88.ix.netcom.com [205.186.213.88]) by vader.cs.berkeley.edu (8.8.7/8.7.3) with ESMTP id BAA24129; Thu, 27 Aug 1998 01:51:44 -0700 (PDT) Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.8.8/8.6.9) id BAA11702; Thu, 27 Aug 1998 01:51:36 -0700 (PDT) Date: Thu, 27 Aug 1998 01:51:36 -0700 (PDT) Message-Id: <199808270851.BAA11702@silvia.hip.berkeley.edu> To: nik@iii.co.uk CC: dillon@backplane.com, jkoshy@FreeBSD.org, bde@zeta.org.au, committers@hub.freebsd.org In-reply-to: <19980827093257.A12452@iii.co.uk> (nik@iii.co.uk) Subject: Re: cvs commit: src/etc make.conf From: asami@FreeBSD.org (Satoshi Asami) Sender: owner-cvs-all@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk * I'd prefer it look for /usr/local/etc/make.conf. I like /etc to be as * close to the original installation as possible. Um, we're talking about variables defined usually in /etc/make.conf here. What does that have to do with ${PREFIX}? (One of the several possible, even?) Satoshi From owner-cvs-all Thu Aug 27 01:54:11 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA08220 for cvs-all-outgoing; Thu, 27 Aug 1998 01:54:11 -0700 (PDT) (envelope-from owner-cvs-all) Received: from relay.nuxi.com (nuxi.cs.ucdavis.edu [128.120.56.38]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA08200; Thu, 27 Aug 1998 01:54:09 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: from dragon.nuxi.com (d96-072.orchard2.ucdavis.edu [169.237.96.72]) by relay.nuxi.com (8.8.8/8.6.12) with ESMTP id BAA11145; Thu, 27 Aug 1998 01:53:20 -0700 (PDT) Received: (from obrien@localhost) by dragon.nuxi.com (8.8.8/8.7.3) id IAA03143; Thu, 27 Aug 1998 08:53:19 GMT Message-ID: <19980827015318.A2922@nuxi.com> Date: Thu, 27 Aug 1998 01:53:18 -0700 From: "David O'Brien" To: Matt Dillon Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sbin/ping ping.8 ping.c Reply-To: obrien@NUXI.com References: <199808260158.SAA07564@freefall.freebsd.org> <19980826143454.03686@follo.net> <19980826110316.61684@kublai.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.93.2i In-Reply-To: <19980826110316.61684@kublai.com>; from Brian Cully on Wed, Aug 26, 1998 at 11:03:16AM -0400 X-Operating-System: FreeBSD 3.0-19980804-SNAP Organization: The NUXI BSD group X-PGP-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Keyid: 34F9F9D5 Sender: owner-cvs-all@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk > I agree, we frequently use ping to detect when a machine has come > back up from a remote reboot, and needing to be root to do so would be > a hinderance. Moreover, from the sound of things, you can only ping > 100 times as root, which may not be enough (POST on a UE450 can take > forever :-)). Seems most of us are in agreement on this one. So Matt, is this going to be backed out?? I'd also like to see continuious pings the default again. Why do we have to be this non-standard for *BSD machines? When I run ping, I often don't know how many I want to send out. I ^C when I've seen enought. I understand your needs as an ISP, but I'm not sure these changes are best for the general FreeBSD public. -- -- David (obrien@NUXI.com -or- obrien@FreeBSD.org) From owner-cvs-all Thu Aug 27 02:06:14 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA09864 for cvs-all-outgoing; Thu, 27 Aug 1998 02:06:14 -0700 (PDT) (envelope-from owner-cvs-all) Received: from vader.cs.berkeley.edu (vader.CS.Berkeley.EDU [128.32.38.234]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA09785; Thu, 27 Aug 1998 02:05:49 -0700 (PDT) (envelope-from asami@vader.cs.berkeley.edu) Received: from silvia.hip.berkeley.edu (sji-ca6-88.ix.netcom.com [205.186.213.88]) by vader.cs.berkeley.edu (8.8.7/8.7.3) with ESMTP id CAA24153; Thu, 27 Aug 1998 02:04:51 -0700 (PDT) Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.8.8/8.6.9) id CAA11772; Thu, 27 Aug 1998 02:04:48 -0700 (PDT) Date: Thu, 27 Aug 1998 02:04:48 -0700 (PDT) Message-Id: <199808270904.CAA11772@silvia.hip.berkeley.edu> To: mark@grondar.za CC: committers@freebsd.org, ports@freebsd.org, markm@freebsd.org In-reply-to: <199808270632.IAA17974@gratis.grondar.za> (message from Mark Murray on Thu, 27 Aug 1998 08:32:20 +0200) Subject: Re: p5-* ports From: asami@freebsd.org (Satoshi Asami) Sender: owner-cvs-all@freebsd.org X-Loop: FreeBSD.org Precedence: bulk * > Note that there are a lot of things to fix. MANPREFIX and *_DEPENDS * > in Makefiles (which usually requires fixing the dependency first to * > figure out where the files went), then remove manpages and fix all the * > paths (don't forget the @dirrm lines either!) in PLIST. * * Trivial :-) Sure. It took me a long time though. (Had to go through three rounds of testing to get everything right.) * > I'm not an expert in src/contrib. As long as it works the same as the * > one in ports/lang, I'll be happy. :) * * I'd be most grateful if you could build it on some box and make * sure that there is a ports-strategy working. :-) I don't have a -current box. Give it to Justin, he can test it for ya. :) Satoshi From owner-cvs-all Thu Aug 27 02:08:48 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA10154 for cvs-all-outgoing; Thu, 27 Aug 1998 02:08:48 -0700 (PDT) (envelope-from owner-cvs-all) Received: from tyree.iii.co.uk (tyree.iii.co.uk [195.89.149.230]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA10120; Thu, 27 Aug 1998 02:08:27 -0700 (PDT) (envelope-from nik@iii.co.uk) From: nik@iii.co.uk Received: from carrig.strand.iii.co.uk (carrig.strand.iii.co.uk [192.168.7.25]) by tyree.iii.co.uk (8.8.8/8.8.8) with ESMTP id KAA25095; Thu, 27 Aug 1998 10:07:30 +0100 (BST) Received: (from nik@localhost) by carrig.strand.iii.co.uk (8.8.8/8.8.7) id KAA12641; Thu, 27 Aug 1998 10:06:25 +0100 (BST) Message-ID: <19980827100624.G6112@iii.co.uk> Date: Thu, 27 Aug 1998 10:06:24 +0100 To: Satoshi Asami Cc: dillon@backplane.com, jkoshy@FreeBSD.org, bde@zeta.org.au, committers@hub.freebsd.org Subject: Re: cvs commit: src/etc make.conf References: <19980827093257.A12452@iii.co.uk> <199808270851.BAA11702@silvia.hip.berkeley.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.91.1i In-Reply-To: <199808270851.BAA11702@silvia.hip.berkeley.edu>; from Satoshi Asami on Thu, Aug 27, 1998 at 01:51:36AM -0700 Organization: interactive investor Sender: owner-cvs-all@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk On Thu, Aug 27, 1998 at 01:51:36AM -0700, Satoshi Asami wrote: > * I'd prefer it look for /usr/local/etc/make.conf. I like /etc to be as > * close to the original installation as possible. > > Um, we're talking about variables defined usually in /etc/make.conf > here. What does that have to do with ${PREFIX}? (One of the several > possible, even?) I wasn't thinking of /usr/local/etc as the default for ${PREFIX}, more as somewhere useful to put changed configuration files. I like /etc being as static as possible. It minimises the amount of work I have to do when I upgrade the system (since most of my changes are in /usr/local/etc) and it's a step in the right direction to being able to mount /etc read-only. In general, I just want somewhere to put configuration files that differ from those shipped with the OS, and that will be used in preference to those shipped with the OS. On Solaris at work that happens to be (because of local policy) /opt/CONFIG (so, /opt/CONFIG/sendmail.cf, /opt/CONFIG/gnats/* and so on). On FreeBSD I prefer /usr/local/etc. I quite like the idea of making ${PREFIX} a system wide variable (perhaps a sysctl?) that can be queried. Perhaps [/etc/rc.conf] ... local_config="/usr/local/etc" # Where local config info. is kept ... [/etc/rc] ... sysctl -w kern.local_config=$local_config ... [/etc/daily] ... set daily_local=`sysctl -n kern.local_config`/daily if [ -f $daily_local ]; then echo Running $daily_local sh $daily_local fi ... and so on. "kern.local_config" is probably a very bad name for it though. N -- --+==[ Nik Clayton becomes Just Another Perl Contractor in 16 days. ]==+-- She's still dead. Deal with it. From owner-cvs-all Thu Aug 27 02:12:29 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA10724 for cvs-all-outgoing; Thu, 27 Aug 1998 02:12:29 -0700 (PDT) (envelope-from owner-cvs-all) Received: from vader.cs.berkeley.edu (vader.CS.Berkeley.EDU [128.32.38.234]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA10633; Thu, 27 Aug 1998 02:12:03 -0700 (PDT) (envelope-from asami@vader.cs.berkeley.edu) Received: from silvia.hip.berkeley.edu (sji-ca6-88.ix.netcom.com [205.186.213.88]) by vader.cs.berkeley.edu (8.8.7/8.7.3) with ESMTP id CAA24164; Thu, 27 Aug 1998 02:11:07 -0700 (PDT) Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.8.8/8.6.9) id CAA11793; Thu, 27 Aug 1998 02:11:04 -0700 (PDT) Date: Thu, 27 Aug 1998 02:11:04 -0700 (PDT) Message-Id: <199808270911.CAA11793@silvia.hip.berkeley.edu> To: nik@iii.co.uk CC: dillon@backplane.com, jkoshy@FreeBSD.org, bde@zeta.org.au, committers@hub.freebsd.org In-reply-to: <19980827100624.G6112@iii.co.uk> (nik@iii.co.uk) Subject: Re: cvs commit: src/etc make.conf From: asami@FreeBSD.org (Satoshi Asami) Sender: owner-cvs-all@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk * I like /etc being as static as possible. It minimises the amount of * work I have to do when I upgrade the system (since most of my changes * are in /usr/local/etc) and it's a step in the right direction to being * able to mount /etc read-only. Then put it in /var/etc or whatever. That *does* *not* *belong* *to* *${PREFIX}*. (Sorry for shouting, but this is ridiculous.) Satoshi From owner-cvs-all Thu Aug 27 02:22:19 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA12387 for cvs-all-outgoing; Thu, 27 Aug 1998 02:22:19 -0700 (PDT) (envelope-from owner-cvs-all) Received: from tyree.iii.co.uk (tyree.iii.co.uk [195.89.149.230]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA12261; Thu, 27 Aug 1998 02:22:00 -0700 (PDT) (envelope-from nik@iii.co.uk) From: nik@iii.co.uk Received: from carrig.strand.iii.co.uk (carrig.strand.iii.co.uk [192.168.7.25]) by tyree.iii.co.uk (8.8.8/8.8.8) with ESMTP id KAA25833; Thu, 27 Aug 1998 10:21:00 +0100 (BST) Received: (from nik@localhost) by carrig.strand.iii.co.uk (8.8.8/8.8.7) id KAA12687; Thu, 27 Aug 1998 10:20:01 +0100 (BST) Message-ID: <19980827102000.I6112@iii.co.uk> Date: Thu, 27 Aug 1998 10:20:00 +0100 To: Satoshi Asami Cc: dillon@backplane.com, jkoshy@FreeBSD.org, bde@zeta.org.au, committers@hub.freebsd.org Subject: Re: cvs commit: src/etc make.conf References: <19980827100624.G6112@iii.co.uk> <199808270911.CAA11793@silvia.hip.berkeley.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.91.1i In-Reply-To: <199808270911.CAA11793@silvia.hip.berkeley.edu>; from Satoshi Asami on Thu, Aug 27, 1998 at 02:11:04AM -0700 Organization: interactive investor Sender: owner-cvs-all@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk On Thu, Aug 27, 1998 at 02:11:04AM -0700, Satoshi Asami wrote: > * I like /etc being as static as possible. It minimises the amount of > * work I have to do when I upgrade the system (since most of my changes > * are in /usr/local/etc) and it's a step in the right direction to being > * able to mount /etc read-only. > > Then put it in /var/etc or whatever. That *does* *not* *belong* *to* > *${PREFIX}*. (Sorry for shouting, but this is ridiculous.) It's got nothing to do with ${PREFIX}, and I don't see where you got that impression. The fact that (should something like this ever get implemented) ${PREFIX} and kern.local_config *might* happen to have the same value is completely irrelevant. The FreeBSD administrator could chose to set kern.local_config to /usr/local/etc, /var/etc, /usr/host/etc (which is a scheme I've seen people use when /usr/local was NFS mounted), /opt/etc, or whatever, completely seperate from whatever value is in ${PREFIX}. N -- --+==[ Nik Clayton becomes Just Another Perl Contractor in 16 days. ]==+-- She's still dead. Deal with it. From owner-cvs-all Thu Aug 27 02:29:39 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA13568 for cvs-all-outgoing; Thu, 27 Aug 1998 02:29:39 -0700 (PDT) (envelope-from owner-cvs-all) Received: from vader.cs.berkeley.edu (vader.CS.Berkeley.EDU [128.32.38.234]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA13538; Thu, 27 Aug 1998 02:29:13 -0700 (PDT) (envelope-from asami@vader.cs.berkeley.edu) Received: from silvia.hip.berkeley.edu (sji-ca6-88.ix.netcom.com [205.186.213.88]) by vader.cs.berkeley.edu (8.8.7/8.7.3) with ESMTP id CAA24184; Thu, 27 Aug 1998 02:28:17 -0700 (PDT) Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.8.8/8.6.9) id CAA11841; Thu, 27 Aug 1998 02:28:10 -0700 (PDT) Date: Thu, 27 Aug 1998 02:28:10 -0700 (PDT) Message-Id: <199808270928.CAA11841@silvia.hip.berkeley.edu> To: nik@iii.co.uk CC: dillon@backplane.com, jkoshy@FreeBSD.org, bde@zeta.org.au, committers@hub.freebsd.org In-reply-to: <19980827102000.I6112@iii.co.uk> (nik@iii.co.uk) Subject: Re: cvs commit: src/etc make.conf From: asami@FreeBSD.org (Satoshi Asami) Sender: owner-cvs-all@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk * It's got nothing to do with ${PREFIX}, and I don't see where you got that * impression. The fact that (should something like this ever get * implemented) ${PREFIX} and kern.local_config *might* happen to have the * same value is completely irrelevant. Excuse me? > I quite like the idea of making ${PREFIX} a system wide variable (perhaps > a sysctl?) that can be queried. Perhaps : There is no one value for ${PREFIX} for ports, even on one system. (It can be /usr/local, /usr/X11R6 or anything else, depending on the port.) * The FreeBSD administrator could chose to set kern.local_config to * /usr/local/etc, /var/etc, /usr/host/etc (which is a scheme I've seen people * use when /usr/local was NFS mounted), /opt/etc, or whatever, completely * seperate from whatever value is in ${PREFIX}. If you meant by above "making the place people store local configuration files a system wide variable", then I agree. (Although I still don't understand why it can't be called /etc and be a symlink to wherever you want.) Anyway, it has gotten completely away from the original topic (/etc/make.conf vs. /etc/make.conf.local) so I guess we should stop here. Satoshi From owner-cvs-all Thu Aug 27 03:11:34 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA18826 for cvs-all-outgoing; Thu, 27 Aug 1998 03:11:34 -0700 (PDT) (envelope-from owner-cvs-all) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.15.68.22]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id DAA18814; Thu, 27 Aug 1998 03:11:25 -0700 (PDT) (envelope-from bde@godzilla.zeta.org.au) Received: (from bde@localhost) by godzilla.zeta.org.au (8.8.7/8.8.7) id UAA15662; Thu, 27 Aug 1998 20:05:58 +1000 Date: Thu, 27 Aug 1998 20:05:58 +1000 From: Bruce Evans Message-Id: <199808271005.UAA15662@godzilla.zeta.org.au> To: brian@Awfulhak.org, imp@village.org Subject: Re: cvs commit: src/sys/pccard pccard.c skel.c Cc: cvs-all@FreeBSD.ORG, cvs-committers@FreeBSD.ORG Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >skel.c is the example loadable kernel module for pcmcia drivers. It >would be hard to place it in LINT. How are other skeleton/example >drivers handled in the tree? They rot in /usr/share/examples/lkm. Bruce From owner-cvs-all Thu Aug 27 03:30:37 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA20747 for cvs-all-outgoing; Thu, 27 Aug 1998 03:30:37 -0700 (PDT) (envelope-from owner-cvs-all) Received: from gratis.grondar.za (gratis.grondar.za [196.7.18.65]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id DAA20712; Thu, 27 Aug 1998 03:30:17 -0700 (PDT) (envelope-from mark@grondar.za) Received: from grondar.za (IDENT:C6kYE4qzoIJyWGT1grTPhXqobYN3GLZe@localhost [127.0.0.1]) by gratis.grondar.za (8.9.1/8.9.1) with ESMTP id MAA18667; Thu, 27 Aug 1998 12:29:13 +0200 (SAST) (envelope-from mark@grondar.za) Message-Id: <199808271029.MAA18667@gratis.grondar.za> To: asami@freebsd.org (Satoshi Asami) cc: committers@freebsd.org, ports@freebsd.org, markm@freebsd.org Subject: Re: p5-* ports Date: Thu, 27 Aug 1998 12:29:11 +0200 From: Mark Murray Sender: owner-cvs-all@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > I don't have a -current box. Give it to Justin, he can test it for > ya. :) Hokay! M -- Mark Murray Join the anti-SPAM movement: http://www.cauce.org From owner-cvs-all Thu Aug 27 03:45:28 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA22375 for cvs-all-outgoing; Thu, 27 Aug 1998 03:45:28 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id DAA22370; Thu, 27 Aug 1998 03:45:25 -0700 (PDT) (envelope-from rnordier@FreeBSD.org) From: Robert Nordier Received: (from rnordier@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id DAA02448; Thu, 27 Aug 1998 03:45:21 -0700 (PDT) Date: Thu, 27 Aug 1998 03:45:21 -0700 (PDT) Message-Id: <199808271045.DAA02448@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/lib/libstand dosfs.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk rnordier 1998/08/27 03:45:21 PDT Modified files: lib/libstand dosfs.c Log: Add support for reading directories as files. Sort out fs_ops, alloc/free. Revision Changes Path 1.2 +59 -26 src/lib/libstand/dosfs.c From owner-cvs-all Thu Aug 27 04:50:19 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA00519 for cvs-all-outgoing; Thu, 27 Aug 1998 04:50:19 -0700 (PDT) (envelope-from owner-cvs-all) Received: from florence.pavilion.net (florence.pavilion.net [194.242.128.25]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id EAA00490; Thu, 27 Aug 1998 04:50:01 -0700 (PDT) (envelope-from joe@florence.pavilion.net) Received: (from joe@localhost) by florence.pavilion.net (8.8.8/8.8.8) id MAA11577; Thu, 27 Aug 1998 12:49:07 +0100 (BST) (envelope-from joe) Message-ID: <19980827124907.B18787@pavilion.net> Date: Thu, 27 Aug 1998 12:49:07 +0100 From: Josef Karthauser To: Satoshi Asami , mark@grondar.za Cc: committers@FreeBSD.ORG, ports@FreeBSD.ORG, markm@FreeBSD.ORG Subject: Re: p5-* ports References: <199808270632.IAA17974@gratis.grondar.za> <199808270904.CAA11772@silvia.hip.berkeley.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.93.2i In-Reply-To: <199808270904.CAA11772@silvia.hip.berkeley.edu>; from Satoshi Asami on Thu, Aug 27, 1998 at 02:04:48AM -0700 X-NCC-RegID: uk.pavilion Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Thu, Aug 27, 1998 at 02:04:48AM -0700, Satoshi Asami wrote: > * > Note that there are a lot of things to fix. MANPREFIX and *_DEPENDS > * > in Makefiles (which usually requires fixing the dependency first to > * > figure out where the files went), then remove manpages and fix all the > * > paths (don't forget the @dirrm lines either!) in PLIST. > * > * Trivial :-) I've not seen anyone talk about CPAN.pm, which is the module included in the perl5 release for installing perl modules. It seems a bit silly to try and reinvent the work that they've already done. Has anyone got any thoughts on this? Joe -- Josef Karthauser Technical Manager FreeBSD: The power to serve (http://www.uk.freebsd.org) Pavilion Internet plc. [joe@pavilion.net, joe@uk.freebsd.org, joe@tao.org.uk] From owner-cvs-all Thu Aug 27 06:20:32 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA10779 for cvs-all-outgoing; Thu, 27 Aug 1998 06:20:32 -0700 (PDT) (envelope-from owner-cvs-all) Received: from roma.coe.ufrj.br (roma.coe.ufrj.br [146.164.53.65]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA10761; Thu, 27 Aug 1998 06:20:17 -0700 (PDT) (envelope-from jonny@jonny.eng.br) Received: (from jonny@localhost) by roma.coe.ufrj.br (8.8.8/8.8.8) id KAA25306; Thu, 27 Aug 1998 10:16:38 -0300 (EST) (envelope-from jonny) From: Joao Carlos Mendes Luis Message-Id: <199808271316.KAA25306@roma.coe.ufrj.br> Subject: Re: cvs commit: src/etc make.conf In-Reply-To: <199808270459.VAA10971@apollo.backplane.com> from Matthew Dillon at "Aug 26, 98 09:59:03 pm" To: dillon@backplane.com (Matthew Dillon) Date: Thu, 27 Aug 1998 10:16:38 -0300 (EST) Cc: bde@zeta.org.au, dima@best.net, cvs-all@FreeBSD.ORG, cvs-committers@FreeBSD.ORG, dillon@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL40 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk #define quoting(Matthew Dillon) // :>> > rc.conf.local capability. Eases large-site administration. // :>> // :>> Bogus. make.conf is already entirely local. It is the local extension // :>> of . // :> // :>It actually depends. If we consider /etc/{daily,weekly,monthly,rc.conf} // :>etc etc etc being local, then what's the point of having their .local // :>extensions? // : // :None :-). Don't consider them as local, since they do a lot by default. // :make.conf OTOH contains only commented out defaults. // : // :Bruce // // commented out defaults, but it's still 6 KBytes worth of // critical information that needs to get updated on every // system update. If you don't want a make.conf.local // then the supplied make.conf needs to be an empty file with // some other file containing a list of all the features. // Otherwise we have to update make.conf on every install. What about a man page ??? I've been updating my make.conf since I started using FreeBSD and see it as a "feature" of progress. :) Using make.conf.local would not add any real facility, IMO. I agree with those who think make.conf is ALREADY local. Jonny -- Joao Carlos Mendes Luis M.Sc. Student jonny@jonny.eng.br Universidade Federal do Rio de Janeiro "There are two major products that come out of Berkeley: LSD and Unix. We don't believe this to be a coincidence." -- Jeremy S. Anderson From owner-cvs-all Thu Aug 27 07:08:27 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA15829 for cvs-all-outgoing; Thu, 27 Aug 1998 07:08:27 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA15821; Thu, 27 Aug 1998 07:08:25 -0700 (PDT) (envelope-from kuriyama@FreeBSD.org) From: Jun Kuriyama Received: (from kuriyama@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id HAA24731; Thu, 27 Aug 1998 07:08:21 -0700 (PDT) Date: Thu, 27 Aug 1998 07:08:21 -0700 (PDT) Message-Id: <199808271408.HAA24731@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/www/apache13-php3 Makefile Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk kuriyama 1998/08/27 07:08:21 PDT Modified files: www/apache13-php3 Makefile Log: Fix error at starting script with PostgreSQL. No response from: maintainer Revision Changes Path 1.50 +2 -1 ports/www/apache13-php3/Makefile From owner-cvs-all Thu Aug 27 08:00:03 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA22029 for cvs-all-outgoing; Thu, 27 Aug 1998 08:00:03 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA22018; Thu, 27 Aug 1998 08:00:00 -0700 (PDT) (envelope-from jkh@FreeBSD.org) From: "Jordan K. Hubbard" Received: (from jkh@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id HAA26282; Thu, 27 Aug 1998 07:59:55 -0700 (PDT) Date: Thu, 27 Aug 1998 07:59:55 -0700 (PDT) Message-Id: <199808271459.HAA26282@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/pkg_install/add perform.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jkh 1998/08/27 07:59:55 PDT Modified files: usr.sbin/pkg_install/add perform.c Log: Fix recursive package add problem (for on-disk package files) I introduced with the change in semantics to make_playpen(). Now package dependencies more than 2 levels deep should work again. Pass the hat. Revision Changes Path 1.51 +6 -3 src/usr.sbin/pkg_install/add/perform.c From owner-cvs-all Thu Aug 27 08:00:34 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA22115 for cvs-all-outgoing; Thu, 27 Aug 1998 08:00:34 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA22102; Thu, 27 Aug 1998 08:00:31 -0700 (PDT) (envelope-from jkh@FreeBSD.org) From: "Jordan K. Hubbard" Received: (from jkh@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id IAA26343; Thu, 27 Aug 1998 08:00:26 -0700 (PDT) Date: Thu, 27 Aug 1998 08:00:26 -0700 (PDT) Message-Id: <199808271500.IAA26343@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/pkg_install/add perform.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jkh 1998/08/27 08:00:26 PDT Modified files: (Branch: RELENG_2_2) usr.sbin/pkg_install/add perform.c Log: MFC: recurse properly Revision Changes Path 1.37.2.11 +6 -3 src/usr.sbin/pkg_install/add/perform.c From owner-cvs-all Thu Aug 27 08:05:01 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA22500 for cvs-all-outgoing; Thu, 27 Aug 1998 08:05:01 -0700 (PDT) (envelope-from owner-cvs-all) Received: from baerenklau.de.freebsd.org (baerenklau.de.freebsd.org [195.185.195.14]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA22470; Thu, 27 Aug 1998 08:04:57 -0700 (PDT) (envelope-from w@panke.de.freebsd.org) Received: (from uucp@localhost) by baerenklau.de.freebsd.org (8.8.8/8.8.8) with UUCP id RAA07885; Thu, 27 Aug 1998 17:04:06 +0200 (CEST) (envelope-from w@panke.de.freebsd.org) Received: (from w@localhost) by campa.panke.de (8.8.8/8.8.8) id RAA04494; Thu, 27 Aug 1998 17:02:00 +0200 (MET DST) (envelope-from w) Message-ID: <19980827170159.A4466@panke.de> Date: Thu, 27 Aug 1998 17:01:59 +0200 From: Wolfram Schneider To: Satoshi Asami , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: ports/german/BBBike Makefile References: <199808270134.SAA13570@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.93.1i In-Reply-To: <199808270134.SAA13570@freefall.freebsd.org>; from Satoshi Asami on Wed, Aug 26, 1998 at 06:34:53PM -0700 Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk I don't know whats wrong. I successfully compiled BBBike on 2.2.5, 2.2.7 and -current. `make package' works too on my 2.2.7 machine. Wolfram On 1998-08-26 18:34:53 -0700, Satoshi Asami wrote: > asami 1998/08/26 18:34:53 PDT > > Modified files: > german/BBBike Makefile > Log: > Mark this port broken: > > ====== > ===> Building package for BBBike-2.48 > Creating package /usr/ports/packages/All/BBBike-2.48.tgz > Registering depends: perl-5.00502. > Creating gzip'd tar ball in '/usr/ports/packages/All/BBBike-2.48.tgz' > tar: can't add file BBBike/lib/BBBikeXS.pm : No such file or directory > tar: can't add file BBBike/lib/VirtArray.pm : No such file or directory > pkg_create: tar command failed with code 256 > *** Error code 1 > ======= > > While I'm here, adjust the p5-Tk dependency path (both .pm file and > p5-Tk location were wrong) and remove obsoleted variable NO_CONFIGURE. > > Revision Changes Path > 1.2 +4 -4 ports/german/BBBike/Makefile From owner-cvs-all Thu Aug 27 08:26:21 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA24667 for cvs-all-outgoing; Thu, 27 Aug 1998 08:26:21 -0700 (PDT) (envelope-from owner-cvs-all) Received: from coleridge.kublai.com (coleridge.kublai.com [207.96.1.116]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA24657; Thu, 27 Aug 1998 08:26:12 -0700 (PDT) (envelope-from shmit@natasya.kublai.com) Received: from natasya.kublai.com (natasya.kublai.com [207.172.25.236]) by coleridge.kublai.com (8.8.8/8.8.8) with ESMTP id LAA07622; Thu, 27 Aug 1998 11:25:11 -0400 (EDT) (envelope-from shmit@natasya.kublai.com) Received: (from shmit@localhost) by natasya.kublai.com (8.8.8/8.8.8) id LAA12655; Thu, 27 Aug 1998 11:25:10 -0400 (EDT) Message-ID: <19980827112509.44623@kublai.com> Date: Thu, 27 Aug 1998 11:25:09 -0400 From: Brian Cully To: Matthew Dillon , Bruce Evans Cc: jkoshy@FreeBSD.ORG, committers@hub.freebsd.org Subject: Re: cvs commit: src/etc make.conf Reply-To: shmit@kublai.com References: <199808270547.WAA11311@apollo.backplane.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.89i In-Reply-To: <199808270547.WAA11311@apollo.backplane.com>; from Matthew Dillon on Wed, Aug 26, 1998 at 10:47:30PM -0700 X-Sender: If your mailer pays attention to this, it's broken. X-PGP-Info: finger shmit@kublai.com for my public key. Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Wed, Aug 26, 1998 at 10:47:30PM -0700, Matthew Dillon wrote: > make.conf.local solves the problem, neatly and succinctly. I think the solution that solves the problem neatly and succinctly is using make.conf.5, and leaving make.conf empty. Make.conf.local is just more crap in /etc, which is already overloaded with too much stuff. I'd even be willing to put the man page together if it's agreed that it's the right solution. -- Brian Cully ``And when one of our comrades was taken prisoner, blindfolded, hung upside-down, shot, and burned, we thought to ourselves, `These are the best experiences of our lives''' -Pathology (Joe Frank, Somewhere Out There) From owner-cvs-all Thu Aug 27 08:39:27 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA26126 for cvs-all-outgoing; Thu, 27 Aug 1998 08:39:27 -0700 (PDT) (envelope-from owner-cvs-all) Received: from opus.cts.cwu.edu (opus.cts.cwu.edu [198.104.92.71]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA26116; Thu, 27 Aug 1998 08:39:26 -0700 (PDT) (envelope-from skynyrd@opus.cts.cwu.edu) Received: from localhost (skynyrd@localhost) by opus.cts.cwu.edu (8.9.1/8.9.1) with SMTP id IAA14089; Thu, 27 Aug 1998 08:38:31 -0700 (PDT) Date: Thu, 27 Aug 1998 08:38:31 -0700 (PDT) From: Chris Timmons To: Matt Dillon cc: cvs-committers@FreeBSD.ORG Subject: Re: cvs commit: src/sbin/ping ping.8 ping.c In-Reply-To: <19980827015318.A2922@nuxi.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk I agree that unlimited iterations are undesirable in some environments as a default; however, I feel that the way to address that is via login.conf. Hard coding n iterations pretty much emasculates ping. I feel that the recent controversial changes should be backed out until some sort of consensus can be achieved. -Chris On Thu, 27 Aug 1998, David O'Brien wrote: > Seems most of us are in agreement on this one. > So Matt, is this going to be backed out?? > > I'd also like to see continuious pings the default again. Why do we have > to be this non-standard for *BSD machines? When I run ping, I often > don't know how many I want to send out. I ^C when I've seen enought. I > understand your needs as an ISP, but I'm not sure these changes are best > for the general FreeBSD public. > > -- > -- David (obrien@NUXI.com -or- obrien@FreeBSD.org) > From owner-cvs-all Thu Aug 27 08:54:15 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA28525 for cvs-all-outgoing; Thu, 27 Aug 1998 08:54:15 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA28518; Thu, 27 Aug 1998 08:54:09 -0700 (PDT) (envelope-from cracauer@FreeBSD.org) From: Martin Cracauer Received: (from cracauer@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id IAA28278; Thu, 27 Aug 1998 08:54:04 -0700 (PDT) Date: Thu, 27 Aug 1998 08:54:04 -0700 (PDT) Message-Id: <199808271554.IAA28278@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/usr.bin/time time.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk cracauer 1998/08/27 08:54:04 PDT Modified files: (Branch: RELENG_2_2) usr.bin/time time.c Log: MFC: When exiting on SIGINT, exit with signal status Revision Changes Path 1.4.2.4 +12 -2 src/usr.bin/time/time.c From owner-cvs-all Thu Aug 27 08:57:20 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA28736 for cvs-all-outgoing; Thu, 27 Aug 1998 08:57:20 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA28731; Thu, 27 Aug 1998 08:57:18 -0700 (PDT) (envelope-from rse@FreeBSD.org) From: "Ralf S. Engelschall" Received: (from rse@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id IAA28374; Thu, 27 Aug 1998 08:57:13 -0700 (PDT) Date: Thu, 27 Aug 1998 08:57:13 -0700 (PDT) Message-Id: <199808271557.IAA28374@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: CVSROOT modules Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk rse 1998/08/27 08:57:13 PDT Modified files: . modules Log: apache13-modssl --> ports/www/apache13-modssl Revision Changes Path 1.2329 +2 -1 CVSROOT/modules From owner-cvs-all Thu Aug 27 08:57:50 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA28805 for cvs-all-outgoing; Thu, 27 Aug 1998 08:57:50 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA28790; Thu, 27 Aug 1998 08:57:43 -0700 (PDT) (envelope-from cracauer@FreeBSD.org) From: Martin Cracauer Received: (from cracauer@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id IAA28416; Thu, 27 Aug 1998 08:57:38 -0700 (PDT) Date: Thu, 27 Aug 1998 08:57:38 -0700 (PDT) Message-Id: <199808271557.IAA28416@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/usr.bin/mkdep mkdep.gcc.sh mkdep.sh Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk cracauer 1998/08/27 08:57:38 PDT Modified files: (Branch: RELENG_2_2) usr.bin/mkdep mkdep.gcc.sh mkdep.sh Log: MFC: When exiting on SIGINT, exit with signal status Revision Changes Path 1.8.2.2 +2 -2 src/usr.bin/mkdep/mkdep.gcc.sh 1.1.1.1.8.1 +1 -1 src/usr.bin/mkdep/mkdep.sh From owner-cvs-all Thu Aug 27 09:00:11 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA29132 for cvs-all-outgoing; Thu, 27 Aug 1998 09:00:11 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA29127; Thu, 27 Aug 1998 09:00:10 -0700 (PDT) (envelope-from rse@FreeBSD.org) From: "Ralf S. Engelschall" Received: (from rse@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id JAA28544; Thu, 27 Aug 1998 09:00:05 -0700 (PDT) Date: Thu, 27 Aug 1998 09:00:05 -0700 (PDT) Message-Id: <199808271600.JAA28544@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/www/apache13-modssl - Imported sources Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk rse 1998/08/27 09:00:05 PDT ports/www/apache13-modssl - Imported sources Update of /home/ncvs/ports/www/apache13-modssl In directory freefall.freebsd.org:/c/users/rse/apache13-modssl Log Message: Import of a new SSL-aware Apache 1.3, achieved by patching up the original Apache 1.3.1 with mod_ssl 2.0.5 (the Apache Interface to SSLeay). Status: Vendor Tag: RSE Release Tags: mod_ssl_2_0_5 N ports/www/apache13-modssl/Makefile I ports/www/apache13-modssl/CVS N ports/www/apache13-modssl/files/md5 N ports/www/apache13-modssl/patches/patch-aa N ports/www/apache13-modssl/patches/patch-ab N ports/www/apache13-modssl/patches/patch-ad N ports/www/apache13-modssl/patches/patch-ae N ports/www/apache13-modssl/patches/patch-ac N ports/www/apache13-modssl/pkg/COMMENT N ports/www/apache13-modssl/pkg/DESCR N ports/www/apache13-modssl/pkg/PLIST No conflicts created by this import From owner-cvs-all Thu Aug 27 09:01:56 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA29300 for cvs-all-outgoing; Thu, 27 Aug 1998 09:01:56 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA29295; Thu, 27 Aug 1998 09:01:55 -0700 (PDT) (envelope-from cracauer@FreeBSD.org) From: Martin Cracauer Received: (from cracauer@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id JAA28658; Thu, 27 Aug 1998 09:01:50 -0700 (PDT) Date: Thu, 27 Aug 1998 09:01:50 -0700 (PDT) Message-Id: <199808271601.JAA28658@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/usr.bin/make compat.c job.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk cracauer 1998/08/27 09:01:50 PDT Modified files: (Branch: RELENG_2_2) usr.bin/make compat.c job.c Log: MFC: When exiting on SIGINT, exit with signal status Revision Changes Path 1.6.2.1 +5 -2 src/usr.bin/make/compat.c 1.5.2.1 +2 -3 src/usr.bin/make/job.c From owner-cvs-all Thu Aug 27 09:02:10 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA29424 for cvs-all-outgoing; Thu, 27 Aug 1998 09:02:10 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA29412; Thu, 27 Aug 1998 09:02:07 -0700 (PDT) (envelope-from rse@FreeBSD.org) From: "Ralf S. Engelschall" Received: (from rse@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id JAA28698; Thu, 27 Aug 1998 09:02:03 -0700 (PDT) Date: Thu, 27 Aug 1998 09:02:03 -0700 (PDT) Message-Id: <199808271602.JAA28698@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/www Makefile Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk rse 1998/08/27 09:02:03 PDT Modified files: www Makefile Log: Add apache13-modssl port Revision Changes Path 1.93 +2 -1 ports/www/Makefile From owner-cvs-all Thu Aug 27 09:05:58 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA29947 for cvs-all-outgoing; Thu, 27 Aug 1998 09:05:58 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA29923; Thu, 27 Aug 1998 09:05:46 -0700 (PDT) (envelope-from rse@FreeBSD.org) From: "Ralf S. Engelschall" Received: (from rse@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id JAA28939; Thu, 27 Aug 1998 09:05:40 -0700 (PDT) Date: Thu, 27 Aug 1998 09:05:40 -0700 (PDT) Message-Id: <199808271605.JAA28939@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports LEGAL Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk rse 1998/08/27 09:05:40 PDT Modified files: . LEGAL Log: apache13-modssl is crypto stuff, so export controlled Revision Changes Path 1.116 +2 -1 ports/LEGAL From owner-cvs-all Thu Aug 27 09:24:12 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA03139 for cvs-all-outgoing; Thu, 27 Aug 1998 09:24:12 -0700 (PDT) (envelope-from owner-cvs-all) Received: from apollo.backplane.com (apollo.backplane.com [209.157.86.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA03029; Thu, 27 Aug 1998 09:24:03 -0700 (PDT) (envelope-from dillon@backplane.com) Received: (dillon@localhost) by apollo.backplane.com (8.8.8/8.6.5) id JAA14670; Thu, 27 Aug 1998 09:23:07 -0700 (PDT) Date: Thu, 27 Aug 1998 09:23:07 -0700 (PDT) From: Matthew Dillon Message-Id: <199808271623.JAA14670@apollo.backplane.com> To: "David O'Brien" Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sbin/ping ping.8 ping.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk : :> I agree, we frequently use ping to detect when a machine has come :> back up from a remote reboot, and needing to be root to do so would be :> a hinderance. Moreover, from the sound of things, you can only ping :> 100 times as root, which may not be enough (POST on a UE450 can take :> forever :-)). : :Seems most of us are in agreement on this one. :So Matt, is this going to be backed out?? : :I'd also like to see continuious pings the default again. Why do we have :to be this non-standard for *BSD machines? When I run ping, I often :don't know how many I want to send out. I ^C when I've seen enought. I :understand your needs as an ISP, but I'm not sure these changes are best :for the general FreeBSD public. : :-- :-- David (obrien@NUXI.com -or- obrien@FreeBSD.org) Well, it seems to be too contentious an issue, nobody is willing to take a longer-term view. The -c restritions were already taken out so no further mods should be necessary. I think it's a big mistake, though, the default should not be infinite packets. -Matt Matthew Dillon Engineering, HiWay Technologies, Inc. & BEST Internet Communications (Please include original email in any response) From owner-cvs-all Thu Aug 27 09:25:06 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA03367 for cvs-all-outgoing; Thu, 27 Aug 1998 09:25:06 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA03352; Thu, 27 Aug 1998 09:25:04 -0700 (PDT) (envelope-from cracauer@FreeBSD.org) From: Martin Cracauer Received: (from cracauer@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id JAA29602; Thu, 27 Aug 1998 09:24:58 -0700 (PDT) Date: Thu, 27 Aug 1998 09:24:58 -0700 (PDT) Message-Id: <199808271624.JAA29602@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/bin/sh arith.y arith_lex.l error.c error.h jobs.c jobs.h miscbltin.c trap.c trap.h Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk cracauer 1998/08/27 09:24:58 PDT Modified files: (Branch: RELENG_2_2) bin/sh arith.y arith_lex.l error.c error.h jobs.c jobs.h miscbltin.c trap.c trap.h Log: MFC: Do not exit on SIGINT in non-interactive shells, fixes PR 1206. PR: 1206 Obtained from:Basic SIGINT patch from Bruce Evans Revision Changes Path 1.3.2.2 +8 -1 src/bin/sh/arith.y 1.5.2.2 +5 -1 src/bin/sh/arith_lex.l 1.5.2.2 +28 -12 src/bin/sh/error.c 1.4.2.2 +4 -3 src/bin/sh/error.h 1.8.2.5 +29 -9 src/bin/sh/jobs.c 1.3.2.2 +4 -1 src/bin/sh/jobs.h 1.8.2.3 +2 -1 src/bin/sh/miscbltin.c 1.4.2.3 +22 -10 src/bin/sh/trap.c 1.3.2.3 +2 -1 src/bin/sh/trap.h From owner-cvs-all Thu Aug 27 09:26:27 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA03634 for cvs-all-outgoing; Thu, 27 Aug 1998 09:26:27 -0700 (PDT) (envelope-from owner-cvs-all) Received: from apollo.backplane.com (apollo.backplane.com [209.157.86.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA03621 for ; Thu, 27 Aug 1998 09:26:23 -0700 (PDT) (envelope-from dillon@backplane.com) Received: (dillon@localhost) by apollo.backplane.com (8.8.8/8.6.5) id JAA14693; Thu, 27 Aug 1998 09:24:47 -0700 (PDT) Date: Thu, 27 Aug 1998 09:24:47 -0700 (PDT) From: Matthew Dillon Message-Id: <199808271624.JAA14693@apollo.backplane.com> To: Chris Timmons Cc: cvs-committers@FreeBSD.ORG Subject: Re: cvs commit: src/sbin/ping ping.8 ping.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk : : :I agree that unlimited iterations are undesirable in some environments as :a default; however, I feel that the way to address that is via login.conf. : :Hard coding n iterations pretty much emasculates ping. I feel that the :recent controversial changes should be backed out until some sort of :consensus can be achieved. : :-Chris I really don't think login.conf is the place to put application-specific restrictions. -Matt Matthew Dillon Engineering, HiWay Technologies, Inc. & BEST Internet Communications (Please include original email in any response) From owner-cvs-all Thu Aug 27 09:29:35 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA04262 for cvs-all-outgoing; Thu, 27 Aug 1998 09:29:35 -0700 (PDT) (envelope-from owner-cvs-all) Received: from apollo.backplane.com (apollo.backplane.com [209.157.86.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA04254; Thu, 27 Aug 1998 09:29:31 -0700 (PDT) (envelope-from dillon@backplane.com) Received: (dillon@localhost) by apollo.backplane.com (8.8.8/8.6.5) id JAA14704; Thu, 27 Aug 1998 09:28:34 -0700 (PDT) Date: Thu, 27 Aug 1998 09:28:34 -0700 (PDT) From: Matthew Dillon Message-Id: <199808271628.JAA14704@apollo.backplane.com> To: Brian Cully Cc: Bruce Evans , jkoshy@FreeBSD.ORG, committers@hub.freebsd.org Subject: Re: cvs commit: src/etc make.conf Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk :On Wed, Aug 26, 1998 at 10:47:30PM -0700, Matthew Dillon wrote: :> make.conf.local solves the problem, neatly and succinctly. : :I think the solution that solves the problem neatly and succinctly is :using make.conf.5, and leaving make.conf empty. Make.conf.local is just :more crap in /etc, which is already overloaded with too much stuff. : :I'd even be willing to put the man page together if it's agreed :that it's the right solution. I could live with that. The stuff in make.conf probably belongs in a man-page anyway rather then an /etc file, and removing make.conf from /usr/src/etc or blanking it allows /etc/make.conf to be used in a manner similar to rc.local. Now, does anyone have any objects to moving make.conf to a man page and blanking /usr/src/etc/make.conf ? -Matt :-- :Brian Cully :``And when one of our comrades was taken prisoner, blindfolded, hung : upside-down, shot, and burned, we thought to ourselves, `These are the : best experiences of our lives''' -Pathology (Joe Frank, Somewhere Out There) : : Matthew Dillon Engineering, HiWay Technologies, Inc. & BEST Internet Communications (Please include original email in any response) From owner-cvs-all Thu Aug 27 09:34:26 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA05398 for cvs-all-outgoing; Thu, 27 Aug 1998 09:34:26 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA05385; Thu, 27 Aug 1998 09:34:23 -0700 (PDT) (envelope-from cracauer@FreeBSD.org) From: Martin Cracauer Received: (from cracauer@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id JAA29934; Thu, 27 Aug 1998 09:34:19 -0700 (PDT) Date: Thu, 27 Aug 1998 09:34:19 -0700 (PDT) Message-Id: <199808271634.JAA29934@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/bin/sh error.c error.h Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk cracauer 1998/08/27 09:34:19 PDT Modified files: (Branch: RELENG_2_2) bin/sh error.c error.h Log: Forgot a fix in last MFC. Revision Changes Path 1.5.2.3 +2 -2 src/bin/sh/error.c 1.4.2.3 +2 -2 src/bin/sh/error.h From owner-cvs-all Thu Aug 27 09:34:45 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA05512 for cvs-all-outgoing; Thu, 27 Aug 1998 09:34:45 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA05498; Thu, 27 Aug 1998 09:34:42 -0700 (PDT) (envelope-from dillon@FreeBSD.org) From: Matt Dillon Received: (from dillon@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id JAA29959; Thu, 27 Aug 1998 09:34:38 -0700 (PDT) Date: Thu, 27 Aug 1998 09:34:38 -0700 (PDT) Message-Id: <199808271634.JAA29959@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sbin/ping ping.8 Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk dillon 1998/08/27 09:34:38 PDT Modified files: sbin/ping ping.8 Log: Updated manual page. Removed description of (now defunct) -c restrictions. Revision Changes Path 1.17 +2 -3 src/sbin/ping/ping.8 From owner-cvs-all Thu Aug 27 09:38:11 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA06137 for cvs-all-outgoing; Thu, 27 Aug 1998 09:38:11 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA06121; Thu, 27 Aug 1998 09:38:08 -0700 (PDT) (envelope-from markm@FreeBSD.org) From: Mark Murray Received: (from markm@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id JAA00243; Thu, 27 Aug 1998 09:38:03 -0700 (PDT) Date: Thu, 27 Aug 1998 09:38:03 -0700 (PDT) Message-Id: <199808271638.JAA00243@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/security/SSLeay Makefile ports/security/SSLeay/files Makefile.patch md5 ports/security/SSLeay/patches patch-ab ports/security/SSLeay/pkg DESCR PLIST Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk markm 1998/08/27 09:38:03 PDT Modified files: security/SSLeay Makefile security/SSLeay/files Makefile.patch md5 security/SSLeay/patches patch-ab security/SSLeay/pkg DESCR PLIST Log: Upgrade to version 0.9.0b Revision Changes Path 1.20 +3 -3 ports/security/SSLeay/Makefile 1.3 +15 -25 ports/security/SSLeay/files/Makefile.patch 1.9 +1 -1 ports/security/SSLeay/files/md5 1.5 +18 -28 ports/security/SSLeay/patches/patch-ab 1.5 +8 -74 ports/security/SSLeay/pkg/DESCR 1.10 +64 -38 ports/security/SSLeay/pkg/PLIST From owner-cvs-all Thu Aug 27 09:45:27 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA07341 for cvs-all-outgoing; Thu, 27 Aug 1998 09:45:27 -0700 (PDT) (envelope-from owner-cvs-all) Received: from kithrup.com (kithrup.com [205.179.156.40]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA07328 for ; Thu, 27 Aug 1998 09:45:23 -0700 (PDT) (envelope-from sef@kithrup.com) Received: (from sef@localhost) by kithrup.com (8.8.8/8.8.8) id JAA02141; Thu, 27 Aug 1998 09:44:26 -0700 (PDT) (envelope-from sef) Date: Thu, 27 Aug 1998 09:44:26 -0700 (PDT) From: Sean Eric Fagan Message-Id: <199808271644.JAA02141@kithrup.com> To: cvs-committers@FreeBSD.ORG Reply-To: cvs-committers@FreeBSD.ORG Subject: Re: cvs commit: src/sbin/ping ping.8 ping.c In-Reply-To: <199808271624.JAA14693.kithrup.freebsd.cvs-all@apollo.backplane.com> Organization: Kithrup Enterprises, Ltd. Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk In article <199808271624.JAA14693.kithrup.freebsd.cvs-all@apollo.backplane.com> you write: > I really don't think login.conf is the place to put application-specific > restrictions. No, you apparantly think that applications are the place to put site-specific restrictions. From owner-cvs-all Thu Aug 27 10:14:29 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA12289 for cvs-all-outgoing; Thu, 27 Aug 1998 10:14:29 -0700 (PDT) (envelope-from owner-cvs-all) Received: from opus.cts.cwu.edu (opus.cts.cwu.edu [198.104.92.71]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA12237 for ; Thu, 27 Aug 1998 10:14:10 -0700 (PDT) (envelope-from skynyrd@opus.cts.cwu.edu) Received: from localhost (skynyrd@localhost) by opus.cts.cwu.edu (8.9.1/8.9.1) with SMTP id KAA15609; Thu, 27 Aug 1998 10:13:06 -0700 (PDT) Date: Thu, 27 Aug 1998 10:13:06 -0700 (PDT) From: Chris Timmons To: Matthew Dillon cc: cvs-committers@FreeBSD.ORG Subject: Re: cvs commit: src/sbin/ping ping.8 ping.c In-Reply-To: <199808271624.JAA14693@apollo.backplane.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk It wouldn't have to be application specific so much as providing a facility to let applications discover whether a user belongs to a class which requires conservative restrictions for a particular environment (eg. isp-shell-account.) Let each application decide what if anything the presence or absence of such an attribute means. I do not believe it is in the interest of FreeBSD to hard-wire restrictions into common tools that make them cumbersome to use or subtract usefulness. -Chris On Thu, 27 Aug 1998, Matthew Dillon wrote: > I really don't think login.conf is the place to put application-specific > restrictions. > > -Matt From owner-cvs-all Thu Aug 27 10:16:54 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA12574 for cvs-all-outgoing; Thu, 27 Aug 1998 10:16:54 -0700 (PDT) (envelope-from owner-cvs-all) Received: from apollo.backplane.com (apollo.backplane.com [209.157.86.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA12554 for ; Thu, 27 Aug 1998 10:16:47 -0700 (PDT) (envelope-from dillon@backplane.com) Received: (dillon@localhost) by apollo.backplane.com (8.8.8/8.6.5) id KAA14986; Thu, 27 Aug 1998 10:15:51 -0700 (PDT) Date: Thu, 27 Aug 1998 10:15:51 -0700 (PDT) From: Matthew Dillon Message-Id: <199808271715.KAA14986@apollo.backplane.com> To: Sean Eric Fagan Cc: cvs-committers@FreeBSD.ORG Subject: Re: cvs commit: src/sbin/ping ping.8 ping.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk : :In article <199808271624.JAA14693.kithrup.freebsd.cvs-all@apollo.backplane.com> you write: :> I really don't think login.conf is the place to put application-specific :> restrictions. : :No, you apparantly think that applications are the place to put site-specific :restrictions. No, I think *system* suid and sgid applications need to protect themselves from potential user abuse. Hey dude, are you trying to start a flame war? Sheesh. Why don't you add a couple more cracks to that comment, you might really get something broiling. I made no such implication... that's you talking shit, not me, and I would appreciate it if you didn't try to analyize my thinking processes with me sitting in the room when you could just ask instead. -Matt Matthew Dillon Engineering, HiWay Technologies, Inc. & BEST Internet Communications (Please include original email in any response) From owner-cvs-all Thu Aug 27 10:36:50 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA15637 for cvs-all-outgoing; Thu, 27 Aug 1998 10:36:50 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA15595; Thu, 27 Aug 1998 10:36:27 -0700 (PDT) (envelope-from abial@FreeBSD.org) From: Andrzej Bialecki Received: (from abial@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id KAA02121; Thu, 27 Aug 1998 10:36:21 -0700 (PDT) Date: Thu, 27 Aug 1998 10:36:21 -0700 (PDT) Message-Id: <199808271736.KAA02121@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: CVSROOT modules Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk abial 1998/08/27 10:36:21 PDT Modified files: . modules Log: picobsd --> src/release/picobsd Revision Changes Path 1.2330 +2 -1 CVSROOT/modules From owner-cvs-all Thu Aug 27 10:39:16 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA16092 for cvs-all-outgoing; Thu, 27 Aug 1998 10:39:16 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA16045; Thu, 27 Aug 1998 10:38:51 -0700 (PDT) (envelope-from abial@FreeBSD.org) From: Andrzej Bialecki Received: (from abial@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id KAA02202; Thu, 27 Aug 1998 10:38:45 -0700 (PDT) Date: Thu, 27 Aug 1998 10:38:45 -0700 (PDT) Message-Id: <199808271738.KAA02202@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/release/picobsd - Imported sources Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk abial 1998/08/27 10:38:45 PDT src/release/picobsd - Imported sources Update of /home/ncvs/src/release/picobsd In directory freefall.freebsd.org:/d/users/abial/work/picobsd Log Message: Initial import of PicoBSD v0.4 tree. Status: Vendor Tag: PICOBSD Release Tags: v0_4 I src/release/picobsd/CVS N src/release/picobsd/README.html N src/release/picobsd/Version N src/release/picobsd/build/build N src/release/picobsd/build/clean N src/release/picobsd/build/install N src/release/picobsd/build/populate N src/release/picobsd/build/stage1 N src/release/picobsd/build/stage2 N src/release/picobsd/build/stage3 N src/release/picobsd/dial/conf/PICOBSD N src/release/picobsd/dial/crunch1/Makefile N src/release/picobsd/dial/crunch1/crunch.conf N src/release/picobsd/dial/floppy.tree/boot.config N src/release/picobsd/dial/floppy.tree/kernel.config N src/release/picobsd/dial/floppy.tree/etc/fstab N src/release/picobsd/dial/floppy.tree/etc/gettytab N src/release/picobsd/dial/floppy.tree/etc/group N src/release/picobsd/dial/floppy.tree/etc/host.conf N src/release/picobsd/dial/floppy.tree/etc/login.conf N src/release/picobsd/dial/floppy.tree/etc/master.passwd N src/release/picobsd/dial/floppy.tree/etc/profile N src/release/picobsd/dial/floppy.tree/etc/protocols N src/release/picobsd/dial/floppy.tree/etc/rc.network N src/release/picobsd/dial/floppy.tree/etc/resolv.conf N src/release/picobsd/dial/floppy.tree/etc/services N src/release/picobsd/dial/floppy.tree/etc/ssh_config N src/release/picobsd/dial/floppy.tree/etc/termcap N src/release/picobsd/dial/floppy.tree/etc/ttys N src/release/picobsd/dial/floppy.tree/etc/ppp/ppp.conf N src/release/picobsd/dial/floppy.tree/etc/ppp/ppp.conf.template N src/release/picobsd/dial/floppy.tree/etc/ppp/ppp.deny N src/release/picobsd/dial/floppy.tree/etc/ppp/ppp.linkup N src/release/picobsd/dial/floppy.tree/etc/ppp/ppp.secret.sample N src/release/picobsd/dial/lang/LICENCE.ssh N src/release/picobsd/dial/lang/README.en N src/release/picobsd/dial/lang/README.pl N src/release/picobsd/dial/lang/boot.help.en N src/release/picobsd/dial/lang/boot.help.pl N src/release/picobsd/dial/lang/dialup.en N src/release/picobsd/dial/lang/dialup.pl N src/release/picobsd/dial/lang/hosts.en N src/release/picobsd/dial/lang/hosts.pl N src/release/picobsd/dial/lang/login.en N src/release/picobsd/dial/lang/login.pl N src/release/picobsd/dial/lang/mfs.rc.en N src/release/picobsd/dial/lang/mfs.rc.pl N src/release/picobsd/dial/lang/motd.en N src/release/picobsd/dial/lang/motd.pl N src/release/picobsd/dial/lang/rc.conf.en N src/release/picobsd/dial/lang/rc.conf.pl N src/release/picobsd/dial/lang/rc.en N src/release/picobsd/dial/lang/rc.network.en N src/release/picobsd/dial/lang/rc.network.pl N src/release/picobsd/dial/lang/rc.pl N src/release/picobsd/dial/lang/reboot.en N src/release/picobsd/dial/lang/reboot.pl N src/release/picobsd/dial/lang/resolv.conf.en N src/release/picobsd/dial/lang/resolv.conf.pl N src/release/picobsd/dial/lang/update.en N src/release/picobsd/dial/lang/update.pl N src/release/picobsd/dial/mfs.tree/MAKEDEV N src/release/picobsd/dial/mfs.tree/Makefile N src/release/picobsd/dial/mfs.tree/login.conf N src/release/picobsd/dial/mfs.tree/mfs.mtree N src/release/picobsd/doc/bugs.html N src/release/picobsd/doc/faq.html N src/release/picobsd/doc/hardware.html N src/release/picobsd/doc/how2build.html N src/release/picobsd/doc/intrinsics.html N src/release/picobsd/doc/intro.html N src/release/picobsd/help/README N src/release/picobsd/help/cat.hlp N src/release/picobsd/help/cat.hlp.en N src/release/picobsd/help/cat.hlp.pl N src/release/picobsd/help/chmod.hlp N src/release/picobsd/help/chmod.hlp.en N src/release/picobsd/help/chmod.hlp.pl N src/release/picobsd/help/chown.hlp N src/release/picobsd/help/chown.hlp.en N src/release/picobsd/help/chown.hlp.pl N src/release/picobsd/help/chuck.hlp N src/release/picobsd/help/cp.hlp N src/release/picobsd/help/cp.hlp.en N src/release/picobsd/help/cp.hlp.pl N src/release/picobsd/help/dd.hlp N src/release/picobsd/help/df.hlp N src/release/picobsd/help/df.hlp.en N src/release/picobsd/help/df.hlp.pl N src/release/picobsd/help/dialup.hlp N src/release/picobsd/help/dialup.hlp.en N src/release/picobsd/help/dialup.hlp.pl N src/release/picobsd/help/echo.hlp N src/release/picobsd/help/echo.hlp.en N src/release/picobsd/help/echo.hlp.pl N src/release/picobsd/help/ee.hlp N src/release/picobsd/help/ee.hlp.en N src/release/picobsd/help/ee.hlp.pl N src/release/picobsd/help/fsck.hlp N src/release/picobsd/help/fsck.hlp.en N src/release/picobsd/help/fsck.hlp.pl N src/release/picobsd/help/ftp.hlp N src/release/picobsd/help/ftp.hlp.en N src/release/picobsd/help/ftp.hlp.pl N src/release/picobsd/help/getty.hlp N src/release/picobsd/help/gzip.hlp N src/release/picobsd/help/gzip.hlp.en N src/release/picobsd/help/gzip.hlp.pl N src/release/picobsd/help/help.hlp N src/release/picobsd/help/help.hlp.en N src/release/picobsd/help/help.hlp.pl N src/release/picobsd/help/hostname.hlp N src/release/picobsd/help/hostname.hlp.en N src/release/picobsd/help/hostname.hlp.pl N src/release/picobsd/help/ifconfig.hlp N src/release/picobsd/help/ifconfig.hlp.en N src/release/picobsd/help/ifconfig.hlp.pl N src/release/picobsd/help/init.hlp N src/release/picobsd/help/ln.hlp N src/release/picobsd/help/kbdcontrol.hlp N src/release/picobsd/help/kbdcontrol.hlp.en N src/release/picobsd/help/kbdcontrol.hlp.pl N src/release/picobsd/help/kget.hlp N src/release/picobsd/help/kget.hlp.en N src/release/picobsd/help/kget.hlp.pl N src/release/picobsd/help/kill.hlp N src/release/picobsd/help/kill.hlp.en N src/release/picobsd/help/kill.hlp.pl N src/release/picobsd/help/ln.hlp.en N src/release/picobsd/help/ln.hlp.pl N src/release/picobsd/help/ls.hlp N src/release/picobsd/help/ls.hlp.en N src/release/picobsd/help/ls.hlp.pl N src/release/picobsd/help/mkdir.hlp N src/release/picobsd/help/mkdir.hlp.en N src/release/picobsd/help/mkdir.hlp.pl N src/release/picobsd/help/mknod.hlp N src/release/picobsd/help/more.hlp N src/release/picobsd/help/more.hlp.en N src/release/picobsd/help/more.hlp.pl N src/release/picobsd/help/mount.hlp N src/release/picobsd/help/mount.hlp.en N src/release/picobsd/help/mount.hlp.pl N src/release/picobsd/help/mount_cd9660.hlp N src/release/picobsd/help/mount_cd9660.hlp.en N src/release/picobsd/help/mount_cd9660.hlp.pl N src/release/picobsd/help/mount_ext2fs.hlp N src/release/picobsd/help/mount_ext2fs.hlp.en N src/release/picobsd/help/mount_ext2fs.hlp.pl N src/release/picobsd/help/mount_msdos.hlp N src/release/picobsd/help/mount_msdos.hlp.en N src/release/picobsd/help/mount_msdos.hlp.pl N src/release/picobsd/help/mount_procfs.hlp N src/release/picobsd/help/moused.hlp N src/release/picobsd/help/moused.hlp.en N src/release/picobsd/help/moused.hlp.pl N src/release/picobsd/help/mv.hlp N src/release/picobsd/help/mv.hlp.en N src/release/picobsd/help/mv.hlp.pl N src/release/picobsd/help/ping.hlp N src/release/picobsd/help/ping.hlp.en N src/release/picobsd/help/ping.hlp.pl N src/release/picobsd/help/ppp.hlp N src/release/picobsd/help/ppp.hlp.en N src/release/picobsd/help/ps.hlp N src/release/picobsd/help/ppp.hlp.pl N src/release/picobsd/help/ps.hlp.en N src/release/picobsd/help/ps.hlp.pl N src/release/picobsd/help/pwd.hlp N src/release/picobsd/help/pwd.hlp.en N src/release/picobsd/help/pwd.hlp.pl N src/release/picobsd/help/reboot.hlp N src/release/picobsd/help/reboot.hlp.en N src/release/picobsd/help/reboot.hlp.pl N src/release/picobsd/help/rm.hlp N src/release/picobsd/help/rm.hlp.en N src/release/picobsd/help/rm.hlp.pl N src/release/picobsd/help/route.hlp N src/release/picobsd/help/route.hlp.en N src/release/picobsd/help/route.hlp.pl N src/release/picobsd/help/sh.hlp N src/release/picobsd/help/sh.hlp.en N src/release/picobsd/help/sh.hlp.pl N src/release/picobsd/help/shutdown.hlp N src/release/picobsd/help/shutdown.hlp.en N src/release/picobsd/help/shutdown.hlp.pl N src/release/picobsd/help/ssh.hlp N src/release/picobsd/help/ssh.hlp.en N src/release/picobsd/help/ssh.hlp.pl N src/release/picobsd/help/swapon.hlp N src/release/picobsd/help/swapon.hlp.en N src/release/picobsd/help/swapon.hlp.pl N src/release/picobsd/help/sysctl.hlp N src/release/picobsd/help/sysctl.hlp.en N src/release/picobsd/help/sysctl.hlp.pl N src/release/picobsd/help/telnet.hlp N src/release/picobsd/help/telnet.hlp.en N src/release/picobsd/help/telnet.hlp.pl N src/release/picobsd/help/test.hlp N src/release/picobsd/help/test.hlp.en N src/release/picobsd/help/test.hlp.pl N src/release/picobsd/help/umount.hlp N src/release/picobsd/help/umount.hlp.en N src/release/picobsd/help/umount.hlp.pl N src/release/picobsd/help/vidcontrol.hlp N src/release/picobsd/help/vidcontrol.hlp.en N src/release/picobsd/help/vidcontrol.hlp.pl N src/release/picobsd/help/vm.hlp N src/release/picobsd/help/vm.hlp.en N src/release/picobsd/help/vm.hlp.pl N src/release/picobsd/help/vnconfig.hlp N src/release/picobsd/isp/conf/PICOBSD N src/release/picobsd/isp/crunch1/Makefile N src/release/picobsd/isp/crunch1/crunch.conf N src/release/picobsd/isp/crunch1/login.diff N src/release/picobsd/isp/crunch1/passwd.diff N src/release/picobsd/isp/crunch1/ppp.diff N src/release/picobsd/isp/crunch1/mibs/EtherLike-MIB.txt N src/release/picobsd/isp/crunch1/mibs/HOST-RESOURCES-MIB.txt N src/release/picobsd/isp/crunch1/mibs/IANAifType-MIB.txt N src/release/picobsd/isp/crunch1/mibs/IF-MIB.txt N src/release/picobsd/isp/crunch1/mibs/IP-MIB.txt N src/release/picobsd/isp/crunch1/mibs/RFC1155-SMI.txt N src/release/picobsd/isp/crunch1/mibs/RFC1213-MIB.txt N src/release/picobsd/isp/crunch1/mibs/RFC1271-MIB.txt N src/release/picobsd/isp/crunch1/mibs/SNMPv2-CONF.txt N src/release/picobsd/isp/crunch1/mibs/SNMPv2-M2M-MIB.txt N src/release/picobsd/isp/crunch1/mibs/SNMPv2-MIB.txt N src/release/picobsd/isp/crunch1/mibs/SNMPv2-PARTY-MIB.txt N src/release/picobsd/isp/crunch1/mibs/SNMPv2-SMI.txt N src/release/picobsd/isp/crunch1/mibs/SNMPv2-TC.txt N src/release/picobsd/isp/crunch1/mibs/SNMPv2-TM.txt N src/release/picobsd/isp/crunch1/mibs/TCP-MIB.txt N src/release/picobsd/isp/crunch1/mibs/UCD-SNMP-MIB.txt N src/release/picobsd/isp/crunch1/mibs/UDP-MIB.txt N src/release/picobsd/isp/floppy.tree/boot.config N src/release/picobsd/isp/floppy.tree/kernel.config N src/release/picobsd/isp/floppy.tree/etc/disktab N src/release/picobsd/isp/floppy.tree/etc/fstab N src/release/picobsd/isp/floppy.tree/etc/gettytab N src/release/picobsd/isp/floppy.tree/etc/group N src/release/picobsd/isp/floppy.tree/etc/host.conf N src/release/picobsd/isp/floppy.tree/etc/hosts N src/release/picobsd/isp/floppy.tree/etc/inetd.conf N src/release/picobsd/isp/floppy.tree/etc/login.conf N src/release/picobsd/isp/floppy.tree/etc/master.passwd N src/release/picobsd/isp/floppy.tree/etc/motd N src/release/picobsd/isp/floppy.tree/etc/profile N src/release/picobsd/isp/floppy.tree/etc/protocols N src/release/picobsd/isp/floppy.tree/etc/rc N src/release/picobsd/isp/floppy.tree/etc/rc.conf N src/release/picobsd/isp/floppy.tree/etc/rc.firewall N src/release/picobsd/isp/floppy.tree/etc/rc.network N src/release/picobsd/isp/floppy.tree/etc/rc.serial N src/release/picobsd/isp/floppy.tree/etc/remote N src/release/picobsd/isp/floppy.tree/etc/resolv.conf N src/release/picobsd/isp/floppy.tree/etc/services N src/release/picobsd/isp/floppy.tree/etc/shells N src/release/picobsd/isp/floppy.tree/etc/snmpd.conf N src/release/picobsd/isp/floppy.tree/etc/termcap N src/release/picobsd/isp/floppy.tree/etc/ttys N src/release/picobsd/isp/floppy.tree/etc/ppp/ppp.conf N src/release/picobsd/isp/floppy.tree/etc/ppp/ppp.deny N src/release/picobsd/isp/floppy.tree/etc/ppp/ppp.linkup N src/release/picobsd/isp/floppy.tree/etc/ppp/ppp.secret.sample N src/release/picobsd/isp/lang/README.en N src/release/picobsd/isp/lang/README.pl N src/release/picobsd/isp/lang/boot.help.en N src/release/picobsd/isp/lang/boot.help.pl N src/release/picobsd/isp/lang/hosts.en N src/release/picobsd/isp/lang/hosts.pl N src/release/picobsd/isp/lang/m.en N src/release/picobsd/isp/lang/m.pl N src/release/picobsd/isp/lang/mfs.rc.en N src/release/picobsd/isp/lang/mfs.rc.pl N src/release/picobsd/isp/lang/motd.en N src/release/picobsd/isp/lang/motd.pl N src/release/picobsd/isp/lang/rc.conf.en N src/release/picobsd/isp/lang/rc.conf.pl N src/release/picobsd/isp/lang/rc.en N src/release/picobsd/isp/lang/rc.network.en N src/release/picobsd/isp/lang/rc.network.pl N src/release/picobsd/isp/lang/rc.pl N src/release/picobsd/isp/lang/reboot.en N src/release/picobsd/isp/lang/reboot.pl N src/release/picobsd/isp/lang/resolv.conf.en N src/release/picobsd/isp/lang/resolv.conf.pl N src/release/picobsd/isp/lang/update.en N src/release/picobsd/isp/lang/update.pl N src/release/picobsd/isp/mfs.tree/MAKEDEV N src/release/picobsd/isp/mfs.tree/Makefile N src/release/picobsd/isp/mfs.tree/mfs.mtree N src/release/picobsd/net/conf/PICOBSD N src/release/picobsd/net/crunch1/Makefile N src/release/picobsd/net/crunch1/crunch.conf N src/release/picobsd/net/crunch1/login.diff N src/release/picobsd/net/crunch1/passwd.diff N src/release/picobsd/net/crunch1/ppp.diff N src/release/picobsd/net/crunch1/mibs/EtherLike-MIB.txt N src/release/picobsd/net/crunch1/mibs/HOST-RESOURCES-MIB.txt N src/release/picobsd/net/crunch1/mibs/IANAifType-MIB.txt N src/release/picobsd/net/crunch1/mibs/IF-MIB.txt N src/release/picobsd/net/crunch1/mibs/IP-MIB.txt N src/release/picobsd/net/crunch1/mibs/RFC1155-SMI.txt N src/release/picobsd/net/crunch1/mibs/RFC1213-MIB.txt N src/release/picobsd/net/crunch1/mibs/RFC1271-MIB.txt N src/release/picobsd/net/crunch1/mibs/SNMPv2-CONF.txt N src/release/picobsd/net/crunch1/mibs/SNMPv2-M2M-MIB.txt N src/release/picobsd/net/crunch1/mibs/SNMPv2-MIB.txt N src/release/picobsd/net/crunch1/mibs/SNMPv2-PARTY-MIB.txt N src/release/picobsd/net/crunch1/mibs/SNMPv2-SMI.txt N src/release/picobsd/net/crunch1/mibs/SNMPv2-TC.txt N src/release/picobsd/net/crunch1/mibs/SNMPv2-TM.txt N src/release/picobsd/net/crunch1/mibs/TCP-MIB.txt N src/release/picobsd/net/crunch1/mibs/UCD-SNMP-MIB.txt N src/release/picobsd/net/crunch1/mibs/UDP-MIB.txt N src/release/picobsd/net/floppy.tree/boot.config N src/release/picobsd/net/floppy.tree/kernel.config N src/release/picobsd/net/floppy.tree/etc/disktab N src/release/picobsd/net/floppy.tree/etc/fstab N src/release/picobsd/net/floppy.tree/etc/gettytab N src/release/picobsd/net/floppy.tree/etc/group N src/release/picobsd/net/floppy.tree/etc/host.conf N src/release/picobsd/net/floppy.tree/etc/hosts N src/release/picobsd/net/floppy.tree/etc/inetd.conf N src/release/picobsd/net/floppy.tree/etc/login.conf N src/release/picobsd/net/floppy.tree/etc/master.passwd N src/release/picobsd/net/floppy.tree/etc/motd N src/release/picobsd/net/floppy.tree/etc/profile N src/release/picobsd/net/floppy.tree/etc/protocols N src/release/picobsd/net/floppy.tree/etc/rc N src/release/picobsd/net/floppy.tree/etc/rc.conf N src/release/picobsd/net/floppy.tree/etc/rc.firewall N src/release/picobsd/net/floppy.tree/etc/rc.network N src/release/picobsd/net/floppy.tree/etc/rc.serial N src/release/picobsd/net/floppy.tree/etc/remote N src/release/picobsd/net/floppy.tree/etc/resolv.conf N src/release/picobsd/net/floppy.tree/etc/services N src/release/picobsd/net/floppy.tree/etc/shells N src/release/picobsd/net/floppy.tree/etc/snmpd.conf N src/release/picobsd/net/floppy.tree/etc/termcap N src/release/picobsd/net/floppy.tree/etc/ttys N src/release/picobsd/net/floppy.tree/etc/ppp/ppp.conf N src/release/picobsd/net/floppy.tree/etc/ppp/ppp.deny N src/release/picobsd/net/floppy.tree/etc/ppp/ppp.linkup N src/release/picobsd/net/floppy.tree/etc/ppp/ppp.secret.sample N src/release/picobsd/net/lang/README.en N src/release/picobsd/net/lang/README.pl N src/release/picobsd/net/lang/boot.help.en N src/release/picobsd/net/lang/boot.help.pl N src/release/picobsd/net/lang/hosts.en N src/release/picobsd/net/lang/hosts.pl N src/release/picobsd/net/lang/m.en N src/release/picobsd/net/lang/m.pl N src/release/picobsd/net/lang/mfs.rc.en N src/release/picobsd/net/lang/mfs.rc.pl N src/release/picobsd/net/lang/motd.en N src/release/picobsd/net/lang/motd.pl N src/release/picobsd/net/lang/rc.conf.en N src/release/picobsd/net/lang/rc.conf.pl N src/release/picobsd/net/lang/rc.en N src/release/picobsd/net/lang/rc.network.en N src/release/picobsd/net/lang/rc.network.pl N src/release/picobsd/net/lang/rc.pl N src/release/picobsd/net/lang/reboot.en N src/release/picobsd/net/lang/reboot.pl N src/release/picobsd/net/lang/resolv.conf.en N src/release/picobsd/net/lang/resolv.conf.pl N src/release/picobsd/net/lang/update.en N src/release/picobsd/net/lang/update.pl N src/release/picobsd/net/mfs.tree/MAKEDEV N src/release/picobsd/net/mfs.tree/Makefile N src/release/picobsd/net/mfs.tree/mfs.mtree N src/release/picobsd/router/BAD_DOCS!!! N src/release/picobsd/router/conf/PICOBSD N src/release/picobsd/router/crunch1/Makefile N src/release/picobsd/router/crunch1/crunch.conf N src/release/picobsd/router/crunch1/mibs/EtherLike-MIB.txt N src/release/picobsd/router/crunch1/mibs/HOST-RESOURCES-MIB.txt N src/release/picobsd/router/crunch1/mibs/IANAifType-MIB.txt N src/release/picobsd/router/crunch1/mibs/IF-MIB.txt N src/release/picobsd/router/crunch1/mibs/IP-MIB.txt N src/release/picobsd/router/crunch1/mibs/RFC1155-SMI.txt N src/release/picobsd/router/crunch1/mibs/RFC1213-MIB.txt N src/release/picobsd/router/crunch1/mibs/RFC1271-MIB.txt N src/release/picobsd/router/crunch1/mibs/SNMPv2-CONF.txt N src/release/picobsd/router/crunch1/mibs/SNMPv2-M2M-MIB.txt N src/release/picobsd/router/crunch1/mibs/SNMPv2-MIB.txt N src/release/picobsd/router/crunch1/mibs/SNMPv2-PARTY-MIB.txt N src/release/picobsd/router/crunch1/mibs/SNMPv2-SMI.txt N src/release/picobsd/router/crunch1/mibs/SNMPv2-TC.txt N src/release/picobsd/router/crunch1/mibs/SNMPv2-TM.txt N src/release/picobsd/router/crunch1/mibs/TCP-MIB.txt N src/release/picobsd/router/crunch1/mibs/UCD-SNMP-MIB.txt N src/release/picobsd/router/crunch1/mibs/UDP-MIB.txt N src/release/picobsd/router/floppy.tree/boot.config N src/release/picobsd/router/floppy.tree/kernel.config N src/release/picobsd/router/floppy.tree/etc/disktab N src/release/picobsd/router/floppy.tree/etc/fstab N src/release/picobsd/router/floppy.tree/etc/gettytab N src/release/picobsd/router/floppy.tree/etc/group N src/release/picobsd/router/floppy.tree/etc/host.conf N src/release/picobsd/router/floppy.tree/etc/hosts N src/release/picobsd/router/floppy.tree/etc/login.conf N src/release/picobsd/router/floppy.tree/etc/motd N src/release/picobsd/router/floppy.tree/etc/profile N src/release/picobsd/router/floppy.tree/etc/protocols N src/release/picobsd/router/floppy.tree/etc/rc N src/release/picobsd/router/floppy.tree/etc/rc.conf N src/release/picobsd/router/floppy.tree/etc/rc.firewall N src/release/picobsd/router/floppy.tree/etc/rc.network N src/release/picobsd/router/floppy.tree/etc/rc.serial N src/release/picobsd/router/floppy.tree/etc/remote N src/release/picobsd/router/floppy.tree/etc/resolv.conf N src/release/picobsd/router/floppy.tree/etc/services N src/release/picobsd/router/floppy.tree/etc/shells N src/release/picobsd/router/floppy.tree/etc/snmpd.conf N src/release/picobsd/router/floppy.tree/etc/termcap N src/release/picobsd/router/floppy.tree/etc/ttys N src/release/picobsd/router/floppy.tree/etc/ppp/ppp.conf N src/release/picobsd/router/floppy.tree/etc/ppp/ppp.deny N src/release/picobsd/router/floppy.tree/etc/ppp/ppp.linkup N src/release/picobsd/router/floppy.tree/etc/ppp/ppp.secret.sample N src/release/picobsd/router/lang/BAD_DOCS!!! N src/release/picobsd/router/lang/README.en N src/release/picobsd/router/lang/README.pl N src/release/picobsd/router/lang/boot.help.en N src/release/picobsd/router/lang/boot.help.pl N src/release/picobsd/router/lang/hosts.en N src/release/picobsd/router/lang/hosts.pl N src/release/picobsd/router/lang/mfs.rc.en N src/release/picobsd/router/lang/mfs.rc.pl N src/release/picobsd/router/lang/motd.en N src/release/picobsd/router/lang/motd.pl N src/release/picobsd/router/lang/rc.en N src/release/picobsd/router/lang/rc.pl N src/release/picobsd/router/lang/reboot.en N src/release/picobsd/router/lang/reboot.pl N src/release/picobsd/router/lang/resolv.conf.en N src/release/picobsd/router/lang/resolv.conf.pl N src/release/picobsd/router/lang/update.en N src/release/picobsd/router/lang/update.pl N src/release/picobsd/router/mfs.tree/MAKEDEV N src/release/picobsd/router/mfs.tree/Makefile N src/release/picobsd/router/mfs.tree/login.conf N src/release/picobsd/router/mfs.tree/mfs.mtree N src/release/picobsd/tinyware/aps/Makefile N src/release/picobsd/tinyware/aps/README N src/release/picobsd/tinyware/aps/main.c N src/release/picobsd/tinyware/ash/Makefile N src/release/picobsd/tinyware/ash/TOUR N src/release/picobsd/tinyware/ash/alias.c N src/release/picobsd/tinyware/ash/alias.h N src/release/picobsd/tinyware/ash/arith.h N src/release/picobsd/tinyware/ash/arith.y N src/release/picobsd/tinyware/ash/arith_lex.l N src/release/picobsd/tinyware/ash/builtins.def N src/release/picobsd/tinyware/ash/cd.c N src/release/picobsd/tinyware/ash/cd.h N src/release/picobsd/tinyware/ash/error.c N src/release/picobsd/tinyware/ash/error.h N src/release/picobsd/tinyware/ash/eval.c N src/release/picobsd/tinyware/ash/eval.h N src/release/picobsd/tinyware/ash/exec.c N src/release/picobsd/tinyware/ash/exec.h N src/release/picobsd/tinyware/ash/expand.c N src/release/picobsd/tinyware/ash/expand.h N src/release/picobsd/tinyware/ash/histedit.c N src/release/picobsd/tinyware/ash/init.h N src/release/picobsd/tinyware/ash/input.c N src/release/picobsd/tinyware/ash/input.h N src/release/picobsd/tinyware/ash/jobs.c N src/release/picobsd/tinyware/ash/jobs.h N src/release/picobsd/tinyware/ash/machdep.h N src/release/picobsd/tinyware/ash/mail.c N src/release/picobsd/tinyware/ash/mail.h N src/release/picobsd/tinyware/ash/main.c N src/release/picobsd/tinyware/ash/main.h N src/release/picobsd/tinyware/ash/memalloc.c N src/release/picobsd/tinyware/ash/memalloc.h N src/release/picobsd/tinyware/ash/miscbltin.c N src/release/picobsd/tinyware/ash/miscbltin.h N src/release/picobsd/tinyware/ash/mkbuiltins N src/release/picobsd/tinyware/ash/mkinit.c N src/release/picobsd/tinyware/ash/mknodes.c N src/release/picobsd/tinyware/ash/mksyntax.c N src/release/picobsd/tinyware/ash/mktokens N src/release/picobsd/tinyware/ash/myhistedit.h N src/release/picobsd/tinyware/ash/mystring.c N src/release/picobsd/tinyware/ash/mystring.h N src/release/picobsd/tinyware/ash/nodes.c.pat N src/release/picobsd/tinyware/ash/nodetypes N src/release/picobsd/tinyware/ash/options.c N src/release/picobsd/tinyware/ash/options.h N src/release/picobsd/tinyware/ash/output.c N src/release/picobsd/tinyware/ash/output.h N src/release/picobsd/tinyware/ash/parser.c N src/release/picobsd/tinyware/ash/parser.h N src/release/picobsd/tinyware/ash/redir.c N src/release/picobsd/tinyware/ash/redir.h N src/release/picobsd/tinyware/ash/sh.1 N src/release/picobsd/tinyware/ash/shell.h N src/release/picobsd/tinyware/ash/show.c N src/release/picobsd/tinyware/ash/show.h N src/release/picobsd/tinyware/ash/trap.c N src/release/picobsd/tinyware/ash/trap.h N src/release/picobsd/tinyware/ash/var.c N src/release/picobsd/tinyware/ash/var.h N src/release/picobsd/tinyware/ash/bltin/bltin.h N src/release/picobsd/tinyware/ash/bltin/echo.1 N src/release/picobsd/tinyware/ash/bltin/echo.c N src/release/picobsd/tinyware/ash/funcs/cmv N src/release/picobsd/tinyware/ash/funcs/dirs N src/release/picobsd/tinyware/ash/funcs/kill N src/release/picobsd/tinyware/ash/funcs/login N src/release/picobsd/tinyware/ash/funcs/newgrp N src/release/picobsd/tinyware/ash/funcs/popd N src/release/picobsd/tinyware/ash/funcs/pushd N src/release/picobsd/tinyware/ash/funcs/suspend N src/release/picobsd/tinyware/help/Makefile N src/release/picobsd/tinyware/help/README N src/release/picobsd/tinyware/help/help.c N src/release/picobsd/tinyware/kget/Makefile N src/release/picobsd/tinyware/kget/README N src/release/picobsd/tinyware/kget/kget.h N src/release/picobsd/tinyware/kget/uc_eisa.c N src/release/picobsd/tinyware/kget/uc_isa.c N src/release/picobsd/tinyware/kget/uc_kmem.c N src/release/picobsd/tinyware/kget/uc_list.c N src/release/picobsd/tinyware/kget/uc_main.c N src/release/picobsd/tinyware/kget/uc_main.h N src/release/picobsd/tinyware/kget/uc_pci.c N src/release/picobsd/tinyware/kget/uc_scsi.c N src/release/picobsd/tinyware/ns/Makefile N src/release/picobsd/tinyware/ns/README N src/release/picobsd/tinyware/ns/ns.c N src/release/picobsd/tinyware/oinit/Makefile N src/release/picobsd/tinyware/oinit/README N src/release/picobsd/tinyware/oinit/oinit.c N src/release/picobsd/tinyware/simple_httpd/README N src/release/picobsd/tinyware/simple_httpd/simple_httpd.c N src/release/picobsd/tinyware/sps/Makefile N src/release/picobsd/tinyware/sps/README N src/release/picobsd/tinyware/sps/sps.c N src/release/picobsd/tinyware/view/Makefile N src/release/picobsd/tinyware/view/README N src/release/picobsd/tinyware/view/fbsd.png N src/release/picobsd/tinyware/view/picobsd.vu N src/release/picobsd/tinyware/view/view.c N src/release/picobsd/tinyware/vm/Makefile N src/release/picobsd/tinyware/vm/README N src/release/picobsd/tinyware/vm/vm.c N src/release/picobsd/tools/daemon/Makefile N src/release/picobsd/tools/daemon/README N src/release/picobsd/tools/daemon/daemon.c N src/release/picobsd/tools/daemon/logo N src/release/picobsd/tools/dumpnlist/Makefile N src/release/picobsd/tools/dumpnlist/dumpnlist.c N src/release/picobsd/tools/write_mfs_in_kernel/Makefile N src/release/picobsd/tools/write_mfs_in_kernel/write_mfs_in_kernel.c No conflicts created by this import From owner-cvs-all Thu Aug 27 11:27:56 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA25603 for cvs-all-outgoing; Thu, 27 Aug 1998 11:27:56 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA25584; Thu, 27 Aug 1998 11:27:50 -0700 (PDT) (envelope-from mph@FreeBSD.org) From: Matthew Hunt Received: (from mph@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id LAA04149; Thu, 27 Aug 1998 11:27:45 -0700 (PDT) Date: Thu, 27 Aug 1998 11:27:45 -0700 (PDT) Message-Id: <199808271827.LAA04149@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/graphics/xv Makefile ports/graphics/xv/files md5 ports/graphics/xv/patches patch-ac patch-ad patch-aa patch-ah ports/graphics/xv/pkg DESCR PLIST Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk mph 1998/08/27 11:27:45 PDT Modified files: graphics/xv Makefile graphics/xv/files md5 graphics/xv/patches patch-ac patch-ad graphics/xv/pkg DESCR PLIST Removed files: graphics/xv/patches patch-aa patch-ah Log: Make Shigeyuki FUKUSHIMA the new maintainer (was ports@freebsd.org). Add Japanese enhancements (including some Japanese file formats). Update or add various patches, including PNG, multi-page TIFF, and PDF. PR: 7751 Submitted by: Shigeyuki FUKUSHIMA Revision Changes Path 1.20 +35 -7 ports/graphics/xv/Makefile 1.6 +12 -4 ports/graphics/xv/files/md5 1.3 +88 -38 ports/graphics/xv/patches/patch-ac 1.5 +28 -4 ports/graphics/xv/patches/patch-ad 1.4 +9 -3 ports/graphics/xv/pkg/DESCR 1.8 +14 -0 ports/graphics/xv/pkg/PLIST From owner-cvs-all Thu Aug 27 11:36:27 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA27534 for cvs-all-outgoing; Thu, 27 Aug 1998 11:36:27 -0700 (PDT) (envelope-from owner-cvs-all) Received: from gratis.grondar.za (gratis.grondar.za [196.7.18.65]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA27187; Thu, 27 Aug 1998 11:34:29 -0700 (PDT) (envelope-from mark@grondar.za) Received: from grondar.za (IDENT:qiKgeSJ8BYY21AJhT2yETZUc8gm+0fGY@localhost [127.0.0.1]) by gratis.grondar.za (8.9.1/8.9.1) with ESMTP id UAA20866; Thu, 27 Aug 1998 20:32:25 +0200 (SAST) (envelope-from mark@grondar.za) Message-Id: <199808271832.UAA20866@gratis.grondar.za> To: Josef Karthauser cc: Satoshi Asami , committers@freebsd.org, ports@freebsd.org, markm@freebsd.org Subject: Re: p5-* ports Date: Thu, 27 Aug 1998 20:32:24 +0200 From: Mark Murray Sender: owner-cvs-all@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Josef Karthauser wrote: > I've not seen anyone talk about CPAN.pm, which is the module included in > the perl5 release for installing perl modules. It seems a bit silly > to try and reinvent the work that they've already done. Has anyone got > any thoughts on this? I think this is brilliant! It will take some time to get all ports converted, though. Do not hold your breath; 3.0 has to roll. M -- Mark Murray Join the anti-SPAM movement: http://www.cauce.org From owner-cvs-all Thu Aug 27 11:43:23 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA29052 for cvs-all-outgoing; Thu, 27 Aug 1998 11:43:23 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA28972; Thu, 27 Aug 1998 11:42:53 -0700 (PDT) (envelope-from fenner@FreeBSD.org) From: Bill Fenner Received: (from fenner@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id LAA04645; Thu, 27 Aug 1998 11:42:46 -0700 (PDT) Date: Thu, 27 Aug 1998 11:42:46 -0700 (PDT) Message-Id: <199808271842.LAA04645@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/mbone/nte Makefile ports/mbone/nte/files Makefile.freebsd md5 Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk fenner 1998/08/27 11:42:46 PDT Modified files: mbone/nte Makefile mbone/nte/files Makefile.freebsd md5 Log: Update to 1.5a29 Revision Changes Path 1.10 +6 -12 ports/mbone/nte/Makefile 1.3 +2 -5 ports/mbone/nte/files/Makefile.freebsd 1.3 +1 -1 ports/mbone/nte/files/md5 From owner-cvs-all Thu Aug 27 14:37:18 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA05223 for cvs-all-outgoing; Thu, 27 Aug 1998 14:37:18 -0700 (PDT) (envelope-from owner-cvs-all) Received: from dt053nb4.san.rr.com (dt053nb4.san.rr.com [204.210.34.180]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA05116; Thu, 27 Aug 1998 14:36:52 -0700 (PDT) (envelope-from Studded@dal.net) Received: from dal.net (Studded@localhost [127.0.0.1]) by dt053nb4.san.rr.com (8.8.8/8.8.8) with ESMTP id OAA08434; Thu, 27 Aug 1998 14:35:33 -0700 (PDT) (envelope-from Studded@dal.net) Message-ID: <35E5D124.EE0E4202@dal.net> Date: Thu, 27 Aug 1998 14:35:32 -0700 From: Studded Organization: Triborough Bridge & Tunnel Authority X-Mailer: Mozilla 4.06 [en] (X11; I; FreeBSD 2.2.7-STABLE-0823 i386) MIME-Version: 1.0 To: Matthew Dillon CC: Bruce Evans , jkoshy@FreeBSD.ORG, committers@hub.freebsd.org Subject: Re: cvs commit: src/etc make.conf References: <199808270547.WAA11311@apollo.backplane.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Matthew Dillon wrote: Bruce wrote: > :Yes, I already object to it checking for /etc/make.conf :-). The top > :level is too high for most of the stuff in it. It should only be used > :to override or add to settings for variables like CFLAGS that are already > :set in . > : > :Bruce > > IMHO, make.conf as it currently stands is an important > 'official' file. Nothing personal, but that's kind of a silly view. Everything that ships with FreeBSD belongs to you, and you can change it according to your whim. You just have to know what you're changing and what the (likely) results will be. > If you get rid of the 6K of official > stuff in it, you might be able to call it a local file. > But until you do, it sure *isn't* a local file or a > locally editable file. I re-edit make.conf every time it gets updated. Of course, I only uncomment 8 things so I don't think of it as a major task. > It doesn't matter whether the > stuff is commented out or not. It's critical information > that needs to be updated on every release, therefore > we (BEST) or I (personally) would rather not have to re-copy > and re-merge the file every time we do a major system > update. You've just proven why your suggestion is a bad thing. What happens if the format of an important variable that your system depends on is changed in a new version of the file? You will miss the change and your make.conf.local will now not be doing what you expect it to. Admittedly, this should not happen with any degree of frequency, however the possibility is there. > Having a make.conf.local completely solves the problem. > It is a 100% fix and removes yet another file from having > to be re-merged after an update. Actually, you haven't re-moved the problem you've just moved it. What you're promoting here is something similar to a make.conf LINT file, with the concurrent problems attached. > It is also, I might add, > relatively critical that such re-merges be done properly > with the current scheme. The last thing I want to do > is accidently leave out a custom kerberos define that > breaks 40 rack-mount FreeBSD boxes! And if this is something mission-critical to your installation, you will want to double-check the new make.conf against the current options that you're using anyway, so how does the system you propose make this task easier than merging the changes to make.conf by hand? > make.conf.local solves the problem, neatly and succinctly. A) I don't see the problem (if there is one) in the same way you do, so I disagree with your premise. B) If there is a problem as you describe it, your potential solution merely hides it away, it doesn't actually solve anything. Therefore I also disagree with your conclusion. Rather than using these types of kludgy solutions to ill-defined problems we should be working on better tools to upgrade/merge configuration files to start with. Of course my view is biased, because I am actually working on such a tool. However I still believe that this make.conf.local is a bad idea, as is splitting configuration for the same items into two seperate locations (e.g., /etc/rc.conf and /etc/local/rc.conf). Doug -- *** Chief Operations Officer, DALnet IRC network *** When you don't know where you're going, every road will take you there. - Yiddish Proverb From owner-cvs-all Thu Aug 27 15:21:35 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA14417 for cvs-all-outgoing; Thu, 27 Aug 1998 15:21:35 -0700 (PDT) (envelope-from owner-cvs-all) Received: from awfulhak.org (awfulhak.force9.co.uk [195.166.136.63]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA14013; Thu, 27 Aug 1998 15:20:08 -0700 (PDT) (envelope-from brian@Awfulhak.org) Received: from gate.lan.awfulhak.org (brian@localhost [127.0.0.1]) by awfulhak.org (8.8.8/8.8.8) with ESMTP id WAA14623; Thu, 27 Aug 1998 22:27:03 +0100 (BST) (envelope-from brian@Awfulhak.org) Message-Id: <199808272127.WAA14623@awfulhak.org> X-Mailer: exmh version 2.0.2 2/24/98 To: dag-erli@ifi.uio.no (Dag-Erling Coidan Sm rgrav ) cc: Matt Dillon , "Dag-Erling C. Sm\xf8rgrav" , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sbin/ping ping.c In-reply-to: Your message of "26 Aug 1998 23:05:08 +0200." Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Date: Thu, 27 Aug 1998 22:27:02 +0100 From: Brian Somers Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by hub.freebsd.org id PAB14087 Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > Matt Dillon writes: > > The problems we've had with an unlimited -c has been more one of > > forgetfullness... a user will start a ping going and forget to kill > > it. It would be nice if ping did *NOT* default to an 'infinite' count, > > even if users are allowed to specify an option to set an infinite count. > > POLA. Everybody else's ping has an infinite count by default. Slowaris doesn't, and I find it *really* irritating. I guess it depends on what you're used to. > DES > -- > Dag-Erling Smørgrav - dag-erli@ifi.uio.no -- Brian , , Don't _EVER_ lose your sense of humour.... From owner-cvs-all Thu Aug 27 15:25:22 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA15277 for cvs-all-outgoing; Thu, 27 Aug 1998 15:25:22 -0700 (PDT) (envelope-from owner-cvs-all) Received: from dingo.cdrom.com (dingo.cdrom.com [204.216.28.145]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA15165 for ; Thu, 27 Aug 1998 15:24:48 -0700 (PDT) (envelope-from mike@dingo.cdrom.com) Received: from dingo.cdrom.com (localhost.cdrom.com [127.0.0.1]) by dingo.cdrom.com (8.9.1/8.8.8) with ESMTP id PAA00661; Thu, 27 Aug 1998 15:21:45 GMT (envelope-from mike@dingo.cdrom.com) Message-Id: <199808271521.PAA00661@dingo.cdrom.com> X-Mailer: exmh version 2.0.2 2/24/98 To: Matthew Dillon cc: Sean Eric Fagan , cvs-committers@FreeBSD.org Subject: Re: cvs commit: src/sbin/ping ping.8 ping.c In-reply-to: Your message of "Thu, 27 Aug 1998 10:15:51 MST." <199808271715.KAA14986@apollo.backplane.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Thu, 27 Aug 1998 15:21:45 +0000 From: Mike Smith Sender: owner-cvs-all@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk > : > :In article <199808271624.JAA14693.kithrup.freebsd.cvs-all@apollo.backplane.com> you write: > :> I really don't think login.conf is the place to put application-specific > :> restrictions. > : > :No, you apparantly think that applications are the place to put site-specific > :restrictions. > > No, I think *system* suid and sgid applications need to protect themselves > from potential user abuse. This is quite valid; but "the number of packets sent before exiting" doesn't protect from any abuse. > Hey dude, are you trying to start a flame war? No. Sean's comment was quite fair in context, although perhaps a little insensitive in delivery. -- \\ Sometimes you're ahead, \\ Mike Smith \\ sometimes you're behind. \\ mike@smith.net.au \\ The race is long, and in the \\ msmith@freebsd.org \\ end it's only with yourself. \\ msmith@cdrom.com From owner-cvs-all Thu Aug 27 15:41:45 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA18103 for cvs-all-outgoing; Thu, 27 Aug 1998 15:41:45 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA18062; Thu, 27 Aug 1998 15:41:25 -0700 (PDT) (envelope-from msmith@FreeBSD.org) From: Michael Smith Received: (from msmith@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id PAA10553; Thu, 27 Aug 1998 15:41:19 -0700 (PDT) Date: Thu, 27 Aug 1998 15:41:19 -0700 (PDT) Message-Id: <199808272241.PAA10553@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/i386/isa if_cs.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk msmith 1998/08/27 15:41:19 PDT Modified files: sys/i386/isa if_cs.c Log: Enable duplex autodetection if UTP media are autodetected. Add a sysctl 'machdep.cs_recv_delay' to specify how long to wait after receiving a packet in order to check for a subsequent (back-to-back) packet. The cs8900 has a very small receive buffer, so this helps avoid overflows at the cost of some extra CPU overhead. Submitted by: Oleg Sharoiko , MIHIRA "Sanpei" Yoshiro Revision Changes Path 1.4 +12 -11 src/sys/i386/isa/if_cs.c From owner-cvs-all Thu Aug 27 15:42:53 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA18416 for cvs-all-outgoing; Thu, 27 Aug 1998 15:42:53 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA18357; Thu, 27 Aug 1998 15:42:40 -0700 (PDT) (envelope-from msmith@FreeBSD.org) From: Michael Smith Received: (from msmith@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id PAA10609; Thu, 27 Aug 1998 15:42:33 -0700 (PDT) Date: Thu, 27 Aug 1998 15:42:33 -0700 (PDT) Message-Id: <199808272242.PAA10609@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/i386/isa if_cs.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk msmith 1998/08/27 15:42:33 PDT Modified files: (Branch: RELENG_2_2) sys/i386/isa if_cs.c Log: MFC: duplex autodetect for TP on media autodetect, back-to-back delay sysctl Revision Changes Path 1.1.2.4 +12 -11 src/sys/i386/isa/if_cs.c From owner-cvs-all Thu Aug 27 17:20:18 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA04563 for cvs-all-outgoing; Thu, 27 Aug 1998 17:20:18 -0700 (PDT) (envelope-from owner-cvs-all) Received: from time.cdrom.com (time.cdrom.com [204.216.27.226]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA04450 for ; Thu, 27 Aug 1998 17:19:50 -0700 (PDT) (envelope-from jkh@time.cdrom.com) Received: from time.cdrom.com (jkh@localhost.cdrom.com [127.0.0.1]) by time.cdrom.com (8.8.8/8.8.8) with ESMTP id RAA16538 for ; Thu, 27 Aug 1998 17:18:58 -0700 (PDT) (envelope-from jkh@time.cdrom.com) To: cvs-committers@FreeBSD.ORG Subject: Re: cvs commit: src/sbin/ping ping.8 ping.c In-reply-to: Your message of "Thu, 27 Aug 1998 09:44:26 PDT." <199808271644.JAA02141@kithrup.com> Date: Thu, 27 Aug 1998 17:18:58 -0700 Message-ID: <16534.904263538@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Boys, boys enough now! The issue is more or less concluded and I can see how clashing points of view may have clouded this picture just a bit. Matt is an ISP and he sees issues like this with an ISP's eye. To him, continuous pings are no more than a nuisance and at least some people agree with limiting this application's behavior or the flood ping option (yet another useful feature for bandwidth testing) wouldn't have been turned off for anyone but root awhile back. Sean is not an ISP and doesn't see things from that perspective at all. Can't we all just get back to work now? :) - Jordan > In article <199808271624.JAA14693.kithrup.freebsd.cvs-all@apollo.backplane.co m> you write: > > I really don't think login.conf is the place to put application-specific > > restrictions. > > No, you apparantly think that applications are the place to put site-specific > restrictions. > From owner-cvs-all Thu Aug 27 18:04:01 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA12842 for cvs-all-outgoing; Thu, 27 Aug 1998 18:04:01 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA12822; Thu, 27 Aug 1998 18:03:50 -0700 (PDT) (envelope-from jkh@FreeBSD.org) From: "Jordan K. Hubbard" Received: (from jkh@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id SAA14020; Thu, 27 Aug 1998 18:03:42 -0700 (PDT) Date: Thu, 27 Aug 1998 18:03:42 -0700 (PDT) Message-Id: <199808280103.SAA14020@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/release/sysinstall installUpgrade.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jkh 1998/08/27 18:03:42 PDT Modified files: release/sysinstall installUpgrade.c Log: Add /usr/lib to the list of things to chflag before upgrading. Noticed by: Blaz Zupan Revision Changes Path 1.59 +2 -2 src/release/sysinstall/installUpgrade.c From owner-cvs-all Thu Aug 27 18:04:25 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA12958 for cvs-all-outgoing; Thu, 27 Aug 1998 18:04:25 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA12875; Thu, 27 Aug 1998 18:04:05 -0700 (PDT) (envelope-from jkh@FreeBSD.org) From: "Jordan K. Hubbard" Received: (from jkh@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id SAA14055; Thu, 27 Aug 1998 18:03:58 -0700 (PDT) Date: Thu, 27 Aug 1998 18:03:58 -0700 (PDT) Message-Id: <199808280103.SAA14055@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/release/sysinstall installUpgrade.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jkh 1998/08/27 18:03:58 PDT Modified files: (Branch: RELENG_2_2) release/sysinstall installUpgrade.c Log: MFC: chflags -R noschg /usr/lib Revision Changes Path 1.33.2.22 +2 -2 src/release/sysinstall/installUpgrade.c From owner-cvs-all Thu Aug 27 18:16:00 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA14860 for cvs-all-outgoing; Thu, 27 Aug 1998 18:16:00 -0700 (PDT) (envelope-from owner-cvs-all) Received: from apollo.backplane.com (apollo.backplane.com [209.157.86.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA14825 for ; Thu, 27 Aug 1998 18:15:46 -0700 (PDT) (envelope-from dillon@backplane.com) Received: (dillon@localhost) by apollo.backplane.com (8.8.8/8.6.5) id SAA16043; Thu, 27 Aug 1998 18:14:50 -0700 (PDT) Date: Thu, 27 Aug 1998 18:14:50 -0700 (PDT) From: Matthew Dillon Message-Id: <199808280114.SAA16043@apollo.backplane.com> To: "Jordan K. Hubbard" Cc: cvs-committers@FreeBSD.ORG Subject: Re: cvs commit: src/sbin/ping ping.8 ping.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk The issue has been stomped to death. I think everyone is happy (enough) at ping as it is currently commited, so lets close down the ping conversation. You guys can continue whomping on me in the make.conf argument :-) God knows what will happen when I submit items I thought might generate an argument. So far I've only submitted stuff that I didn't think would generate an argument! -Matt From owner-cvs-all Thu Aug 27 18:21:37 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA16299 for cvs-all-outgoing; Thu, 27 Aug 1998 18:21:37 -0700 (PDT) (envelope-from owner-cvs-all) Received: from vader.cs.berkeley.edu (vader.CS.Berkeley.EDU [128.32.38.234]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA16265; Thu, 27 Aug 1998 18:21:29 -0700 (PDT) (envelope-from asami@vader.cs.berkeley.edu) Received: from silvia.hip.berkeley.edu (sji-ca6-88.ix.netcom.com [205.186.213.88]) by vader.cs.berkeley.edu (8.8.7/8.7.3) with ESMTP id SAA26127; Thu, 27 Aug 1998 18:20:28 -0700 (PDT) Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.8.8/8.6.9) id SAA13775; Thu, 27 Aug 1998 18:20:23 -0700 (PDT) Date: Thu, 27 Aug 1998 18:20:23 -0700 (PDT) Message-Id: <199808280120.SAA13775@silvia.hip.berkeley.edu> To: wosch@panke.de.freebsd.org CC: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG In-reply-to: <19980827170159.A4466@panke.de> (message from Wolfram Schneider on Thu, 27 Aug 1998 17:01:59 +0200) Subject: Re: cvs commit: ports/german/BBBike Makefile From: asami@FreeBSD.ORG (Satoshi Asami) Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk * I don't know whats wrong. I successfully compiled BBBike * on 2.2.5, 2.2.7 and -current. `make package' works too on my 2.2.7 * machine. What version of perl do you have? It looks suspiciously like a perl5 problem (as I wrote in the Makefile). Satoshi From owner-cvs-all Thu Aug 27 18:31:18 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA18398 for cvs-all-outgoing; Thu, 27 Aug 1998 18:31:18 -0700 (PDT) (envelope-from owner-cvs-all) Received: from time.cdrom.com (time.cdrom.com [204.216.27.226]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA18364 for ; Thu, 27 Aug 1998 18:30:59 -0700 (PDT) (envelope-from jkh@time.cdrom.com) Received: from time.cdrom.com (jkh@localhost.cdrom.com [127.0.0.1]) by time.cdrom.com (8.8.8/8.8.8) with ESMTP id SAA16991; Thu, 27 Aug 1998 18:30:06 -0700 (PDT) (envelope-from jkh@time.cdrom.com) To: Matthew Dillon cc: cvs-committers@FreeBSD.ORG Subject: Re: cvs commit: src/sbin/ping ping.8 ping.c In-reply-to: Your message of "Thu, 27 Aug 1998 18:14:50 PDT." <199808280114.SAA16043@apollo.backplane.com> Date: Thu, 27 Aug 1998 18:30:05 -0700 Message-ID: <16987.904267805@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Send it to me and I'll review it [more] carefully. :-) - Jordan > The issue has been stomped to death. I think everyone is happy > (enough) at ping as it is currently commited, so lets close down > the ping conversation. You guys can continue whomping on me in the > make.conf argument :-) > > God knows what will happen when I submit items I thought might > generate an argument. So far I've only submitted stuff that > I didn't think would generate an argument! > > -Matt > From owner-cvs-all Thu Aug 27 19:08:28 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA25240 for cvs-all-outgoing; Thu, 27 Aug 1998 19:08:28 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA25176; Thu, 27 Aug 1998 19:07:56 -0700 (PDT) (envelope-from hosokawa@FreeBSD.org) From: Tatsumi Hosokawa Received: (from hosokawa@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id TAA15561; Thu, 27 Aug 1998 19:07:46 -0700 (PDT) Date: Thu, 27 Aug 1998 19:07:46 -0700 (PDT) Message-Id: <199808280207.TAA15561@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/net/samba Makefile ports/net/samba/files md5 ports/net/samba/patches patch-ab Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk hosokawa 1998/08/27 19:07:46 PDT Modified files: net/samba Makefile net/samba/files md5 Removed files: net/samba/patches patch-ab Log: Updated to samba-1.9.18p10. Revision Changes Path 1.27 +3 -3 ports/net/samba/Makefile 1.19 +1 -1 ports/net/samba/files/md5 From owner-cvs-all Thu Aug 27 20:19:55 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA07204 for cvs-all-outgoing; Thu, 27 Aug 1998 20:19:55 -0700 (PDT) (envelope-from owner-cvs-all) Received: from nexus.astro.psu.edu (nexus.astro.psu.edu [128.118.147.20]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id UAA07120 for ; Thu, 27 Aug 1998 20:19:11 -0700 (PDT) (envelope-from mph@astro.psu.edu) Received: from mstar.astro.psu.edu by nexus.astro.psu.edu (4.1/Nexus-1.3) id AA03516; Thu, 27 Aug 98 23:18:17 EDT Received: by mstar.astro.psu.edu (SMI-8.6/Client-1.3) id XAA20837; Thu, 27 Aug 1998 23:18:10 -0400 Message-Id: <19980827231810.B20813@astro.psu.edu> Date: Thu, 27 Aug 1998 23:18:10 -0400 From: Matthew Hunt To: Matthew Dillon , "Jordan K. Hubbard" Cc: cvs-committers@FreeBSD.ORG Subject: Re: cvs commit: src/sbin/ping ping.8 ping.c References: <199808280114.SAA16043@apollo.backplane.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.93i In-Reply-To: <199808280114.SAA16043@apollo.backplane.com>; from Matthew Dillon on Thu, Aug 27, 1998 at 06:14:50PM -0700 Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Thu, Aug 27, 1998 at 06:14:50PM -0700, Matthew Dillon wrote: > God knows what will happen when I submit items I thought might > generate an argument. So far I've only submitted stuff that > I didn't think would generate an argument! Gee, I thought you'd been around long enough to know about that. People only bitch about the trivial things. Myself included, of course. -- Matthew Hunt * Inertia is a property of matter. http://www.pobox.com/~mph/pgp.key for PGP public key 0x67203349. From owner-cvs-all Thu Aug 27 20:32:26 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA08946 for cvs-all-outgoing; Thu, 27 Aug 1998 20:32:26 -0700 (PDT) (envelope-from owner-cvs-all) Received: from time.cdrom.com (time.cdrom.com [204.216.27.226]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA08881 for ; Thu, 27 Aug 1998 20:31:59 -0700 (PDT) (envelope-from jkh@time.cdrom.com) Received: from time.cdrom.com (jkh@localhost.cdrom.com [127.0.0.1]) by time.cdrom.com (8.8.8/8.8.8) with ESMTP id UAA17956; Thu, 27 Aug 1998 20:31:04 -0700 (PDT) (envelope-from jkh@time.cdrom.com) To: Matthew Hunt cc: Matthew Dillon , cvs-committers@FreeBSD.ORG Subject: Re: cvs commit: src/sbin/ping ping.8 ping.c In-reply-to: Your message of "Thu, 27 Aug 1998 23:18:10 EDT." <19980827231810.B20813@astro.psu.edu> Date: Thu, 27 Aug 1998 20:31:04 -0700 Message-ID: <17952.904275064@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Yes, Poul-Henning has a little aphorism involving bike shelters which he usually cites right about this point. :-) - Jordan > On Thu, Aug 27, 1998 at 06:14:50PM -0700, Matthew Dillon wrote: > > > God knows what will happen when I submit items I thought might > > generate an argument. So far I've only submitted stuff that > > I didn't think would generate an argument! > > Gee, I thought you'd been around long enough to know about that. > People only bitch about the trivial things. Myself included, of > course. > > -- > Matthew Hunt * Inertia is a property of matter. > http://www.pobox.com/~mph/pgp.key for PGP public key 0x67203349. From owner-cvs-all Thu Aug 27 21:02:37 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA14332 for cvs-all-outgoing; Thu, 27 Aug 1998 21:02:37 -0700 (PDT) (envelope-from owner-cvs-all) Received: from zippy.dyn.ml.org (sf3-96.ppp.wenet.net [206.15.84.96]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA14279; Thu, 27 Aug 1998 21:02:16 -0700 (PDT) (envelope-from garbanzo@hooked.net) Received: from localhost (garbanzo@localhost) by zippy.dyn.ml.org (8.9.1/8.8.8) with SMTP id VAA02127; Thu, 27 Aug 1998 21:02:42 -0700 (PDT) (envelope-from garbanzo@hooked.net) X-Authentication-Warning: zippy.dyn.ml.org: garbanzo owned process doing -bs Date: Thu, 27 Aug 1998 21:02:42 -0700 (PDT) From: Alex X-Sender: garbanzo@zippy.dyn.ml.org To: Matthew Dillon cc: "David O'Brien" , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sbin/ping ping.8 ping.c In-Reply-To: <199808271623.JAA14670@apollo.backplane.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Thu, 27 Aug 1998, Matthew Dillon wrote: [...] > Well, it seems to be too contentious an issue, nobody is willing to > take a longer-term view. The -c restritions were already taken out so no > further mods should be necessary. I think it's a big mistake, though, > the default should not be infinite packets. So make it configurable. I think I saw a /etc/security.conf suggested, and IMO that would be a nice addition, to be able to tweak this kinda stuff. I mean, I use FreeBSD on a home computer, if I'm pinging someone, I like to wait until I feel ready to hit ctrl-c (obviously a DoS from a 33.6 modem is unlikely). A preset hardcoded limit would be a hinderance for me. It seems to me the ability to turn it on for certian users would be the best of both worlds. If you were really paranoid, you'd most likely set some kind of limit to how many pings/hour a user could send out, taking in account the size of the packets sent. - alex | "Contrary to popular belief, penguins are not the salvation of modern | | technology. Neither do they throw parties for the urban proletariat." | | Powered by FreeBSD http://www.freebsd.org/ | From owner-cvs-all Thu Aug 27 21:36:45 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA19266 for cvs-all-outgoing; Thu, 27 Aug 1998 21:36:45 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA19212; Thu, 27 Aug 1998 21:36:27 -0700 (PDT) (envelope-from jkoshy@FreeBSD.org) From: Joseph Koshy Received: (from jkoshy@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id VAA18793; Thu, 27 Aug 1998 21:36:21 -0700 (PDT) Date: Thu, 27 Aug 1998 21:36:21 -0700 (PDT) Message-Id: <199808280436.VAA18793@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/lib/libc/sys mount.2 Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jkoshy 1998/08/27 21:36:21 PDT Modified files: lib/libc/sys mount.2 Log: Typo fix. Revision Changes Path 1.16 +1 -1 src/lib/libc/sys/mount.2 From owner-cvs-all Thu Aug 27 21:53:38 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA21565 for cvs-all-outgoing; Thu, 27 Aug 1998 21:53:38 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA21559; Thu, 27 Aug 1998 21:53:29 -0700 (PDT) (envelope-from jdp@FreeBSD.org) From: John Polstra Received: (from jdp@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id VAA19271; Thu, 27 Aug 1998 21:53:24 -0700 (PDT) Date: Thu, 27 Aug 1998 21:53:24 -0700 (PDT) Message-Id: <199808280453.VAA19271@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/contrib/bc README.FreeBSD Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jdp 1998/08/27 21:53:24 PDT Removed files: contrib/bc README.FreeBSD Log: This file has been renamed to FREEBSD-upgrade in accordance with the Policies section of the Handbook. Submitted by: "David O'Brien" From owner-cvs-all Thu Aug 27 21:55:58 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA21706 for cvs-all-outgoing; Thu, 27 Aug 1998 21:55:58 -0700 (PDT) (envelope-from owner-cvs-all) Received: from burka.rdy.com (burka.rdy.com [205.149.163.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA21700; Thu, 27 Aug 1998 21:55:57 -0700 (PDT) (envelope-from dima@burka.rdy.com) Received: (from dima@localhost) by burka.rdy.com (8.8.8/RDY&DVV) id VAA05971; Thu, 27 Aug 1998 21:54:58 -0700 (PDT) Message-Id: <199808280454.VAA05971@burka.rdy.com> Subject: Re: cvs commit: src/sbin/ping ping.8 ping.c In-Reply-To: from Alex at "Aug 27, 1998 9: 2:42 pm" To: garbanzo@hooked.net (Alex) Date: Thu, 27 Aug 1998 21:54:57 -0700 (PDT) Cc: dillon@backplane.com, obrien@NUXI.com, cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG X-Class: Fast Organization: HackerDome Reply-To: dima@best.net From: dima@best.net (Dima Ruban) X-Mailer: ELM [version 2.4ME+ PL45 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Alex writes: > On Thu, 27 Aug 1998, Matthew Dillon wrote: > [...] > > Well, it seems to be too contentious an issue, nobody is willing to > > take a longer-term view. The -c restritions were already taken out so no > > further mods should be necessary. I think it's a big mistake, though, > > the default should not be infinite packets. > > So make it configurable. I think I saw a /etc/security.conf suggested, > and IMO that would be a nice addition, to be able to tweak this kinda > stuff. I mean, I use FreeBSD on a home computer, if I'm pinging someone, > I like to wait until I feel ready to hit ctrl-c (obviously a DoS from a > 33.6 modem is unlikely). A preset hardcoded limit would be a hinderance > for me. It seems to me the ability to turn it on for certian users would > be the best of both worlds. It doesn't have anything to do with security. We should have something like /etc/defaults.conf or something like that. > If you were really paranoid, you'd most likely set some kind of limit to > how many pings/hour a user could send out, taking in account the size of > the packets sent. > > - alex > > | "Contrary to popular belief, penguins are not the salvation of modern | > | technology. Neither do they throw parties for the urban proletariat." | > | Powered by FreeBSD http://www.freebsd.org/ | > -- dima From owner-cvs-all Thu Aug 27 21:56:00 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA21742 for cvs-all-outgoing; Thu, 27 Aug 1998 21:56:00 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA21707; Thu, 27 Aug 1998 21:55:58 -0700 (PDT) (envelope-from jdp@FreeBSD.org) From: John Polstra Received: (from jdp@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id VAA19343; Thu, 27 Aug 1998 21:55:53 -0700 (PDT) Date: Thu, 27 Aug 1998 21:55:53 -0700 (PDT) Message-Id: <199808280455.VAA19343@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/contrib/tcl README.FreeBSD Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jdp 1998/08/27 21:55:53 PDT Removed files: contrib/tcl README.FreeBSD Log: This file has been renamed to FREEBSD-upgrade in accordance with the Policies section of the Handbook. Submitted by: "David O'Brien" From owner-cvs-all Fri Aug 28 00:02:19 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA06596 for cvs-all-outgoing; Fri, 28 Aug 1998 00:02:19 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA06553; Fri, 28 Aug 1998 00:02:11 -0700 (PDT) (envelope-from hoek@FreeBSD.org) From: Tim Vanderhoek Received: (from hoek@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id AAA22617; Fri, 28 Aug 1998 00:02:06 -0700 (PDT) Date: Fri, 28 Aug 1998 00:02:06 -0700 (PDT) Message-Id: <199808280702.AAA22617@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/comms/xcept Makefile Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk hoek 1998/08/28 00:02:05 PDT Modified files: comms/xcept Makefile Log: Set MANCOMPRESSED=maybe. This isn't the correct fix. The port should have its patches that stuff NOMANCOMPRESS support in the source Makefile removed, or submitted for inclusion with the next xceptd release. Revision Changes Path 1.6 +2 -1 ports/comms/xcept/Makefile From owner-cvs-all Fri Aug 28 01:15:14 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA15422 for cvs-all-outgoing; Fri, 28 Aug 1998 01:15:14 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA15415; Fri, 28 Aug 1998 01:15:12 -0700 (PDT) (envelope-from vanilla@FreeBSD.org) From: "Vanilla I. Shu" Received: (from vanilla@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id BAA24508; Fri, 28 Aug 1998 01:15:07 -0700 (PDT) Date: Fri, 28 Aug 1998 01:15:07 -0700 (PDT) Message-Id: <199808280815.BAA24508@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/mail/cucipop Makefile Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk vanilla 1998/08/28 01:15:07 PDT Modified files: mail/cucipop Makefile Log: Set myself as maintainer. Submitted by: origin maintainer Revision Changes Path 1.5 +2 -2 ports/mail/cucipop/Makefile From owner-cvs-all Fri Aug 28 01:56:00 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA20176 for cvs-all-outgoing; Fri, 28 Aug 1998 01:56:00 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA20171; Fri, 28 Aug 1998 01:55:58 -0700 (PDT) (envelope-from abial@FreeBSD.org) From: Andrzej Bialecki Received: (from abial@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id BAA25505; Fri, 28 Aug 1998 01:55:54 -0700 (PDT) Date: Fri, 28 Aug 1998 01:55:54 -0700 (PDT) Message-Id: <199808280855.BAA25505@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/release/picobsd/doc bugs.html intro.html Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk abial 1998/08/28 01:55:53 PDT Modified files: release/picobsd/doc bugs.html intro.html Log: Sync with on-line versions. Revision Changes Path 1.2 +9 -0 src/release/picobsd/doc/bugs.html 1.2 +7 -3 src/release/picobsd/doc/intro.html From owner-cvs-all Fri Aug 28 01:58:30 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA20597 for cvs-all-outgoing; Fri, 28 Aug 1998 01:58:30 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA20583; Fri, 28 Aug 1998 01:58:24 -0700 (PDT) (envelope-from abial@FreeBSD.org) From: Andrzej Bialecki Received: (from abial@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id BAA25663; Fri, 28 Aug 1998 01:58:19 -0700 (PDT) Date: Fri, 28 Aug 1998 01:58:19 -0700 (PDT) Message-Id: <199808280858.BAA25663@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/release/picobsd/isp/crunch1 Makefile src/release/picobsd/isp/crunch1/mibs EtherLike-MIB.txt HOST-RESOURCES-MIB.txt IANAifType-MIB.txt IF-MIB.txt IP-MIB.txt RFC1155-SMI.txt RFC1213-MIB.txt RFC1271-MIB.txt SNMPv2-CONF.txt SNMPv2-M2M-MIB.txt SNMPv2-MIB.txt ... Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk abial 1998/08/28 01:58:19 PDT Modified files: release/picobsd/isp/crunch1 Makefile Log: Obtain the mib files from ../../net/crunch1/mibs. Revision Changes Path 1.2 +2 -2 src/release/picobsd/isp/crunch1/Makefile Removed files: release/picobsd/isp/crunch1/mibs EtherLike-MIB.txt HOST-RESOURCES-MIB.txt IANAifType-MIB.txt IF-MIB.txt IP-MIB.txt RFC1155-SMI.txt RFC1213-MIB.txt RFC1271-MIB.txt SNMPv2-CONF.txt SNMPv2-M2M-MIB.txt SNMPv2-MIB.txt SNMPv2-PARTY-MIB.txt SNMPv2-SMI.txt SNMPv2-TC.txt SNMPv2-TM.txt TCP-MIB.txt UCD-SNMP-MIB.txt UDP-MIB.txt release/picobsd/router/crunch1/mibs EtherLike-MIB.txt HOST-RESOURCES-MIB.txt IANAifType-MIB.txt IF-MIB.txt IP-MIB.txt RFC1155-SMI.txt RFC1213-MIB.txt RFC1271-MIB.txt SNMPv2-CONF.txt SNMPv2-M2M-MIB.txt SNMPv2-MIB.txt SNMPv2-PARTY-MIB.txt SNMPv2-SMI.txt SNMPv2-TC.txt SNMPv2-TM.txt TCP-MIB.txt UCD-SNMP-MIB.txt UDP-MIB.txt Log: Oops... We don't need threee copies of them.. :-( From owner-cvs-all Fri Aug 28 02:38:06 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA24828 for cvs-all-outgoing; Fri, 28 Aug 1998 02:38:06 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA24822; Fri, 28 Aug 1998 02:38:04 -0700 (PDT) (envelope-from kato@FreeBSD.org) From: KATO Takenori Received: (from kato@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id CAA27917; Fri, 28 Aug 1998 02:38:00 -0700 (PDT) Date: Fri, 28 Aug 1998 02:38:00 -0700 (PDT) Message-Id: <199808280938.CAA27917@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/pc98/conf GENERIC98 Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk kato 1998/08/28 02:38:00 PDT Modified files: (Branch: RELENG_2_2) sys/pc98/conf GENERIC98 Log: - Sync with sys/i386/conf/GENERIC revision 1.77.2.26. - Commented out wfd0. - Deleted dpt driver. Submitted by: Takahashi Yoshihiro Revision Changes Path 1.8.2.25 +3 -8 src/sys/pc98/conf/GENERIC98 From owner-cvs-all Fri Aug 28 03:53:14 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA00777 for cvs-all-outgoing; Fri, 28 Aug 1998 03:53:14 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id DAA00772; Fri, 28 Aug 1998 03:53:13 -0700 (PDT) (envelope-from vanilla@FreeBSD.org) From: "Vanilla I. Shu" Received: (from vanilla@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id DAA29542; Fri, 28 Aug 1998 03:53:07 -0700 (PDT) Date: Fri, 28 Aug 1998 03:53:07 -0700 (PDT) Message-Id: <199808281053.DAA29542@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/net/SSLtelnet/patches patch-bd Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk vanilla 1998/08/28 03:53:07 PDT Modified files: net/SSLtelnet/patches patch-bd Log: Fix the problem of patches/patch-bd, that's my fault, sorry :) Revision Changes Path 1.2 +0 -17 ports/net/SSLtelnet/patches/patch-bd From owner-cvs-all Fri Aug 28 04:14:25 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA05218 for cvs-all-outgoing; Fri, 28 Aug 1998 04:14:25 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id EAA05213; Fri, 28 Aug 1998 04:14:19 -0700 (PDT) (envelope-from vanilla@FreeBSD.org) From: "Vanilla I. Shu" Received: (from vanilla@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id EAA01210; Fri, 28 Aug 1998 04:14:14 -0700 (PDT) Date: Fri, 28 Aug 1998 04:14:14 -0700 (PDT) Message-Id: <199808281114.EAA01210@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/graphics/xv Makefile Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk vanilla 1998/08/28 04:14:14 PDT Modified files: graphics/xv Makefile Log: Update MASTER_SITE in Makefile PR: ports/7770 Submitted by: maintainer Revision Changes Path 1.21 +2 -2 ports/graphics/xv/Makefile From owner-cvs-all Fri Aug 28 04:18:24 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA05845 for cvs-all-outgoing; Fri, 28 Aug 1998 04:18:24 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id EAA05838; Fri, 28 Aug 1998 04:18:22 -0700 (PDT) (envelope-from vanilla@FreeBSD.org) From: "Vanilla I. Shu" Received: (from vanilla@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id EAA01415; Fri, 28 Aug 1998 04:18:16 -0700 (PDT) Date: Fri, 28 Aug 1998 04:18:16 -0700 (PDT) Message-Id: <199808281118.EAA01415@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/print/dvi2tty Makefile Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk vanilla 1998/08/28 04:18:16 PDT Modified files: print/dvi2tty Makefile Log: Change maintainer's email address. PR: ports/7765 Submitted by: maintainer Revision Changes Path 1.5 +2 -2 ports/print/dvi2tty/Makefile From owner-cvs-all Fri Aug 28 05:44:56 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA12947 for cvs-all-outgoing; Fri, 28 Aug 1998 05:44:56 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA12942; Fri, 28 Aug 1998 05:44:55 -0700 (PDT) (envelope-from kato@FreeBSD.org) From: KATO Takenori Received: (from kato@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id FAA03751; Fri, 28 Aug 1998 05:44:50 -0700 (PDT) Date: Fri, 28 Aug 1998 05:44:50 -0700 (PDT) Message-Id: <199808281244.FAA03751@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/pc98/pc98 sio.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk kato 1998/08/28 05:44:50 PDT Modified files: sys/pc98/pc98 sio.c Log: Sync with sys/i386/isa/sio.c revision up to 1.214. Revision Changes Path 1.66 +12 -11 src/sys/pc98/pc98/sio.c From owner-cvs-all Fri Aug 28 05:45:52 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA13060 for cvs-all-outgoing; Fri, 28 Aug 1998 05:45:52 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA13051; Fri, 28 Aug 1998 05:45:49 -0700 (PDT) (envelope-from kato@FreeBSD.org) From: KATO Takenori Received: (from kato@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id FAA03789; Fri, 28 Aug 1998 05:45:44 -0700 (PDT) Date: Fri, 28 Aug 1998 05:45:44 -0700 (PDT) Message-Id: <199808281245.FAA03789@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/pc98/pc98 syscons.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk kato 1998/08/28 05:45:44 PDT Modified files: sys/pc98/pc98 syscons.c Log: Sync with sys/i386/isa/syscons.c revision 1.276. Revision Changes Path 1.100 +11 -9 src/sys/pc98/pc98/syscons.c From owner-cvs-all Fri Aug 28 05:46:35 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA13185 for cvs-all-outgoing; Fri, 28 Aug 1998 05:46:35 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA13177; Fri, 28 Aug 1998 05:46:34 -0700 (PDT) (envelope-from kato@FreeBSD.org) From: KATO Takenori Received: (from kato@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id FAA03827; Fri, 28 Aug 1998 05:46:29 -0700 (PDT) Date: Fri, 28 Aug 1998 05:46:29 -0700 (PDT) Message-Id: <199808281246.FAA03827@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/pc98/i386 trap.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk kato 1998/08/28 05:46:29 PDT Modified files: sys/pc98/i386 trap.c Log: Sync with sys/i386/i386/trap.c revision 1.128. Revision Changes Path 1.51 +2 -2 src/sys/pc98/i386/trap.c From owner-cvs-all Fri Aug 28 05:47:59 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA13405 for cvs-all-outgoing; Fri, 28 Aug 1998 05:47:59 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA13389; Fri, 28 Aug 1998 05:47:50 -0700 (PDT) (envelope-from kato@FreeBSD.org) From: KATO Takenori Received: (from kato@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id FAA03863; Fri, 28 Aug 1998 05:47:45 -0700 (PDT) Date: Fri, 28 Aug 1998 05:47:45 -0700 (PDT) Message-Id: <199808281247.FAA03863@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/pc98/pc98 if_ed.c spkr.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk kato 1998/08/28 05:47:45 PDT Modified files: sys/pc98/pc98 if_ed.c spkr.c Log: Sync with sys/i386/isa/if_ed.c and spkr.c revisions 1.35 and 1.144, respectively. Revision Changes Path 1.51 +2 -2 src/sys/pc98/pc98/if_ed.c 1.14 +4 -3 src/sys/pc98/pc98/spkr.c From owner-cvs-all Fri Aug 28 05:48:51 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA13585 for cvs-all-outgoing; Fri, 28 Aug 1998 05:48:51 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA13554; Fri, 28 Aug 1998 05:48:44 -0700 (PDT) (envelope-from kato@FreeBSD.org) From: KATO Takenori Received: (from kato@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id FAA03898; Fri, 28 Aug 1998 05:48:39 -0700 (PDT) Date: Fri, 28 Aug 1998 05:48:39 -0700 (PDT) Message-Id: <199808281248.FAA03898@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/pc98/conf Makefile.pc98 Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk kato 1998/08/28 05:48:39 PDT Modified files: sys/pc98/conf Makefile.pc98 Log: Sync with sys/i386/conf/Makefile.i386 revision 1.118. Revision Changes Path 1.35 +5 -1 src/sys/pc98/conf/Makefile.pc98 From owner-cvs-all Fri Aug 28 05:49:20 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA13708 for cvs-all-outgoing; Fri, 28 Aug 1998 05:49:20 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA13686; Fri, 28 Aug 1998 05:49:14 -0700 (PDT) (envelope-from kato@FreeBSD.org) From: KATO Takenori Received: (from kato@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id FAA03933; Fri, 28 Aug 1998 05:49:10 -0700 (PDT) Date: Fri, 28 Aug 1998 05:49:10 -0700 (PDT) Message-Id: <199808281249.FAA03933@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/pc98/conf majors.pc98 Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk kato 1998/08/28 05:49:09 PDT Modified files: sys/pc98/conf majors.pc98 Log: Sync with sys/i386/conf/majors.i386 revision 1.46. Revision Changes Path 1.37 +2 -1 src/sys/pc98/conf/majors.pc98 From owner-cvs-all Fri Aug 28 07:16:45 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA21715 for cvs-all-outgoing; Fri, 28 Aug 1998 07:16:45 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA21705; Fri, 28 Aug 1998 07:16:39 -0700 (PDT) (envelope-from asami@FreeBSD.org) From: Satoshi Asami Received: (from asami@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id HAA17877; Fri, 28 Aug 1998 07:16:34 -0700 (PDT) Date: Fri, 28 Aug 1998 07:16:34 -0700 (PDT) Message-Id: <199808281416.HAA17877@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/devel/p5-PV Makefile ports/devel/p5-PV/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk asami 1998/08/28 07:16:34 PDT Modified files: devel/p5-PV Makefile devel/p5-PV/pkg PLIST Log: Fix this to new perl5 scheme. (I missed it in my first pass because I didn't realize it's doing all the installation in its own do-install target.) PR: 7762 Submitted by: kdulzo@caffeine.internal.enteract.com Revision Changes Path 1.6 +4 -4 ports/devel/p5-PV/Makefile 1.2 +2 -2 ports/devel/p5-PV/pkg/PLIST From owner-cvs-all Fri Aug 28 07:38:48 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA24670 for cvs-all-outgoing; Fri, 28 Aug 1998 07:38:48 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA24665; Fri, 28 Aug 1998 07:38:47 -0700 (PDT) (envelope-from asami@FreeBSD.org) From: Satoshi Asami Received: (from asami@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id HAA18582; Fri, 28 Aug 1998 07:38:42 -0700 (PDT) Date: Fri, 28 Aug 1998 07:38:42 -0700 (PDT) Message-Id: <199808281438.HAA18582@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/graphics/xv Makefile Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk asami 1998/08/28 07:38:42 PDT Modified files: graphics/xv Makefile Log: Well, Kyodai is "kyoto-u.ac.jp", not "kyoto.ac.jp". Revision Changes Path 1.22 +2 -2 ports/graphics/xv/Makefile From owner-cvs-all Fri Aug 28 07:48:48 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA25307 for cvs-all-outgoing; Fri, 28 Aug 1998 07:48:48 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA25286; Fri, 28 Aug 1998 07:48:42 -0700 (PDT) (envelope-from markm@FreeBSD.org) From: Mark Murray Received: (from markm@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id HAA19024; Fri, 28 Aug 1998 07:48:37 -0700 (PDT) Date: Fri, 28 Aug 1998 07:48:37 -0700 (PDT) Message-Id: <199808281448.HAA19024@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/lang/perl5/patches patch-af Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk markm 1998/08/28 07:48:37 PDT Added files: lang/perl5/patches patch-af Log: Make this port honour CFLAGS. Submitted by: axl (Sheldon Hearn) From owner-cvs-all Fri Aug 28 08:10:55 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA28608 for cvs-all-outgoing; Fri, 28 Aug 1998 08:10:55 -0700 (PDT) (envelope-from owner-cvs-all) Received: from vader.cs.berkeley.edu (vader.CS.Berkeley.EDU [128.32.38.234]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA28555; Fri, 28 Aug 1998 08:10:36 -0700 (PDT) (envelope-from asami@vader.cs.berkeley.edu) Received: from silvia.hip.berkeley.edu (sji-ca6-88.ix.netcom.com [205.186.213.88]) by vader.cs.berkeley.edu (8.8.7/8.7.3) with ESMTP id IAA26930; Fri, 28 Aug 1998 08:09:41 -0700 (PDT) Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.8.8/8.6.9) id IAA28668; Fri, 28 Aug 1998 08:09:38 -0700 (PDT) Date: Fri, 28 Aug 1998 08:09:38 -0700 (PDT) Message-Id: <199808281509.IAA28668@silvia.hip.berkeley.edu> To: mark@grondar.za CC: committers@freebsd.org, ports@freebsd.org, markm@freebsd.org In-reply-to: <199808271029.MAA18667@gratis.grondar.za> (message from Mark Murray on Thu, 27 Aug 1998 12:29:11 +0200) Subject: Re: p5-* ports From: asami@freebsd.org (Satoshi Asami) Sender: owner-cvs-all@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I have a couple of questions though. (1) Does it behave exactly like the one in ports? For instance, the p5-* ports still will still go to the same directory (/usr/local/lib/perl5/...)? (2) If so, where does it get the value "/usr/local" from? (3) Please don't commit anything to bsd.port.mk after the import. I'll have to review it first. Thanks! Satoshi From owner-cvs-all Fri Aug 28 08:59:57 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA06304 for cvs-all-outgoing; Fri, 28 Aug 1998 08:59:57 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA06294; Fri, 28 Aug 1998 08:59:53 -0700 (PDT) (envelope-from motoyuki@FreeBSD.org) From: Motoyuki Konno Received: (from motoyuki@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id IAA21379; Fri, 28 Aug 1998 08:59:48 -0700 (PDT) Date: Fri, 28 Aug 1998 08:59:48 -0700 (PDT) Message-Id: <199808281559.IAA21379@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: www/ja/projects projects.sgml Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk motoyuki 1998/08/28 08:59:48 PDT Modified files: ja/projects projects.sgml Log: Merge the following changes in the English version: projects/projects.sgml : 1.4 -> 1.5 Submitted by: SUGIMURA Takashi Revision Changes Path 1.2 +9 -3 www/ja/projects/projects.sgml From owner-cvs-all Fri Aug 28 09:50:00 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA15138 for cvs-all-outgoing; Fri, 28 Aug 1998 09:50:00 -0700 (PDT) (envelope-from owner-cvs-all) Received: from apollo.backplane.com (apollo.backplane.com [209.157.86.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA15111 for ; Fri, 28 Aug 1998 09:49:43 -0700 (PDT) (envelope-from dillon@backplane.com) Received: (dillon@localhost) by apollo.backplane.com (8.8.8/8.6.5) id JAA19560; Fri, 28 Aug 1998 09:48:46 -0700 (PDT) Date: Fri, 28 Aug 1998 09:48:46 -0700 (PDT) From: Matthew Dillon Message-Id: <199808281648.JAA19560@apollo.backplane.com> To: "Jordan K. Hubbard" Cc: cvs-committers@FreeBSD.ORG Subject: Re: make.conf Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk ok, since nobody seems to have any significant objections to moving make.conf to a manual page (other then objecting to the concept of a make.conf at all, which isn't very constructive), unless something crops up I'm going to do it tonight and then blank-out the /etc version. It will make.conf.8 in a manner similar to rc.conf.5's man page. -Matt Matthew Dillon Engineering, HiWay Technologies, Inc. & BEST Internet Communications (Please include original email in any response) From owner-cvs-all Fri Aug 28 10:25:28 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA20044 for cvs-all-outgoing; Fri, 28 Aug 1998 10:25:28 -0700 (PDT) (envelope-from owner-cvs-all) Received: from news1.gtn.com (news1.gtn.com [194.77.0.15]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA20023; Fri, 28 Aug 1998 10:25:09 -0700 (PDT) (envelope-from andreas@klemm.gtn.com) Received: (from uucp@localhost) by news1.gtn.com (8.8.6/8.8.6) with UUCP id TAA13853; Fri, 28 Aug 1998 19:15:05 +0200 (MET DST) Received: (from andreas@localhost) by klemm.gtn.com (8.9.1/8.9.1) id TAA17253; Fri, 28 Aug 1998 19:02:25 +0200 (CEST) (envelope-from andreas) Message-ID: <19980828190224.A15895@klemm.gtn.com> Date: Fri, 28 Aug 1998 19:02:24 +0200 From: Andreas Klemm To: Jun Kuriyama , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: ports/www/apache13-php3 Makefile References: <199808271408.HAA24731@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.93.1i In-Reply-To: <199808271408.HAA24731@freefall.freebsd.org>; from Jun Kuriyama on Thu, Aug 27, 1998 at 07:08:21AM -0700 X-Disclaimer: A free society is one where it is safe to be unpopular X-Operating-System: FreeBSD 3.0-CURRENT SMP Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Thu, Aug 27, 1998 at 07:08:21AM -0700, Jun Kuriyama wrote: > kuriyama 1998/08/27 07:08:21 PDT > > Modified files: > www/apache13-php3 Makefile > Log: > Fix error at starting script with PostgreSQL. > > No response from: maintainer Sorry, was in holidays and miscalculated the automatic shutdown time after UUCP connection to ISP, so that uuxqt never ran and vacation hasn't been executed :-/ -- Andreas Klemm http://www.FreeBSD.ORG/~andreas What gives you 90% more speed, for example, in kernel compilation ? http://www.FreeBSD.ORG/~fsmp/SMP/akgraph-a/graph1.html "NT = Not Today" (Maggie Biggs) ``powered by FreeBSD SMP'' From owner-cvs-all Fri Aug 28 11:06:36 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA25250 for cvs-all-outgoing; Fri, 28 Aug 1998 11:06:36 -0700 (PDT) (envelope-from owner-cvs-all) Received: from gratis.grondar.za (gratis.grondar.za [196.7.18.65]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA25222; Fri, 28 Aug 1998 11:06:18 -0700 (PDT) (envelope-from mark@grondar.za) Received: from grondar.za (IDENT:5C1l66t1eGqi51XrQ6CndA6gV6KitdEW@localhost [127.0.0.1]) by gratis.grondar.za (8.9.1/8.9.1) with ESMTP id UAA05614; Fri, 28 Aug 1998 20:05:06 +0200 (SAST) (envelope-from mark@grondar.za) Message-Id: <199808281805.UAA05614@gratis.grondar.za> To: asami@freebsd.org (Satoshi Asami) cc: committers@freebsd.org, ports@freebsd.org, markm@freebsd.org Subject: Re: p5-* ports Date: Fri, 28 Aug 1998 20:05:04 +0200 From: Mark Murray Sender: owner-cvs-all@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > I have a couple of questions though. Sure. > (1) Does it behave exactly like the one in ports? For instance, the > p5-* ports still will still go to the same directory > (/usr/local/lib/perl5/...)? No - I belive we discussed this before? I'm negotiable, but I'd prefer /usr/local/libexec/perl5/. > (2) If so, where does it get the value "/usr/local" from? It is a configuration option for perl's ./configure, and could be set as a #define for my bmaked stuff or as an entry in @INC for the diehards. I am looking at the possibilities of SPAN.pm replacing the _entire_ */p5-* port collection. It is _very_ powerful. > (3) Please don't commit anything to bsd.port.mk after the import. > I'll have to review it first. OK. M -- Mark Murray Join the anti-SPAM movement: http://www.cauce.org From owner-cvs-all Fri Aug 28 11:27:33 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA27608 for cvs-all-outgoing; Fri, 28 Aug 1998 11:27:33 -0700 (PDT) (envelope-from owner-cvs-all) Received: from austin.polstra.com (austin.polstra.com [206.213.73.10]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA27591 for ; Fri, 28 Aug 1998 11:27:28 -0700 (PDT) (envelope-from jdp@austin.polstra.com) Received: from austin.polstra.com (jdp@localhost) by austin.polstra.com (8.8.8/8.8.8) with ESMTP id LAA03504; Fri, 28 Aug 1998 11:26:15 -0700 (PDT) (envelope-from jdp) Message-Id: <199808281826.LAA03504@austin.polstra.com> To: dillon@backplane.com Subject: Re: make.conf In-Reply-To: <199808281648.JAA19560@apollo.backplane.com> References: <199808281648.JAA19560@apollo.backplane.com> Organization: Polstra & Co., Seattle, WA Cc: committers@freebsd.org, jkh@time.cdrom.com Date: Fri, 28 Aug 1998 11:26:15 -0700 From: John Polstra Sender: owner-cvs-all@freebsd.org X-Loop: FreeBSD.org Precedence: bulk In article <199808281648.JAA19560@apollo.backplane.com>, Matthew Dillon wrote: > ok, since nobody seems to have any significant objections to moving > make.conf to a manual page (other then objecting to the concept of a > make.conf at all, which isn't very constructive), unless something crops > up I'm going to do it tonight and then blank-out the /etc version. Please don't mess with /etc/make.conf. The a.out->ELF conversion, which is coming up in about 2 days, uses it. Please just leave it alone for now. This transition is going to be hard enough without that. -- John Polstra jdp@polstra.com John D. Polstra & Co., Inc. Seattle, Washington USA "Self-knowledge is always bad news." -- John Barth From owner-cvs-all Fri Aug 28 11:39:34 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA28880 for cvs-all-outgoing; Fri, 28 Aug 1998 11:39:34 -0700 (PDT) (envelope-from owner-cvs-all) Received: from apollo.backplane.com (apollo.backplane.com [209.157.86.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA28871 for ; Fri, 28 Aug 1998 11:39:32 -0700 (PDT) (envelope-from dillon@backplane.com) Received: (dillon@localhost) by apollo.backplane.com (8.8.8/8.6.5) id LAA19893; Fri, 28 Aug 1998 11:38:33 -0700 (PDT) Date: Fri, 28 Aug 1998 11:38:33 -0700 (PDT) From: Matthew Dillon Message-Id: <199808281838.LAA19893@apollo.backplane.com> To: John Polstra Cc: committers@FreeBSD.ORG, jkh@time.cdrom.com Subject: Re: make.conf Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk : :In article <199808281648.JAA19560@apollo.backplane.com>, :Matthew Dillon wrote: : :> ok, since nobody seems to have any significant objections to moving :> make.conf to a manual page (other then objecting to the concept of a :> make.conf at all, which isn't very constructive), unless something crops :> up I'm going to do it tonight and then blank-out the /etc version. : :Please don't mess with /etc/make.conf. The a.out->ELF conversion, :which is coming up in about 2 days, uses it. Please just leave it :alone for now. This transition is going to be hard enough without :that. What? make.conf isn't a 'local' file? :-) You guys are actually going to uncomment something in the official make.conf to do the ELF conversion? I suppose we can hold off for a week or two. *OR* we can simply add the make.conf.local functionality, which was what I wanted to do in the first place. Nice and neat, functinoal, no skin off anyone's nose except maybe for a few purists. -Matt :-- : John Polstra jdp@polstra.com : John D. Polstra & Co., Inc. Seattle, Washington USA : "Self-knowledge is always bad news." -- John Barth : : Matthew Dillon Engineering, HiWay Technologies, Inc. & BEST Internet Communications (Please include original email in any response) From owner-cvs-all Fri Aug 28 11:41:20 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA29184 for cvs-all-outgoing; Fri, 28 Aug 1998 11:41:20 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA29164; Fri, 28 Aug 1998 11:41:11 -0700 (PDT) (envelope-from dima@FreeBSD.org) From: Dima Ruban Received: (from dima@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id LAA25675; Fri, 28 Aug 1998 11:41:06 -0700 (PDT) Date: Fri, 28 Aug 1998 11:41:06 -0700 (PDT) Message-Id: <199808281841.LAA25675@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/share/mk bsd.port.mk Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk dima 1998/08/28 11:41:06 PDT Modified files: share/mk bsd.port.mk Log: Introduce PERL5 variable. It's gonna be used in all p5- ports. Reviewed by: asami Revision Changes Path 1.286 +2 -1 src/share/mk/bsd.port.mk From owner-cvs-all Fri Aug 28 11:43:50 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA29492 for cvs-all-outgoing; Fri, 28 Aug 1998 11:43:50 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA29461; Fri, 28 Aug 1998 11:43:30 -0700 (PDT) (envelope-from dima@FreeBSD.org) From: Dima Ruban Received: (from dima@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id LAA25761; Fri, 28 Aug 1998 11:43:22 -0700 (PDT) Date: Fri, 28 Aug 1998 11:43:22 -0700 (PDT) Message-Id: <199808281843.LAA25761@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/share/mk bsd.port.mk Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk dima 1998/08/28 11:43:21 PDT Modified files: (Branch: RELENG_2_2) share/mk bsd.port.mk Log: MFC: introduce PERL5 variable. Revision Changes Path 1.227.2.49 +3 -2 src/share/mk/bsd.port.mk From owner-cvs-all Fri Aug 28 11:52:33 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA01073 for cvs-all-outgoing; Fri, 28 Aug 1998 11:52:33 -0700 (PDT) (envelope-from owner-cvs-all) Received: from coleridge.kublai.com (coleridge.kublai.com [207.96.1.116]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA01051 for ; Fri, 28 Aug 1998 11:52:25 -0700 (PDT) (envelope-from shmit@natasya.kublai.com) Received: from natasya.kublai.com (natasya.kublai.com [207.172.25.236]) by coleridge.kublai.com (8.8.8/8.8.8) with ESMTP id OAA19128; Fri, 28 Aug 1998 14:51:26 -0400 (EDT) (envelope-from shmit@natasya.kublai.com) Received: (from shmit@localhost) by natasya.kublai.com (8.8.8/8.8.8) id OAA19711; Fri, 28 Aug 1998 14:51:24 -0400 (EDT) Message-ID: <19980828145124.39412@kublai.com> Date: Fri, 28 Aug 1998 14:51:24 -0400 From: Brian Cully To: Matthew Dillon , "Jordan K. Hubbard" Cc: cvs-committers@FreeBSD.ORG Subject: Re: make.conf Reply-To: shmit@kublai.com References: <199808281648.JAA19560@apollo.backplane.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.89i In-Reply-To: <199808281648.JAA19560@apollo.backplane.com>; from Matthew Dillon on Fri, Aug 28, 1998 at 09:48:46AM -0700 X-Sender: If your mailer pays attention to this, it's broken. X-PGP-Info: finger shmit@kublai.com for my public key. Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Fri, Aug 28, 1998 at 09:48:46AM -0700, Matthew Dillon wrote: > ok, since nobody seems to have any significant objections to moving > make.conf to a manual page (other then objecting to the concept of a > make.conf at all, which isn't very constructive), unless something crops > up I'm going to do it tonight and then blank-out the /etc version. > It will make.conf.8 in a manner similar to rc.conf.5's man page. It should be make.conf.5. :-) -- Brian Cully ``And when one of our comrades was taken prisoner, blindfolded, hung upside-down, shot, and burned, we thought to ourselves, `These are the best experiences of our lives''' -Pathology (Joe Frank, Somewhere Out There) From owner-cvs-all Fri Aug 28 11:55:44 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA01565 for cvs-all-outgoing; Fri, 28 Aug 1998 11:55:44 -0700 (PDT) (envelope-from owner-cvs-all) Received: from vader.cs.berkeley.edu (vader.CS.Berkeley.EDU [128.32.38.234]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA01536; Fri, 28 Aug 1998 11:55:32 -0700 (PDT) (envelope-from asami@vader.cs.berkeley.edu) Received: from silvia.hip.berkeley.edu (sji-ca6-88.ix.netcom.com [205.186.213.88]) by vader.cs.berkeley.edu (8.8.7/8.7.3) with ESMTP id LAA27186; Fri, 28 Aug 1998 11:54:33 -0700 (PDT) Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.8.8/8.6.9) id LAA29365; Fri, 28 Aug 1998 11:54:30 -0700 (PDT) Date: Fri, 28 Aug 1998 11:54:30 -0700 (PDT) Message-Id: <199808281854.LAA29365@silvia.hip.berkeley.edu> To: dima@FreeBSD.ORG CC: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG In-reply-to: <199808281841.LAA25675@freefall.freebsd.org> (message from Dima Ruban on Fri, 28 Aug 1998 11:41:06 -0700 (PDT)) Subject: Re: cvs commit: src/share/mk bsd.port.mk From: asami@FreeBSD.ORG (Satoshi Asami) Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk * share/mk bsd.port.mk I don't know why it is so hard to understand. As I keep saying over and over, please do not commit anything to this file. :< === # There are two different types of "maintainers" in the whole ports # framework concept. Maintainers of the bsd.port*.mk files # are listed below in the ${OPSYS}_MAINTAINER entries (this file # is used by multiple *BSD flavors). You should consult them directly # if you have any questions/suggestions regarding this file since only ^^^^ # they are allowed to modify the master copies in the CVS repository! ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ FreeBSD_MAINTAINER= asami@FreeBSD.ORG OpenBSD_MAINTAINER= imp@OpenBSD.ORG === Satoshi From owner-cvs-all Fri Aug 28 12:32:30 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA06205 for cvs-all-outgoing; Fri, 28 Aug 1998 12:32:30 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA06199; Fri, 28 Aug 1998 12:32:28 -0700 (PDT) (envelope-from wosch@FreeBSD.org) From: Wolfram Schneider Received: (from wosch@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id MAA29708; Fri, 28 Aug 1998 12:32:23 -0700 (PDT) Date: Fri, 28 Aug 1998 12:32:23 -0700 (PDT) Message-Id: <199808281932.MAA29708@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/x11-toolkits/p5-Tk Makefile Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk wosch 1998/08/28 12:32:23 PDT Modified files: x11-toolkits/p5-Tk Makefile Log: 5.00501 -> ${PERL_VERSION} Revision Changes Path 1.18 +2 -2 ports/x11-toolkits/p5-Tk/Makefile From owner-cvs-all Fri Aug 28 12:51:49 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA09530 for cvs-all-outgoing; Fri, 28 Aug 1998 12:51:49 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA09520; Fri, 28 Aug 1998 12:51:43 -0700 (PDT) (envelope-from hoek@FreeBSD.org) From: Tim Vanderhoek Received: (from hoek@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id MAA00326; Fri, 28 Aug 1998 12:51:38 -0700 (PDT) Date: Fri, 28 Aug 1998 12:51:38 -0700 (PDT) Message-Id: <199808281951.MAA00326@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/mail/elm Makefile Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk hoek 1998/08/28 12:51:38 PDT Modified files: mail/elm Makefile Log: Manpages are compressed by bsd.port.mk _after_ post-install:. Rev. 1.47 broke this port by assuming the opposite. Now use a symlink so that we can link to a non-existent file. Revision Changes Path 1.48 +2 -2 ports/mail/elm/Makefile From owner-cvs-all Fri Aug 28 12:55:46 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA10117 for cvs-all-outgoing; Fri, 28 Aug 1998 12:55:46 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA10109; Fri, 28 Aug 1998 12:55:45 -0700 (PDT) (envelope-from hoek@FreeBSD.org) From: Tim Vanderhoek Received: (from hoek@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id MAA00471; Fri, 28 Aug 1998 12:55:40 -0700 (PDT) Date: Fri, 28 Aug 1998 12:55:40 -0700 (PDT) Message-Id: <199808281955.MAA00471@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/lang/g77 Makefile Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk hoek 1998/08/28 12:55:40 PDT Modified files: lang/g77 Makefile Log: Remove comment about this being broken on 22 only since elf will soon break it on 30. Asami tells me the correct way to do this is to test sysctl, anyways (I presume ${OSREL} would do, too), anyways. Revision Changes Path 1.20 +2 -2 ports/lang/g77/Makefile From owner-cvs-all Fri Aug 28 13:04:12 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA11738 for cvs-all-outgoing; Fri, 28 Aug 1998 13:04:12 -0700 (PDT) (envelope-from owner-cvs-all) Received: from frmug.org (frmug-gw.frmug.org [193.56.58.252]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA11678; Fri, 28 Aug 1998 13:04:01 -0700 (PDT) (envelope-from roberto@keltia.freenix.fr) Received: (from uucp@localhost) by frmug.org (8.9.1/frmug-2.3/nospam) with UUCP id WAA20063; Fri, 28 Aug 1998 22:03:04 +0200 (CEST) (envelope-from roberto@keltia.freenix.fr) Received: by keltia.freenix.fr (VMailer, from userid 101) id C11371517; Fri, 28 Aug 1998 21:27:56 +0200 (CEST) Date: Fri, 28 Aug 1998 21:27:56 +0200 From: Ollivier Robert To: committers@FreeBSD.ORG, ports@FreeBSD.ORG Subject: Re: p5-* ports Message-ID: <19980828212756.A26309@keltia.freenix.fr> Mail-Followup-To: committers@FreeBSD.ORG, ports@FreeBSD.ORG References: <199808281805.UAA05614@gratis.grondar.za> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.94.4i In-Reply-To: <199808281805.UAA05614@gratis.grondar.za>; from Mark Murray on Fri, Aug 28, 1998 at 08:05:04PM +0200 X-Operating-System: FreeBSD 3.0-CURRENT ctm#4598 AMD-K6 MMX @ 200 MHz Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk According to Mark Murray: > I am looking at the possibilities of SPAN.pm replacing the _entire_ > */p5-* port collection. It is _very_ powerful. Be aware that CPAN doesn't solve the dependencies between packages. During build you'll see that a few are missing (A require B and so on) but it won't get them for you. I use CPAN a lot but it is not a miracle. -- Ollivier ROBERT -=- FreeBSD: The Power to Serve! -=- roberto@keltia.freenix.fr FreeBSD keltia.freenix.fr 3.0-CURRENT #62: Mon Jul 27 20:47:08 CEST 1998 From owner-cvs-all Fri Aug 28 13:05:14 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA11915 for cvs-all-outgoing; Fri, 28 Aug 1998 13:05:14 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA11905; Fri, 28 Aug 1998 13:05:09 -0700 (PDT) (envelope-from wosch@FreeBSD.org) From: Wolfram Schneider Received: (from wosch@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id NAA00774; Fri, 28 Aug 1998 13:05:02 -0700 (PDT) Date: Fri, 28 Aug 1998 13:05:02 -0700 (PDT) Message-Id: <199808282005.NAA00774@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/german/BBBike/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk wosch 1998/08/28 13:05:02 PDT Modified files: german/BBBike/pkg PLIST Log: Perl5 upgrade fixes. Revision Changes Path 1.2 +2 -2 ports/german/BBBike/pkg/PLIST From owner-cvs-all Fri Aug 28 13:07:23 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA12533 for cvs-all-outgoing; Fri, 28 Aug 1998 13:07:23 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA12522; Fri, 28 Aug 1998 13:07:19 -0700 (PDT) (envelope-from luoqi@FreeBSD.org) From: Luoqi Chen Received: (from luoqi@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id NAA00817; Fri, 28 Aug 1998 13:07:14 -0700 (PDT) Date: Fri, 28 Aug 1998 13:07:14 -0700 (PDT) Message-Id: <199808282007.NAA00817@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/kern vfs_bio.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk luoqi 1998/08/28 13:07:14 PDT Modified files: sys/kern vfs_bio.c Log: Close a race window for getnewbuf() between shared lock holders of the vnode. Reviewed by: Mike Smith Revision Changes Path 1.173 +2 -2 src/sys/kern/vfs_bio.c From owner-cvs-all Fri Aug 28 13:12:46 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA13590 for cvs-all-outgoing; Fri, 28 Aug 1998 13:12:46 -0700 (PDT) (envelope-from owner-cvs-all) Received: from khavrinen.lcs.mit.edu (khavrinen.lcs.mit.edu [18.24.4.193]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA13583; Fri, 28 Aug 1998 13:12:40 -0700 (PDT) (envelope-from wollman@khavrinen.lcs.mit.edu) Received: (from wollman@localhost) by khavrinen.lcs.mit.edu (8.9.1/8.9.1) id QAA14443; Fri, 28 Aug 1998 16:11:26 -0400 (EDT) (envelope-from wollman) Date: Fri, 28 Aug 1998 16:11:26 -0400 (EDT) From: Garrett Wollman Message-Id: <199808282011.QAA14443@khavrinen.lcs.mit.edu> To: Ollivier Robert Cc: committers@FreeBSD.ORG, ports@FreeBSD.ORG Subject: Re: p5-* ports In-Reply-To: <19980828212756.A26309@keltia.freenix.fr> References: <199808281805.UAA05614@gratis.grondar.za> <19980828212756.A26309@keltia.freenix.fr> Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk < said: > According to Mark Murray: >> I am looking at the possibilities of SPAN.pm replacing the _entire_ >> */p5-* port collection. It is _very_ powerful. > Be aware that CPAN doesn't solve the dependencies between packages. During > build you'll see that a few are missing (A require B and so on) but it > won't get them for you. > I use CPAN a lot but it is not a miracle. And it doesn't provide for the ``convenience value'' of the port/package interface. -GAWollman -- Garrett A. Wollman | O Siem / We are all family / O Siem / We're all the same wollman@lcs.mit.edu | O Siem / The fires of freedom Opinions not those of| Dance in the burning flame MIT, LCS, CRS, or NSA| - Susan Aglukark and Chad Irschick From owner-cvs-all Fri Aug 28 13:31:17 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA16618 for cvs-all-outgoing; Fri, 28 Aug 1998 13:31:17 -0700 (PDT) (envelope-from owner-cvs-all) Received: from coleridge.kublai.com (coleridge.kublai.com [207.96.1.116]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA16599 for ; Fri, 28 Aug 1998 13:31:07 -0700 (PDT) (envelope-from shmit@natasya.kublai.com) Received: from natasya.kublai.com (natasya.kublai.com [207.172.25.236]) by coleridge.kublai.com (8.8.8/8.8.8) with ESMTP id QAA19887; Fri, 28 Aug 1998 16:30:08 -0400 (EDT) (envelope-from shmit@natasya.kublai.com) Received: (from shmit@localhost) by natasya.kublai.com (8.8.8/8.8.8) id QAA20087; Fri, 28 Aug 1998 16:30:05 -0400 (EDT) Message-ID: <19980828163005.33093@kublai.com> Date: Fri, 28 Aug 1998 16:30:05 -0400 From: Brian Cully To: Matthew Dillon , John Polstra Cc: committers@FreeBSD.ORG, jkh@time.cdrom.com Subject: Re: make.conf Reply-To: shmit@kublai.com References: <199808281838.LAA19893@apollo.backplane.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.89i In-Reply-To: <199808281838.LAA19893@apollo.backplane.com>; from Matthew Dillon on Fri, Aug 28, 1998 at 11:38:33AM -0700 X-Sender: If your mailer pays attention to this, it's broken. X-PGP-Info: finger shmit@kublai.com for my public key. Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Fri, Aug 28, 1998 at 11:38:33AM -0700, Matthew Dillon wrote: > *OR* we can simply add the make.conf.local functionality, which was > what I wanted to do in the first place. Nice and neat, functinoal, > no skin off anyone's nose except maybe for a few purists. In case I need to remind anyone: It's precisely those purists that keep this project from becoming Linux. :-) -- Brian Cully ``And when one of our comrades was taken prisoner, blindfolded, hung upside-down, shot, and burned, we thought to ourselves, `These are the best experiences of our lives''' -Pathology (Joe Frank, Somewhere Out There) From owner-cvs-all Fri Aug 28 13:39:09 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA17403 for cvs-all-outgoing; Fri, 28 Aug 1998 13:39:09 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA17390; Fri, 28 Aug 1998 13:39:03 -0700 (PDT) (envelope-from luoqi@FreeBSD.org) From: Luoqi Chen Received: (from luoqi@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id NAA01557; Fri, 28 Aug 1998 13:38:58 -0700 (PDT) Date: Fri, 28 Aug 1998 13:38:58 -0700 (PDT) Message-Id: <199808282038.NAA01557@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/kern vfs_bio.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk luoqi 1998/08/28 13:38:58 PDT Modified files: (Branch: RELENG_2_2) sys/kern vfs_bio.c Log: MFC: Close a race window for getnewbuf() between shared lock holders of the vnode. Revision Changes Path 1.104.2.10 +2 -2 src/sys/kern/vfs_bio.c From owner-cvs-all Fri Aug 28 13:44:47 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA18171 for cvs-all-outgoing; Fri, 28 Aug 1998 13:44:47 -0700 (PDT) (envelope-from owner-cvs-all) Received: from gratis.grondar.za (gratis.grondar.za [196.7.18.65]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA18130; Fri, 28 Aug 1998 13:44:28 -0700 (PDT) (envelope-from mark@grondar.za) Received: from grondar.za (IDENT:Ko0quHVEFbzEf12tyXDcIrIig7dW+ciL@localhost [127.0.0.1]) by gratis.grondar.za (8.9.1/8.9.1) with ESMTP id WAA06394; Fri, 28 Aug 1998 22:43:04 +0200 (SAST) (envelope-from mark@grondar.za) Message-Id: <199808282043.WAA06394@gratis.grondar.za> To: Ollivier Robert cc: committers@freebsd.org, ports@freebsd.org Subject: Re: p5-* ports Date: Fri, 28 Aug 1998 22:43:01 +0200 From: Mark Murray Sender: owner-cvs-all@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Ollivier Robert wrote: > According to Mark Murray: > > I am looking at the possibilities of SPAN.pm replacing the _entire_ > > */p5-* port collection. It is _very_ powerful. > > Be aware that CPAN doesn't solve the dependencies between packages. During > build you'll see that a few are missing (A require B and so on) but it > won't get them for you. > > I use CPAN a lot but it is not a miracle. ... but it will clean up the makefile system a _lot_, and allow us to throw out just about everything except dependancies, no? M -- Mark Murray Join the anti-SPAM movement: http://www.cauce.org From owner-cvs-all Fri Aug 28 13:46:26 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA18426 for cvs-all-outgoing; Fri, 28 Aug 1998 13:46:26 -0700 (PDT) (envelope-from owner-cvs-all) Received: from gratis.grondar.za (gratis.grondar.za [196.7.18.65]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA18312; Fri, 28 Aug 1998 13:45:55 -0700 (PDT) (envelope-from mark@grondar.za) Received: from grondar.za (IDENT:ycbn6Qdp8W/s9695Yliz3bv0VesNBRZP@localhost [127.0.0.1]) by gratis.grondar.za (8.9.1/8.9.1) with ESMTP id WAA06414; Fri, 28 Aug 1998 22:44:23 +0200 (SAST) (envelope-from mark@grondar.za) Message-Id: <199808282044.WAA06414@gratis.grondar.za> To: Garrett Wollman cc: Ollivier Robert , committers@freebsd.org, ports@freebsd.org Subject: Re: p5-* ports Date: Fri, 28 Aug 1998 22:44:22 +0200 From: Mark Murray Sender: owner-cvs-all@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Garrett Wollman wrote: > > I use CPAN a lot but it is not a miracle. > > And it doesn't provide for the ``convenience value'' of the > port/package interface. Right, but it allows the contents of the port/package wrapper to be simplified. M -- Mark Murray Join the anti-SPAM movement: http://www.cauce.org From owner-cvs-all Fri Aug 28 13:49:46 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA19017 for cvs-all-outgoing; Fri, 28 Aug 1998 13:49:46 -0700 (PDT) (envelope-from owner-cvs-all) Received: from critter.freebsd.dk ([212.242.40.131]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA18984 for ; Fri, 28 Aug 1998 13:49:33 -0700 (PDT) (envelope-from phk@critter.freebsd.dk) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.9.1/8.8.5) with ESMTP id WAA00463; Fri, 28 Aug 1998 22:32:29 +0200 (CEST) To: Matthew Dillon cc: John Polstra , committers@freebsd.org, jkh@time.cdrom.com Subject: Re: make.conf In-reply-to: Your message of "Fri, 28 Aug 1998 11:38:33 PDT." <199808281838.LAA19893@apollo.backplane.com> Date: Fri, 28 Aug 1998 22:32:29 +0200 Message-ID: <461.904336349@critter.freebsd.dk> From: Poul-Henning Kamp Sender: owner-cvs-all@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > I suppose we can hold off for a week or two. > > *OR* we can simply add the make.conf.local functionality, which was > what I wanted to do in the first place. Nice and neat, functinoal, > no skin off anyone's nose except maybe for a few purists. Matt, I'm one of those purists, and I would really appreciate if you would try to understand that having commit-bit doesn't allow you to implement "How the world should be according to >ME<" without the consensus of the committers group in general and -core in particular. There are good choices and bad choices, rectifying the bad ones may not be as trivial as they look. In general if they were they would have been fixed by now. Please do understand that this is not just your sandbox, there are a few hundred thousand people besides you who have to fit in this sandbox. Widen your perspective a bit... -- Poul-Henning Kamp FreeBSD coreteam member phk@FreeBSD.ORG "Real hackers run -current on their laptop." "ttyv0" -- What UNIX calls a $20K state-of-the-art, 3D, hi-res color terminal From owner-cvs-all Fri Aug 28 13:51:37 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA19428 for cvs-all-outgoing; Fri, 28 Aug 1998 13:51:37 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA19415; Fri, 28 Aug 1998 13:51:34 -0700 (PDT) (envelope-from hoek@FreeBSD.org) From: Tim Vanderhoek Received: (from hoek@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id NAA01865; Fri, 28 Aug 1998 13:51:29 -0700 (PDT) Date: Fri, 28 Aug 1998 13:51:29 -0700 (PDT) Message-Id: <199808282051.NAA01865@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/mail/elm Makefile Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk hoek 1998/08/28 13:51:28 PDT Modified files: mail/elm Makefile Log: Quick hack to make this obey PREFIX. Note that ${WRKSRC}/nls/LANGS is now modified twice---once by patches/patch-ab, and once by post-install:. :( Revision Changes Path 1.49 +2 -1 ports/mail/elm/Makefile From owner-cvs-all Fri Aug 28 15:40:13 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA03370 for cvs-all-outgoing; Fri, 28 Aug 1998 15:40:13 -0700 (PDT) (envelope-from owner-cvs-all) Received: from vader.cs.berkeley.edu (vader.CS.Berkeley.EDU [128.32.38.234]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA03273; Fri, 28 Aug 1998 15:39:53 -0700 (PDT) (envelope-from asami@vader.cs.berkeley.edu) Received: (from asami@localhost) by vader.cs.berkeley.edu (8.8.7/8.7.3) id PAA27690; Fri, 28 Aug 1998 15:38:48 -0700 (PDT) Date: Fri, 28 Aug 1998 15:38:48 -0700 (PDT) Message-Id: <199808282238.PAA27690@vader.cs.berkeley.edu> To: mark@grondar.za CC: committers@freebsd.org, ports@freebsd.org, markm@freebsd.org In-reply-to: <199808281805.UAA05614@gratis.grondar.za> (message from Mark Murray on Fri, 28 Aug 1998 20:05:04 +0200) Subject: Re: p5-* ports From: asami@freebsd.org (Satoshi Asami) Sender: owner-cvs-all@freebsd.org X-Loop: FreeBSD.org Precedence: bulk * > (1) Does it behave exactly like the one in ports? For instance, the * > p5-* ports still will still go to the same directory * > (/usr/local/lib/perl5/...)? * * No - I belive we discussed this before? I'm negotiable, but I'd prefer * /usr/local/libexec/perl5/. Yes we discussed it, but you said you're going to keep them in /usr/local/lib/perl5 for now, but split them to share/perl5 (manpages) and libexec/perl5 (everything else). And you said you're going to give out a loud yell before you change that (I haven't heard anything coming from South Africa :). * > (2) If so, where does it get the value "/usr/local" from? * * It is a configuration option for perl's ./configure, and could be * set as a #define for my bmaked stuff or as an entry in @INC for the * diehards. You mean it's built in when you build /usr/bin/perl5 (and friends)? What does the user have to do if they want to move ${LOCALBASE} elsewhere? Speaking of bsd.port.mk...I was thinking about adding something like this (dima committed a very premature version of this): === .if exists(/usr/bin/perl5) .if !exists(/usr/bin/perl${PERL_VERSION} "error! you need to update your system perl or delete it!" .else PERL5= /usr/bin/perl${PERL_VERSION} .endif .else PERL5= ${LOCALBASE}/bin/perl${PERL_VERSION} .if defined(USE_PERL5) BUILD_DEPENDS+= perl${PERL_VERSION}:${PORTSDIR}/lang/perl5 RUN_DEPENDS+= perl${PERL_VERSION}:${PORTSDIR}/lang/perl5 .endif .endif === What do you think? Will it just work (modulo the (1) problem above) with this, or do we need something else? One thing that is *very important* is to absorb all hackery into bsd.port.mk so individual ports don't have to be adjusted depending on whether the user is running -stable or -current. (I'd also prefer to have it work on users with pre-src-perl5 -current with a new bsd.port.mk, thus the above test.) Satoshi From owner-cvs-all Fri Aug 28 15:42:14 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA03615 for cvs-all-outgoing; Fri, 28 Aug 1998 15:42:14 -0700 (PDT) (envelope-from owner-cvs-all) Received: from vader.cs.berkeley.edu (vader.CS.Berkeley.EDU [128.32.38.234]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA03548; Fri, 28 Aug 1998 15:41:53 -0700 (PDT) (envelope-from asami@vader.cs.berkeley.edu) Received: (from asami@localhost) by vader.cs.berkeley.edu (8.8.7/8.7.3) id PAA27696; Fri, 28 Aug 1998 15:40:49 -0700 (PDT) Date: Fri, 28 Aug 1998 15:40:49 -0700 (PDT) Message-Id: <199808282240.PAA27696@vader.cs.berkeley.edu> To: roberto@keltia.freenix.fr CC: committers@FreeBSD.org, ports@FreeBSD.org In-reply-to: <19980828212756.A26309@keltia.freenix.fr> (message from Ollivier Robert on Fri, 28 Aug 1998 21:27:56 +0200) Subject: Re: p5-* ports From: asami@FreeBSD.org (Satoshi Asami) Sender: owner-cvs-all@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk * From: Ollivier Robert * According to Mark Murray: * > I am looking at the possibilities of SPAN.pm replacing the _entire_ * > */p5-* port collection. It is _very_ powerful. * * Be aware that CPAN doesn't solve the dependencies between packages. During * build you'll see that a few are missing (A require B and so on) but it * won't get them for you. * * I use CPAN a lot but it is not a miracle. Can someone tell me how this works? Also, are you guys (some of you anyway) suggesting to remove all the p5-* ports from the tree? (That's going to make the ports tree shrink by almost 100, but given the recent mess I'm not sure if I'll shed any tears. ;) Satoshi From owner-cvs-all Fri Aug 28 15:45:00 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA03985 for cvs-all-outgoing; Fri, 28 Aug 1998 15:45:00 -0700 (PDT) (envelope-from owner-cvs-all) Received: from vader.cs.berkeley.edu (vader.CS.Berkeley.EDU [128.32.38.234]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA03931; Fri, 28 Aug 1998 15:44:29 -0700 (PDT) (envelope-from asami@vader.cs.berkeley.edu) Received: (from asami@localhost) by vader.cs.berkeley.edu (8.8.7/8.7.3) id PAA27702; Fri, 28 Aug 1998 15:43:30 -0700 (PDT) Date: Fri, 28 Aug 1998 15:43:30 -0700 (PDT) Message-Id: <199808282243.PAA27702@vader.cs.berkeley.edu> To: hoek@FreeBSD.ORG CC: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG In-reply-to: <199808281955.MAA00471@freefall.freebsd.org> (message from Tim Vanderhoek on Fri, 28 Aug 1998 12:55:40 -0700 (PDT)) Subject: Re: cvs commit: ports/lang/g77 Makefile From: asami@FreeBSD.ORG (Satoshi Asami) Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk * Remove comment about this being broken on 22 only since elf will soon * break it on 30. Asami tells me the correct way to do this is to test * sysctl, anyways (I presume ${OSREL} would do, too), anyways. No, ${OSREL} is not defined here yet. One thing I've been thinking is to break bsd.port.mk into two, one to be included before user definitions and one after. The first one only defines things like ${OSREL} that can then be used in conditionals in the Makefile. (Not that I'm going to do this any time soon, of course. I've just been *thinking*.) Satoshi From owner-cvs-all Fri Aug 28 16:51:38 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA11761 for cvs-all-outgoing; Fri, 28 Aug 1998 16:51:38 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA11756; Fri, 28 Aug 1998 16:51:37 -0700 (PDT) (envelope-from hoek@FreeBSD.org) From: Tim Vanderhoek Received: (from hoek@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id QAA05602; Fri, 28 Aug 1998 16:51:32 -0700 (PDT) Date: Fri, 28 Aug 1998 16:51:32 -0700 (PDT) Message-Id: <199808282351.QAA05602@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/audio/xmcd/pkg DESCR Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk hoek 1998/08/28 16:51:32 PDT Modified files: audio/xmcd/pkg DESCR Log: Please don't copy straight from manpages without at least reformatting it to looks reasonable in pkg/DESCR (eg. remove justification). Add homepage. Revision Changes Path 1.3 +13 -13 ports/audio/xmcd/pkg/DESCR From owner-cvs-all Fri Aug 28 16:53:10 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA11909 for cvs-all-outgoing; Fri, 28 Aug 1998 16:53:10 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA11903; Fri, 28 Aug 1998 16:53:09 -0700 (PDT) (envelope-from hoek@FreeBSD.org) From: Tim Vanderhoek Received: (from hoek@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id QAA05673; Fri, 28 Aug 1998 16:53:04 -0700 (PDT) Date: Fri, 28 Aug 1998 16:53:04 -0700 (PDT) Message-Id: <199808282353.QAA05673@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/audio/xmcd Makefile ports/audio/xmcd/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk hoek 1998/08/28 16:53:04 PDT Modified files: audio/xmcd Makefile audio/xmcd/pkg PLIST Log: For some reason two manpages were missing from the MANx variables. Revision Changes Path 1.12 +2 -2 ports/audio/xmcd/Makefile 1.8 +0 -2 ports/audio/xmcd/pkg/PLIST From owner-cvs-all Fri Aug 28 17:30:00 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA15316 for cvs-all-outgoing; Fri, 28 Aug 1998 17:30:00 -0700 (PDT) (envelope-from owner-cvs-all) Received: from time.cdrom.com (time.cdrom.com [204.216.27.226]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA15311 for ; Fri, 28 Aug 1998 17:29:56 -0700 (PDT) (envelope-from jkh@time.cdrom.com) Received: from time.cdrom.com (jkh@localhost.cdrom.com [127.0.0.1]) by time.cdrom.com (8.8.8/8.8.8) with ESMTP id RAA22883; Fri, 28 Aug 1998 17:27:52 -0700 (PDT) (envelope-from jkh@time.cdrom.com) To: Matthew Dillon cc: cvs-committers@FreeBSD.ORG Subject: Re: make.conf In-reply-to: Your message of "Fri, 28 Aug 1998 09:48:46 PDT." <199808281648.JAA19560@apollo.backplane.com> Date: Fri, 28 Aug 1998 17:27:51 -0700 Message-ID: <22878.904350471@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Erm, actually, I believe there was all sorts of objection to this one. Just leave make.conf alone and try and stick to the non-contraversial stuff for awhile; you've stubbed enough toes this week for a start. :) - Jordan > ok, since nobody seems to have any significant objections to moving > make.conf to a manual page (other then objecting to the concept of a > make.conf at all, which isn't very constructive), unless something crops > up I'm going to do it tonight and then blank-out the /etc version. > It will make.conf.8 in a manner similar to rc.conf.5's man page. > > -Matt > > Matthew Dillon Engineering, HiWay Technologies, Inc. & BEST Internet > Communications > (Please include original email in any response) From owner-cvs-all Fri Aug 28 17:41:49 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA16407 for cvs-all-outgoing; Fri, 28 Aug 1998 17:41:49 -0700 (PDT) (envelope-from owner-cvs-all) Received: from apollo.backplane.com (apollo.backplane.com [209.157.86.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA16402 for ; Fri, 28 Aug 1998 17:41:48 -0700 (PDT) (envelope-from dillon@backplane.com) Received: (dillon@localhost) by apollo.backplane.com (8.8.8/8.6.5) id RAA20897; Fri, 28 Aug 1998 17:40:43 -0700 (PDT) Date: Fri, 28 Aug 1998 17:40:43 -0700 (PDT) From: Matthew Dillon Message-Id: <199808290040.RAA20897@apollo.backplane.com> To: "Jordan K. Hubbard" Cc: cvs-committers@FreeBSD.ORG Subject: Re: make.conf Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk : :Erm, actually, I believe there was all sorts of objection to this one. : :Just leave make.conf alone and try and stick to the non-contraversial :stuff for awhile; you've stubbed enough toes this week for a start. :) : :- Jordan Well, if we can't come to a consensus for something as trivial and simple as make.conf, I don't hold out much hope being able to submit other fixes and improvements. I don't particularly want to go through 100 emails back and forth for every single thing I submit... I just don't have that sort of time. So make.conf is a test, of sorts. Frankly, I don't see why people are so vapid about simply checking for a make.conf.local. I would like to do that and go on to other more important things, like the icmp-error rate-limiting patch to protect against random-SYN/spoofed network attacks. -Matt Matthew Dillon Engineering, HiWay Technologies, Inc. & BEST Internet Communications (Please include original email in any response) From owner-cvs-all Fri Aug 28 18:03:52 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA19062 for cvs-all-outgoing; Fri, 28 Aug 1998 18:03:52 -0700 (PDT) (envelope-from owner-cvs-all) Received: from apollo.backplane.com (apollo.backplane.com [209.157.86.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA19055 for ; Fri, 28 Aug 1998 18:03:49 -0700 (PDT) (envelope-from dillon@backplane.com) Received: (dillon@localhost) by apollo.backplane.com (8.8.8/8.6.5) id RAA20957; Fri, 28 Aug 1998 17:58:47 -0700 (PDT) Date: Fri, 28 Aug 1998 17:58:47 -0700 (PDT) From: Matthew Dillon Message-Id: <199808290058.RAA20957@apollo.backplane.com> To: Poul-Henning Kamp Cc: John Polstra , committers@FreeBSD.ORG, jkh@time.cdrom.com Subject: Re: make.conf Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk :Matt, : :I'm one of those purists, and I would really appreciate if you would :try to understand that having commit-bit doesn't allow you to implement :"How the world should be according to >ME<" without the consensus of :the committers group in general and -core in particular. : :There are good choices and bad choices, rectifying the bad ones may :not be as trivial as they look. In general if they were they would :have been fixed by now. : :Please do understand that this is not just your sandbox, there are :a few hundred thousand people besides you who have to fit in this :sandbox. : :Widen your perspective a bit... My problem isn't with it being MY fix, my problem is with it taking dozens of emails arguing back and forth over something that ought to be a trivial problem to fix. We get into extreme arguments over a one line add in sys.mk that doesn't hurt *anyone* and adds a significant benefit (the 'feature', not the exact implementation of it). If you read over my original commits and original emails in regards to both ping and make.conf, you will find them to be quite amiable... I had no proble removing the -c portion of the ping commit. I have no problem discussing the make.conf localization issue that I would like to add to-current... an issue, I might add that, that isn't something I thought up in 10 seconds and decided to commit. We've been working with make.conf for well over 2 years and the relatively innocuous feature request and commit came out of those 2 years in working with it. Before you start accusing ME of trying to make the sandbox my own, review those emails and tell me whos the one whos acting like a bitch. It sure as hell isn't me! I'm trying to be reasable. I'm trying to build a concesus. All the hell I`m getting back from half the people responding to my emails and the thread in general are 'thou shalt not' or 'this is stupid', and various other insundry implications that I'm not worthy of being on the list, of making commits, or even making suggestions for gods sakes! I AM NOT A FUCKING 10 YEAR OLD! Don't expect me to meekly accept degrading emails, 'cause it isn't going to happen. I've worked with plenty of large groups and I have to say that my experience working with this one, so far, has been a severe mix. -Matt :-- :Poul-Henning Kamp FreeBSD coreteam member :phk@FreeBSD.ORG "Real hackers run -current on their laptop." :"ttyv0" -- What UNIX calls a $20K state-of-the-art, 3D, hi-res color terminal : : Matthew Dillon Engineering, HiWay Technologies, Inc. & BEST Internet Communications (Please include original email in any response) From owner-cvs-all Fri Aug 28 18:06:14 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA19306 for cvs-all-outgoing; Fri, 28 Aug 1998 18:06:14 -0700 (PDT) (envelope-from owner-cvs-all) Received: from time.cdrom.com (time.cdrom.com [204.216.27.226]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA19297 for ; Fri, 28 Aug 1998 18:06:10 -0700 (PDT) (envelope-from jkh@time.cdrom.com) Received: from time.cdrom.com (jkh@localhost.cdrom.com [127.0.0.1]) by time.cdrom.com (8.8.8/8.8.8) with ESMTP id SAA23130; Fri, 28 Aug 1998 18:05:18 -0700 (PDT) (envelope-from jkh@time.cdrom.com) To: Matthew Dillon cc: cvs-committers@FreeBSD.ORG Subject: Re: make.conf In-reply-to: Your message of "Fri, 28 Aug 1998 17:40:43 PDT." <199808290040.RAA20897@apollo.backplane.com> Date: Fri, 28 Aug 1998 18:05:18 -0700 Message-ID: <23125.904352718@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > Well, if we can't come to a consensus for something as trivial and > simple as make.conf, I don't hold out much hope being able to submit It's an inverse law. Your chances of getting consensus for something as trivial and simple as make.conf are about equivalent to your chances of completing a marathon using only your tongue for propulsion. Commit the scariest possible fix to the VM system, on the other hand, and you might be lucky to get one comment on it (not that I recommend you test this out, but believe me - it's true! :-). > Frankly, I don't see why people are so vapid about simply checking for > a make.conf.local. I would like to do that and go on to other more The make.conf.local idea *I* personally have no objection to, though removing make.conf as you were suggesting before is probably Not On. Bruce will and probably did object to that one, but then Bruce objects to everything and thus can usually be ignored in these areas since it's sort of like the U.S. Government stamping everything "Top Secret" back in the 80's - you do something too often and the very concept loses a lot of its meaning. :-) - Jordan From owner-cvs-all Fri Aug 28 18:16:02 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA20295 for cvs-all-outgoing; Fri, 28 Aug 1998 18:16:02 -0700 (PDT) (envelope-from owner-cvs-all) Received: from apollo.backplane.com (apollo.backplane.com [209.157.86.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA20275 for ; Fri, 28 Aug 1998 18:15:58 -0700 (PDT) (envelope-from dillon@backplane.com) Received: (dillon@localhost) by apollo.backplane.com (8.8.8/8.6.5) id SAA21043; Fri, 28 Aug 1998 18:15:02 -0700 (PDT) Date: Fri, 28 Aug 1998 18:15:02 -0700 (PDT) From: Matthew Dillon Message-Id: <199808290115.SAA21043@apollo.backplane.com> To: "Jordan K. Hubbard" Cc: cvs-committers@FreeBSD.ORG Subject: Re: make.conf Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk :> a make.conf.local. I would like to do that and go on to other more : :The make.conf.local idea *I* personally have no objection to, though :removing make.conf as you were suggesting before is probably Not On. :Bruce will and probably did object to that one, but then Bruce objects WOA!! READ THE THREAD!!!! Brian Cully is the one who suggested moving make.conf to a man page, NOT ME!! My original commit was to simply tag on a make.conf.local check onto the end of make.conf, and when it was pointed out that it would be better placed in sys.mk, I said 'fine'. Personally, I would rather just stick it in sys.mk and be done with it, especially since there seems to be more resistance to Brian's idea then to even the original make.conf .include of make.conf.local. -Matt :to everything and thus can usually be ignored in these areas since :it's sort of like the U.S. Government stamping everything "Top Secret" :back in the 80's - you do something too often and the very concept :loses a lot of its meaning. :-) : :- Jordan : : Matthew Dillon Engineering, HiWay Technologies, Inc. & BEST Internet Communications (Please include original email in any response) From owner-cvs-all Fri Aug 28 18:19:18 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA20648 for cvs-all-outgoing; Fri, 28 Aug 1998 18:19:18 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA20635; Fri, 28 Aug 1998 18:19:14 -0700 (PDT) (envelope-from max@FreeBSD.org) From: Masafumi NAKANE Received: (from max@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id SAA07450; Fri, 28 Aug 1998 18:19:08 -0700 (PDT) Date: Fri, 28 Aug 1998 18:19:08 -0700 (PDT) Message-Id: <199808290119.SAA07450@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: doc/handbook relnotes.sgml Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk max 1998/08/28 18:19:08 PDT Modified files: handbook relnotes.sgml Log: More than 1700 ports at the end of 08/1998. Revision Changes Path 1.27 +3 -3 doc/handbook/relnotes.sgml From owner-cvs-all Fri Aug 28 18:22:03 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA21099 for cvs-all-outgoing; Fri, 28 Aug 1998 18:22:03 -0700 (PDT) (envelope-from owner-cvs-all) Received: from time.cdrom.com (time.cdrom.com [204.216.27.226]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA21057 for ; Fri, 28 Aug 1998 18:21:52 -0700 (PDT) (envelope-from jkh@time.cdrom.com) Received: from time.cdrom.com (jkh@localhost.cdrom.com [127.0.0.1]) by time.cdrom.com (8.8.8/8.8.8) with ESMTP id SAA23257; Fri, 28 Aug 1998 18:21:02 -0700 (PDT) (envelope-from jkh@time.cdrom.com) To: Matthew Dillon cc: cvs-committers@FreeBSD.ORG Subject: Re: make.conf In-reply-to: Your message of "Fri, 28 Aug 1998 18:15:02 PDT." <199808290115.SAA21043@apollo.backplane.com> Date: Fri, 28 Aug 1998 18:21:01 -0700 Message-ID: <23254.904353661@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > Personally, I would rather just stick it in sys.mk and be done with it, > especially since there seems to be more resistance to Brian's idea then > to even the original make.conf .include of make.conf.local. Fine, do it. You can stand behind me on this one since I don't think it's the kind of change worth ANY degree of bloodshed but if there's blood to be shed over it, let it be someone else's. In the mood I'm in, I'll be happy to eviscerate the first pedant who walks into my sights over this one. :-) - Jordan From owner-cvs-all Fri Aug 28 18:22:11 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA21131 for cvs-all-outgoing; Fri, 28 Aug 1998 18:22:11 -0700 (PDT) (envelope-from owner-cvs-all) Received: from time.cdrom.com (time.cdrom.com [204.216.27.226]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA21069 for ; Fri, 28 Aug 1998 18:21:59 -0700 (PDT) (envelope-from jkh@time.cdrom.com) Received: from time.cdrom.com (jkh@localhost.cdrom.com [127.0.0.1]) by time.cdrom.com (8.8.8/8.8.8) with ESMTP id SAA23208; Fri, 28 Aug 1998 18:16:47 -0700 (PDT) (envelope-from jkh@time.cdrom.com) To: Matthew Dillon cc: Poul-Henning Kamp , John Polstra , committers@FreeBSD.ORG Subject: Re: make.conf In-reply-to: Your message of "Fri, 28 Aug 1998 17:58:47 PDT." <199808290058.RAA20957@apollo.backplane.com> Date: Fri, 28 Aug 1998 18:16:46 -0700 Message-ID: <23204.904353406@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > degrading emails, 'cause it isn't going to happen. I've worked with plenty > of large groups and I have to say that my experience working with this one, > so far, has been a severe mix. Well, you've discovered our dirty little secret then it seems. Some of us deal with problems by fulminating (you know who you are) some of us deal with them by more reasoned discussion. Others, like myself, consider the entire matter to be a complete waste of time since I personally could give a flying fuck for which args ping takes and just finished a minor spat in -core about the ridiculous amount of heat generated over this simple fucking change (and yes, now I'm the one who's pissed off about it). You're not the only one who's frustrated by this or thinks the free-for-all composition of our developer team sometimes leaves a lot to be desired - tou get one person who woke up on the wrong side of the bed and then all hell breaks loose as the local Pedant's Convention forms for an impromptu congress and some competition rock-throwing. And yes, BTW, you happened to attract the President of the Pedant Convention's attention on this one (Sean Eric Fagan) so things got messy even more quickly than usual. Anyway, a volunteer group is sort of like a family - you don't get to pick your family members and if you weren't related, half of you would never even consider speaking to one another. So goes it here. The key still to develop, it seems (and I'm working on this one every day) is to know when an exchange with person X is just not going to be productive and you're better off just ignoring them entirely. Stick with the high points, avoid the low points, and your Committer's Experience will be far more rewarding. - Jordan From owner-cvs-all Fri Aug 28 18:24:42 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA21598 for cvs-all-outgoing; Fri, 28 Aug 1998 18:24:42 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA21569; Fri, 28 Aug 1998 18:24:28 -0700 (PDT) (envelope-from dillon@FreeBSD.org) From: Matt Dillon Received: (from dillon@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id SAA07576; Fri, 28 Aug 1998 18:24:22 -0700 (PDT) Date: Fri, 28 Aug 1998 18:24:22 -0700 (PDT) Message-Id: <199808290124.SAA07576@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/etc make.conf Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk dillon 1998/08/28 18:24:22 PDT Modified files: etc make.conf Log: make.conf.local test/include removed from make.conf, to be put in sys.mk instead. Revision Changes Path 1.69 +1 -4 src/etc/make.conf From owner-cvs-all Fri Aug 28 18:30:30 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA22717 for cvs-all-outgoing; Fri, 28 Aug 1998 18:30:30 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA22684; Fri, 28 Aug 1998 18:30:19 -0700 (PDT) (envelope-from dillon@FreeBSD.org) From: Matt Dillon Received: (from dillon@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id SAA07797; Fri, 28 Aug 1998 18:30:13 -0700 (PDT) Date: Fri, 28 Aug 1998 18:30:13 -0700 (PDT) Message-Id: <199808290130.SAA07797@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/share/mk sys.mk Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk dillon 1998/08/28 18:30:13 PDT Modified files: share/mk sys.mk Log: add support for /etc/make.conf.local Revision Changes Path 1.41 +6 -1 src/share/mk/sys.mk From owner-cvs-all Fri Aug 28 18:35:04 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA23405 for cvs-all-outgoing; Fri, 28 Aug 1998 18:35:04 -0700 (PDT) (envelope-from owner-cvs-all) Received: from dingo.cdrom.com (dingo.cdrom.com [204.216.28.145]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA23390 for ; Fri, 28 Aug 1998 18:35:00 -0700 (PDT) (envelope-from mike@dingo.cdrom.com) Received: from dingo.cdrom.com (localhost.cdrom.com [127.0.0.1]) by dingo.cdrom.com (8.9.1/8.8.8) with ESMTP id SAA02369; Fri, 28 Aug 1998 18:27:15 GMT (envelope-from mike@dingo.cdrom.com) Message-Id: <199808281827.SAA02369@dingo.cdrom.com> X-Mailer: exmh version 2.0.2 2/24/98 To: Matthew Dillon cc: Poul-Henning Kamp , John Polstra , committers@FreeBSD.org, jkh@time.cdrom.com Subject: Re: make.conf In-reply-to: Your message of "Fri, 28 Aug 1998 17:58:47 MST." <199808290058.RAA20957@apollo.backplane.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Fri, 28 Aug 1998 18:27:14 +0000 From: Mike Smith Sender: owner-cvs-all@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk > had no proble removing the -c portion of the ping commit. I have no > problem discussing the make.conf localization issue that I would like > to add to-current... an issue, I might add that, that isn't something > I thought up in 10 seconds and decided to commit. We've been working > with make.conf for well over 2 years and the relatively innocuous feature > request and commit came out of those 2 years in working with it. Just out of curiosity, given that /etc/make.conf is an entirely "local" (ie. site-specific) file, if you want to localise such that all your systems read an override file, what's to stop you adding the include to your 'site-standard' /etc/make.conf, rather than making it part of system policy at all? Adding make.conf.local to sys.mk only gives you one level of nesting, in a hierarchy that is entirely local to begin with. Embedding your own nesting structure in the hierarchy would seem to make more sense, but I'm not sure that it's useful in the general case. When it comes to this sort of decision, it's always worth remembering that not everybody else is addressing the same set of problems that you are. Your justifications may well be perfectly reasonable in your context, but they're not going to be obvious to people that are meeting your proposal for the first time. With something like this three-liner, the concern that comes to most people is not "is this a good idea", but "will this idea rot, undocumented, like so many other minimal hacks"? Is there a bigger picture? Is it perhaps amenable to a different solution with wider applicability? Is a site-specific customisation more effective? These are all questions that I don't think have been resolved, and this may be why consensus hasn't been reached. -- \\ Sometimes you're ahead, \\ Mike Smith \\ sometimes you're behind. \\ mike@smith.net.au \\ The race is long, and in the \\ msmith@freebsd.org \\ end it's only with yourself. \\ msmith@cdrom.com From owner-cvs-all Fri Aug 28 18:50:27 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA24965 for cvs-all-outgoing; Fri, 28 Aug 1998 18:50:27 -0700 (PDT) (envelope-from owner-cvs-all) Received: from time.cdrom.com (time.cdrom.com [204.216.27.226]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA24953 for ; Fri, 28 Aug 1998 18:50:21 -0700 (PDT) (envelope-from jkh@time.cdrom.com) Received: from time.cdrom.com (jkh@localhost.cdrom.com [127.0.0.1]) by time.cdrom.com (8.8.8/8.8.8) with ESMTP id SAA23444; Fri, 28 Aug 1998 18:45:10 -0700 (PDT) (envelope-from jkh@time.cdrom.com) To: Mike Smith cc: Matthew Dillon , Poul-Henning Kamp , John Polstra , committers@FreeBSD.org Subject: Re: make.conf In-reply-to: Your message of "Fri, 28 Aug 1998 18:27:14 -0000." <199808281827.SAA02369@dingo.cdrom.com> Date: Fri, 28 Aug 1998 18:45:10 -0700 Message-ID: <23439.904355110@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-cvs-all@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk > Just out of curiosity, given that /etc/make.conf is an entirely "local" > (ie. site-specific) file, if you want to localise such that all your I think the issue is that it's not "entirely local" anymore, just as /etc/rc.conf isn't entirely local since you want to periodically merge it with the latest versions in order to get all the same hooks and customization knobs that everyone else is using. In that scenario, you don't want to touch /etc/make.conf and /etc/rc.conf at all, you want to update them as part of your system upgrade procedure and only override the variables you're specifically interested in customizing. The fact that we handle this badly during upgrades is what's probably leading to a lot of features like Matt's. If we did a better job of keeping /etc up to date while preserving the various localizations, it wouldn't be an issue. But we don't. :( - Jordan From owner-cvs-all Fri Aug 28 18:52:38 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA25231 for cvs-all-outgoing; Fri, 28 Aug 1998 18:52:38 -0700 (PDT) (envelope-from owner-cvs-all) Received: from dingo.cdrom.com (dingo.cdrom.com [204.216.28.145]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA25221 for ; Fri, 28 Aug 1998 18:52:32 -0700 (PDT) (envelope-from mike@dingo.cdrom.com) Received: from dingo.cdrom.com (localhost.cdrom.com [127.0.0.1]) by dingo.cdrom.com (8.9.1/8.8.8) with ESMTP id SAA06317; Fri, 28 Aug 1998 18:49:29 GMT (envelope-from mike@dingo.cdrom.com) Message-Id: <199808281849.SAA06317@dingo.cdrom.com> X-Mailer: exmh version 2.0.2 2/24/98 To: "Jordan K. Hubbard" cc: committers@FreeBSD.org Subject: Re: make.conf In-reply-to: Your message of "Fri, 28 Aug 1998 18:45:10 MST." <23439.904355110@time.cdrom.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Fri, 28 Aug 1998 18:49:28 +0000 From: Mike Smith Sender: owner-cvs-all@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk > > Just out of curiosity, given that /etc/make.conf is an entirely "local" > > (ie. site-specific) file, if you want to localise such that all your > > I think the issue is that it's not "entirely local" anymore, just as > /etc/rc.conf isn't entirely local since you want to periodically merge > it with the latest versions in order to get all the same hooks and > customization knobs that everyone else is using. In that scenario, > you don't want to touch /etc/make.conf and /etc/rc.conf at all, you > want to update them as part of your system upgrade procedure and only > override the variables you're specifically interested in customizing. You're right; I should have said "is meant to be entirely local". As Matt pointed out, we're not using it like it's "meant" to be used. > The fact that we handle this badly during upgrades is what's probably > leading to a lot of features like Matt's. If we did a better job of > keeping /etc up to date while preserving the various localizations, > it wouldn't be an issue. But we don't. :( Agreed. It's not *impossibly* hard to merge at least some of this stuff; both rc.conf and make.conf are reasonably straightforward. Don't we have any aspiring Perl5 or Tcl weenies out there that would like to make their mark? 8) -- \\ Sometimes you're ahead, \\ Mike Smith \\ sometimes you're behind. \\ mike@smith.net.au \\ The race is long, and in the \\ msmith@freebsd.org \\ end it's only with yourself. \\ msmith@cdrom.com From owner-cvs-all Fri Aug 28 18:52:58 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA25274 for cvs-all-outgoing; Fri, 28 Aug 1998 18:52:58 -0700 (PDT) (envelope-from owner-cvs-all) Received: from localhost.my.domain (ppp6477.on.bellglobal.com [206.172.208.69]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA25251 for ; Fri, 28 Aug 1998 18:52:44 -0700 (PDT) (envelope-from hoek@FreeBSD.ORG) Received: from localhost (tim@localhost) by localhost.my.domain (8.8.8/8.8.8) with SMTP id VAA13254; Fri, 28 Aug 1998 21:47:18 -0400 (EDT) (envelope-from ac199@hwcn.org) X-Authentication-Warning: localhost.my.domain: tim owned process doing -bs Date: Fri, 28 Aug 1998 21:47:18 -0400 (EDT) From: Tim Vanderhoek X-Sender: tim@localhost Reply-To: ac199@hwcn.org To: Matthew Dillon cc: Poul-Henning Kamp , John Polstra , committers@FreeBSD.ORG, jkh@time.cdrom.com Subject: Re: make.conf In-Reply-To: <199808290058.RAA20957@apollo.backplane.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Fri, 28 Aug 1998, Matthew Dillon wrote: > Before you start accusing ME of trying to make the sandbox my own, review > those emails and tell me whos the one whos acting like a bitch. It sure > as hell isn't me! I'm trying to be reasable. I'm trying to build a > concesus. You haven't been following -committers for too long, have you? :-) Sometimes it's best not to try building a concensus. I recall making a commit to use consistent spellings (some manpages where even using alternating alternate spellings for chrissake) and generating a whole bunch of protests (many of which were bounced luckily, since that was just after jmb instituted the no-crossposting to >2 lists rule--who knows how much more hell would've broken loose otherwise)... I suspect you would have saved yourself a lot of trouble just by saying "This is what I've done, this is why I've done it, now, if you don't like it, go and back it out yourself." I'd lay pretty good odds that nobody would bother. Really really good odds. > various other insundry implications that I'm not worthy of being on the > list, of making commits, or even making suggestions for gods sakes! Well, they were insinuated implications. Don't let them bother you. EMail is hell for making implications, since all too often the emailer doesn't realize how incredibly obvious they are when trying to be subtle. ;-) And of course, there are some people who just take everything too seriously. I've been working-out some pretty flamative April Fool's commits to try some year. > I AM NOT A FUCKING 10 YEAR OLD! Don't expect me to meekly > accept degrading emails, 'cause it isn't going to happen. I've And another thing: after reading jkh's message, language has been getting seriously out of hand. Obviously no one here is a ten year-old, since as a ten-year old, I certainly never said "FUCKING" (seriously---I was well-raised...at least for the first 12 or so years of my life (the other 6 years have been questionable ;-)). I usually break people down into two groups: Those who use two spaces after a period, and those who don't. If they don't, ignore 'em since they hardly pay attention to what they write, anyways. :) -- This .sig is not innovative, witty, or profund. From owner-cvs-all Fri Aug 28 18:55:43 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA25697 for cvs-all-outgoing; Fri, 28 Aug 1998 18:55:43 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA25679; Fri, 28 Aug 1998 18:55:36 -0700 (PDT) (envelope-from max@FreeBSD.org) From: Masafumi NAKANE Received: (from max@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id SAA08398; Fri, 28 Aug 1998 18:55:31 -0700 (PDT) Date: Fri, 28 Aug 1998 18:55:31 -0700 (PDT) Message-Id: <199808290155.SAA08398@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/archivers/bzip2 Makefile Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk max 1998/08/28 18:55:31 PDT Modified files: archivers/bzip2 Makefile Log: ln -> ${LN} Use symbolic link instead of hard link. Revision Changes Path 1.2 +3 -3 ports/archivers/bzip2/Makefile From owner-cvs-all Fri Aug 28 19:11:33 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA27761 for cvs-all-outgoing; Fri, 28 Aug 1998 19:11:33 -0700 (PDT) (envelope-from owner-cvs-all) Received: from time.cdrom.com (time.cdrom.com [204.216.27.226]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA27739 for ; Fri, 28 Aug 1998 19:11:26 -0700 (PDT) (envelope-from jkh@time.cdrom.com) Received: from time.cdrom.com (jkh@localhost.cdrom.com [127.0.0.1]) by time.cdrom.com (8.8.8/8.8.8) with ESMTP id TAA23572; Fri, 28 Aug 1998 19:10:31 -0700 (PDT) (envelope-from jkh@time.cdrom.com) To: Mike Smith cc: committers@FreeBSD.org Subject: Re: make.conf In-reply-to: Your message of "Fri, 28 Aug 1998 18:49:28 -0000." <199808281849.SAA06317@dingo.cdrom.com> Date: Fri, 28 Aug 1998 19:10:31 -0700 Message-ID: <23567.904356631@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-cvs-all@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk > Agreed. It's not *impossibly* hard to merge at least some of this > stuff; both rc.conf and make.conf are reasonably straightforward. > Don't we have any aspiring Perl5 or Tcl weenies out there that would > like to make their mark? 8) I'll further commit to using any auto-merger tools that people may come up with from sysinstall if they make that a comparatively easy thing to do. It's long been on the TODO list, just not done. For rc.conf and make.conf, which contains only variable declarations, this is actually pretty easy since you really just have to: 1. Read in the new file, preserving comments and storing all the name/value pairs in some sort of table (sysinstall actually does this now). 2. Read just the name/value pairs from the old file and override any existing values in the table with the previous data. 3. Write back out a composite file with comments and updated variable values. Erm, right? I don't see any reason why that wouldn't work unless the default value of something has changed and you end up propagating an old default value back into your new file. I guess that's the one downside to this approach. - Jordan > > -- > \\ Sometimes you're ahead, \\ Mike Smith > \\ sometimes you're behind. \\ mike@smith.net.au > \\ The race is long, and in the \\ msmith@freebsd.org > \\ end it's only with yourself. \\ msmith@cdrom.com > > From owner-cvs-all Fri Aug 28 19:18:07 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA28705 for cvs-all-outgoing; Fri, 28 Aug 1998 19:18:07 -0700 (PDT) (envelope-from owner-cvs-all) Received: from time.cdrom.com (time.cdrom.com [204.216.27.226]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA28631 for ; Fri, 28 Aug 1998 19:17:59 -0700 (PDT) (envelope-from jkh@time.cdrom.com) Received: from time.cdrom.com (jkh@localhost.cdrom.com [127.0.0.1]) by time.cdrom.com (8.8.8/8.8.8) with ESMTP id TAA23606; Fri, 28 Aug 1998 19:13:48 -0700 (PDT) (envelope-from jkh@time.cdrom.com) To: ac199@hwcn.org cc: Matthew Dillon , Poul-Henning Kamp , John Polstra , committers@FreeBSD.ORG Subject: Re: make.conf In-reply-to: Your message of "Fri, 28 Aug 1998 21:47:18 EDT." Date: Fri, 28 Aug 1998 19:13:47 -0700 Message-ID: <23602.904356827@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > getting seriously out of hand. Obviously no one here is a ten > year-old, since as a ten-year old, I certainly never said You must have grown up in the country. Around here, all the 10 year olds I know could make a sailor blush with their vocabularies. I was more tame by comparison and probably didn't start swearing seriously until I was at least 7 or so. :-) - Jordan From owner-cvs-all Fri Aug 28 19:32:22 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA00549 for cvs-all-outgoing; Fri, 28 Aug 1998 19:32:22 -0700 (PDT) (envelope-from owner-cvs-all) Received: from apollo.backplane.com (apollo.backplane.com [209.157.86.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA00538 for ; Fri, 28 Aug 1998 19:32:13 -0700 (PDT) (envelope-from dillon@backplane.com) Received: (dillon@localhost) by apollo.backplane.com (8.8.8/8.6.5) id TAA21504; Fri, 28 Aug 1998 19:31:12 -0700 (PDT) Date: Fri, 28 Aug 1998 19:31:12 -0700 (PDT) From: Matthew Dillon Message-Id: <199808290231.TAA21504@apollo.backplane.com> To: "Jordan K. Hubbard" Cc: Mike Smith , committers@FreeBSD.ORG Subject: Re: make.conf Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk :thing to do. It's long been on the TODO list, just not done. : :For rc.conf and make.conf, which contains only variable declarations, :this is actually pretty easy since you really just have to: : :1. Read in the new file, preserving comments and storing all the : name/value pairs in some sort of table (sysinstall actually does : this now). : :2. Read just the name/value pairs from the old file and override : any existing values in the table with the previous data. : :3. Write back out a composite file with comments and updated variable : values. : :Erm, right? I don't see any reason why that wouldn't work unless the :default value of something has changed and you end up propagating an :old default value back into your new file. I guess that's the one :downside to this approach. : :- Jordan You have to audit the results anyway. It's much easier to do this: * copy the 'factory' rc.conf to /etc/rc.conf straight. Put just your overrides in rc.conf.local. No editing, no merging, no nothing. Any new featurisms that the FreeBSD wizards turn on become automatically supported in your machine configuration. * audit differences between the old system rc.conf and the new one to determine if anything significant has been changed. Since both of these are distribution-supplied files, the diff output is generally trivially auditable. * In general, No auditing of rc.conf.local is necessary. No merging, no editing, no nothing. In rare cases someone may turn on something in rc.conf that we may want to turn off in rc.conf.local, but we haven't come across such a case yet even when drastic changes are being made to rc.conf by the committers. Simple, and straightforward. Of course I have no objection to including a merger/utility program in the dist. I'll never use it myself, though. (This, of course, is very similar to my argument for a make.conf.local, but the make.conf.local argument hinges on the fact that you generally want a copy of the 6K 'factory' make.conf on your system due to all the critical documentation, so from the point of view of someone updating the system it is just as important to separate out the factory-fresh file from the installation specifics). -Matt :> :> -- :> \\ Sometimes you're ahead, \\ Mike Smith :> \\ sometimes you're behind. \\ mike@smith.net.au :> \\ The race is long, and in the \\ msmith@freebsd.org :> \\ end it's only with yourself. \\ msmith@cdrom.com :> :> : : Matthew Dillon Engineering, HiWay Technologies, Inc. & BEST Internet Communications (Please include original email in any response) From owner-cvs-all Fri Aug 28 19:34:20 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA00848 for cvs-all-outgoing; Fri, 28 Aug 1998 19:34:20 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA00825; Fri, 28 Aug 1998 19:34:11 -0700 (PDT) (envelope-from jkh@FreeBSD.org) From: "Jordan K. Hubbard" Received: (from jkh@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id TAA09181; Fri, 28 Aug 1998 19:34:04 -0700 (PDT) Date: Fri, 28 Aug 1998 19:34:04 -0700 (PDT) Message-Id: <199808290234.TAA09181@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: doc/handbook submitters.sgml Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jkh 1998/08/28 19:34:04 PDT Modified files: handbook submitters.sgml Log: Add Robert Morris for contribution to the project. Revision Changes Path 1.234 +3 -1 doc/handbook/submitters.sgml From owner-cvs-all Fri Aug 28 19:52:31 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA02577 for cvs-all-outgoing; Fri, 28 Aug 1998 19:52:31 -0700 (PDT) (envelope-from owner-cvs-all) Received: from apollo.backplane.com (apollo.backplane.com [209.157.86.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA02570 for ; Fri, 28 Aug 1998 19:52:26 -0700 (PDT) (envelope-from dillon@backplane.com) Received: (dillon@localhost) by apollo.backplane.com (8.8.8/8.6.5) id TAA21595; Fri, 28 Aug 1998 19:51:30 -0700 (PDT) Date: Fri, 28 Aug 1998 19:51:30 -0700 (PDT) From: Matthew Dillon Message-Id: <199808290251.TAA21595@apollo.backplane.com> To: Matthew Dillon Cc: "Jordan K. Hubbard" , Mike Smith , committers@FreeBSD.ORG Subject: Re: make.conf Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk : * In general, No auditing of rc.conf.local is necessary. No merging, : no editing, no nothing. In rare cases someone may turn on something : in rc.conf that we may want to turn off in rc.conf.local, but we : haven't come across such a case yet even when drastic changes are : being made to rc.conf by the committers. I should make a correction here... after the initial turning off of certain basic services turned on in rc.conf.local, that is. Once you've set up your base overrides in rc.conf.local, you generally don't have to mess with it during future upgrades even if the distribution rc.conf file goes through major changes. -Matt From owner-cvs-all Fri Aug 28 20:52:37 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA06770 for cvs-all-outgoing; Fri, 28 Aug 1998 20:52:37 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA06765; Fri, 28 Aug 1998 20:52:35 -0700 (PDT) (envelope-from motoyuki@FreeBSD.org) From: Motoyuki Konno Received: (from motoyuki@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id UAA10747; Fri, 28 Aug 1998 20:52:30 -0700 (PDT) Date: Fri, 28 Aug 1998 20:52:30 -0700 (PDT) Message-Id: <199808290352.UAA10747@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: doc/ja/handbook relnotes.sgml submitters.sgml Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk motoyuki 1998/08/28 20:52:30 PDT Modified files: ja/handbook relnotes.sgml submitters.sgml Log: Merge the following changes in the English version: relnotes.sgml : 1.26 -> 1.27 submitters.sgml : 1.233 -> 1.234 Revision Changes Path 1.14 +4 -4 doc/ja/handbook/relnotes.sgml 1.75 +4 -2 doc/ja/handbook/submitters.sgml From owner-cvs-all Fri Aug 28 21:23:28 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA08748 for cvs-all-outgoing; Fri, 28 Aug 1998 21:23:28 -0700 (PDT) (envelope-from owner-cvs-all) Received: from pluto.plutotech.com (mail.plutotech.com [206.168.67.137]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA08743 for ; Fri, 28 Aug 1998 21:23:26 -0700 (PDT) (envelope-from gibbs@plutotech.com) Received: from narnia.plutotech.com (narnia.plutotech.com [206.168.67.130]) by pluto.plutotech.com (8.8.7/8.8.5) with ESMTP id WAA18049 for ; Fri, 28 Aug 1998 22:22:32 -0600 (MDT) Message-Id: <199808290422.WAA18049@pluto.plutotech.com> X-Mailer: exmh version 2.0.2 2/24/98 To: committers@FreeBSD.ORG Subject: Re: make.conf In-reply-to: Your message of "Fri, 28 Aug 1998 18:45:10 PDT." <23439.904355110@time.cdrom.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Fri, 28 Aug 1998 22:16:33 -0600 From: "Justin T. Gibbs" Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk [ Large CC list to people already on committers killed ] I will likely hate myself in the morning for getting involved in this discussion, but oh well.... I just reviewed the contents of /etc/make.conf. Although it does allow you to set a few variables that may apply to any bmaked compile, almost every entry in there is specific to either the FreeBSD src or ports tree. Why is it then included by sys.mk? It seems to me that the src and ports tree provided by FreeBSD should pull in configuration information in a fashion that is localized to the particular tree being built. How exactly to do this without killing the ability to build from a read only source tree, I don't know, but the current situation is certainly broken in my eyes. If an administrator wishes to modify the behavior of every bmake on the system, they should do it in /usr/share/mk, but today I have to be very careful of how I modify /etc/make.conf to insure that it doesn't disrupt the build of the non-FreeBSD source related, bmaked projects, I happen to compile under FreeBSD. I don't want to constantly modify my /etc/make.conf between builds with different requirements. I don't want to debug strange make failures caused by make variable name collisions. etc. etc. If others share this view, perhaps we should work towards providing a mechanism for our user community to configure how the system src trees are built that is completely localized to the source files we wish to target. -- Justin From owner-cvs-all Fri Aug 28 21:44:15 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA09918 for cvs-all-outgoing; Fri, 28 Aug 1998 21:44:15 -0700 (PDT) (envelope-from owner-cvs-all) Received: from word.smith.net.au (castles244.castles.com [208.214.165.244]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA09906 for ; Fri, 28 Aug 1998 21:44:12 -0700 (PDT) (envelope-from mike@word.smith.net.au) Received: from word.smith.net.au (localhost [127.0.0.1]) by word.smith.net.au (8.9.1/8.8.8) with ESMTP id VAA00419; Fri, 28 Aug 1998 21:41:00 GMT (envelope-from mike@word.smith.net.au) Message-Id: <199808282141.VAA00419@word.smith.net.au> X-Mailer: exmh version 2.0.2 2/24/98 To: Matthew Dillon cc: "Jordan K. Hubbard" , Mike Smith , committers@FreeBSD.org Subject: Re: make.conf In-reply-to: Your message of "Fri, 28 Aug 1998 19:51:30 MST." <199808290251.TAA21595@apollo.backplane.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Fri, 28 Aug 1998 21:40:59 +0000 From: Mike Smith Sender: owner-cvs-all@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk > : * In general, No auditing of rc.conf.local is necessary. No merging, > : no editing, no nothing. In rare cases someone may turn on something > : in rc.conf that we may want to turn off in rc.conf.local, but we > : haven't come across such a case yet even when drastic changes are > : being made to rc.conf by the committers. > > I should make a correction here... after the initial turning off of > certain basic services turned on in rc.conf.local, that is. Once you've > set up your base overrides in rc.conf.local, you generally don't have > to mess with it during future upgrades even if the distribution rc.conf > file goes through major changes. That would imply a minimum of conflict between an automatically upgraded /etc/rc.conf and your scheme; because you leave /etc/rc.conf untouched, the upgrade would simply migrate it to the newer version, but your overrides would be left untouched. The one difficult case would be where a new addition to /etc/rc.conf was made which enabled a service which you wanted disabled. -- \\ Sometimes you're ahead, \\ Mike Smith \\ sometimes you're behind. \\ mike@smith.net.au \\ The race is long, and in the \\ msmith@freebsd.org \\ end it's only with yourself. \\ msmith@cdrom.com From owner-cvs-all Fri Aug 28 22:12:54 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA11317 for cvs-all-outgoing; Fri, 28 Aug 1998 22:12:54 -0700 (PDT) (envelope-from owner-cvs-all) Received: from burka.rdy.com (burka.rdy.com [205.149.163.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA11311 for ; Fri, 28 Aug 1998 22:12:52 -0700 (PDT) (envelope-from dima@burka.rdy.com) Received: (from dima@localhost) by burka.rdy.com (8.8.8/RDY&DVV) id WAA20198; Fri, 28 Aug 1998 22:11:39 -0700 (PDT) Message-Id: <199808290511.WAA20198@burka.rdy.com> Subject: Re: make.conf In-Reply-To: <199808282141.VAA00419@word.smith.net.au> from Mike Smith at "Aug 28, 1998 9:40:59 pm" To: mike@smith.net.au (Mike Smith) Date: Fri, 28 Aug 1998 22:11:39 -0700 (PDT) Cc: dillon@backplane.com, jkh@time.cdrom.com, mike@smith.net.au, committers@FreeBSD.ORG X-Class: Fast Organization: HackerDome Reply-To: dima@best.net From: dima@best.net (Dima Ruban) X-Mailer: ELM [version 2.4ME+ PL45 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Mike Smith writes: > That would imply a minimum of conflict between an automatically > upgraded /etc/rc.conf and your scheme; because you leave /etc/rc.conf > untouched, the upgrade would simply migrate it to the newer version, > but your overrides would be left untouched. > > The one difficult case would be where a new addition to /etc/rc.conf > was made which enabled a service which you wanted disabled. I don't see a problem here, since rc.conf.local is included at the very end of /etc/rc.conf. Or am I missing something? > -- > \\ Sometimes you're ahead, \\ Mike Smith > \\ sometimes you're behind. \\ mike@smith.net.au > \\ The race is long, and in the \\ msmith@freebsd.org > \\ end it's only with yourself. \\ msmith@cdrom.com > > -- dima From owner-cvs-all Fri Aug 28 22:19:12 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA12443 for cvs-all-outgoing; Fri, 28 Aug 1998 22:19:12 -0700 (PDT) (envelope-from owner-cvs-all) Received: from austin.polstra.com (austin.polstra.com [206.213.73.10]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA12421 for ; Fri, 28 Aug 1998 22:19:04 -0700 (PDT) (envelope-from jdp@austin.polstra.com) Received: from austin.polstra.com (jdp@localhost) by austin.polstra.com (8.8.8/8.8.8) with ESMTP id WAA14604 for ; Fri, 28 Aug 1998 22:18:10 -0700 (PDT) (envelope-from jdp) Message-Id: <199808290518.WAA14604@austin.polstra.com> To: committers@freebsd.org Subject: Re: make.conf In-Reply-To: <199808281849.SAA06317@dingo.cdrom.com> References: <199808281849.SAA06317@dingo.cdrom.com> Organization: Polstra & Co., Seattle, WA Date: Fri, 28 Aug 1998 22:18:09 -0700 From: John Polstra Sender: owner-cvs-all@freebsd.org X-Loop: FreeBSD.org Precedence: bulk In article <199808281849.SAA06317@dingo.cdrom.com>, Mike Smith wrote: > Agreed. It's not *impossibly* hard to merge at least some of this > stuff; both rc.conf and make.conf are reasonably straightforward. > Don't we have any aspiring Perl5 or Tcl weenies out there that would > like to make their mark? 8) Pah, we don't need no stinkin' Perl5 or Tcl. You can get a good merge most of the time with a simple "diff3 -m". Joerg and I worked it out independently some time ago, though neither of us has followed through with it. The scheme is as follows, looking just at rc.conf for concreteness. In the steady state, we have both our customized version of the file (adopting the terminology of diff3, we'll call it "MINE") and a saved copy of the corresponding released version (which we'll call "OLDER"). Now we want to merge our customizations into a new released version (called "YOURS"). The merge is done by: diff3 -m MINE OLDER YOURS > NEW Then check for conflicts (the exit code of diff3 indicates that). If there are conflicts, invoke an editor for the user to manually resolve them. Once the conflicts are gone, get back to the steady state with: mv NEW MINE mv YOURS OLDER Repeat for the other customizable files. You can get a poor man's version of this if you keep a CVS repository around. Simply edit the files your checked-out source tree, and then copy them into /etc. To merge, all you have to do is a "cvs update". CVS does the same diff3 operation that I described above. John -- John Polstra jdp@polstra.com John D. Polstra & Co., Inc. Seattle, Washington USA "Self-knowledge is always bad news." -- John Barth From owner-cvs-all Fri Aug 28 22:20:11 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA12680 for cvs-all-outgoing; Fri, 28 Aug 1998 22:20:11 -0700 (PDT) (envelope-from owner-cvs-all) Received: from word.smith.net.au (castles244.castles.com [208.214.165.244]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA12660 for ; Fri, 28 Aug 1998 22:20:07 -0700 (PDT) (envelope-from mike@word.smith.net.au) Received: from word.smith.net.au (localhost [127.0.0.1]) by word.smith.net.au (8.9.1/8.8.8) with ESMTP id WAA00640; Fri, 28 Aug 1998 22:16:49 GMT (envelope-from mike@word.smith.net.au) Message-Id: <199808282216.WAA00640@word.smith.net.au> X-Mailer: exmh version 2.0.2 2/24/98 To: dima@best.net cc: mike@smith.net.au (Mike Smith), dillon@backplane.com, jkh@time.cdrom.com, committers@FreeBSD.ORG Subject: Re: make.conf In-reply-to: Your message of "Fri, 28 Aug 1998 22:11:39 MST." <199808290511.WAA20198@burka.rdy.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Fri, 28 Aug 1998 22:16:48 +0000 From: Mike Smith Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > Mike Smith writes: > > That would imply a minimum of conflict between an automatically > > upgraded /etc/rc.conf and your scheme; because you leave /etc/rc.conf > > untouched, the upgrade would simply migrate it to the newer version, > > but your overrides would be left untouched. > > > > The one difficult case would be where a new addition to /etc/rc.conf > > was made which enabled a service which you wanted disabled. > > I don't see a problem here, since rc.conf.local is included at the very end > of /etc/rc.conf. Or am I missing something? In the following scenario, it requires an audit as Matt mentioned: - You perform an operating system upgrade, which updates /etc/rc.conf - The upgrade adds a new service to the standard system startup - The update of /etc/rc.conf enables this new service - You do not want this new service enabled Because the existing rc.conf.local doesn't know about the new service, it won't contain an override to turn it off. This case is likely to be so rare that while it's worth bearing in mind, I can't see it as something to preclude using an automated update tool. -- \\ Sometimes you're ahead, \\ Mike Smith \\ sometimes you're behind. \\ mike@smith.net.au \\ The race is long, and in the \\ msmith@freebsd.org \\ end it's only with yourself. \\ msmith@cdrom.com From owner-cvs-all Fri Aug 28 22:23:41 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA12949 for cvs-all-outgoing; Fri, 28 Aug 1998 22:23:41 -0700 (PDT) (envelope-from owner-cvs-all) Received: from rover.village.org (rover.village.org [204.144.255.49]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id WAA12941 for ; Fri, 28 Aug 1998 22:23:39 -0700 (PDT) (envelope-from imp@village.org) Received: from harmony [10.0.0.6] by rover.village.org with esmtp (Exim 1.71 #1) id 0zCdTC-0004Fb-00; Fri, 28 Aug 1998 23:22:38 -0600 Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.9.1/8.8.3) with ESMTP id XAA11009 for ; Fri, 28 Aug 1998 23:22:02 -0600 (MDT) Message-Id: <199808290522.XAA11009@harmony.village.org> Subject: Re: make.conf To: committers@freebsd.org In-reply-to: Your message of "Fri, 28 Aug 1998 22:16:33 MDT." <199808290422.WAA18049@pluto.plutotech.com> References: <199808290422.WAA18049@pluto.plutotech.com> Date: Fri, 28 Aug 1998 23:22:02 -0600 From: Warner Losh Sender: owner-cvs-all@freebsd.org X-Loop: FreeBSD.org Precedence: bulk In message <199808290422.WAA18049@pluto.plutotech.com> "Justin T. Gibbs" writes: : If others share this view, perhaps we should work towards providing a : mechanism for our user community to configure how the system src trees : are built that is completely localized to the source files we wish to : target. At first I thought /etc/make.conf was really cool. Then I had several discussions about this with others in the BSD community, especially in relationship to the "ports" collection on OpenBSD. I too think that the more we add to /etc/make.conf, the more we're painting a huge "kick me" sign on ourselves. And I'm not even thinking about the upgrade issues surrounding it. I've been racking my brains trying to come up with some way to globally affect some things (like /usr/src), while not having it be really global (eg things not in /usr/src or /usr/ports). Some solutions are trivial (eg adding .include to all make files in the system (as their first line)), others are harder, but involve fewer files being edited. Some involve hacks to make to look for configuration information "locally". None of the harder ones will solve all the problems. It is almost as if you wanted to have the gcc-like flag '-include mk.conf' in make to have it do the right thing. Doing this from the top of the tree is easy (just hack it into a simple /usr/src/Makefile that calls a more complicated /usr/src/Makefile.build), but leaving people the ability to build part of the tree is harder. Then you think, oh, I'll just put something in /usr/src and somehow have make magically read it (for any value of /usr/src, btw). One way to do that would be to have a Makefile.inc-like file at all levels of the tree (except the leaves) that gets included before things (eg like the -include ../mk.conf). This would allow one to build, and allow one to stop at the top level (if each level except the top level included it). There are problems with this approach as well, when /usr has a mk.conf in it. However, it would solve the read-only source tree problem (as the /usr/src/mk.conf could have an include directive in it that is variable and defaults to /etc/make.conf). I'm not sure that committers is the place to talk about these ideas at length, so I'll leave it at that and go off and see how hard this[*] idea would be to implement... Warner [*] The "just include ../mk.conf, if it exists" idea, properly parameterized, of course. From owner-cvs-all Fri Aug 28 22:29:29 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA13414 for cvs-all-outgoing; Fri, 28 Aug 1998 22:29:29 -0700 (PDT) (envelope-from owner-cvs-all) Received: from burka.rdy.com (burka.rdy.com [205.149.163.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA13405 for ; Fri, 28 Aug 1998 22:29:26 -0700 (PDT) (envelope-from dima@burka.rdy.com) Received: (from dima@localhost) by burka.rdy.com (8.8.8/RDY&DVV) id WAA20340; Fri, 28 Aug 1998 22:28:22 -0700 (PDT) Message-Id: <199808290528.WAA20340@burka.rdy.com> Subject: Re: make.conf In-Reply-To: <199808282216.WAA00640@word.smith.net.au> from Mike Smith at "Aug 28, 1998 10:16:48 pm" To: mike@smith.net.au (Mike Smith) Date: Fri, 28 Aug 1998 22:28:22 -0700 (PDT) Cc: dima@best.net, mike@smith.net.au, dillon@backplane.com, jkh@time.cdrom.com, committers@FreeBSD.ORG X-Class: Fast Organization: HackerDome Reply-To: dima@best.net From: dima@best.net (Dima Ruban) X-Mailer: ELM [version 2.4ME+ PL45 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Mike Smith writes: > In the following scenario, it requires an audit as Matt mentioned: > > - You perform an operating system upgrade, which updates /etc/rc.conf > - The upgrade adds a new service to the standard system startup > - The update of /etc/rc.conf enables this new service > - You do not want this new service enabled > > Because the existing rc.conf.local doesn't know about the new service, > it won't contain an override to turn it off. > > This case is likely to be so rare that while it's worth bearing in > mind, I can't see it as something to preclude using an automated update > tool. Well, I think all the new services should be disabled by default. An upgrade tool should mention about adding a new service but it should keep it disabled. If user will want to enable this service - he can do it manually. > > > -- > \\ Sometimes you're ahead, \\ Mike Smith > \\ sometimes you're behind. \\ mike@smith.net.au > \\ The race is long, and in the \\ msmith@freebsd.org > \\ end it's only with yourself. \\ msmith@cdrom.com > > -- dima From owner-cvs-all Fri Aug 28 22:34:24 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA13855 for cvs-all-outgoing; Fri, 28 Aug 1998 22:34:24 -0700 (PDT) (envelope-from owner-cvs-all) Received: from word.smith.net.au (castles244.castles.com [208.214.165.244]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA13848 for ; Fri, 28 Aug 1998 22:34:20 -0700 (PDT) (envelope-from mike@word.smith.net.au) Received: from word.smith.net.au (localhost [127.0.0.1]) by word.smith.net.au (8.9.1/8.8.8) with ESMTP id WAA00736; Fri, 28 Aug 1998 22:31:29 GMT (envelope-from mike@word.smith.net.au) Message-Id: <199808282231.WAA00736@word.smith.net.au> X-Mailer: exmh version 2.0.2 2/24/98 To: "Jordan K. Hubbard" cc: Mike Smith , committers@FreeBSD.org Subject: Re: make.conf In-reply-to: Your message of "Fri, 28 Aug 1998 19:10:31 MST." <23567.904356631@time.cdrom.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Fri, 28 Aug 1998 22:31:28 +0000 From: Mike Smith Sender: owner-cvs-all@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk > For rc.conf and make.conf, which contains only variable declarations, > this is actually pretty easy since you really just have to: > > 1. Read in the new file, preserving comments and storing all the > name/value pairs in some sort of table (sysinstall actually does > this now). > > 2. Read just the name/value pairs from the old file and override > any existing values in the table with the previous data. > > 3. Write back out a composite file with comments and updated variable > values. > > Erm, right? I don't see any reason why that wouldn't work unless the > default value of something has changed and you end up propagating an > old default value back into your new file. I guess that's the one > downside to this approach. The lossage associated with this scheme is as follows: - Variant/nonstandard entries (eg. ifconfig_foo in rc.conf) require special handling. - Unless you associate comments with variables, and know how to differentiate between "system" comments and "user" comments, any additional commentary added by the user is lost. - It's difficult to tell the difference between a "local addition" and an obsoleted variable. You can work around this by mandating that anything nonstandard must not be kept in the datafile. My old Juliet framework knows how to do most of this (add, remove, comment association, etc.). make.conf is basically the same format, so the same code could be used with trivial modifications. If someone will trade me a trivial commandline parser (turn string into argv/argc, handle \ and " and $ substitution properly), I'll rewrite the Juliet code to suit. -- \\ Sometimes you're ahead, \\ Mike Smith \\ sometimes you're behind. \\ mike@smith.net.au \\ The race is long, and in the \\ msmith@freebsd.org \\ end it's only with yourself. \\ msmith@cdrom.com From owner-cvs-all Fri Aug 28 22:48:57 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA15293 for cvs-all-outgoing; Fri, 28 Aug 1998 22:48:57 -0700 (PDT) (envelope-from owner-cvs-all) Received: from apollo.backplane.com (apollo.backplane.com [209.157.86.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA15275 for ; Fri, 28 Aug 1998 22:48:50 -0700 (PDT) (envelope-from dillon@backplane.com) Received: (dillon@localhost) by apollo.backplane.com (8.8.8/8.6.5) id WAA21954; Fri, 28 Aug 1998 22:47:21 -0700 (PDT) Date: Fri, 28 Aug 1998 22:47:21 -0700 (PDT) From: Matthew Dillon Message-Id: <199808290547.WAA21954@apollo.backplane.com> To: Warner Losh Cc: committers@FreeBSD.ORG Subject: Re: make.conf Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk A quick audit of the hacks we've placed in make.conf over the last year or two results in some interesting reading. But one other thing to keep in mind re: make.conf is that there is a definite convience factor for being able to put all of these adjustable configuration elements into a single file. In my comments below, when I say 'global' I mean that the option could be meaningful to virtually any utility, port, etc... USA_RESIDENT= YES this is definitely global NOSUIDPERL= true this really isn't global MAKE_KERBEROS5= YES this could be considered global FORCE_PKG_REGISTER= YES sorta global (ports is big) COMPAT1X= yes not really global but could govern packages install. COMPAT20= yes ditto COMPAT21= yes ditto WANT_LIBC_R= yes ditto NNTP_ONLY= YES this is definitely global -- aka all news-related software should use NNTP, system has no local spool. KRB5_HOME= /usr/krb5 this could be considered global A quick audit of other make.conf options: CFLAGS definitely global (but don't get fancy) NOPROFILE definitely global NOPERL not really global OBJLINK global COPTFLAGS should be in kernel config WANT_CSRG_LIBM not really global NOMANCOMPRESS definitely global NOPORTDOCS definitely global PRINTER not really global BOOTWAIT should be in kernel config BOOT_COMCONSOLE_PORT should be in kernel config BOOT_COMCONSOLE_SPEED should be in kernel config X11BASE weird. HAVE_MOTIF could be considered global MOTIFLIB could be considered global FTP_PASSIVE_MODE definitely global LOCAL_SITE_LIST definitely global LOCALE definitely global MASTER_SITE_* definitely global MAKE_KERBEROS4 definitely global SUP* maybe, probably not though. TOP_TABLE_SIZE silly. shouldn't be in make.conf at all. -Matt From owner-cvs-all Fri Aug 28 22:59:13 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA16655 for cvs-all-outgoing; Fri, 28 Aug 1998 22:59:13 -0700 (PDT) (envelope-from owner-cvs-all) Received: from cpkkpwkbkagc (stn-on2-160.netcom.ca [207.181.100.160]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id WAA16641; Fri, 28 Aug 1998 22:58:25 -0700 (PDT) (envelope-from accutone@bellsouth.net) DATE: Tue, 08 Sep 1998 01:55:53 -0500 Message-ID: Subject: 99 Toyotas as low as 2% over invoice From: accutone@bellsouth.net To: $user@mtqp.freebsd.org Reply-To: accutone@bellsouth.net MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Please accept our appologies for your inconvenience if you are not interested in this e-mail offer. If you are interested in a new 99' toyota car, truck, or van at prices as low as 2% over invoice on selected models and/or huge savings on pre-owned certified toyotas as well as 100's of other pre-owned vehicles of all makes and models below kelly blue book, please respond with your name, phone #, e-mail address and the specific model you are interested in. We thank you for your time. please accept our appologies for the intrusion and de-select yourself from our mailing list if not interested. Thank you. From owner-cvs-all Fri Aug 28 23:03:33 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA17186 for cvs-all-outgoing; Fri, 28 Aug 1998 23:03:33 -0700 (PDT) (envelope-from owner-cvs-all) Received: from rover.village.org (rover.village.org [204.144.255.49]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id XAA17179 for ; Fri, 28 Aug 1998 23:03:23 -0700 (PDT) (envelope-from imp@village.org) Received: from harmony [10.0.0.6] by rover.village.org with esmtp (Exim 1.71 #1) id 0zCe5V-0004Hx-00; Sat, 29 Aug 1998 00:02:13 -0600 Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.9.1/8.8.3) with ESMTP id AAA11483 for ; Sat, 29 Aug 1998 00:01:37 -0600 (MDT) Message-Id: <199808290601.AAA11483@harmony.village.org> Subject: Re: make.conf To: committers@freebsd.org In-reply-to: Your message of "Fri, 28 Aug 1998 22:47:21 PDT." <199808290547.WAA21954@apollo.backplane.com> References: <199808290547.WAA21954@apollo.backplane.com> Date: Sat, 29 Aug 1998 00:01:36 -0600 From: Warner Losh Sender: owner-cvs-all@freebsd.org X-Loop: FreeBSD.org Precedence: bulk In message <199808290547.WAA21954@apollo.backplane.com> Matthew Dillon writes: : In my comments below, when I say 'global' I mean that the option could : be meaningful to virtually any utility, port, etc... Does that mean all the programs that might be built on the system, or just all the programs that traditionally have lived in /usr/{src,ports}? The biggest problem with having so many global variables is that they can step on other people's uses of those variables. FTP_PASSIVE_MODE is an ENVIRONMENT variable that has no business being defined in any global makefile, for example, even if all the users on the system need this to run FTP. That is the problem with /etc/make.conf being included in sys.mk. I agree that it should be included by, or caused to be included by, all of /usr/{src,ports}, but I agree with Bruce and others who think that it unnecessarily pollutes the namespace of MAKE macros. In the pseudo proposal that I had in my last message, /usr/src/mk.conf would include /etc/make.conf rather than having /usr/share/mk/sys.mk do it. /usr/src/mk.conf would be included as ../mk.conf from somwhere in the build tree (which would itself include ../mk.conf, etc up to the top level). make(1) would have to be modified to automatically include ../mk.conf, in this scheme. Something about it bugs me, however, and I can't put my finger on it. Again, read for /usr/src where-ever the tree happens to be, as /usr/src wouldn't be hard coded. An alternative to changing make would be to add .include <../mk.conf> to all Makefiles in the source tree, as well as creating mk.conf files in all non-leaf nodes of the tree, which were one liners, except at the top level. Hmmm, the second part of this would need to be done reguardless. I also agree that some way to customize the /etc/make.conf file needs to be upgrade friendly. Warner From owner-cvs-all Fri Aug 28 23:24:27 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA19555 for cvs-all-outgoing; Fri, 28 Aug 1998 23:24:27 -0700 (PDT) (envelope-from owner-cvs-all) Received: from ns.mt.sri.com (sri-gw.MT.net [206.127.105.141]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA19541 for ; Fri, 28 Aug 1998 23:24:16 -0700 (PDT) (envelope-from nate@mt.sri.com) Received: from mt.sri.com (rocky.mt.sri.com [206.127.76.100]) by ns.mt.sri.com (8.8.8/8.8.8) with SMTP id AAA24387; Sat, 29 Aug 1998 00:23:20 -0600 (MDT) (envelope-from nate@rocky.mt.sri.com) Received: by mt.sri.com (SMI-8.6/SMI-SVR4) id AAA07984; Sat, 29 Aug 1998 00:23:19 -0600 Date: Sat, 29 Aug 1998 00:23:19 -0600 Message-Id: <199808290623.AAA07984@mt.sri.com> From: Nate Williams MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: Mike Smith Cc: "Jordan K. Hubbard" , committers@FreeBSD.ORG Subject: Re: make.conf In-Reply-To: <199808281849.SAA06317@dingo.cdrom.com> References: <23439.904355110@time.cdrom.com> <199808281849.SAA06317@dingo.cdrom.com> X-Mailer: VM 6.34 under 19.16 "Lille" XEmacs Lucid Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > > The fact that we handle this badly during upgrades is what's probably > > leading to a lot of features like Matt's. If we did a better job of > > keeping /etc up to date while preserving the various localizations, > > it wouldn't be an issue. But we don't. :( > > Agreed. It's not *impossibly* hard to merge at least some of this > stuff; both rc.conf and make.conf are reasonably straightforward. I do what John Polstra suggested a while back. I copy my 'edited' copies to /usr/src/etc, and let CVS update it for me. It handles all of the stuff that can be done 'automatically', and the stuff I have to manual edit happens in a copy that doesn't affect the system negatively if it screws up. In short, it *just works*. Nate From owner-cvs-all Fri Aug 28 23:27:23 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA19879 for cvs-all-outgoing; Fri, 28 Aug 1998 23:27:23 -0700 (PDT) (envelope-from owner-cvs-all) Received: from apollo.backplane.com (apollo.backplane.com [209.157.86.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA19843 for ; Fri, 28 Aug 1998 23:27:09 -0700 (PDT) (envelope-from dillon@backplane.com) Received: (dillon@localhost) by apollo.backplane.com (8.8.8/8.6.5) id XAA22084; Fri, 28 Aug 1998 23:24:59 -0700 (PDT) Date: Fri, 28 Aug 1998 23:24:59 -0700 (PDT) From: Matthew Dillon Message-Id: <199808290624.XAA22084@apollo.backplane.com> To: Warner Losh Cc: committers@FreeBSD.ORG Subject: Re: make.conf Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk :In message <199808290547.WAA21954@apollo.backplane.com> Matthew Dillon writes: :: In my comments below, when I say 'global' I mean that the option could :: be meaningful to virtually any utility, port, etc... : :Does that mean all the programs that might be built on the system, or :just all the programs that traditionally have lived in :/usr/{src,ports}? I think some variables are seriously global... not just for /usr/src and /usr/ports, but potentially for everything. For example, the location of certain binaries, or whether you want man pages to be compressed or not, whether your system is tightly integrated with kerberos, whether you want compiled programs to be optimized in a specific way for the platform (aka -m486, etc...), whether you are USA_RESIDENT, etc... Other variables aren't quite as global, but cover a large enough code base that the convenience factor is just too big to ignore. For example, some of the ports-specific globals: NOPORTSDOCS, FORCE_PKG_REGISTER. Other variables cover a program class but don't really apply to all programs. e.g. NNTP_ONLY, which can conceivably effect a class of news-related clients. Still worth the convenience factor. Maybe. Others can't be considered global by any stretch of the imagination: TOP_TABLE_SIZE, SUP, etc... I think the thing with make.conf is that, basically, it's just too convenient a place to put make configuration variables. Usually you don't have too many, and you really don't want to spread them around half a dozen different files. Hence, make.conf. The key to making it work is to make the variables verbose enough as to greatly diminish the chance of a conflict occuring. :Warner : -Matt Matthew Dillon Engineering, HiWay Technologies, Inc. & BEST Internet Communications (Please include original email in any response) From owner-cvs-all Fri Aug 28 23:35:58 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA21010 for cvs-all-outgoing; Fri, 28 Aug 1998 23:35:58 -0700 (PDT) (envelope-from owner-cvs-all) Received: from time.cdrom.com (time.cdrom.com [204.216.27.226]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA20995 for ; Fri, 28 Aug 1998 23:35:56 -0700 (PDT) (envelope-from jkh@time.cdrom.com) Received: from time.cdrom.com (jkh@localhost.cdrom.com [127.0.0.1]) by time.cdrom.com (8.8.8/8.8.8) with ESMTP id XAA24454; Fri, 28 Aug 1998 23:35:06 -0700 (PDT) (envelope-from jkh@time.cdrom.com) To: Nate Williams cc: committers@FreeBSD.ORG Subject: Re: make.conf In-reply-to: Your message of "Sat, 29 Aug 1998 00:23:19 MDT." <199808290623.AAA07984@mt.sri.com> Date: Fri, 28 Aug 1998 23:35:06 -0700 Message-ID: <24450.904372506@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > I do what John Polstra suggested a while back. I copy my 'edited' copies > to /usr/src/etc, and let CVS update it for me. It handles all of the Impractical as a general solution, however. You can't expect every user to keep a piece of the CVS repository on hand. It would be nice, but still unreasonable to expect it. - Jordan From owner-cvs-all Fri Aug 28 23:46:12 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA22021 for cvs-all-outgoing; Fri, 28 Aug 1998 23:46:12 -0700 (PDT) (envelope-from owner-cvs-all) Received: from shell.futuresouth.com (shell.futuresouth.com [198.78.58.28]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA22010 for ; Fri, 28 Aug 1998 23:46:10 -0700 (PDT) (envelope-from fullermd@futuresouth.com) Received: (from fullermd@localhost) by shell.futuresouth.com (8.8.8/8.8.8) id BAA29332; Sat, 29 Aug 1998 01:45:00 -0500 (CDT) Message-ID: <19980829014500.39906@futuresouth.com> Date: Sat, 29 Aug 1998 01:45:00 -0500 From: "Matthew D. Fuller" To: "Jordan K. Hubbard" Cc: Mike Smith , committers@FreeBSD.ORG Subject: Re: make.conf References: <199808281849.SAA06317@dingo.cdrom.com> <23567.904356631@time.cdrom.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.88 In-Reply-To: <23567.904356631@time.cdrom.com>; from Jordan K. Hubbard on Fri, Aug 28, 1998 at 07:10:31PM -0700 Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Fri, Aug 28, 1998 at 07:10:31PM -0700, Jordan K. Hubbard woke me up to tell me: > > For rc.conf and make.conf, which contains only variable declarations, > this is actually pretty easy since you really just have to: I've been mulling and ruminating, and occasionally thinking about something like this. What I was looking at (which is only forward-looking, hackish for backwards) is something along the lines of: 1) on install, copy pristine rc.conf to, say, /var/backups 2) on upgrade, do a diff between that and exiting /etc/rc.conf, to see local mods 3) perform magical incantation copying over new rc.conf, and reintegrating changed lines. Have a -i switch to see and OK the additions (read: re-merges) to the (new) rc.conf, have it log diffs between the old backup rc.conf and the new pristine rc.conf, etc. Now, that doesn't handle the existing systems of course. But for new...? Who wants to flame me about it first? *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-* | FreeBSD; the way computers were meant to be | * "The only reason I'm burning my candle at both ends, is * | that I haven't figured out how to light the middle yet."| * fullermd@futuresouth.com :-} MAtthew Fuller * | http://keystone.westminster.edu/~fullermd | *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-* From owner-cvs-all Sat Aug 29 00:06:05 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA23299 for cvs-all-outgoing; Sat, 29 Aug 1998 00:06:05 -0700 (PDT) (envelope-from owner-cvs-all) Received: from gratis.grondar.za (gratis.grondar.za [196.7.18.65]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA23185; Sat, 29 Aug 1998 00:05:45 -0700 (PDT) (envelope-from mark@grondar.za) Received: from grondar.za (IDENT:vEa3MeZHrsSbHh1ltsUO4LsGSndks01w@localhost [127.0.0.1]) by gratis.grondar.za (8.9.1/8.9.1) with ESMTP id JAA00820; Sat, 29 Aug 1998 09:04:47 +0200 (SAST) (envelope-from mark@grondar.za) Message-Id: <199808290704.JAA00820@gratis.grondar.za> To: asami@freebsd.org (Satoshi Asami) cc: committers@freebsd.org, ports@freebsd.org, markm@freebsd.org Subject: Re: p5-* ports Date: Sat, 29 Aug 1998 09:04:46 +0200 From: Mark Murray Sender: owner-cvs-all@freebsd.org X-Loop: FreeBSD.org Precedence: bulk wrote: > * > (1) Does it behave exactly like the one in ports? For instance, the > * > p5-* ports still will still go to the same directory > * > (/usr/local/lib/perl5/...)? > * > * No - I belive we discussed this before? I'm negotiable, but I'd prefer > * /usr/local/libexec/perl5/. > > Yes we discussed it, but you said you're going to keep them in > /usr/local/lib/perl5 for now, but split them to share/perl5 (manpages) > and libexec/perl5 (everything else). Right - it looks as though splitting out manpages will be a bit problematic, but the idea of putting p5-* _code_ into local/libexec/perl5/* is certainly going to eventually happen. I won't do it at first so as not to break the ports tree. > And you said you're going to give out a loud yell before you change > that (I haven't heard anything coming from South Africa :). :-) When I am commit ready, I'll start yelling and finalising policy with you. I will not commit until you are happy. > * > (2) If so, where does it get the value "/usr/local" from? > * > * It is a configuration option for perl's ./configure, and could be > * set as a #define for my bmaked stuff or as an entry in @INC for the > * diehards. > > You mean it's built in when you build /usr/bin/perl5 (and friends)? Yup. > What does the user have to do if they want to move ${LOCALBASE} > elsewhere? -I in the perl command line or an entry in /etc/make.conf I suppose. > Speaking of bsd.port.mk...I was thinking about adding something like > this (dima committed a very premature version of this): > > === > .if exists(/usr/bin/perl5) > .if !exists(/usr/bin/perl${PERL_VERSION} > "error! you need to update your system perl or delete it!" > .else > PERL5= /usr/bin/perl${PERL_VERSION} > .endif > .else > PERL5= ${LOCALBASE}/bin/perl${PERL_VERSION} > .if defined(USE_PERL5) > BUILD_DEPENDS+= perl${PERL_VERSION}:${PORTSDIR}/lang/perl5 > RUN_DEPENDS+= perl${PERL_VERSION}:${PORTSDIR}/lang/perl5 > .endif > .endif > === > > What do you think? Will it just work (modulo the (1) problem above) > with this, or do we need something else? At a first look, this looks OK. I wasn't planning to put in the version on the /usr/bin/perl5 binary, but it seems like a good thing, so I'll do it. > One thing that is *very important* is to absorb all hackery into > bsd.port.mk so individual ports don't have to be adjusted depending on > whether the user is running -stable or -current. (I'd also prefer to > have it work on users with pre-src-perl5 -current with a new > bsd.port.mk, thus the above test.) I'll bear that in mind. M -- Mark Murray Join the anti-SPAM movement: http://www.cauce.org From owner-cvs-all Sat Aug 29 00:18:36 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA24475 for cvs-all-outgoing; Sat, 29 Aug 1998 00:18:36 -0700 (PDT) (envelope-from owner-cvs-all) Received: from gratis.grondar.za (gratis.grondar.za [196.7.18.65]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA24442; Sat, 29 Aug 1998 00:18:29 -0700 (PDT) (envelope-from mark@grondar.za) Received: from grondar.za (IDENT:QkzE6tZWec49nHKcmaskYiZQ/Jrt/mBD@localhost [127.0.0.1]) by gratis.grondar.za (8.9.1/8.9.1) with ESMTP id JAA00940; Sat, 29 Aug 1998 09:17:29 +0200 (SAST) (envelope-from mark@grondar.za) Message-Id: <199808290717.JAA00940@gratis.grondar.za> To: asami@freebsd.org (Satoshi Asami) cc: roberto@keltia.freenix.fr, committers@freebsd.org, ports@freebsd.org Subject: Re: p5-* ports Date: Sat, 29 Aug 1998 09:17:27 +0200 From: Mark Murray Sender: owner-cvs-all@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > * I use CPAN a lot but it is not a miracle. > > Can someone tell me how this works? The easiest way is (at your shell command line): $ perl -MCPAN -e shell and follow the instructions (or ? for help). Perl can fetch/update its own bits, and is reasonably clever about doing this. There is no mechanism for automatically sorting out dependancies. It cannot _remove_ a package, but there is a .packinglist(?) file installed with each one that could be used to construct a tool to do this. > Also, are you guys (some of you anyway) suggesting to remove all the > p5-* ports from the tree? (That's going to make the ports tree shrink > by almost 100, but given the recent mess I'm not sure if I'll shed any > tears. ;) I'd love to. ;-) M -- Mark Murray Join the anti-SPAM movement: http://www.cauce.org From owner-cvs-all Sat Aug 29 00:19:28 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA24643 for cvs-all-outgoing; Sat, 29 Aug 1998 00:19:28 -0700 (PDT) (envelope-from owner-cvs-all) Received: from time.cdrom.com (time.cdrom.com [204.216.27.226]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA24637 for ; Sat, 29 Aug 1998 00:19:22 -0700 (PDT) (envelope-from jkh@time.cdrom.com) Received: from time.cdrom.com (jkh@localhost.cdrom.com [127.0.0.1]) by time.cdrom.com (8.8.8/8.8.8) with ESMTP id AAA24676; Sat, 29 Aug 1998 00:18:25 -0700 (PDT) (envelope-from jkh@time.cdrom.com) To: Matthew Dillon cc: Mike Smith , committers@FreeBSD.ORG Subject: Re: make.conf In-reply-to: Your message of "Fri, 28 Aug 1998 19:31:12 PDT." <199808290231.TAA21504@apollo.backplane.com> Date: Sat, 29 Aug 1998 00:18:24 -0700 Message-ID: <24672.904375104@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > * copy the 'factory' rc.conf to /etc/rc.conf straight. Put just > your overrides in rc.conf.local. No editing, no merging, no nothing. > Any new featurisms that the FreeBSD wizards turn on become automaticall y > supported in your machine configuration. The problem with this is that it assumes no edits to /etc/rc.conf which need to be preserved, and that's something which you just won't be able to guarantee (remember, I'm looking for a general rather than a BEST-specific solution) for some time until the idea of an immutable rc.conf caught on. There have been quite a few ideas tossed around here, however, so I'm certainly going to look at all of them and think about this some more. :-) - Jordan From owner-cvs-all Sat Aug 29 00:22:36 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA25079 for cvs-all-outgoing; Sat, 29 Aug 1998 00:22:36 -0700 (PDT) (envelope-from owner-cvs-all) Received: from time.cdrom.com (time.cdrom.com [204.216.27.226]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA25070 for ; Sat, 29 Aug 1998 00:22:27 -0700 (PDT) (envelope-from jkh@time.cdrom.com) Received: from time.cdrom.com (jkh@localhost.cdrom.com [127.0.0.1]) by time.cdrom.com (8.8.8/8.8.8) with ESMTP id AAA24697; Sat, 29 Aug 1998 00:21:36 -0700 (PDT) (envelope-from jkh@time.cdrom.com) To: John Polstra cc: committers@FreeBSD.ORG Subject: Re: make.conf In-reply-to: Your message of "Fri, 28 Aug 1998 22:18:09 PDT." <199808290518.WAA14604@austin.polstra.com> Date: Sat, 29 Aug 1998 00:21:36 -0700 Message-ID: <24693.904375296@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > diff3 -m MINE OLDER YOURS > NEW So you're implying that OLDER will be created when: A) The system is first installed, perhaps by preserving the "base" rc.conf as /etc/rc.conf.dist B) One of these fancy[er] merges has been done, in which case /etc/rc.conf.dist is overwritten with the base rc.conf file from the new release. I think that would be pretty darn simple - any objections to this as a "quick fix" solution? I'm still in favor of pushing people over to rc.conf.local for their customizations (which, *ack urgh*, doesn't even really need to live in /etc :-) but this would deal reasonably well with those who didn't. - Jordan From owner-cvs-all Sat Aug 29 00:56:05 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA27919 for cvs-all-outgoing; Sat, 29 Aug 1998 00:56:05 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA27862; Sat, 29 Aug 1998 00:56:01 -0700 (PDT) (envelope-from obrien@FreeBSD.org) From: "David E. O'Brien" Received: (from obrien@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id AAA14817; Sat, 29 Aug 1998 00:55:56 -0700 (PDT) Date: Sat, 29 Aug 1998 00:55:56 -0700 (PDT) Message-Id: <199808290755.AAA14817@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/usr.bin/mkdep Makefile mkdep.1 mkdep.gcc.sh Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk obrien 1998/08/29 00:55:56 PDT Modified files: usr.bin/mkdep Makefile mkdep.1 mkdep.gcc.sh Log: Add option `-n', causing system headers not to be included in dependacy lists. This is needed when using a non-stock compiler. Revision Changes Path 1.6 +1 -0 src/usr.bin/mkdep/Makefile 1.3 +3 -1 src/usr.bin/mkdep/mkdep.1 1.15 +13 -2 src/usr.bin/mkdep/mkdep.gcc.sh From owner-cvs-all Sat Aug 29 01:30:45 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA01107 for cvs-all-outgoing; Sat, 29 Aug 1998 01:30:45 -0700 (PDT) (envelope-from owner-cvs-all) Received: from ifi.uio.no (ifi.uio.no [129.240.64.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA01101 for ; Sat, 29 Aug 1998 01:30:44 -0700 (PDT) (envelope-from dag-erli@ifi.uio.no) Received: from grjottunagard.ifi.uio.no (2602@grjottunagard.ifi.uio.no [129.240.64.131]) by ifi.uio.no (8.8.8/8.8.7/ifi0.2) with ESMTP id KAA08284; Sat, 29 Aug 1998 10:29:49 +0200 (MET DST) Received: (from dag-erli@localhost) by grjottunagard.ifi.uio.no ; Sat, 29 Aug 1998 10:29:48 +0200 (MET DST) Mime-Version: 1.0 To: "Justin T. Gibbs" Cc: committers@FreeBSD.ORG Subject: Re: make.conf References: <199808290422.WAA18049@pluto.plutotech.com> Organization: University of Oslo, Department of Informatics X-url: http://www.stud.ifi.uio.no/~dag-erli/ X-other-addresses: 'finger dag-erli@ifi.uio.no' for a list X-disclaimer-1: The views expressed in this article are mine alone, and do X-disclaimer-2: not necessarily coincide with those of any organisation or X-disclaimer-3: company with which I am or have been affiliated. X-Stop-Spam: http://www.cauce.org/ From: dag-erli@ifi.uio.no (Dag-Erling Coidan =?iso-8859-1?Q?Sm=F8rgrav?= ) Date: 29 Aug 1998 10:29:47 +0200 In-Reply-To: "Justin T. Gibbs"'s message of "Fri, 28 Aug 1998 22:16:33 -0600" Message-ID: Lines: 13 X-Mailer: Gnus v5.5/Emacs 19.34 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by hub.freebsd.org id BAB01102 Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk "Justin T. Gibbs" writes: > I just reviewed the contents of /etc/make.conf. Although it does allow you > to set a few variables that may apply to any bmaked compile, almost every > entry in there is specific to either the FreeBSD src or ports tree. Why is Random idea: split up make.conf into make.conf (CFLAGS, COPTFLAGS, and perhaps X11BASE, HAVE_MOTIF and MOTIFLIB) which is always read by make, and build.conf (everything else) which is only read when building world or ports. DES (who uses bsd.prog.mk a lot) -- Dag-Erling Smørgrav - dag-erli@ifi.uio.no From owner-cvs-all Sat Aug 29 01:39:40 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA01710 for cvs-all-outgoing; Sat, 29 Aug 1998 01:39:40 -0700 (PDT) (envelope-from owner-cvs-all) Received: from ifi.uio.no (ifi.uio.no [129.240.64.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA01694 for ; Sat, 29 Aug 1998 01:39:31 -0700 (PDT) (envelope-from dag-erli@ifi.uio.no) Received: from grjottunagard.ifi.uio.no (2602@grjottunagard.ifi.uio.no [129.240.64.131]) by ifi.uio.no (8.8.8/8.8.7/ifi0.2) with ESMTP id KAA08588; Sat, 29 Aug 1998 10:38:21 +0200 (MET DST) Received: (from dag-erli@localhost) by grjottunagard.ifi.uio.no ; Sat, 29 Aug 1998 10:38:20 +0200 (MET DST) Mime-Version: 1.0 To: Mike Smith Cc: dima@best.net, dillon@backplane.com, jkh@time.cdrom.com, committers@FreeBSD.ORG Subject: Re: make.conf References: <199808282216.WAA00640@word.smith.net.au> Organization: University of Oslo, Department of Informatics X-url: http://www.stud.ifi.uio.no/~dag-erli/ X-other-addresses: 'finger dag-erli@ifi.uio.no' for a list X-disclaimer-1: The views expressed in this article are mine alone, and do X-disclaimer-2: not necessarily coincide with those of any organisation or X-disclaimer-3: company with which I am or have been affiliated. X-Stop-Spam: http://www.cauce.org/ From: dag-erli@ifi.uio.no (Dag-Erling Coidan =?iso-8859-1?Q?Sm=F8rgrav?= ) Date: 29 Aug 1998 10:38:19 +0200 In-Reply-To: Mike Smith's message of "Fri, 28 Aug 1998 22:16:48 +0000" Message-ID: Lines: 19 X-Mailer: Gnus v5.5/Emacs 19.34 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by hub.freebsd.org id BAB01696 Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Mike Smith writes: > In the following scenario, it requires an audit as Matt mentioned: > > - You perform an operating system upgrade, which updates /etc/rc.conf > - The upgrade adds a new service to the standard system startup > - The update of /etc/rc.conf enables this new service > - You do not want this new service enabled It doesn't make a difference; it requires an audit even if you don't have rc.conf.local. I have been using the rc.conf.local scheme since the sysconfig --> rc.conf switch, and I find that 'diff -u /etc/rc.conf /usr/src/etc/rc.conf' tells me all I need to know. Then again, being a committer, I usually know what changes to expect... DES -- Dag-Erling Smørgrav - dag-erli@ifi.uio.no From owner-cvs-all Sat Aug 29 01:45:57 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA02292 for cvs-all-outgoing; Sat, 29 Aug 1998 01:45:57 -0700 (PDT) (envelope-from owner-cvs-all) Received: from ifi.uio.no (ifi.uio.no [129.240.64.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA02285 for ; Sat, 29 Aug 1998 01:45:55 -0700 (PDT) (envelope-from dag-erli@ifi.uio.no) Received: from grjottunagard.ifi.uio.no (2602@grjottunagard.ifi.uio.no [129.240.64.131]) by ifi.uio.no (8.8.8/8.8.7/ifi0.2) with ESMTP id KAA08884; Sat, 29 Aug 1998 10:44:54 +0200 (MET DST) Received: (from dag-erli@localhost) by grjottunagard.ifi.uio.no ; Sat, 29 Aug 1998 10:44:53 +0200 (MET DST) Mime-Version: 1.0 To: Matthew Dillon Cc: Warner Losh , committers@FreeBSD.ORG Subject: Re: make.conf References: <199808290624.XAA22084@apollo.backplane.com> Organization: University of Oslo, Department of Informatics X-url: http://www.stud.ifi.uio.no/~dag-erli/ X-other-addresses: 'finger dag-erli@ifi.uio.no' for a list X-disclaimer-1: The views expressed in this article are mine alone, and do X-disclaimer-2: not necessarily coincide with those of any organisation or X-disclaimer-3: company with which I am or have been affiliated. X-Stop-Spam: http://www.cauce.org/ From: dag-erli@ifi.uio.no (Dag-Erling Coidan =?iso-8859-1?Q?Sm=F8rgrav?= ) Date: 29 Aug 1998 10:44:53 +0200 In-Reply-To: Matthew Dillon's message of "Fri, 28 Aug 1998 23:24:59 -0700 (PDT)" Message-ID: Lines: 10 X-Mailer: Gnus v5.5/Emacs 19.34 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by hub.freebsd.org id BAB02288 Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Matthew Dillon writes: > Others can't be considered global by any stretch of the imagination: > TOP_TABLE_SIZE, SUP, etc... ...and the COMCONSOLE stuff, which should go in the kernel configuration file. DES -- Dag-Erling Smørgrav - dag-erli@ifi.uio.no From owner-cvs-all Sat Aug 29 02:25:12 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA05112 for cvs-all-outgoing; Sat, 29 Aug 1998 02:25:12 -0700 (PDT) (envelope-from owner-cvs-all) Received: from outmail.utsunomiya-u.ac.jp (outmail.utsunomiya-u.ac.jp [160.12.196.3]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA05098 for ; Sat, 29 Aug 1998 02:25:09 -0700 (PDT) (envelope-from yokota@zodiac.mech.utsunomiya-u.ac.jp) Received: from zodiac.mech.utsunomiya-u.ac.jp (IDENT:tyrOjdRP86h03nE9D2kCUr1SQXlyXQ5z@zodiac.mech.utsunomiya-u.ac.jp [160.12.42.1]) by outmail.utsunomiya-u.ac.jp (8.9.1/8.9.1) with ESMTP id SAA04266 for ; Sat, 29 Aug 1998 18:24:14 +0900 (JST) Received: from zodiac.mech.utsunomiya-u.ac.jp (zodiac.mech.utsunomiya-u.ac.jp [160.12.42.1]) by zodiac.mech.utsunomiya-u.ac.jp (8.7.6+2.6Wbeta7/3.4W/zodiac-May96) with ESMTP id SAA01090; Sat, 29 Aug 1998 18:33:37 +0900 (JST) Message-Id: <199808290933.SAA01090@zodiac.mech.utsunomiya-u.ac.jp> To: committers@freebsd.org cc: yokota@zodiac.mech.utsunomiya-u.ac.jp Subject: Re: make.conf In-reply-to: Your message of "29 Aug 1998 10:44:53 +0200." References: <199808290624.XAA22084@apollo.backplane.com> Date: Sat, 29 Aug 1998 18:33:36 +0900 From: Kazutaka YOKOTA Sender: owner-cvs-all@freebsd.org X-Loop: FreeBSD.org Precedence: bulk >Matthew Dillon writes: >> Others can't be considered global by any stretch of the imagination: >> TOP_TABLE_SIZE, SUP, etc... > >...and the COMCONSOLE stuff, which should go in the kernel >configuration file. Well. I think not. The serial console related variables in /etc/make.conf such as BOOT_COMCONSOLE_PORT and BOOT_COMCONSOLE_SPEED, and another variable related to boot behavior, BOOTWAIT, cannot be moved to kernel configuration file, because they are meant for compilation of the boot block rather than the kernel. You need to tell both the boot block and the kernel that you want to have a serial console, in the current implementation. /etc/make.conf may not be the best place for these variables, but the kernel configuration file is definitely not the place for them. Kazu From owner-cvs-all Sat Aug 29 02:50:28 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA07634 for cvs-all-outgoing; Sat, 29 Aug 1998 02:50:28 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA07627; Sat, 29 Aug 1998 02:50:22 -0700 (PDT) (envelope-from phk@FreeBSD.org) From: Poul-Henning Kamp Received: (from phk@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id CAA16659; Sat, 29 Aug 1998 02:50:17 -0700 (PDT) Date: Sat, 29 Aug 1998 02:50:17 -0700 (PDT) Message-Id: <199808290950.CAA16659@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/share/examples/worm burncd.sh Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk phk 1998/08/29 02:50:17 PDT Modified files: share/examples/worm burncd.sh Log: fix a typo Revision Changes Path 1.6 +1 -1 src/share/examples/worm/burncd.sh From owner-cvs-all Sat Aug 29 03:20:30 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA09643 for cvs-all-outgoing; Sat, 29 Aug 1998 03:20:30 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id DAA09633; Sat, 29 Aug 1998 03:20:26 -0700 (PDT) (envelope-from wosch@FreeBSD.org) From: Wolfram Schneider Received: (from wosch@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id DAA17234; Sat, 29 Aug 1998 03:20:21 -0700 (PDT) Date: Sat, 29 Aug 1998 03:20:21 -0700 (PDT) Message-Id: <199808291020.DAA17234@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/german/BBBike Makefile Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk wosch 1998/08/29 03:20:21 PDT Modified files: german/BBBike Makefile Log: unbroke Revision Changes Path 1.3 +1 -3 ports/german/BBBike/Makefile From owner-cvs-all Sat Aug 29 03:42:19 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA11284 for cvs-all-outgoing; Sat, 29 Aug 1998 03:42:19 -0700 (PDT) (envelope-from owner-cvs-all) Received: from frmug.org (frmug-gw.frmug.org [193.56.58.252]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id DAA11251; Sat, 29 Aug 1998 03:41:55 -0700 (PDT) (envelope-from roberto@keltia.freenix.fr) Received: (from uucp@localhost) by frmug.org (8.9.1/frmug-2.3/nospam) with UUCP id MAA29162; Sat, 29 Aug 1998 12:40:57 +0200 (CEST) (envelope-from roberto@keltia.freenix.fr) Received: by keltia.freenix.fr (VMailer, from userid 101) id 3762F1517; Sat, 29 Aug 1998 12:31:16 +0200 (CEST) Date: Sat, 29 Aug 1998 12:31:16 +0200 From: Ollivier Robert To: committers@FreeBSD.org, ports@FreeBSD.org Subject: Re: p5-* ports Message-ID: <19980829123116.A29560@keltia.freenix.fr> Mail-Followup-To: committers@FreeBSD.org, ports@FreeBSD.org References: <19980828212756.A26309@keltia.freenix.fr> <199808282240.PAA27696@vader.cs.berkeley.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.94.4i In-Reply-To: <199808282240.PAA27696@vader.cs.berkeley.edu>; from Satoshi Asami on Fri, Aug 28, 1998 at 03:40:49PM -0700 X-Operating-System: FreeBSD 3.0-CURRENT ctm#4598 AMD-K6 MMX @ 200 MHz Sender: owner-cvs-all@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk According to Satoshi Asami: > Can someone tell me how this works? CPAN is a repository for all Perl modules / extentions / docs. There is a list of all modules, updated regularely. When you start CPAN.pm[1], it will retrieve the modules file & the authors file and store them. It can find which modules are outdated on your system and knows how to translate "Foo::Bar" into "load CPAN/authors/id/BLAH/Foo-Bar-0.0.tar.gz". You can compile, test and install within CPAN.pm (which has a rather nice interface). It won't automatically retrieve all the modules you need although they've invented a new kind of module, the "bundle". As you imagine it is a virtual module which has all the ones you need (e.g. bundle-libnet). One of the inconvenient is that it requires you to be connected when you use it because you'll need to retrieve files from CPAN. You can run it offline if you put the packages in the right place but it is cumbersome IMO. What would be possible is to more or less merge the ports system with CPAN.pm by using direct routines inside CPAN.pm. There is an API for this: ... CPAN::Shell The commands that are available in the shell interface are methods in the package CPAN::Shell. If you enter the shell command, all your input is split by the Text::ParseWords::shellwords() routine which acts like most shells do. The first word is being interpreted as the method to be called and the rest of the words are treated as arguments to this method. Continuation lines are supported if a line ends with a literal backslash. ... Programming Examples This enables the programmer to do operations that combine functionalities that are available in the shell. # install everything that is outdated on my disk: perl -MCPAN -e 'CPAN::Shell->install(CPAN::Shell->r)' # install my favorite programs if necessary: for $mod (qw(Net::FTP MD5 Data::Dumper)){ my $obj = CPAN::Shell->expand('Module',$mod); $obj->install; } # list all modules on my disk that have no VERSION number for $mod (CPAN::Shell->expand("Module","/./")){ next unless $mod->inst_file; # MakeMaker convention for undefined $VERSION: next unless $mod->inst_version eq "undef"; print "No VERSION in ", $mod->id, "\n"; } ... BUGS If a Makefile.PL requires special customization of libraries, prompts the user for special input, etc. then you may find CPAN is not able to build the distribution. In that case, you should attempt the traditional method of building a Perl module package from a shell. ----- [1] "perl -MCPAN -e shell" Interactive mode: 1259 [12:14] root@keltia:/etc/ssh2# perl -MCPAN -e shell cpan shell -- CPAN exploration and modules installation (v1.3901) ReadLine support enabled cpan> h command arguments description a string authors b or display bundles d /regex/ info distributions m or about modules i none anything of above r as reinstall recommendations u above uninstalled distributions See manpage for autobundle, recompile, force, look, etc. make make test modules, make test (implies make) install dists, bundles, make install (implies test) clean "r" or "u" make clean readme display the README file reload index|cpan load most recent indices/CPAN.pm h or ? display this menu o various set and query options ! perl-code eval a perl command q quit the shell subroutine -- Ollivier ROBERT -=- FreeBSD: The Power to Serve! -=- roberto@keltia.freenix.fr FreeBSD keltia.freenix.fr 3.0-CURRENT #62: Mon Jul 27 20:47:08 CEST 1998 From owner-cvs-all Sat Aug 29 04:01:29 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA14878 for cvs-all-outgoing; Sat, 29 Aug 1998 04:01:29 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id EAA14873; Sat, 29 Aug 1998 04:01:28 -0700 (PDT) (envelope-from wosch@FreeBSD.org) From: Wolfram Schneider Received: (from wosch@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id EAA19045; Sat, 29 Aug 1998 04:01:23 -0700 (PDT) Date: Sat, 29 Aug 1998 04:01:23 -0700 (PDT) Message-Id: <199808291101.EAA19045@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/share/mk bsd.docb.mk Makefile Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk wosch 1998/08/29 04:01:23 PDT Modified files: share/mk Makefile Added files: share/mk bsd.docb.mk Log: bsd.docb.mk handles installing SGML/docbook documents. Revision Changes Path 1.19 +3 -1 src/share/mk/Makefile From owner-cvs-all Sat Aug 29 04:25:23 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA18220 for cvs-all-outgoing; Sat, 29 Aug 1998 04:25:23 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id EAA18215; Sat, 29 Aug 1998 04:25:20 -0700 (PDT) (envelope-from andreas@FreeBSD.org) From: Andreas Klemm Received: (from andreas@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id EAA19386; Sat, 29 Aug 1998 04:25:15 -0700 (PDT) Date: Sat, 29 Aug 1998 04:25:15 -0700 (PDT) Message-Id: <199808291125.EAA19386@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/net/bb Makefile ports/net/bb/files md5 ports/net/bb/patches patch-ab patch-ad Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk andreas 1998/08/29 04:25:15 PDT Modified files: net/bb Makefile net/bb/files md5 net/bb/patches patch-ab patch-ad Log: - update to new version 1.08 - use 127.0.0.1 as starting ip address for a fresh configuration - new master site, use my download area as alternative - suggest installing apache 13 to use this port instead of the old noneexisting ports - new life example (the bb developement site) Revision Changes Path 1.27 +7 -7 ports/net/bb/Makefile 1.11 +1 -1 ports/net/bb/files/md5 1.3 +5 -7 ports/net/bb/patches/patch-ab 1.2 +16 -18 ports/net/bb/patches/patch-ad From owner-cvs-all Sat Aug 29 06:13:18 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA25001 for cvs-all-outgoing; Sat, 29 Aug 1998 06:13:18 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA24992; Sat, 29 Aug 1998 06:13:15 -0700 (PDT) (envelope-from bde@FreeBSD.org) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id GAA23451; Sat, 29 Aug 1998 06:13:10 -0700 (PDT) Date: Sat, 29 Aug 1998 06:13:10 -0700 (PDT) Message-Id: <199808291313.GAA23451@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/kern vfs_subr.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 1998/08/29 06:13:10 PDT Modified files: sys/kern vfs_subr.c Log: Oops, the previous revision unconfigured too much pre-Lite2 compatibilty cruft. At least lsvfs(1) was broken. Revision Changes Path 1.161 +4 -4 src/sys/kern/vfs_subr.c From owner-cvs-all Sat Aug 29 06:53:29 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA27971 for cvs-all-outgoing; Sat, 29 Aug 1998 06:53:29 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA27966; Sat, 29 Aug 1998 06:53:27 -0700 (PDT) (envelope-from bde@FreeBSD.org) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id GAA05994; Sat, 29 Aug 1998 06:53:22 -0700 (PDT) Date: Sat, 29 Aug 1998 06:53:22 -0700 (PDT) Message-Id: <199808291353.GAA05994@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/usr.bin/lsvfs lsvfs.c lsvfs.1 Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 1998/08/29 06:53:22 PDT Modified files: usr.bin/lsvfs lsvfs.c lsvfs.1 Log: Fixed anachronisms (nuked vfs type number; don't give a 1/6-baked list of vfs flags in the man page). Revision Changes Path 1.11 +7 -8 src/usr.bin/lsvfs/lsvfs.c 1.6 +6 -10 src/usr.bin/lsvfs/lsvfs.1 From owner-cvs-all Sat Aug 29 07:13:40 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA29535 for cvs-all-outgoing; Sat, 29 Aug 1998 07:13:40 -0700 (PDT) (envelope-from owner-cvs-all) Received: from mail.kt.rim.or.jp (mail.kt.rim.or.jp [202.247.130.53]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA29527; Sat, 29 Aug 1998 07:13:38 -0700 (PDT) (envelope-from kuriyama@sky.rim.or.jp) Received: from moon.sky.rim.or.jp (ppp376.kt.rim.or.jp [202.247.140.76]) by mail.kt.rim.or.jp (8.8.5/3.6W-RIMNET-98-06-09) with ESMTP id XAA27104; Sat, 29 Aug 1998 23:12:41 +0900 (JST) Received: from sky.rim.or.jp (earth [192.168.1.2]) by moon.sky.rim.or.jp (8.8.7/3.5Wpl4/moon-1.0) with ESMTP id XAA06015; Sat, 29 Aug 1998 23:09:39 +0900 (JST) Message-ID: <35E80B21.3DD271A@sky.rim.or.jp> Date: Sat, 29 Aug 1998 23:07:29 +0900 From: Jun Kuriyama X-Mailer: Mozilla 4.04 [ja] (Win95; I) MIME-Version: 1.0 To: Andreas Klemm CC: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/www/apache13-php3 Makefile References: <199808271408.HAA24731@freefall.freebsd.org> <19980828190224.A15895@klemm.gtn.com> Content-Type: text/plain; charset=iso-2022-jp Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk Andreas Klemm wrote: > Sorry, was in holidays and miscalculated the automatic shutdown > time after UUCP connection to ISP, so that uuxqt never ran and > vacation hasn't been executed :-/ Oh, sorry, too. :-) I've send mail to maintainer of apache13-php3 (stefan@asterix.webaffairs.net) not of apache12-php3 (you). BTW, is anyone working about upgrading this port to apache-1.3.1/php-3.0.3? -- Jun Kuriyama // kuriyama@sky.rim.or.jp // kuriyama@FreeBSD.ORG From owner-cvs-all Sat Aug 29 07:36:55 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA01033 for cvs-all-outgoing; Sat, 29 Aug 1998 07:36:55 -0700 (PDT) (envelope-from owner-cvs-all) Received: from time.cdrom.com (time.cdrom.com [204.216.27.226]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA01027; Sat, 29 Aug 1998 07:36:54 -0700 (PDT) (envelope-from jkh@time.cdrom.com) Received: from time.cdrom.com (jkh@localhost.cdrom.com [127.0.0.1]) by time.cdrom.com (8.8.8/8.8.8) with ESMTP id HAA16759; Sat, 29 Aug 1998 07:35:42 -0700 (PDT) (envelope-from jkh@time.cdrom.com) To: Jun Kuriyama cc: Andreas Klemm , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: ports/www/apache13-php3 Makefile In-reply-to: Your message of "Sat, 29 Aug 1998 23:07:29 +0900." <35E80B21.3DD271A@sky.rim.or.jp> Date: Sat, 29 Aug 1998 07:35:42 -0700 Message-ID: <16755.904401342@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > BTW, is anyone working about upgrading this port to > apache-1.3.1/php-3.0.3? I sent patches to the maintainer for this, but haven't heard anything back from him yet. The changes are very simple. Index: Makefile =================================================================== RCS file: /home/ncvs/ports/www/apache13-php3/Makefile,v retrieving revision 1.50 diff -u -u -r1.50 Makefile --- Makefile 1998/08/27 14:08:20 1.50 +++ Makefile 1998/08/28 13:17:41 @@ -1,5 +1,5 @@ # New ports collection makefile for: apache HTTPD / php3 -# Version required: 1.3.0 / 3.0.2 +# Version required: 1.3.0 / 3.0.3 # Date created: So 21 Jun 1998 16:09:39 CEST # Whom: Stefan Herrmann # @@ -7,11 +7,11 @@ # DISTNAME= apache_1.3.0 -PKGNAME= apache-php3.0.2-1.3.0 +PKGNAME= apache-php3.0.3-1.3.0 CATEGORIES= www MASTER_SITES= ftp://www.apache.org/apache/dist/ \ http://www.php.net/distributions/ -DISTFILES= apache_1.3.0.tar.gz php-3.0.2.tar.gz +DISTFILES= apache_1.3.0.tar.gz php-3.0.3.tar.gz MAINTAINER= stefan@asterix.webaffairs.net @@ -85,13 +85,13 @@ .endif post-patch: - @ ${PATCH} -s -d ${WRKDIR}/php-3.0.2 < ${FILESDIR}/configure.patch + @ ${PATCH} -s -d ${WRKDIR}/php-3.0.3 < ${FILESDIR}/configure.patch pre-configure: - @( cd ${WRKDIR}/php-3.0.2 \ - && ${ECHO_MSG} "===> Configuring for PHP-3.0.2" \ + @( cd ${WRKDIR}/php-3.0.3 \ + && ${ECHO_MSG} "===> Configuring for PHP-3.0.3" \ && CFLAGS= CPPFLAGS="-I${PREFIX}/include -I${PREFIX}/include/gd" LDFLAGS=-L${PREFIX}/lib ./configure ${PHP3_CONF_ARGS} \ - && ${ECHO_MSG} "===> Building for PHP-3.0.2" \ + && ${ECHO_MSG} "===> Building for PHP-3.0.3" \ && ${MAKE} install \ && ${ECHO_MSG} "===> Configuring for Apache-1.3.0" ) .if defined(PHP3_DBTYPE) && ${PHP3_DBTYPE} == msql @@ -124,7 +124,7 @@ /bin/ln -s ${PREFIX}/share/doc/apache/$i ${PREFIX}/www/data/$i .endfor .for i in CODING_STANDARDS EXTENSION_STATUS LICENSE - ${INSTALL_DATA} ${WRKDIR}/php-3.0.2/$i ${PHP3DOCDIR} + ${INSTALL_DATA} ${WRKDIR}/php-3.0.3/$i ${PHP3DOCDIR} .endfor @ ${ECHO} "Docs reside in ${APACHEDOCDIR}" @ ${ECHO} "and in ${PHP3DOCDIR}" Index: files/md5 =================================================================== RCS file: /home/ncvs/ports/www/apache13-php3/files/md5,v retrieving revision 1.27 diff -u -u -r1.27 md5 --- md5 1998/07/25 11:30:17 1.27 +++ md5 1998/08/28 13:23:20 @@ -1,2 +1,2 @@ MD5 (apache_1.3.0.tar.gz) = 99aa7c04ae284180f85cf05f839b4308 -MD5 (php-3.0.2.tar.gz) = bd47e73a3d300263bafa8781ec766377 +MD5 (php-3.0.3.tar.gz) = 11c2b1b24642d097efea40e9ce787917 From owner-cvs-all Sat Aug 29 07:39:39 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA01255 for cvs-all-outgoing; Sat, 29 Aug 1998 07:39:39 -0700 (PDT) (envelope-from owner-cvs-all) Received: from austin.polstra.com (austin.polstra.com [206.213.73.10]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA01250 for ; Sat, 29 Aug 1998 07:39:35 -0700 (PDT) (envelope-from jdp@austin.polstra.com) Received: from austin.polstra.com (jdp@localhost) by austin.polstra.com (8.8.8/8.8.8) with ESMTP id HAA21025; Sat, 29 Aug 1998 07:38:37 -0700 (PDT) (envelope-from jdp) Message-Id: <199808291438.HAA21025@austin.polstra.com> To: "Jordan K. Hubbard" cc: committers@FreeBSD.ORG Subject: Re: make.conf In-reply-to: Your message of "Sat, 29 Aug 1998 00:21:36 PDT." <24693.904375296@time.cdrom.com> Date: Sat, 29 Aug 1998 07:38:36 -0700 From: John Polstra Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > > diff3 -m MINE OLDER YOURS > NEW > > So you're implying that OLDER will be created when: > > A) The system is first installed, perhaps by preserving the > "base" rc.conf as /etc/rc.conf.dist > > B) One of these fancy[er] merges has been done, in which case > /etc/rc.conf.dist is overwritten with the base rc.conf file > from the new release. Yes, exactly. Joerg also had an idea for deducing the original (OLDER) file on "unknown" systems using md5 checksums, but it's too early in the morning to reconstruct it right now. Also, if all the important files had RCS $Id$ (or $FreeBSD$) keywords, then the revision number of OLDER could be determined from those. John From owner-cvs-all Sat Aug 29 07:54:24 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA02340 for cvs-all-outgoing; Sat, 29 Aug 1998 07:54:24 -0700 (PDT) (envelope-from owner-cvs-all) Received: from goliath.camtech.net.au (goliath.camtech.net.au [203.5.73.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA02330 for ; Sat, 29 Aug 1998 07:54:09 -0700 (PDT) (envelope-from thyerm@camtech.net.au) Received: from camtech.net.au (dialup-ad-10-103.camtech.net.au [203.28.1.231]) by goliath.camtech.net.au (8.8.5/8.8.2) with ESMTP id AAA05146; Sun, 30 Aug 1998 00:21:44 +0930 (CST) Message-ID: <35E814FE.AA26BD0E@camtech.net.au> Date: Sun, 30 Aug 1998 00:19:34 +0930 From: Matthew Thyer X-Mailer: Mozilla 4.5b1 [en] (X11; I; FreeBSD 3.0-CURRENT i386) X-Accept-Language: en MIME-Version: 1.0 To: "Jordan K. Hubbard" CC: Mike Smith , committers@FreeBSD.ORG Subject: Re: make.conf References: <23567.904356631@time.cdrom.com> Content-Type: multipart/mixed; boundary="------------6B383DCEA3975B017CDAC09E" Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk This is a multi-part message in MIME format. --------------6B383DCEA3975B017CDAC09E Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Maybe someone can make use of my 'etcud' script for updating the /etc directory. It's got a pretty comprehensive set of options and automatically updates certain types of files. (these would probably have to be changed). Jordan K. Hubbard wrote: > > > Agreed. It's not *impossibly* hard to merge at least some of this > > stuff; both rc.conf and make.conf are reasonably straightforward. > > Don't we have any aspiring Perl5 or Tcl weenies out there that would > > like to make their mark? 8) > > I'll further commit to using any auto-merger tools that people may > come up with from sysinstall if they make that a comparatively easy > thing to do. It's long been on the TODO list, just not done. > > For rc.conf and make.conf, which contains only variable declarations, > this is actually pretty easy since you really just have to: > > 1. Read in the new file, preserving comments and storing all the > name/value pairs in some sort of table (sysinstall actually does > this now). > > 2. Read just the name/value pairs from the old file and override > any existing values in the table with the previous data. > > 3. Write back out a composite file with comments and updated variable > values. > > Erm, right? I don't see any reason why that wouldn't work unless the > default value of something has changed and you end up propagating an > old default value back into your new file. I guess that's the one > downside to this approach. > > - Jordan > > > > > -- > > \\ Sometimes you're ahead, \\ Mike Smith > > \\ sometimes you're behind. \\ mike@smith.net.au > > \\ The race is long, and in the \\ msmith@freebsd.org > > \\ end it's only with yourself. \\ msmith@cdrom.com > > > > -- /=====================================================================\ |Work: Matthew.Thyer@dsto.defence.gov.au | Home: thyerm@camtech.net.au| \=====================================================================/ "If it is true that our Universe has a zero net value for all conserved quantities, then it may simply be a fluctuation of the vacuum of some larger space in which our Universe is imbedded. In answer to the question of why it happened, I offer the modest proposal that our Universe is simply one of those things which happen from time to time." E. P. Tryon from "Nature" Vol.246 Dec.14, 1973 --------------6B383DCEA3975B017CDAC09E Content-Type: text/plain; charset=us-ascii; name="etcud" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="etcud" #!/bin/sh # # etcud 2.2 - Compare /etc with /usr/src/etc to check for updated files (for # this machines hardware platform). # # etcud [-a] [-v] [-d] [-n] [-t] [-u] [-f] [-s] [-r ] [-i | -e ] # # This script compares the MD5 checksums of all files found in the etc # directory of the source distribution (/usr/src/etc by default) with # those in /etc to alert you when /etc files need updating. # # Options: # # -a Also output information for files where the checksums match. # -v Display RCS version strings if present. # -d Display diffs between the files. # -n Non-exact mode. i.e. dont use '-x' with egrep for inclusion # and exclusion patterns. For power users only! # -t Typical usage. This is the same as etcud -e $DEF_EXCL # -u Automatically update sendmail.cf.additions, files in the periodic # directories and files ending with *.dist and *.sample. # -f Pretend you're not running DEVFS (if you are). i.e. dont ignore # files destined to live under the first mounted DEVFS. # -s Dont ignore mismatches on files of the same version (as determined by ident string). # -r Set the root directory of the source distribution. # -i Inclusion filename pattern (those files to check). # -e Exclusion filename pattern (those file to ignore). # # Inclusion and exclusion patterns must be an egrep pattern which is a list # of file names separated by the pipe character. The filenames must be # relative to the etc directory of the source distribution (/usr/src/etc # by default). # # By default the script will use egrep -x which means the patterns must # exactly match for the files to be included or excluded. This is # generally what you want as you probably want to be able to type # "etcud -e hosts" to exclude the file /etc/hosts but not the file # /etc/hosts.lpd. Power users can use -n to disable the use of -x # with egrep. This can be useful when dealing with the ppp directory # for example. # # NOTES # - You can use EITHER an exclusion OR an inclusion file pattern, not # both. Subsequent uses will be ignored with a warning. # # - Use of the typical option (-t) will run etcud with the default # exclusion pattern, set at $DEF_EXCL below. This mode overrides # any previously specified inclusion or exclusion patterns with a # warning. This mode also silently ignores -n. # # - v 2.2 - Now ignores files destined for the first mounted DEVFS found # (if using DEVFS - can be turned off with -f) # # - Version 2.1 - added -u # # - Version 2.0 - a minor cosmetic fix. # # - Version 1.9 knows what this platform is when dealing with platform # specific directories (e.g. /usr/src/etc/etc.i386). It ignores # subdirectories in /usr/src/etc that start with 'etc.' other than # etc.`uname -m` (by default). # # - Previous versions were not worth mentioning (including my first attempt # sent in as a pr). # # AUTHOR: Matthew Thyer 1997, 1998 # ############################################################################### # The default directory for the source distribution DEF_SRC_ROOT=/usr/src # The typical exclusion list DEF_EXCL="group|hosts|motd|shells|rc.local|master.passwd" # # You shouldn't change this unless you want to make your /etc for another # platform (e.g. put PLATFORM=alpha) PLATFORM=`uname -m` # opt_all=0 opt_ver=0 opt_diffs=0 opt_non_exact=0 opt_typical=0 opt_update=0 opt_nodevfs=0 opt_samever=0 opt_inc=0 opt_exc=0 error=0 cmd_name=`basename $0` usage () { echo "Usage: $cmd_name [-a] [-v] [-d] [-n] [-t] [-u] [-f] [-s] [-r ] [-i | -e ]" echo " -a Also output information for files where the checksums match" echo " -v Display RCS version strings if present" echo " -d Display diffs between the files" echo " -n Non-exact mode - i.e. dont use '-x' with egrep" echo " -t Typical usage. This is the same as etcud -e \"$DEF_EXCL\"" echo " -u Automatically update sendmail.cf.additions, files in the periodic directories and files ending with *.dist and *.sample" echo " -f Dont ignore files destined to live under the first mounted DEVFS found on the system" echo " -s Dont ignore mismatches on files of the same version (as determined by ident string)" echo " -r Directory where the source distribution is found" echo " -i Inclusion filename pattern (those files to check)" echo " -e Exclusion filename pattern (those file to ignore)" } show_ver () { the_ver=`grep '$Id:' $src_files/$x` if [ $? -eq 0 ] ; then echo "$src_files/$x VER> $the_ver" fi the_ver=`grep '$Id:' $the_file` if [ $? -eq 0 ] ; then echo " $the_file VER> $the_ver" fi } do_check () { # First determine if we should check this file (and what its home is) auto_update=0 case $x in etc\.${PLATFORM}/MAKEDEV) if [ $devfs_mtpt = /dev ] ; then the_file=SKIP else the_file=/dev/MAKEDEV fi ;; etc\.${PLATFORM}/*) the_file=/etc/`echo $x | awk -F/ '{print $NF}'` ;; etc\.*/*) the_file=SKIP ;; *Makefile) the_file=SKIP ;; MAKEDEV\.local) if [ $devfs_mtpt = /dev ] ; then the_file=SKIP else the_file=/dev/MAKEDEV.local fi ;; mail/sendmail\.cf\.additions) auto_update=1 the_file=/etc/$x ;; *\.dist) auto_update=1 the_file=/etc/$x ;; *\.sample) auto_update=1 the_file=/etc/$x ;; *) if [ `echo $x | cut -d/ -f 1` = periodic ] ; then auto_update=1 fi the_file=/etc/$x ;; esac if [ $the_file != SKIP ] ; then if [ -r $the_file ] ; then if [ `md5 $the_file | cut -d' ' -f4` != `md5 $src_files/$x | cut -d' ' -f4` ] ; then if [ $opt_update -eq 1 -a $auto_update -eq 1 ] ; then cp -p $src_files/$x $the_file else ver1=`grep '$Id:' $src_files/$x`X ver2=`grep '$Id:' $the_file`X if [ $opt_samever -eq 0 -a \( "$ver1" = "$ver2" \) -a "$ver1" != X ] ; then else echo MISMATCH for $src_files/$x $the_file if [ $opt_ver -eq 1 ] ; then show_ver fi if [ $opt_diffs -eq 1 ] ; then diff $the_file $src_files/$x echo fi fi fi elif [ $opt_all -eq 1 ] ; then echo CHECK OK for $src_files/$x $the_file if [ $opt_ver -eq 1 ] ; then show_ver fi fi else # the file is not readable.... why ? perhaps it doesn't exist if [ ! -f $the_file ] ; then echo NONEXISTANT $the_file. Maybe you should cp -p $src_files/$x $the_file else echo -n $the_file is not readable. fi fi fi } # The main program begins. # First get the options while [ $# -ne 0 ] ; do case $1 in -a) opt_all=1 ;; -v) opt_ver=1 ;; -d) opt_diffs=1 ;; -n) opt_non_exact=1 ;; -t) opt_typical=1 if [ $opt_inc -eq 1 -o $opt_exc -eq 1 ] ; then echo "Warning: Typical usage overriding prior inclusion or exclusion pattern" opt_inc=0 fi opt_exc=1 patt=$DEF_EXCL ;; -u) opt_update=1 ;; -f) opt_nodevfs=1 ;; -s) opt_samever=1 ;; -r) shift if [ $# -eq 0 ] ; then error=1 echo "Error: -r requires an argument" usage break else if [ -d $1 ] ; then SRC_ROOT=$1 else error=1 echo "Error: Source directory \"$1\" does not exist" usage break fi fi ;; -i) shift if [ $# -eq 0 ] ; then error=1 echo "Error: -i requires an argument" usage break else if [ $opt_inc -eq 1 -o $opt_exc -eq 1 ] ; then echo "Warning: subsequent inclusion pattern ignored" else patt=$1 opt_inc=1 fi fi ;; -e) shift if [ $# -eq 0 ] ; then error=1 echo "Error: -e requires an argument" usage break else if [ $opt_inc -eq 1 -o $opt_exc -eq 1 ] ; then echo "Warning: subsequent exclusion pattern ignored" else patt=$1 opt_exc=1 fi fi ;; *) error=1 usage break ;; esac shift done if [ $error -eq 1 ] ; then exit fi # Now check if running DEVFS (and whether to ignore it [-f]). devfs_mtpt=`mount | grep "^devfs on /" | head -1 | awk '{print $3}'` devfs_mtpt=${devfs_mtpt:-NO} if [ $opt_nodevfs -eq 1 ] ; then devfs_mtpt=NO fi src_files=`echo ${SRC_ROOT:=$DEF_SRC_ROOT}/etc | sed 's/\/\//\//'` cd $src_files # Can only do non_exact mode if we are not doing a typical egrep_flags="-x" if [ $opt_non_exact -eq 1 -a $opt_typical -eq 0 ] ; then egrep_flags="" fi if [ $opt_exc -eq 1 ] ; then egrep_flags=$egrep_flags" -v " fi if [ $opt_inc -eq 1 -o $opt_exc -eq 1 ] ; then find . -type f -exec echo {} \; | sed 's/^\.\///' | egrep $egrep_flags $patt | while read x ; do do_check done else find . -type f -exec echo {} \; | sed 's/^\.\///' | while read x ; do do_check done fi --------------6B383DCEA3975B017CDAC09E-- From owner-cvs-all Sat Aug 29 07:58:54 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA02537 for cvs-all-outgoing; Sat, 29 Aug 1998 07:58:54 -0700 (PDT) (envelope-from owner-cvs-all) Received: from news1.gtn.com (news1.gtn.com [194.77.0.15]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA02532; Sat, 29 Aug 1998 07:58:50 -0700 (PDT) (envelope-from andreas@klemm.gtn.com) Received: (from uucp@localhost) by news1.gtn.com (8.8.6/8.8.6) with UUCP id QAA02276; Sat, 29 Aug 1998 16:45:06 +0200 (MET DST) Received: (from andreas@localhost) by klemm.gtn.com (8.9.1/8.9.1) id QAA02417; Sat, 29 Aug 1998 16:32:29 +0200 (CEST) (envelope-from andreas) Message-ID: <19980829163228.A2401@klemm.gtn.com> Date: Sat, 29 Aug 1998 16:32:28 +0200 From: Andreas Klemm To: Jun Kuriyama Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: ports/www/apache13-php3 Makefile References: <199808271408.HAA24731@freefall.freebsd.org> <19980828190224.A15895@klemm.gtn.com> <35E80B21.3DD271A@sky.rim.or.jp> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.93.1i In-Reply-To: <35E80B21.3DD271A@sky.rim.or.jp>; from Jun Kuriyama on Sat, Aug 29, 1998 at 11:07:29PM +0900 X-Disclaimer: A free society is one where it is safe to be unpopular X-Operating-System: FreeBSD 3.0-CURRENT SMP Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Sat, Aug 29, 1998 at 11:07:29PM +0900, Jun Kuriyama wrote: > Andreas Klemm wrote: > > Sorry, was in holidays and miscalculated the automatic shutdown > > time after UUCP connection to ISP, so that uuxqt never ran and > > vacation hasn't been executed :-/ > > Oh, sorry, too. :-) I've send mail to maintainer of apache13-php3 > (stefan@asterix.webaffairs.net) not of apache12-php3 (you). > > BTW, is anyone working about upgrading this port to > apache-1.3.1/php-3.0.3? Yes -> Dirk Froemberg I'll commit his changes if he's ready. -- Andreas Klemm http://www.FreeBSD.ORG/~andreas What gives you 90% more speed, for example, in kernel compilation ? http://www.FreeBSD.ORG/~fsmp/SMP/akgraph-a/graph1.html "NT = Not Today" (Maggie Biggs) ``powered by FreeBSD SMP'' From owner-cvs-all Sat Aug 29 08:41:45 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA06131 for cvs-all-outgoing; Sat, 29 Aug 1998 08:41:45 -0700 (PDT) (envelope-from owner-cvs-all) Received: from apollo.backplane.com (apollo.backplane.com [209.157.86.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA06120 for ; Sat, 29 Aug 1998 08:41:43 -0700 (PDT) (envelope-from dillon@backplane.com) Received: (dillon@localhost) by apollo.backplane.com (8.8.8/8.6.5) id IAA24852; Sat, 29 Aug 1998 08:40:37 -0700 (PDT) Date: Sat, 29 Aug 1998 08:40:37 -0700 (PDT) From: Matthew Dillon Message-Id: <199808291540.IAA24852@apollo.backplane.com> To: Kazutaka YOKOTA Cc: committers@FreeBSD.ORG, yokota@zodiac.mech.utsunomiya-u.ac.jp Subject: Re: make.conf Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Umm... I didn't say that putting it in the kernel config would magically work, I said that it probably ought to go into the kernel config (the implication being that the kernel config should cover portions of the bootstrap code rather then make.conf). -Matt :>...and the COMCONSOLE stuff, which should go in the kernel :>configuration file. : :Well. I think not. : :The serial console related variables in /etc/make.conf such as :BOOT_COMCONSOLE_PORT and BOOT_COMCONSOLE_SPEED, and another variable :related to boot behavior, BOOTWAIT, cannot be moved to kernel :configuration file, because they are meant for compilation of the boot :block rather than the kernel. : :You need to tell both the boot block and the kernel that you want to :have a serial console, in the current implementation. : :/etc/make.conf may not be the best place for these variables, but the :kernel configuration file is definitely not the place for them. : :Kazu : : Matthew Dillon Engineering, HiWay Technologies, Inc. & BEST Internet Communications (Please include original email in any response) From owner-cvs-all Sat Aug 29 10:36:31 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA16202 for cvs-all-outgoing; Sat, 29 Aug 1998 10:36:31 -0700 (PDT) (envelope-from owner-cvs-all) Received: from veda.is (veda.is [193.4.230.1]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA16191 for ; Sat, 29 Aug 1998 10:36:27 -0700 (PDT) (envelope-from adam@veda.is) Received: (from adam@localhost) by veda.is (8.9.0/8.9.0) id RAA24925; Sat, 29 Aug 1998 17:35:27 GMT From: Adam David Message-Id: <199808291735.RAA24925@veda.is> Subject: Re: make.conf In-Reply-To: <199808290422.WAA18049@pluto.plutotech.com> from "Justin T. Gibbs" at "Aug 28, 98 10:16:33 pm" To: gibbs@plutotech.com (Justin T. Gibbs) Date: Sat, 29 Aug 1998 17:35:27 +0000 (GMT) Cc: committers@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL40 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > If others share this view, perhaps we should work towards providing a > mechanism for our user community to configure how the system src trees > are built that is completely localized to the source files we wish to > target. How about /etc/make/{ports,src}.conf or similar. -- Adam David From owner-cvs-all Sat Aug 29 10:39:46 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA16509 for cvs-all-outgoing; Sat, 29 Aug 1998 10:39:46 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA16501; Sat, 29 Aug 1998 10:39:45 -0700 (PDT) (envelope-from luoqi@FreeBSD.org) From: Luoqi Chen Received: (from luoqi@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id KAA10549; Sat, 29 Aug 1998 10:39:40 -0700 (PDT) Date: Sat, 29 Aug 1998 10:39:40 -0700 (PDT) Message-Id: <199808291739.KAA10549@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/kern vfs_bio.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk luoqi 1998/08/29 10:39:40 PDT Modified files: (Branch: RELENG_2_2) sys/kern vfs_bio.c Log: Add missing #include , it's needed for my previous commit. Revision Changes Path 1.104.2.11 +2 -1 src/sys/kern/vfs_bio.c From owner-cvs-all Sat Aug 29 10:50:21 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA17499 for cvs-all-outgoing; Sat, 29 Aug 1998 10:50:21 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA17494; Sat, 29 Aug 1998 10:50:20 -0700 (PDT) (envelope-from luoqi@FreeBSD.org) From: Luoqi Chen Received: (from luoqi@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id KAA10795; Sat, 29 Aug 1998 10:50:15 -0700 (PDT) Date: Sat, 29 Aug 1998 10:50:15 -0700 (PDT) Message-Id: <199808291750.KAA10795@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/kern vfs_bio.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk luoqi 1998/08/29 10:50:14 PDT Modified files: (Branch: RELENG_2_2) sys/kern vfs_bio.c Log: Back out my previous two commits. Shared vnode lock doesn't exist until Lite/2 merge. Revision Changes Path 1.104.2.12 +2 -3 src/sys/kern/vfs_bio.c From owner-cvs-all Sat Aug 29 11:37:09 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA22662 for cvs-all-outgoing; Sat, 29 Aug 1998 11:37:09 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA22651; Sat, 29 Aug 1998 11:37:08 -0700 (PDT) (envelope-from brian@FreeBSD.org) From: Brian Somers Received: (from brian@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id LAA11627; Sat, 29 Aug 1998 11:37:03 -0700 (PDT) Date: Sat, 29 Aug 1998 11:37:03 -0700 (PDT) Message-Id: <199808291837.LAA11627@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/ppp command.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk brian 1998/08/29 11:37:03 PDT Modified files: usr.sbin/ppp command.c Log: Mention ``cbcp'' in ``set log ?'' Revision Changes Path 1.163 +4 -4 src/usr.sbin/ppp/command.c From owner-cvs-all Sat Aug 29 12:39:01 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA29062 for cvs-all-outgoing; Sat, 29 Aug 1998 12:39:01 -0700 (PDT) (envelope-from owner-cvs-all) Received: from dt053nb4.san.rr.com (dt053nb4.san.rr.com [204.210.34.180]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA29051 for ; Sat, 29 Aug 1998 12:38:58 -0700 (PDT) (envelope-from Studded@dal.net) Received: from dal.net (Studded@localhost [127.0.0.1]) by dt053nb4.san.rr.com (8.8.8/8.8.8) with ESMTP id MAA07634; Sat, 29 Aug 1998 12:37:52 -0700 (PDT) (envelope-from Studded@dal.net) Message-ID: <35E85890.5DFFCE1C@dal.net> Date: Sat, 29 Aug 1998 12:37:52 -0700 From: Studded Organization: Triborough Bridge & Tunnel Authority X-Mailer: Mozilla 4.06 [en] (X11; I; FreeBSD 2.2.7-STABLE-0827 i386) MIME-Version: 1.0 To: John Polstra CC: "Jordan K. Hubbard" , committers@FreeBSD.ORG Subject: Re: make.conf References: <199808291438.HAA21025@austin.polstra.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk John Polstra wrote: > > > > diff3 -m MINE OLDER YOURS > NEW > > > > So you're implying that OLDER will be created when: > > > > A) The system is first installed, perhaps by preserving the > > "base" rc.conf as /etc/rc.conf.dist > > > > B) One of these fancy[er] merges has been done, in which case > > /etc/rc.conf.dist is overwritten with the base rc.conf file > > from the new release. > > Yes, exactly. > > Joerg also had an idea for deducing the original (OLDER) file on > "unknown" systems using md5 checksums, but it's too early in the > morning to reconstruct it right now. Also, if all the important files > had RCS $Id$ (or $FreeBSD$) keywords, then the revision number of > OLDER could be determined from those. I REALLY like this idea, and will work to include it in my "update the configuration files generated by /usr/src/etc/Makefile" script asap. Meanwhile, it would be of tremendous assistance to that effort and others if someone would take a look at all the files generated by that Makefile and add $Id strings to the ones that don't already have them. I've been planning to ask for this for some time, however this seems to be a good time since there is some motivation on the project currently. :) I will be happy to provide a list of the files that need an $Id if that is preferable. You can find a painless system for generating these files into a temporary environment on Nik's "make world" tutorial. One of the reasons that an $Id string is desirable is that with my script I make the assumption that if the $Id matches on a given file I can ignore the local modifications. This *greatly* reduces the number of files that have to be dealt with by hand on the average upgrade. If anyone's interested in seeing how this is done, check out http://home.san.rr.com/freebsd/upgrade.html. You can ignore most of the stuff I cribbed from Nik's page long ago before he updated it, but my 'comproot' script is there. Hope this helps, Doug -- *** Chief Operations Officer, DALnet IRC network *** When you don't know where you're going, every road will take you there. - Yiddish Proverb From owner-cvs-all Sat Aug 29 12:45:00 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA29661 for cvs-all-outgoing; Sat, 29 Aug 1998 12:45:00 -0700 (PDT) (envelope-from owner-cvs-all) Received: from dt053nb4.san.rr.com (dt053nb4.san.rr.com [204.210.34.180]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA29653 for ; Sat, 29 Aug 1998 12:44:57 -0700 (PDT) (envelope-from Studded@dal.net) Received: from dal.net (Studded@localhost [127.0.0.1]) by dt053nb4.san.rr.com (8.8.8/8.8.8) with ESMTP id MAA07648; Sat, 29 Aug 1998 12:43:44 -0700 (PDT) (envelope-from Studded@dal.net) Message-ID: <35E859F0.8EE54A90@dal.net> Date: Sat, 29 Aug 1998 12:43:44 -0700 From: Studded Organization: Triborough Bridge & Tunnel Authority X-Mailer: Mozilla 4.06 [en] (X11; I; FreeBSD 2.2.7-STABLE-0827 i386) MIME-Version: 1.0 To: Mike Smith CC: committers@FreeBSD.ORG Subject: Re: make.conf References: <199808281827.SAA02369@dingo.cdrom.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Mike Smith wrote: > > > had no proble removing the -c portion of the ping commit. I have no > > problem discussing the make.conf localization issue that I would like > > to add to-current... an issue, I might add that, that isn't something > > I thought up in 10 seconds and decided to commit. We've been working > > with make.conf for well over 2 years and the relatively innocuous feature > > request and commit came out of those 2 years in working with it. > > Just out of curiosity, given that /etc/make.conf is an entirely "local" > (ie. site-specific) file, if you want to localise such that all your > systems read an override file, what's to stop you adding the include > to your 'site-standard' /etc/make.conf, rather than making it part of system > policy at all? Mike is saying in this and his other letters what I was trying to say before, but doing a better job. :) Doug -- *** Chief Operations Officer, DALnet IRC network *** When you don't know where you're going, every road will take you there. - Yiddish Proverb From owner-cvs-all Sat Aug 29 12:45:06 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA29692 for cvs-all-outgoing; Sat, 29 Aug 1998 12:45:06 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA29674; Sat, 29 Aug 1998 12:45:01 -0700 (PDT) (envelope-from hoek@FreeBSD.org) From: Tim Vanderhoek Received: (from hoek@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id MAA12737; Sat, 29 Aug 1998 12:44:55 -0700 (PDT) Date: Sat, 29 Aug 1998 12:44:55 -0700 (PDT) Message-Id: <199808291944.MAA12737@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/devel/ncurses/pkg COMMENT DESCR Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk hoek 1998/08/29 12:44:55 PDT Modified files: devel/ncurses/pkg COMMENT DESCR Log: Don't read like ad copy. Really bad ad copy at that. Revision Changes Path 1.2 +1 -1 ports/devel/ncurses/pkg/COMMENT 1.2 +11 -8 ports/devel/ncurses/pkg/DESCR From owner-cvs-all Sat Aug 29 12:50:40 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA00387 for cvs-all-outgoing; Sat, 29 Aug 1998 12:50:40 -0700 (PDT) (envelope-from owner-cvs-all) Received: from dt053nb4.san.rr.com (dt053nb4.san.rr.com [204.210.34.180]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA00380 for ; Sat, 29 Aug 1998 12:50:37 -0700 (PDT) (envelope-from Studded@dal.net) Received: from dal.net (Studded@localhost [127.0.0.1]) by dt053nb4.san.rr.com (8.8.8/8.8.8) with ESMTP id MAA07667; Sat, 29 Aug 1998 12:49:26 -0700 (PDT) (envelope-from Studded@dal.net) Message-ID: <35E85B46.87E0913B@dal.net> Date: Sat, 29 Aug 1998 12:49:26 -0700 From: Studded Organization: Triborough Bridge & Tunnel Authority X-Mailer: Mozilla 4.06 [en] (X11; I; FreeBSD 2.2.7-STABLE-0827 i386) MIME-Version: 1.0 To: Matthew Dillon CC: committers@FreeBSD.ORG Subject: Re: make.conf References: <199808290058.RAA20957@apollo.backplane.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Matthew Dillon wrote: > My problem isn't with it being MY fix, my problem is with it taking > dozens of emails arguing back and forth over something that ought to be > a trivial problem to fix. As I pointed out in my earlier post, not everyone sees the same problem that you do, therefore not everyone agrees with your fix. At the same time I can sympathize with you fully believe it or not. I have proposed a lot of "simple fixes" in the past years of my association with FreeBSD, and many of them have been shot down, some quite spectacularly. :) However I've learned more about the project through this process, and learned a little diplomacy as well. You have some good ideas, but please don't assume that our failure to agree with you or see a problem the same way you do is a result of us being "vapid." There is collectively hundreds of years of system administration and development experience on the FreeBSD team, it's a bit arrogant on your part to assume that they are all stupid because they don't agree with you. :) Good luck, Doug -- *** Chief Operations Officer, DALnet IRC network *** When you don't know where you're going, every road will take you there. - Yiddish Proverb From owner-cvs-all Sat Aug 29 13:07:05 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA01725 for cvs-all-outgoing; Sat, 29 Aug 1998 13:07:05 -0700 (PDT) (envelope-from owner-cvs-all) Received: from pluto.plutotech.com (mail.plutotech.com [206.168.67.137]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA01718 for ; Sat, 29 Aug 1998 13:07:03 -0700 (PDT) (envelope-from gibbs@plutotech.com) Received: from narnia.plutotech.com (narnia.plutotech.com [206.168.67.130]) by pluto.plutotech.com (8.8.7/8.8.5) with ESMTP id OAA27049; Sat, 29 Aug 1998 14:06:04 -0600 (MDT) Message-Id: <199808292006.OAA27049@pluto.plutotech.com> X-Mailer: exmh version 2.0.2 2/24/98 To: "Jordan K. Hubbard" cc: Nate Williams , committers@FreeBSD.ORG Subject: Re: make.conf In-reply-to: Your message of "Fri, 28 Aug 1998 23:35:06 PDT." <24450.904372506@time.cdrom.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sat, 29 Aug 1998 14:00:05 -0600 From: "Justin T. Gibbs" Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >> I do what John Polstra suggested a while back. I copy my 'edited' copies >> to /usr/src/etc, and let CVS update it for me. It handles all of the > >Impractical as a general solution, however. You can't expect every >user to keep a piece of the CVS repository on hand. It would be nice, >but still unreasonable to expect it. > >- Jordan There is a big difference between installing for the use a special CVS repository for tracking configuration files, and expecting them to have the standard src CVS tree on hand. I think the former, which could even be implemented using RCS, would be quite practical to implement. CVS and RCS are shipped as standard equipment in FreeBSD, why not use them if they fit the bill? -- Justin From owner-cvs-all Sat Aug 29 13:23:21 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA02986 for cvs-all-outgoing; Sat, 29 Aug 1998 13:23:21 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA02981; Sat, 29 Aug 1998 13:23:19 -0700 (PDT) (envelope-from markm@FreeBSD.org) From: Mark Murray Received: (from markm@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id NAA13750; Sat, 29 Aug 1998 13:23:14 -0700 (PDT) Date: Sat, 29 Aug 1998 13:23:14 -0700 (PDT) Message-Id: <199808292023.NAA13750@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/lib/libtelnet Makefile Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk markm 1998/08/29 13:23:14 PDT Modified files: lib/libtelnet Makefile Log: Stop making a shared library for libtelnet. This should have happened a long time ago. Revision Changes Path 1.7 +1 -3 src/lib/libtelnet/Makefile From owner-cvs-all Sat Aug 29 13:24:42 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA03177 for cvs-all-outgoing; Sat, 29 Aug 1998 13:24:42 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA03168; Sat, 29 Aug 1998 13:24:40 -0700 (PDT) (envelope-from hoek@FreeBSD.org) From: Tim Vanderhoek Received: (from hoek@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id NAA13808; Sat, 29 Aug 1998 13:24:35 -0700 (PDT) Date: Sat, 29 Aug 1998 13:24:35 -0700 (PDT) Message-Id: <199808292024.NAA13808@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/devel/ncurses Makefile ports/devel/ncurses/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk hoek 1998/08/29 13:24:35 PDT Modified files: devel/ncurses Makefile devel/ncurses/pkg PLIST Log: Use the MANx variables. I think the PLIST was missing three manpages, anyways. Revision Changes Path 1.7 +30 -1 ports/devel/ncurses/Makefile 1.3 +0 -100 ports/devel/ncurses/pkg/PLIST From owner-cvs-all Sat Aug 29 13:25:03 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA03312 for cvs-all-outgoing; Sat, 29 Aug 1998 13:25:03 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA03298; Sat, 29 Aug 1998 13:25:00 -0700 (PDT) (envelope-from markm@FreeBSD.org) From: Mark Murray Received: (from markm@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id NAA13835; Sat, 29 Aug 1998 13:24:55 -0700 (PDT) Date: Sat, 29 Aug 1998 13:24:55 -0700 (PDT) Message-Id: <199808292024.NAA13835@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/kerberosIV/lib/libtelnet Makefile Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk markm 1998/08/29 13:24:54 PDT Modified files: kerberosIV/lib/libtelnet Makefile Log: Stop making the shared library for libtelnet (crypto version). This should have happened years ago. Revision Changes Path 1.3 +2 -0 src/kerberosIV/lib/libtelnet/Makefile From owner-cvs-all Sat Aug 29 13:26:04 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA03450 for cvs-all-outgoing; Sat, 29 Aug 1998 13:26:04 -0700 (PDT) (envelope-from owner-cvs-all) Received: from rover.village.org (rover.village.org [204.144.255.49]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id NAA03428 for ; Sat, 29 Aug 1998 13:26:00 -0700 (PDT) (envelope-from imp@village.org) Received: from harmony [10.0.0.6] by rover.village.org with esmtp (Exim 1.71 #1) id 0zCrYL-0005EU-00; Sat, 29 Aug 1998 14:24:53 -0600 Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.9.1/8.8.3) with ESMTP id OAA03092 for ; Sat, 29 Aug 1998 14:24:25 -0600 (MDT) Message-Id: <199808292024.OAA03092@harmony.village.org> Subject: Re: make.conf To: committers@freebsd.org In-reply-to: Your message of "Sat, 29 Aug 1998 17:35:27 -0000." <199808291735.RAA24925@veda.is> References: <199808291735.RAA24925@veda.is> Date: Sat, 29 Aug 1998 14:24:24 -0600 From: Warner Losh Sender: owner-cvs-all@freebsd.org X-Loop: FreeBSD.org Precedence: bulk In message <199808291735.RAA24925@veda.is> Adam David writes: : How about /etc/make/{ports,src}.conf or similar. What's the mechanism that you'd accomplish this by? Right now it is very easy to have sys.mk include /etc/make.conf, but it isn't very right. I think /etc/make.conf is fine. My problem is that sys.mk includes it... Warner From owner-cvs-all Sat Aug 29 14:14:58 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA07148 for cvs-all-outgoing; Sat, 29 Aug 1998 14:14:58 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA07143; Sat, 29 Aug 1998 14:14:57 -0700 (PDT) (envelope-from rvb@FreeBSD.org) From: "Robert V. Baron" Received: (from rvb@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id OAA14930; Sat, 29 Aug 1998 14:14:52 -0700 (PDT) Date: Sat, 29 Aug 1998 14:14:52 -0700 (PDT) Message-Id: <199808292114.OAA14930@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys - Imported sources Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk rvb 1998/08/29 14:14:52 PDT src/sys - Imported sources Update of /home/ncvs/src/sys In directory freefall.freebsd.org:/tmp/cvs-serv14914 Log Message: Very Preliminary Coda Status: Vendor Tag: CODA Release Tags: C0828 N src/sys/cfs/TODO N src/sys/cfs/cfs_fbsd.c N src/sys/cfs/cfs_namecache.c N src/sys/cfs/cfs_nbsd.c N src/sys/cfs/cfs_psdev.c N src/sys/cfs/cfs_subr.c N src/sys/cfs/cfs_subr.h N src/sys/cfs/cfs_venus.c N src/sys/cfs/cfs_venus.h N src/sys/cfs/cfs_vfsops.c N src/sys/cfs/cfs_vfsops.h N src/sys/cfs/cfs_vnodeops.c N src/sys/cfs/cfs_vnodeops.h N src/sys/cfs/cfsio.h N src/sys/cfs/cfsk.h N src/sys/cfs/cfsnc.h N src/sys/cfs/cnode.h N src/sys/cfs/coda.h N src/sys/cfs/coda_opstats.h N src/sys/cfs/pioctl.h N src/sys/cfs/README N src/sys/cfs/00READ No conflicts created by this import From owner-cvs-all Sat Aug 29 14:24:24 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA08064 for cvs-all-outgoing; Sat, 29 Aug 1998 14:24:24 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA08051; Sat, 29 Aug 1998 14:24:19 -0700 (PDT) (envelope-from rse@FreeBSD.org) From: "Ralf S. Engelschall" Received: (from rse@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id OAA15155; Sat, 29 Aug 1998 14:24:14 -0700 (PDT) Date: Sat, 29 Aug 1998 14:24:14 -0700 (PDT) Message-Id: <199808292124.OAA15155@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/www/apache13-modssl Makefile ports/www/apache13-modssl/files md5 Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk rse 1998/08/29 14:24:14 PDT Modified files: www/apache13-modssl Makefile www/apache13-modssl/files md5 Log: Upgrade to Apache 1.3.1 + mod_ssl 2.0.6 (This version now automatically recognizes whether SSLeay was build in conjunction with RSAref or not) Revision Changes Path 1.2 +2 -2 ports/www/apache13-modssl/Makefile 1.2 +1 -1 ports/www/apache13-modssl/files/md5 From owner-cvs-all Sat Aug 29 15:00:58 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA10611 for cvs-all-outgoing; Sat, 29 Aug 1998 15:00:58 -0700 (PDT) (envelope-from owner-cvs-all) Received: from veda.is (veda.is [193.4.230.1]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA10602 for ; Sat, 29 Aug 1998 15:00:53 -0700 (PDT) (envelope-from adam@veda.is) Received: (from adam@localhost) by veda.is (8.9.0/8.9.0) id VAA00393; Sat, 29 Aug 1998 21:59:48 GMT From: Adam David Message-Id: <199808292159.VAA00393@veda.is> Subject: Re: make.conf In-Reply-To: <199808292024.OAA03092@harmony.village.org> from Warner Losh at "Aug 29, 98 02:24:24 pm" To: imp@village.org (Warner Losh) Date: Sat, 29 Aug 1998 21:59:47 +0000 (GMT) Cc: committers@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL40 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > In message <199808291735.RAA24925@veda.is> Adam David writes: > : How about /etc/make/{ports,src}.conf or similar. I forgot to mention also /etc/make/bmake.conf to replace /etc/make.conf as included in sys.mk. Perhaps sys.conf would also be useful to separate out kernel specific parameters. > What's the mechanism that you'd accomplish this by? Right now it is > very easy to have sys.mk include /etc/make.conf, but it isn't very > right. bsd.port.mk is used to build ports, so ports.conf could be included there. If there is no suitable bsd.*.mk for including src.conf then arrange things so there is a corresponding bsd.src.mk or equivalent mechanism for including src.conf. -- Adam David From owner-cvs-all Sat Aug 29 15:24:05 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA12813 for cvs-all-outgoing; Sat, 29 Aug 1998 15:24:05 -0700 (PDT) (envelope-from owner-cvs-all) Received: from rover.village.org (rover.village.org [204.144.255.49]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id PAA12808 for ; Sat, 29 Aug 1998 15:24:03 -0700 (PDT) (envelope-from imp@village.org) Received: from harmony [10.0.0.6] by rover.village.org with esmtp (Exim 1.71 #1) id 0zCtOf-0005HN-00; Sat, 29 Aug 1998 16:23:01 -0600 Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.9.1/8.8.3) with ESMTP id QAA03532; Sat, 29 Aug 1998 16:22:33 -0600 (MDT) Message-Id: <199808292222.QAA03532@harmony.village.org> To: Adam David Subject: Re: make.conf Cc: committers@freebsd.org In-reply-to: Your message of "Sat, 29 Aug 1998 21:59:47 -0000." <199808292159.VAA00393@veda.is> References: <199808292159.VAA00393@veda.is> Date: Sat, 29 Aug 1998 16:22:33 -0600 From: Warner Losh Sender: owner-cvs-all@freebsd.org X-Loop: FreeBSD.org Precedence: bulk In message <199808292159.VAA00393@veda.is> Adam David writes: : bsd.port.mk is used to build ports, so ports.conf could be included there. : If there is no suitable bsd.*.mk for including src.conf then arrange things : so there is a corresponding bsd.src.mk or equivalent mechanism for including : src.conf. The biggest problem is that including it in bsd.port.mk is too late :-( Warner From owner-cvs-all Sat Aug 29 15:40:23 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA14187 for cvs-all-outgoing; Sat, 29 Aug 1998 15:40:23 -0700 (PDT) (envelope-from owner-cvs-all) Received: from veda.is (veda.is [193.4.230.1]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA14181 for ; Sat, 29 Aug 1998 15:40:20 -0700 (PDT) (envelope-from adam@veda.is) Received: (from adam@localhost) by veda.is (8.9.0/8.9.0) id WAA01362; Sat, 29 Aug 1998 22:38:12 GMT From: Adam David Message-Id: <199808292238.WAA01362@veda.is> Subject: Re: make.conf In-Reply-To: <199808292222.QAA03532@harmony.village.org> from Warner Losh at "Aug 29, 98 04:22:33 pm" To: imp@village.org (Warner Losh) Date: Sat, 29 Aug 1998 22:38:11 +0000 (GMT) Cc: committers@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL40 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > In message <199808292159.VAA00393@veda.is> Adam David writes: > : bsd.port.mk is used to build ports, so ports.conf could be included there. > : If there is no suitable bsd.*.mk for including src.conf then arrange things > : so there is a corresponding bsd.src.mk or equivalent mechanism for including > : src.conf. > > The biggest problem is that including it in bsd.port.mk is too late OK, is there any way of detecting which part of the tree is being built that can be done without changing practically every Makefile? Then the relevant included file could be selected on that basis. Or is there a suitable macro that would expand to the path of the current Makefile and it could be worked out from there? -- Adam David From owner-cvs-all Sat Aug 29 15:53:25 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA15180 for cvs-all-outgoing; Sat, 29 Aug 1998 15:53:25 -0700 (PDT) (envelope-from owner-cvs-all) Received: from picnic.mat.net (picnic.mat.net [209.118.174.117]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA15171 for ; Sat, 29 Aug 1998 15:53:13 -0700 (PDT) (envelope-from chuckr@glue.umd.edu) Received: from localhost (chuckr@localhost) by picnic.mat.net (8.9.1/8.8.5) with SMTP id RAA21531; Sat, 29 Aug 1998 17:41:47 -0400 (EDT) Date: Sat, 29 Aug 1998 17:41:46 -0400 (EDT) From: Chuck Robey X-Sender: chuckr@picnic.mat.net To: Adam David cc: Warner Losh , committers@FreeBSD.ORG Subject: Re: make.conf In-Reply-To: <199808292159.VAA00393@veda.is> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Sat, 29 Aug 1998, Adam David wrote: > > In message <199808291735.RAA24925@veda.is> Adam David writes: > > : How about /etc/make/{ports,src}.conf or similar. > > I forgot to mention also /etc/make/bmake.conf to replace /etc/make.conf as > included in sys.mk. Perhaps sys.conf would also be useful to separate out > kernel specific parameters. > > > What's the mechanism that you'd accomplish this by? Right now it is > > very easy to have sys.mk include /etc/make.conf, but it isn't very > > right. > > bsd.port.mk is used to build ports, so ports.conf could be included there. > If there is no suitable bsd.*.mk for including src.conf then arrange things > so there is a corresponding bsd.src.mk or equivalent mechanism for including > src.conf. Maybe I'm missing something. You guys didn't like making make.conf include a make.conf.local, or having sys.mk include it, but what I seem to be seeing is that you are suggesting 2 files to do the exact same job. The only discussion I see is how to cut it up. If it's all a name change, I think that an apology would be in order to the guy who originally thought the idea up. Putting the files in /etc or in /usr/share/mk is essentially the same thing, I don't see any functional difference. If I'm wrong, could you summarize? > > -- > Adam David > > ----------------------------+----------------------------------------------- Chuck Robey | Interests include any kind of voice or data chuckr@glue.umd.edu | communications topic, C programming, and Unix. 213 Lakeside Drive Apt T-1 | Greenbelt, MD 20770 | I run Journey2 and picnic (FreeBSD-current) (301) 220-2114 | and jaunt (NetBSD). ----------------------------+----------------------------------------------- From owner-cvs-all Sat Aug 29 16:02:48 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA15904 for cvs-all-outgoing; Sat, 29 Aug 1998 16:02:48 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA15897; Sat, 29 Aug 1998 16:02:45 -0700 (PDT) (envelope-from brian@FreeBSD.org) From: Brian Somers Received: (from brian@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id QAA16709; Sat, 29 Aug 1998 16:02:40 -0700 (PDT) Date: Sat, 29 Aug 1998 16:02:40 -0700 (PDT) Message-Id: <199808292302.QAA16709@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/ppp command.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk brian 1998/08/29 16:02:40 PDT Modified files: usr.sbin/ppp command.c Log: Allow the use of HISADDR, MYADDR and INTERFACE as words embedded in the args of a "shell" or "!bg" command, and only accept upper case versions. We can now do: ! sh -c "ifconfig INTERFACE >/tmp/myfile" Revision Changes Path 1.164 +78 -15 src/usr.sbin/ppp/command.c From owner-cvs-all Sat Aug 29 16:02:52 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA15935 for cvs-all-outgoing; Sat, 29 Aug 1998 16:02:52 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA15903; Sat, 29 Aug 1998 16:02:47 -0700 (PDT) (envelope-from brian@FreeBSD.org) From: Brian Somers Received: (from brian@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id QAA16738; Sat, 29 Aug 1998 16:02:42 -0700 (PDT) Date: Sat, 29 Aug 1998 16:02:42 -0700 (PDT) Message-Id: <199808292302.QAA16738@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/ppp command.c ppp.8 Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk brian 1998/08/29 16:02:42 PDT Modified files: usr.sbin/ppp command.c ppp.8 Log: Add the following word substitutions when running a shell command: AUTHNAME: The local authname ENDDISC: The local endpoint discriminator LABEL: The configuration label in use PEER_ENDDISC: The peers endpoint discriminator USER: The peers authname Revision Changes Path 1.165 +15 -3 src/usr.sbin/ppp/command.c 1.121 +47 -16 src/usr.sbin/ppp/ppp.8 From owner-cvs-all Sat Aug 29 16:02:57 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA15955 for cvs-all-outgoing; Sat, 29 Aug 1998 16:02:57 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA15914; Sat, 29 Aug 1998 16:02:48 -0700 (PDT) (envelope-from brian@FreeBSD.org) From: Brian Somers Received: (from brian@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id QAA16764; Sat, 29 Aug 1998 16:02:43 -0700 (PDT) Date: Sat, 29 Aug 1998 16:02:43 -0700 (PDT) Message-Id: <199808292302.QAA16764@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/ppp ppp.8 Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk brian 1998/08/29 16:02:43 PDT Modified files: usr.sbin/ppp ppp.8 Log: Don't claim that the alias library isn't loaded until used. Revision Changes Path 1.122 +3 -7 src/usr.sbin/ppp/ppp.8 From owner-cvs-all Sat Aug 29 16:03:01 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA15984 for cvs-all-outgoing; Sat, 29 Aug 1998 16:03:01 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA15929; Sat, 29 Aug 1998 16:02:51 -0700 (PDT) (envelope-from brian@FreeBSD.org) From: Brian Somers Received: (from brian@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id QAA16790; Sat, 29 Aug 1998 16:02:46 -0700 (PDT) Date: Sat, 29 Aug 1998 16:02:46 -0700 (PDT) Message-Id: <199808292302.QAA16790@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/ppp ppp.8 Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk brian 1998/08/29 16:02:46 PDT Modified files: usr.sbin/ppp ppp.8 Log: Don't use ``-width 20'', it's misleading. Use ``-width XX'' instead. Revision Changes Path 1.123 +10 -10 src/usr.sbin/ppp/ppp.8 From owner-cvs-all Sat Aug 29 16:56:11 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA18346 for cvs-all-outgoing; Sat, 29 Aug 1998 16:56:11 -0700 (PDT) (envelope-from owner-cvs-all) Received: from rover.village.org (rover.village.org [204.144.255.49]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id QAA18341 for ; Sat, 29 Aug 1998 16:56:09 -0700 (PDT) (envelope-from imp@village.org) Received: from harmony [10.0.0.6] by rover.village.org with esmtp (Exim 1.71 #1) id 0zCupn-0005JQ-00; Sat, 29 Aug 1998 17:55:07 -0600 Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.9.1/8.8.3) with ESMTP id RAA03812 for ; Sat, 29 Aug 1998 17:54:40 -0600 (MDT) Message-Id: <199808292354.RAA03812@harmony.village.org> Subject: Re: make.conf To: committers@freebsd.org In-reply-to: Your message of "Sat, 29 Aug 1998 22:38:11 -0000." <199808292238.WAA01362@veda.is> References: <199808292238.WAA01362@veda.is> Date: Sat, 29 Aug 1998 17:54:40 -0600 From: Warner Losh Sender: owner-cvs-all@freebsd.org X-Loop: FreeBSD.org Precedence: bulk In message <199808292238.WAA01362@veda.is> Adam David writes: : OK, is there any way of detecting which part of the tree is being built : that can be done without changing practically every Makefile? Then the : relevant included file could be selected on that basis. Or is there a : suitable macro that would expand to the path of the current Makefile : and it could be worked out from there? Not easily. About the best that can be hoped for in this case is to have, say, ../mk.conf included always. This would mean that all non-leaf dirs would need this file :-(. In all cases except the top level, it would just include ../mk.conf. Sounds wasteful just for this sort of thing. The top level mk.conf would include /etc/make.conf (which would include make.conf.local or whatever, I don't care). Either make would have to be modified to do this automatically (he holds his nose), or we'd have to add .include ../mk.conf to all Makefiles in the tree. There are at least two reasons why things need to be included before the Makefile is run: 1) So things like OBJFORMAT (or is that BINFORMAT) have the desired effect on those makefiles that need to know the format (although it could be argued that they could include themselves, since LIBDIR, et al, can be made to happen after make.conf is included). 2) Things like USA_RESIDENT or HAVE_SOCKS or whatever can have their desired effect. Again, one could argue that you'd want to include those only in the those files that want that. A less radical approach would be to take the include of /etc/make.conf out of sys.mk and have it included in bsd.own.mk like is done in Net/OpenBSD. I think that this would go a long way towards unpolluting the name space, at a fairly minimal cost in terms of what needs to change. The cost here would be to have an extra include of bsd.own.mk where they need to do things conditionally. /usr/src/Makefile already has this in it. However, I'm sure there are problems with this as well. However, I'm not going to mess with any of this until a post 3.0 world because it is such a GLOBAL change that I don't want to, say, break some port that depends on having sys.mk include /etc/make.conf for some reason or another. Warner From owner-cvs-all Sat Aug 29 17:17:03 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA19246 for cvs-all-outgoing; Sat, 29 Aug 1998 17:17:03 -0700 (PDT) (envelope-from owner-cvs-all) Received: from dt053nb4.san.rr.com (dt053nb4.san.rr.com [204.210.34.180]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA19241 for ; Sat, 29 Aug 1998 17:17:01 -0700 (PDT) (envelope-from Studded@dal.net) Received: from dal.net (Studded@localhost [127.0.0.1]) by dt053nb4.san.rr.com (8.8.8/8.8.8) with ESMTP id RAA09111; Sat, 29 Aug 1998 17:15:56 -0700 (PDT) (envelope-from Studded@dal.net) Message-ID: <35E899BB.1305EFAC@dal.net> Date: Sat, 29 Aug 1998 17:15:56 -0700 From: Studded Organization: Triborough Bridge & Tunnel Authority X-Mailer: Mozilla 4.06 [en] (X11; I; FreeBSD 2.2.7-STABLE-0827 i386) MIME-Version: 1.0 To: Chuck Robey CC: committers@FreeBSD.ORG Subject: Re: make.conf References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Chuck Robey wrote: > Maybe I'm missing something. You guys didn't like making make.conf > include a make.conf.local, or having sys.mk include it, but what I seem > to be seeing is that you are suggesting 2 files to do the exact same > job. The only discussion I see is how to cut it up. Speaking only for myself, there seem to be 3 groups, with some overlap. Group One sees the whole idea of a make.conf.local that includes the same options as make.conf as evil. Group Two sees the current make.conf as evil in general, and would like to split it up, eliminate it, and/or take it out and have it shot. Group Three sympathizes with the idea of making local changes easier to merge, but would like to develop different/better tools to make that happen. As is common, very little of this has to do with the original suggestion. :) Hope this helps, Doug -- *** Chief Operations Officer, DALnet IRC network *** When you don't know where you're going, every road will take you there. - Yiddish Proverb From owner-cvs-all Sat Aug 29 17:34:09 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA20241 for cvs-all-outgoing; Sat, 29 Aug 1998 17:34:09 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA20236; Sat, 29 Aug 1998 17:34:05 -0700 (PDT) (envelope-from hoek@FreeBSD.org) From: Tim Vanderhoek Received: (from hoek@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id RAA18253; Sat, 29 Aug 1998 17:34:00 -0700 (PDT) Date: Sat, 29 Aug 1998 17:34:00 -0700 (PDT) Message-Id: <199808300034.RAA18253@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/comms/mgetty+sendfax/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk hoek 1998/08/29 17:34:00 PDT Modified files: comms/mgetty+sendfax/pkg PLIST Log: Remove some left-over manpages. Revision Changes Path 1.12 +0 -17 ports/comms/mgetty+sendfax/pkg/PLIST From owner-cvs-all Sat Aug 29 17:54:39 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA21598 for cvs-all-outgoing; Sat, 29 Aug 1998 17:54:39 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA21592; Sat, 29 Aug 1998 17:54:36 -0700 (PDT) (envelope-from hoek@FreeBSD.org) From: Tim Vanderhoek Received: (from hoek@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id RAA18569; Sat, 29 Aug 1998 17:54:31 -0700 (PDT) Date: Sat, 29 Aug 1998 17:54:31 -0700 (PDT) Message-Id: <199808300054.RAA18569@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/comms/xcept Makefile ports/comms/xcept/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk hoek 1998/08/29 17:54:31 PDT Modified files: comms/xcept Makefile comms/xcept/pkg PLIST Log: Oops. Next time I add MANCOMPRESSED=maybe to a port, I should also add the appropriate MANx variables. :) Revision Changes Path 1.7 +4 -1 ports/comms/xcept/Makefile 1.2 +0 -2 ports/comms/xcept/pkg/PLIST From owner-cvs-all Sat Aug 29 17:55:53 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA21730 for cvs-all-outgoing; Sat, 29 Aug 1998 17:55:53 -0700 (PDT) (envelope-from owner-cvs-all) Received: from awfulhak.org (awfulhak.force9.co.uk [195.166.136.63]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA21705; Sat, 29 Aug 1998 17:55:38 -0700 (PDT) (envelope-from brian@Awfulhak.org) Received: from gate.lan.awfulhak.org (brian@localhost [127.0.0.1]) by awfulhak.org (8.8.8/8.8.8) with ESMTP id BAA17976; Sun, 30 Aug 1998 01:29:06 +0100 (BST) (envelope-from brian@Awfulhak.org) Message-Id: <199808300029.BAA17976@awfulhak.org> X-Mailer: exmh version 2.0.2 2/24/98 To: Mark Murray cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/lib/libtelnet Makefile In-reply-to: Your message of "Sat, 29 Aug 1998 13:23:14 PDT." <199808292023.NAA13750@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sun, 30 Aug 1998 01:29:06 +0100 From: Brian Somers Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > markm 1998/08/29 13:23:14 PDT > > Modified files: > lib/libtelnet Makefile > Log: > Stop making a shared library for libtelnet. This should have happened > a long time ago. > > Revision Changes Path > 1.7 +1 -3 src/lib/libtelnet/Makefile > I found it quite disturbing when OpenBSD did this. It's necessary to remove /usr/lib/*/libtelnet.so* too, otherwise derived applications will end up using the wrong thing. -- Brian , , Don't _EVER_ lose your sense of humour.... From owner-cvs-all Sat Aug 29 18:43:20 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA24621 for cvs-all-outgoing; Sat, 29 Aug 1998 18:43:20 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA24613; Sat, 29 Aug 1998 18:43:17 -0700 (PDT) (envelope-from jkh@FreeBSD.org) From: "Jordan K. Hubbard" Received: (from jkh@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id SAA19974; Sat, 29 Aug 1998 18:43:12 -0700 (PDT) Date: Sat, 29 Aug 1998 18:43:12 -0700 (PDT) Message-Id: <199808300143.SAA19974@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/www/apache13-php3 Makefile ports/www/apache13-php3/files md5 Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jkh 1998/08/29 18:43:12 PDT Modified files: www/apache13-php3 Makefile www/apache13-php3/files md5 Log: Upgrade to php 3.0.3. The MAINTAINER seems to be not responding and I gave him every chance to commit these changes (or even reply) himself. Revision Changes Path 1.51 +9 -9 ports/www/apache13-php3/Makefile 1.28 +1 -1 ports/www/apache13-php3/files/md5 From owner-cvs-all Sat Aug 29 18:45:56 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA24805 for cvs-all-outgoing; Sat, 29 Aug 1998 18:45:56 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA24800; Sat, 29 Aug 1998 18:45:52 -0700 (PDT) (envelope-from jb@FreeBSD.org) From: John Birrell Received: (from jb@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id SAA20033; Sat, 29 Aug 1998 18:45:47 -0700 (PDT) Date: Sat, 29 Aug 1998 18:45:47 -0700 (PDT) Message-Id: <199808300145.SAA20033@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/lib Makefile Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jb 1998/08/29 18:45:47 PDT Modified files: lib Makefile Log: BINFORMAT -> OBJFORMAT ready for E-day. Revision Changes Path 1.74 +3 -3 src/lib/Makefile From owner-cvs-all Sat Aug 29 18:49:01 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA25199 for cvs-all-outgoing; Sat, 29 Aug 1998 18:49:01 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA25194; Sat, 29 Aug 1998 18:49:01 -0700 (PDT) (envelope-from jb@FreeBSD.org) From: John Birrell Received: (from jb@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id SAA20105; Sat, 29 Aug 1998 18:48:56 -0700 (PDT) Date: Sat, 29 Aug 1998 18:48:56 -0700 (PDT) Message-Id: <199808300148.SAA20105@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/lib/libcrypt Makefile Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jb 1998/08/29 18:48:55 PDT Modified files: lib/libcrypt Makefile Log: BINFORMAT -> OBJFORMAT ready for E-day. Revision Changes Path 1.12 +2 -2 src/lib/libcrypt/Makefile From owner-cvs-all Sat Aug 29 18:50:13 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA25424 for cvs-all-outgoing; Sat, 29 Aug 1998 18:50:13 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA25414; Sat, 29 Aug 1998 18:50:09 -0700 (PDT) (envelope-from jb@FreeBSD.org) From: John Birrell Received: (from jb@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id SAA20180; Sat, 29 Aug 1998 18:50:04 -0700 (PDT) Date: Sat, 29 Aug 1998 18:50:04 -0700 (PDT) Message-Id: <199808300150.SAA20180@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/lib/libmd Makefile Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jb 1998/08/29 18:50:04 PDT Modified files: lib/libmd Makefile Log: BINFORMAT -> OBJFORMAT ready for E-day. Revision Changes Path 1.26 +2 -2 src/lib/libmd/Makefile From owner-cvs-all Sat Aug 29 18:51:23 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA25539 for cvs-all-outgoing; Sat, 29 Aug 1998 18:51:23 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA25534; Sat, 29 Aug 1998 18:51:22 -0700 (PDT) (envelope-from jb@FreeBSD.org) From: John Birrell Received: (from jb@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id SAA20226; Sat, 29 Aug 1998 18:51:17 -0700 (PDT) Date: Sat, 29 Aug 1998 18:51:17 -0700 (PDT) Message-Id: <199808300151.SAA20226@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/lib/libskey Makefile Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jb 1998/08/29 18:51:17 PDT Modified files: lib/libskey Makefile Log: BINFORMAT -> OBJFORMAT ready for E-day. Revision Changes Path 1.13 +1 -3 src/lib/libskey/Makefile From owner-cvs-all Sat Aug 29 18:53:03 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA25686 for cvs-all-outgoing; Sat, 29 Aug 1998 18:53:03 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA25678; Sat, 29 Aug 1998 18:52:59 -0700 (PDT) (envelope-from jb@FreeBSD.org) From: John Birrell Received: (from jb@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id SAA20295; Sat, 29 Aug 1998 18:52:53 -0700 (PDT) Date: Sat, 29 Aug 1998 18:52:53 -0700 (PDT) Message-Id: <199808300152.SAA20295@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/libexec Makefile Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jb 1998/08/29 18:52:53 PDT Modified files: libexec Makefile Log: BINFORMAT -> OBJFORMAT ready for E-day. Revision Changes Path 1.34 +5 -5 src/libexec/Makefile From owner-cvs-all Sat Aug 29 18:57:07 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA25928 for cvs-all-outgoing; Sat, 29 Aug 1998 18:57:07 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA25919; Sat, 29 Aug 1998 18:57:04 -0700 (PDT) (envelope-from jb@FreeBSD.org) From: John Birrell Received: (from jb@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id SAA20405; Sat, 29 Aug 1998 18:56:58 -0700 (PDT) Date: Sat, 29 Aug 1998 18:56:58 -0700 (PDT) Message-Id: <199808300156.SAA20405@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/gnu/lib/libgmp Makefile Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jb 1998/08/29 18:56:58 PDT Modified files: gnu/lib/libgmp Makefile Log: BINFORMAT -> OBJFORMAT ready for E-day. Revision Changes Path 1.19 +2 -2 src/gnu/lib/libgmp/Makefile From owner-cvs-all Sat Aug 29 18:57:43 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA26067 for cvs-all-outgoing; Sat, 29 Aug 1998 18:57:43 -0700 (PDT) (envelope-from owner-cvs-all) Received: (from jmb@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA26023; Sat, 29 Aug 1998 18:57:26 -0700 (PDT) (envelope-from jmb) From: "Jonathan M. Bresler" Message-Id: <199808300157.SAA26023@hub.freebsd.org> Subject: Re: make.conf In-Reply-To: <199808281827.SAA02369@dingo.cdrom.com> from Mike Smith at "Aug 28, 98 06:27:14 pm" To: mike@smith.net.au (Mike Smith) Date: Sat, 29 Aug 1998 18:57:26 -0700 (PDT) Cc: dillon@backplane.com, phk@critter.freebsd.dk, jdp@polstra.com, committers@FreeBSD.org, jkh@time.cdrom.com X-Mailer: ELM [version 2.4ME+ PL32 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk Mike Smith wrote: > > Just out of curiosity, given that /etc/make.conf is an entirely "local" > (ie. site-specific) file, if you want to localise such that all your > systems read an override file, what's to stop you adding the include > to your 'site-standard' /etc/make.conf, rather than making it part of system > policy at all? just got to work with a device from Ipsilon (now part of Nokia). its a CheckPoint FireWall-1 running on top of FreeBSD :) The root filesystem is mounted read-only. rather than addressing make.conf vs make.conf.local, how about taking this issue on...getting us a read-only root filesystem. it'll take moving all the changing and changeable files to another location with symlinks (ugh) pointing to them...you'll take some heat but the results will be considerably better. jmb From owner-cvs-all Sat Aug 29 18:58:07 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA26191 for cvs-all-outgoing; Sat, 29 Aug 1998 18:58:07 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA26124; Sat, 29 Aug 1998 18:58:01 -0700 (PDT) (envelope-from jb@FreeBSD.org) From: John Birrell Received: (from jb@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id SAA20439; Sat, 29 Aug 1998 18:57:55 -0700 (PDT) Date: Sat, 29 Aug 1998 18:57:55 -0700 (PDT) Message-Id: <199808300157.SAA20439@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/gnu/lib/libmp Makefile Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jb 1998/08/29 18:57:55 PDT Modified files: gnu/lib/libmp Makefile Log: BINFORMAT -> OBJFORMAT ready for E-day. Revision Changes Path 1.16 +2 -2 src/gnu/lib/libmp/Makefile From owner-cvs-all Sat Aug 29 19:01:13 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA26662 for cvs-all-outgoing; Sat, 29 Aug 1998 19:01:13 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA26657; Sat, 29 Aug 1998 19:01:12 -0700 (PDT) (envelope-from jb@FreeBSD.org) From: John Birrell Received: (from jb@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id TAA20545; Sat, 29 Aug 1998 19:01:07 -0700 (PDT) Date: Sat, 29 Aug 1998 19:01:07 -0700 (PDT) Message-Id: <199808300201.TAA20545@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/gnu/usr.bin/gdb/gdb Makefile Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jb 1998/08/29 19:01:07 PDT Modified files: gnu/usr.bin/gdb/gdb Makefile Log: BINFORMAT -> OBJFORMAT ready for E-day. I tossed a coin to decide this one. We'll probably need to revisit gdb after E-day. Revision Changes Path 1.35 +2 -2 src/gnu/usr.bin/gdb/gdb/Makefile From owner-cvs-all Sat Aug 29 19:15:03 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA28159 for cvs-all-outgoing; Sat, 29 Aug 1998 19:15:03 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA28140; Sat, 29 Aug 1998 19:14:56 -0700 (PDT) (envelope-from jkh@FreeBSD.org) From: "Jordan K. Hubbard" Received: (from jkh@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id TAA20800; Sat, 29 Aug 1998 19:14:50 -0700 (PDT) Date: Sat, 29 Aug 1998 19:14:50 -0700 (PDT) Message-Id: <199808300214.TAA20800@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: CVSROOT avail Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jkh 1998/08/29 19:14:50 PDT Modified files: . avail Log: Belatedly add Robert Baron and Greg Lehey to committers. Now I just need to figure out how Robert managed to commit the CFS stuff without being in here. :-) Revision Changes Path 1.45 +2 -2 CVSROOT/avail From owner-cvs-all Sat Aug 29 19:23:52 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA28951 for cvs-all-outgoing; Sat, 29 Aug 1998 19:23:52 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA28945; Sat, 29 Aug 1998 19:23:50 -0700 (PDT) (envelope-from thepish@FreeBSD.org) From: Peter Hawkins Received: (from thepish@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id TAA20999; Sat, 29 Aug 1998 19:23:44 -0700 (PDT) Date: Sat, 29 Aug 1998 19:23:44 -0700 (PDT) Message-Id: <199808300223.TAA20999@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/net/vnc Makefile ports/net/vnc/files md5 ports/net/vnc/patches patch-ab Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk thepish 1998/08/29 19:23:44 PDT Modified files: net/vnc Makefile net/vnc/files md5 net/vnc/patches patch-ab Log: upgrade to 3.3.2r2 (3.3.2 distfile no longer available) Revision Changes Path 1.5 +5 -5 ports/net/vnc/Makefile 1.6 +1 -1 ports/net/vnc/files/md5 1.2 +71 -93 ports/net/vnc/patches/patch-ab From owner-cvs-all Sat Aug 29 19:32:33 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA29595 for cvs-all-outgoing; Sat, 29 Aug 1998 19:32:33 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA29590; Sat, 29 Aug 1998 19:32:29 -0700 (PDT) (envelope-from max@FreeBSD.org) From: Masafumi NAKANE Received: (from max@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id TAA21124; Sat, 29 Aug 1998 19:32:24 -0700 (PDT) Date: Sat, 29 Aug 1998 19:32:24 -0700 (PDT) Message-Id: <199808300232.TAA21124@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/textproc/nfbtrans - Imported sources Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk max 1998/08/29 19:32:23 PDT ports/textproc/nfbtrans - Imported sources Update of /home/ncvs/ports/textproc/nfbtrans In directory freefall.freebsd.org:/tmp/cvs-serv21080 Log Message: New port, nfbtrans: NFBTRANS is a very accurate Grade Two braille translator. It can also back translate a Grade Two file into normal text. The program has many options which allow the user to customize its operation. Formatting commands can be used to generate Tables of Contents, ink print page numbers, running headers and much more. Translation rules are in a text file and can easily be modified by the user. The program can be configured to hyphenate words to save space. Because the copyright status is unclear, I'm marking this as RESTRICTED until I can find out from the author. Status: Vendor Tag: max Release Tags: NFBTRANS_7_50_2 N ports/textproc/nfbtrans/Makefile N ports/textproc/nfbtrans/patches/patch-aa N ports/textproc/nfbtrans/patches/patch-ab N ports/textproc/nfbtrans/patches/patch-ac N ports/textproc/nfbtrans/patches/patch-ad N ports/textproc/nfbtrans/files/md5 N ports/textproc/nfbtrans/pkg/PLIST N ports/textproc/nfbtrans/pkg/COMMENT N ports/textproc/nfbtrans/pkg/DESCR No conflicts created by this import From owner-cvs-all Sat Aug 29 19:34:20 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA29778 for cvs-all-outgoing; Sat, 29 Aug 1998 19:34:20 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA29771; Sat, 29 Aug 1998 19:34:18 -0700 (PDT) (envelope-from max@FreeBSD.org) From: Masafumi NAKANE Received: (from max@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id TAA21192; Sat, 29 Aug 1998 19:34:13 -0700 (PDT) Date: Sat, 29 Aug 1998 19:34:13 -0700 (PDT) Message-Id: <199808300234.TAA21192@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: CVSROOT modules Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk max 1998/08/29 19:34:13 PDT Modified files: . modules Log: nfbtrans ---> ports/textproc/nfbtrans Revision Changes Path 1.2331 +2 -1 CVSROOT/modules From owner-cvs-all Sat Aug 29 19:35:40 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA29904 for cvs-all-outgoing; Sat, 29 Aug 1998 19:35:40 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA29896; Sat, 29 Aug 1998 19:35:37 -0700 (PDT) (envelope-from max@FreeBSD.org) From: Masafumi NAKANE Received: (from max@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id TAA21256; Sat, 29 Aug 1998 19:35:32 -0700 (PDT) Date: Sat, 29 Aug 1998 19:35:32 -0700 (PDT) Message-Id: <199808300235.TAA21256@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/textproc Makefile Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk max 1998/08/29 19:35:32 PDT Modified files: textproc Makefile Log: Enable nfbtrans. Revision Changes Path 1.28 +2 -1 ports/textproc/Makefile From owner-cvs-all Sat Aug 29 19:43:51 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAB00919 for cvs-all-outgoing; Sat, 29 Aug 1998 19:43:51 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA00914; Sat, 29 Aug 1998 19:43:50 -0700 (PDT) (envelope-from jb@FreeBSD.org) From: John Birrell Received: (from jb@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id TAA21486; Sat, 29 Aug 1998 19:43:45 -0700 (PDT) Date: Sat, 29 Aug 1998 19:43:45 -0700 (PDT) Message-Id: <199808300243.TAA21486@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/lib/libcrypt Makefile Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jb 1998/08/29 19:43:45 PDT Modified files: lib/libcrypt Makefile Log: BINFORMAT -> OBJFORMAT ready for E-day. Revision Changes Path 1.13 +3 -3 src/lib/libcrypt/Makefile From owner-cvs-all Sat Aug 29 19:44:42 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA01054 for cvs-all-outgoing; Sat, 29 Aug 1998 19:44:42 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA01041; Sat, 29 Aug 1998 19:44:38 -0700 (PDT) (envelope-from jb@FreeBSD.org) From: John Birrell Received: (from jb@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id TAA21530; Sat, 29 Aug 1998 19:44:33 -0700 (PDT) Date: Sat, 29 Aug 1998 19:44:33 -0700 (PDT) Message-Id: <199808300244.TAA21530@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/lib/libtermcap Makefile Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jb 1998/08/29 19:44:33 PDT Modified files: lib/libtermcap Makefile Log: BINFORMAT -> OBJFORMAT ready for E-day. Revision Changes Path 1.24 +2 -2 src/lib/libtermcap/Makefile From owner-cvs-all Sat Aug 29 19:46:41 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA01210 for cvs-all-outgoing; Sat, 29 Aug 1998 19:46:41 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA01205; Sat, 29 Aug 1998 19:46:40 -0700 (PDT) (envelope-from jb@FreeBSD.org) From: John Birrell Received: (from jb@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id TAA21593; Sat, 29 Aug 1998 19:46:35 -0700 (PDT) Date: Sat, 29 Aug 1998 19:46:35 -0700 (PDT) Message-Id: <199808300246.TAA21593@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/gnu/usr.bin/gdb/gdb Makefile Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jb 1998/08/29 19:46:35 PDT Modified files: gnu/usr.bin/gdb/gdb Makefile Log: Missed some BINFORMATs. Fingers! Can't live with 'em. Can't live without 'em. Revision Changes Path 1.36 +4 -4 src/gnu/usr.bin/gdb/gdb/Makefile From owner-cvs-all Sat Aug 29 19:48:18 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA01376 for cvs-all-outgoing; Sat, 29 Aug 1998 19:48:18 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA01371; Sat, 29 Aug 1998 19:48:17 -0700 (PDT) (envelope-from jb@FreeBSD.org) From: John Birrell Received: (from jb@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id TAA21644; Sat, 29 Aug 1998 19:48:12 -0700 (PDT) Date: Sat, 29 Aug 1998 19:48:12 -0700 (PDT) Message-Id: <199808300248.TAA21644@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/usr.bin Makefile Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jb 1998/08/29 19:48:12 PDT Modified files: usr.bin Makefile Log: BINFORMAT -> OBJFORMAT ready for E-day. Revision Changes Path 1.108 +2 -2 src/usr.bin/Makefile From owner-cvs-all Sat Aug 29 19:48:58 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA01484 for cvs-all-outgoing; Sat, 29 Aug 1998 19:48:58 -0700 (PDT) (envelope-from owner-cvs-all) Received: from apollo.backplane.com (apollo.backplane.com [209.157.86.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA01473; Sat, 29 Aug 1998 19:48:47 -0700 (PDT) (envelope-from dillon@backplane.com) Received: (dillon@localhost) by apollo.backplane.com (8.8.8/8.6.5) id TAA03666; Sat, 29 Aug 1998 19:47:50 -0700 (PDT) Date: Sat, 29 Aug 1998 19:47:50 -0700 (PDT) From: Matthew Dillon Message-Id: <199808300247.TAA03666@apollo.backplane.com> To: "Jonathan M. Bresler" Cc: mike@smith.net.au (Mike Smith), phk@critter.freebsd.dk, jdp@polstra.com, committers@FreeBSD.ORG, jkh@time.cdrom.com Subject: Re: make.conf References: <199808300157.SAA26023@hub.freebsd.org> Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk : just got to work with a device from Ipsilon (now part of Nokia). : its a CheckPoint FireWall-1 running on top of FreeBSD :) : The root filesystem is mounted read-only. : : : rather than addressing make.conf vs make.conf.local, : how about taking this issue on...getting us a read-only : root filesystem. it'll take moving all the changing and : changeable files to another location with symlinks (ugh) : pointing to them...you'll take some heat but the results : will be considerably better. : : :jmb I'm currently booting a diskless workstation via NFS/BOOTP. It mounts my main server's / and /usr partitions read-only. Works great! The diskless workstation is even running an almost-complete set of services. The only real problem I had was that I had to hook my rc.diskless boot script nearer to the beginning of /etc/rc so it wouldn't try to mount non-existant disks and such, and the 'xdm' program tries to create two log files in /usr/X11R6/lib/X11/xdm somewhere which I had to redirect to /var/run/ using softlinks. After that it was just a matter of creating MFS filesystems for /var, /var/run, /var/db, /var/tmp, /dev (tty ownership), and /home. lander:/home/dillon> df Filesystem 1K-blocks Used Avail Capacity Mounted on 209.157.86.2:/ 63503 40282 18141 69% / devfs 16 16 0 100% dummy_mount 209.157.86.2:/usr 508143 422713 44779 90% /usr 209.157.86.2:/var 63503 47896 10527 82% /var mfs:16 959 69 814 8% /var/run mfs:18 3935 345 3276 10% /var/db mfs:20 31743 9 29195 0% /var/tmp procfs 4 4 0 100% /proc mfs:28 1511 49 1342 4% /dev mfs:33 31743 1505 27699 5% /home lander:/home/dillon> ps axlww | fgrep mfs 0 16 1 0 10 0 1536 200 mfsidl SLs ?? 0:01.02 mount_mfs -s 2048 -T qp120at dummy /var/run 0 18 1 0 10 0 4616 464 mfsidl SLs ?? 0:00.98 mount_mfs -s 8192 -T qp120at dummy /var/db 0 20 1 0 10 0 33316 148 mfsidl SLs ?? 0:01.27 mount_mfs -s 65536 -T qp120at dummy /var/tmp 0 28 1 0 10 0 2560 164 mfsidl SLs ?? 0:01.02 mount_mfs -s 4096 -i 512 -T qp120at dummy /dev 0 33 1 0 10 0 33316 920 mfsidl SLs ?? 0:01.33 mount_mfs -s 65536 -T qp120at dummy /home 101 1429 1424 12 2 0 272 160 sbwait D+ p4 0:00.01 fgrep mfs lander:/home/dillon> I'm using persistent MFS mounts on two of the partitions... I've got a number of MFS-related patches which I haven't commited yet that allows for persistent backing store (and, in fact, you can even fsck the backing store file prior to MFS-mounting it! Hoa!), and one that deals with MFS-related paging issues. But even without the hacks it can be made to work quite well. -Matt Matthew Dillon Engineering, HiWay Technologies, Inc. & BEST Internet Communications (Please include original email in any response) From owner-cvs-all Sat Aug 29 19:49:27 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA01563 for cvs-all-outgoing; Sat, 29 Aug 1998 19:49:27 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA01546; Sat, 29 Aug 1998 19:49:22 -0700 (PDT) (envelope-from jb@FreeBSD.org) From: John Birrell Received: (from jb@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id TAA21690; Sat, 29 Aug 1998 19:49:16 -0700 (PDT) Date: Sat, 29 Aug 1998 19:49:16 -0700 (PDT) Message-Id: <199808300249.TAA21690@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/usr.bin/su Makefile Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jb 1998/08/29 19:49:15 PDT Modified files: usr.bin/su Makefile Log: BINFORMAT -> OBJFORMAT ready for E-day. Revision Changes Path 1.17 +1 -1 src/usr.bin/su/Makefile From owner-cvs-all Sat Aug 29 19:50:59 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA01755 for cvs-all-outgoing; Sat, 29 Aug 1998 19:50:59 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA01741; Sat, 29 Aug 1998 19:50:50 -0700 (PDT) (envelope-from jb@FreeBSD.org) From: John Birrell Received: (from jb@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id TAA21760; Sat, 29 Aug 1998 19:50:45 -0700 (PDT) Date: Sat, 29 Aug 1998 19:50:45 -0700 (PDT) Message-Id: <199808300250.TAA21760@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/release Makefile Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jb 1998/08/29 19:50:45 PDT Modified files: release Makefile Log: BINFORMAT -> OBJFORMAT ready for E-day. Revision Changes Path 1.370 +4 -4 src/release/Makefile From owner-cvs-all Sat Aug 29 19:52:21 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA01936 for cvs-all-outgoing; Sat, 29 Aug 1998 19:52:21 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA01913; Sat, 29 Aug 1998 19:52:10 -0700 (PDT) (envelope-from jb@FreeBSD.org) From: John Birrell Received: (from jb@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id TAA21810; Sat, 29 Aug 1998 19:52:04 -0700 (PDT) Date: Sat, 29 Aug 1998 19:52:04 -0700 (PDT) Message-Id: <199808300252.TAA21810@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/release/scripts proflibs-make.sh Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jb 1998/08/29 19:52:04 PDT Modified files: release/scripts proflibs-make.sh Log: BINFORMAT -> OBJFORMAT ready for E-day. Revision Changes Path 1.4 +2 -2 src/release/scripts/proflibs-make.sh From owner-cvs-all Sat Aug 29 20:06:30 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA03040 for cvs-all-outgoing; Sat, 29 Aug 1998 20:06:30 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA03034; Sat, 29 Aug 1998 20:06:29 -0700 (PDT) (envelope-from jb@FreeBSD.org) From: John Birrell Received: (from jb@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id UAA22060; Sat, 29 Aug 1998 20:06:24 -0700 (PDT) Date: Sat, 29 Aug 1998 20:06:24 -0700 (PDT) Message-Id: <199808300306.UAA22060@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/i386/conf GENERICupgrade Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jb 1998/08/29 20:06:23 PDT Added files: sys/i386/conf GENERICupgrade Log: The aout->elf transition build from a 2.2.5/6/7 system requires that a kernel be built and installed at just the right time. If the system were to be rebooted after installing the 3.0 binaries without the new kernel, the system is hosed. The addition of this config file reserves the name of the config file that the upgrade procedure uses. If an upgrade is to be performed on a 2.2.5/6/7 system system for which a GENERIC kernel is inadequate, this config file must be replace with a suitable one before performing the upgrade. On systems which report 'uname -r' as 3.0-CURRENT, the kernel build is not performed and this file is ignored. From owner-cvs-all Sat Aug 29 20:10:33 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA03493 for cvs-all-outgoing; Sat, 29 Aug 1998 20:10:33 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA03487; Sat, 29 Aug 1998 20:10:32 -0700 (PDT) (envelope-from thepish@FreeBSD.org) From: Peter Hawkins Received: (from thepish@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id UAA22158; Sat, 29 Aug 1998 20:10:27 -0700 (PDT) Date: Sat, 29 Aug 1998 20:10:27 -0700 (PDT) Message-Id: <199808300310.UAA22158@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/www/netscape45-communicator Makefile ports/www/netscape45-communicator/files md5 netscape.sh ports/www/netscape45-communicator/pkg COMMENT DESCR PLIST Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk thepish 1998/08/29 20:10:27 PDT Modified files: www/netscape45-communicator Makefile www/netscape45-communicator/files md5 netscape.sh www/netscape45-communicator/pkg COMMENT DESCR PLIST Log: Establish the communicator beta port Revision Changes Path 1.22 +13 -17 ports/www/netscape45-communicator/Makefile 1.16 +1 -1 ports/www/netscape45-communicator/files/md5 1.8 +1 -1 ports/www/netscape45-communicator/files/netscape.sh 1.4 +1 -1 ports/www/netscape45-communicator/pkg/COMMENT 1.17 +34 -2 ports/www/netscape45-communicator/pkg/DESCR 1.16 +28 -33 ports/www/netscape45-communicator/pkg/PLIST From owner-cvs-all Sat Aug 29 20:53:09 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA06208 for cvs-all-outgoing; Sat, 29 Aug 1998 20:53:09 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA06203; Sat, 29 Aug 1998 20:53:08 -0700 (PDT) (envelope-from thepish@FreeBSD.org) From: Peter Hawkins Received: (from thepish@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id UAA22906; Sat, 29 Aug 1998 20:53:03 -0700 (PDT) Date: Sat, 29 Aug 1998 20:53:03 -0700 (PDT) Message-Id: <199808300353.UAA22906@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/www/netscape4-communicator.beta Makefile ports/www/netscape4-communicator.beta/files mailcap md5 netscape.sh ports/www/netscape4-communicator.beta/patches patch-aa ports/www/netscape4-communicator.beta/pkg COMMENT DESCR PLIST ports/www/netscape4-communicator.beta/scripts ... Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk thepish 1998/08/29 20:53:03 PDT Removed files: www/netscape4-communicator.beta Makefile www/netscape4-communicator.beta/files mailcap md5 netscape.sh www/netscape4-communicator.beta/patches patch-aa www/netscape4-communicator.beta/pkg COMMENT DESCR PLIST www/netscape4-communicator.beta/scripts configure Log: moved to netscape45-communicator From owner-cvs-all Sat Aug 29 20:57:40 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA06626 for cvs-all-outgoing; Sat, 29 Aug 1998 20:57:40 -0700 (PDT) (envelope-from owner-cvs-all) Received: from dana.clari.net.au (dana.clari.net.au [203.27.85.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA06603; Sat, 29 Aug 1998 20:57:35 -0700 (PDT) (envelope-from thepish@freebsd.org) Received: from localhost (thepish@localhost) by dana.clari.net.au (8.8.8/8.8.7) with SMTP id NAA06527; Sun, 30 Aug 1998 13:56:28 +1000 (EST) (envelope-from thepish@freebsd.org) X-Authentication-Warning: dana.clari.net.au: thepish owned process doing -bs Date: Sun, 30 Aug 1998 13:56:28 +1000 (EST) From: Peter Hawkins X-Sender: thepish@dana.clari.net.au To: Studded cc: Satoshi Asami , cvs-all@FreeBSD.ORG Subject: Re: cvs commit: ports/www/netscape45-communicator Makefile In-Reply-To: <35E2F7B7.AB60177B@dal.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >> Mark this port BROKEN while it awaits an upgrade from thepish (who seems >> to have dropped off the surface of the earth at the moment :p). Work was pure hell this week - right Danny? Fixed now :) > > While you're at it, that port's makefile is the one for 4.06 on my >system (with a recent cvsup), the one for netscape4-communicator.beta is >the one that's downloading the 4.5 beta. One of those categories is It was resolved - beta -> /dev/null Peter > - Yiddish Proverb > Hilink Internet Peter Hawkins 381 Swan St Richmond, Vic, Australia Ph: +61-3-9421 2006 Fax: +61-3-9421 2007 http://www.hilink.com.au Peter@hilink.com.au FreeBSD Project: thepish@FreeBSD.org From owner-cvs-all Sat Aug 29 21:05:21 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA07448 for cvs-all-outgoing; Sat, 29 Aug 1998 21:05:21 -0700 (PDT) (envelope-from owner-cvs-all) Received: from dana.clari.net.au (dana.clari.net.au [203.27.85.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA07442 for ; Sat, 29 Aug 1998 21:05:17 -0700 (PDT) (envelope-from thepish@freebsd.org) Received: from localhost (thepish@localhost) by dana.clari.net.au (8.8.8/8.8.7) with SMTP id OAA06543 for ; Sun, 30 Aug 1998 14:04:20 +1000 (EST) (envelope-from thepish@freebsd.org) X-Authentication-Warning: dana.clari.net.au: thepish owned process doing -bs Date: Sun, 30 Aug 1998 14:04:20 +1000 (EST) From: Peter Hawkins X-Sender: thepish@dana.clari.net.au To: cvs-committers@FreeBSD.ORG Subject: Suggestion - RFC Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Recently I did a make world and by terminal server was dead for a day! the recent pppd change in pap-secrets did it and the back incompatability is documented, yes, but buried so that it isn't obvious. How would people feel about my setting up something where people are expected to add a note whenever they commit something which creates a back incompatability so that we have something to scan before a make world? I would envisage it being located in the handbook with a table such as: DATE OF CHANGE | TOOLS AFFECTED | HOW TO TEST FOR INCOMPAT | FIX where fix would typically be a ref to appropriate part of man page Comments? Peter Hilink Internet Peter Hawkins 381 Swan St Richmond, Vic, Australia Ph: +61-3-9421 2006 Fax: +61-3-9421 2007 http://www.hilink.com.au Peter@hilink.com.au FreeBSD Project: thepish@FreeBSD.org From owner-cvs-all Sat Aug 29 21:23:19 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA09207 for cvs-all-outgoing; Sat, 29 Aug 1998 21:23:19 -0700 (PDT) (envelope-from owner-cvs-all) Received: from dana.clari.net.au (dana.clari.net.au [203.27.85.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA09200 for ; Sat, 29 Aug 1998 21:23:15 -0700 (PDT) (envelope-from thepish@freebsd.org) Received: from localhost (thepish@localhost) by dana.clari.net.au (8.8.8/8.8.7) with SMTP id OAA06618 for ; Sun, 30 Aug 1998 14:22:16 +1000 (EST) (envelope-from thepish@freebsd.org) X-Authentication-Warning: dana.clari.net.au: thepish owned process doing -bs Date: Sun, 30 Aug 1998 14:22:16 +1000 (EST) From: Peter Hawkins X-Sender: thepish@dana.clari.net.au To: committers@FreeBSD.ORG Subject: new NNTP group proposal Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Can I ask that we create alt.flame.make.conf and keep the list to a manageable number of terrabytes / day? Hilink Internet Peter Hawkins 381 Swan St Richmond, Vic, Australia Ph: +61-3-9421 2006 Fax: +61-3-9421 2007 http://www.hilink.com.au Peter@hilink.com.au FreeBSD Project: thepish@FreeBSD.org From owner-cvs-all Sat Aug 29 21:48:06 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA11220 for cvs-all-outgoing; Sat, 29 Aug 1998 21:48:06 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA11215; Sat, 29 Aug 1998 21:48:05 -0700 (PDT) (envelope-from jkoshy@FreeBSD.org) From: Joseph Koshy Received: (from jkoshy@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id VAA23559; Sat, 29 Aug 1998 21:48:00 -0700 (PDT) Date: Sat, 29 Aug 1998 21:48:00 -0700 (PDT) Message-Id: <199808300448.VAA23559@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/ipmon Makefile Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jkoshy 1998/08/29 21:48:00 PDT Modified files: usr.sbin/ipmon Makefile Log: Install ipmon.8 in man8/ not man1/. PR: 7778 Submitted by: horikawa@jp.freebsd.org Revision Changes Path 1.2 +2 -2 src/usr.sbin/ipmon/Makefile From owner-cvs-all Sat Aug 29 22:32:53 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA14471 for cvs-all-outgoing; Sat, 29 Aug 1998 22:32:53 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA14463; Sat, 29 Aug 1998 22:32:50 -0700 (PDT) (envelope-from thepish@FreeBSD.org) From: Peter Hawkins Received: (from thepish@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id WAA24529; Sat, 29 Aug 1998 22:32:45 -0700 (PDT) Date: Sat, 29 Aug 1998 22:32:45 -0700 (PDT) Message-Id: <199808300532.WAA24529@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/contrib/tcpdump print-ppp.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk thepish 1998/08/29 22:32:45 PDT Modified files: contrib/tcpdump print-ppp.c Log: PR: 7741 Submitted by: Hellmuth Michaelis add LCP/PAP/CHAP/IPCP frame printing functionality Revision Changes Path 1.6 +391 -36 src/contrib/tcpdump/print-ppp.c From owner-cvs-all Sat Aug 29 22:36:49 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA14888 for cvs-all-outgoing; Sat, 29 Aug 1998 22:36:49 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA14876; Sat, 29 Aug 1998 22:36:44 -0700 (PDT) (envelope-from motoyuki@FreeBSD.org) From: Motoyuki Konno Received: (from motoyuki@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id WAA24715; Sat, 29 Aug 1998 22:36:39 -0700 (PDT) Date: Sat, 29 Aug 1998 22:36:39 -0700 (PDT) Message-Id: <199808300536.WAA24715@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: doc/FAQ preface.sgml Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk motoyuki 1998/08/29 22:36:38 PDT Modified files: FAQ preface.sgml Log: Latest release in the 2.2-stable branch: 2.2.6 -> 2.2.7 Submitted by: SUGIMURA Takashi Revision Changes Path 1.19 +5 -5 doc/FAQ/preface.sgml From owner-cvs-all Sat Aug 29 22:40:24 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA15343 for cvs-all-outgoing; Sat, 29 Aug 1998 22:40:24 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA15338; Sat, 29 Aug 1998 22:40:23 -0700 (PDT) (envelope-from thepish@FreeBSD.org) From: Peter Hawkins Received: (from thepish@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id WAA24815; Sat, 29 Aug 1998 22:40:18 -0700 (PDT) Date: Sat, 29 Aug 1998 22:40:18 -0700 (PDT) Message-Id: <199808300540.WAA24815@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/etc/root dot.profile Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk thepish 1998/08/29 22:40:18 PDT Modified files: (Branch: RELENG_2_2) etc/root dot.profile Log: PR: 7613 merge from current Revision Changes Path 1.10.2.4 +5 -3 src/etc/root/dot.profile From owner-cvs-all Sat Aug 29 22:59:00 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA16998 for cvs-all-outgoing; Sat, 29 Aug 1998 22:59:00 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA16990; Sat, 29 Aug 1998 22:58:52 -0700 (PDT) (envelope-from motoyuki@FreeBSD.org) From: Motoyuki Konno Received: (from motoyuki@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id WAA25345; Sat, 29 Aug 1998 22:58:47 -0700 (PDT) Date: Sat, 29 Aug 1998 22:58:47 -0700 (PDT) Message-Id: <199808300558.WAA25345@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: doc/ja/FAQ install.sgml jcontrib.sgml jmembers.sgml preface.sgml Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk motoyuki 1998/08/29 22:58:47 PDT Modified files: ja/FAQ install.sgml jcontrib.sgml jmembers.sgml preface.sgml Log: Merge the following changes in the English version: install.sgml : 1.8 -> 1.9 preface.sgml : 1.15 -> 1.19 Add SUGIMURA Takashi to the translator's list: jcontrib.sgml jmembers.sgml Submitted by: SUGIMURA Takashi Revision Changes Path 1.6 +15 -2 doc/ja/FAQ/install.sgml 1.2 +3 -1 doc/ja/FAQ/jcontrib.sgml 1.3 +4 -1 doc/ja/FAQ/jmembers.sgml 1.11 +108 -12 doc/ja/FAQ/preface.sgml From owner-cvs-all Sat Aug 29 23:21:02 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA19422 for cvs-all-outgoing; Sat, 29 Aug 1998 23:21:02 -0700 (PDT) (envelope-from owner-cvs-all) Received: from shell.futuresouth.com (shell.futuresouth.com [198.78.58.28]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA19417 for ; Sat, 29 Aug 1998 23:21:01 -0700 (PDT) (envelope-from fullermd@futuresouth.com) Received: (from fullermd@localhost) by shell.futuresouth.com (8.8.8/8.8.8) id BAA23772; Sun, 30 Aug 1998 01:19:57 -0500 (CDT) Message-ID: <19980830011957.12607@futuresouth.com> Date: Sun, 30 Aug 1998 01:19:57 -0500 From: "Matthew D. Fuller" To: Adam David Cc: "Justin T. Gibbs" , committers@FreeBSD.ORG Subject: Re: make.conf References: <199808290422.WAA18049@pluto.plutotech.com> <199808291735.RAA24925@veda.is> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.88 In-Reply-To: <199808291735.RAA24925@veda.is>; from Adam David on Sat, Aug 29, 1998 at 05:35:27PM +0000 Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Sat, Aug 29, 1998 at 05:35:27PM +0000, Adam David woke me up to tell me: > > If others share this view, perhaps we should work towards providing a > > mechanism for our user community to configure how the system src trees > > are built that is completely localized to the source files we wish to > > target. > > How about /etc/make/{ports,src}.conf or similar. God, I'm not a conservative purist, but, umm... Especially if these are just affecting ports|src, how about /usr/local/etc or the like? Or for that matter, /usr/src/make.conf and /usr/ports/make.conf? *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-* | FreeBSD; the way computers were meant to be | * "The only reason I'm burning my candle at both ends, is * | that I haven't figured out how to light the middle yet."| * fullermd@futuresouth.com :-} MAtthew Fuller * | http://keystone.westminster.edu/~fullermd | *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*