From owner-cvs-usrsbin Sun Apr 9 02:21:03 1995 Return-Path: cvs-usrsbin-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id CAA13707 for cvs-usrsbin-outgoing; Sun, 9 Apr 1995 02:21:03 -0700 Received: (from joerg@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id LAA13697 ; Sun, 9 Apr 1995 11:20:50 +0200 Date: Sun, 9 Apr 1995 11:20:50 +0200 From: Joerg Wunsch Message-Id: <199504090920.LAA13697@freefall.cdrom.com> To: CVS-commiters, cvs-usrsbin Subject: cvs commit: src/usr.sbin/rmt rmt.c Sender: cvs-usrsbin-owner@freebsd.org Precedence: bulk joerg 95/04/09 11:20:49 Modified: usr.sbin/rmt rmt.c Log: The rmt protocol didn't allow to pass a file creation mode (permission bits) along, and rmt did the wrong thing in calling open(2) with random garbage as third parameter. Make it create new files with 0666 (modified by the umask of the remote shell anyway). This removed the last show-stopper from tar not working with remote archives. From owner-cvs-usrsbin Sun Apr 9 08:05:07 1995 Return-Path: cvs-usrsbin-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id IAA23791 for cvs-usrsbin-outgoing; Sun, 9 Apr 1995 08:05:07 -0700 Received: from time.cdrom.com (time.cdrom.com [192.216.223.46]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id IAA23780 ; Sun, 9 Apr 1995 08:05:02 -0700 Received: (from root@localhost) by time.cdrom.com (8.6.11/8.6.9) id IAA23217; Sun, 9 Apr 1995 08:05:02 -0700 Date: Sun, 9 Apr 1995 08:05:02 -0700 From: "Jordan K. Hubbard" Message-Id: <199504091505.IAA23217@time.cdrom.com> To: CVS-commiters@time.cdrom.com, cvs-usrsbin@time.cdrom.com Subject: cvs commit: src/usr.sbin/pkg_install/create create.h main.c perform.c pkg_create.1 Sender: cvs-usrsbin-owner@freebsd.org Precedence: bulk jkh 95/04/09 08:05:02 Modified: usr.sbin/pkg_install/add add.h main.c perform.c usr.sbin/pkg_install/create create.h main.c perform.c pkg_create.1 Log: Add true support for dependency lists. 1. pkg_create now has a -P argument for specifying dependencies on the command line. 2. pkg_add will honor dependencies and chain-load them automatically if it finds the required package(s) in the same directory as the package that is being loaded. For best results, install packages from a directory containing all the packages you'll possibly need (like /usr/ports/packages/all). 2 remaining flaws: 1. pkg_add looks in one place (where you were when you loaded the primary pkg) for depended packages. If you can come up with a search path scheme that's not a total hack - be my guest! 2. Recursive dependency expansion can result in the name of a dep being listed more than once. This doesn't bother pkg_add since it checks for package existance with pkg_info and will skip already-loaded packages. I don't know how/if pkg_delete handles this yet, however. I need to look into it. From owner-cvs-usrsbin Sun Apr 9 14:59:21 1995 Return-Path: cvs-usrsbin-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id OAA17939 for cvs-usrsbin-outgoing; Sun, 9 Apr 1995 14:59:21 -0700 Received: (from wpaul@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id OAA17923 ; Sun, 9 Apr 1995 14:59:08 -0700 Date: Sun, 9 Apr 1995 14:59:08 -0700 From: Bill Paul Message-Id: <199504092159.OAA17923@freefall.cdrom.com> To: CVS-commiters, cvs-usrsbin Subject: cvs commit: src/usr.sbin/ypbind ypbind.8 Makefile Sender: cvs-usrsbin-owner@freebsd.org Precedence: bulk wpaul 95/04/09 14:59:07 Modified: usr.sbin/ypbind Makefile Added: usr.sbin/ypbind ypbind.8 Log: First crack at a man page for ypbind. From owner-cvs-usrsbin Sun Apr 9 17:41:28 1995 Return-Path: cvs-usrsbin-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id RAA22294 for cvs-usrsbin-outgoing; Sun, 9 Apr 1995 17:41:28 -0700 Received: (from davidg@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id RAA22284 ; Sun, 9 Apr 1995 17:41:26 -0700 Date: Sun, 9 Apr 1995 17:41:26 -0700 From: David Greenman Message-Id: <199504100041.RAA22284@freefall.cdrom.com> To: CVS-commiters, cvs-usrsbin Subject: cvs commit: src/usr.sbin/trpt trpt.c Sender: cvs-usrsbin-owner@freebsd.org Precedence: bulk davidg 95/04/09 17:41:26 Modified: usr.sbin/trpt trpt.c Log: Removed bogus #include of netinet/in_pcb.h From owner-cvs-usrsbin Mon Apr 10 01:02:04 1995 Return-Path: cvs-usrsbin-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id BAA02281 for cvs-usrsbin-outgoing; Mon, 10 Apr 1995 01:02:04 -0700 Received: from time.cdrom.com (time.cdrom.com [192.216.223.46]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id BAA02250 ; Mon, 10 Apr 1995 01:01:56 -0700 Received: (from jkh@localhost) by time.cdrom.com (8.6.11/8.6.9) id BAA07681; Mon, 10 Apr 1995 01:01:56 -0700 Date: Mon, 10 Apr 1995 01:01:56 -0700 From: "Jordan K. Hubbard" Message-Id: <199504100801.BAA07681@time.cdrom.com> To: CVS-commiters@time.cdrom.com, cvs-usrsbin@time.cdrom.com Subject: cvs commit: src/usr.sbin/pkg_install/create perform.c Sender: cvs-usrsbin-owner@freebsd.org Precedence: bulk jkh 95/04/10 01:01:54 Modified: usr.sbin/pkg_install/add perform.c usr.sbin/pkg_install/create perform.c Log: Neither of these tools really told you what you needed to know neatly and succinctly in verbose mode. I hope people find this more to their liking. From owner-cvs-usrsbin Mon Apr 10 11:42:20 1995 Return-Path: cvs-usrsbin-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id LAA17327 for cvs-usrsbin-outgoing; Mon, 10 Apr 1995 11:42:20 -0700 Received: (from wollman@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id LAA17301 ; Mon, 10 Apr 1995 11:42:12 -0700 Date: Mon, 10 Apr 1995 11:42:12 -0700 From: "Garrett A. Wollman" Message-Id: <199504101842.LAA17301@freefall.cdrom.com> To: CVS-commiters, cvs-usrsbin Subject: cvs commit: src/usr.sbin/mrouted config.c Sender: cvs-usrsbin-owner@freebsd.org Precedence: bulk wollman 95/04/10 11:42:12 Modified: usr.sbin/mrouted config.c Log: there is a endian problem when setting up tunnel and phyint boundaries in the mrouted. inet_parse returns network byte ordered address, but there are a couple comaprisons that need to be done on the addresses and the comparisons are done in host order. I left the comparisions for 0xffffffff alone, because this value is the same in network and host orders. Submitted by: Mark Tinguely From owner-cvs-usrsbin Wed Apr 12 11:57:49 1995 Return-Path: cvs-usrsbin-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id LAA20370 for cvs-usrsbin-outgoing; Wed, 12 Apr 1995 11:57:49 -0700 Received: (from ache@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id LAA20359 ; Wed, 12 Apr 1995 11:57:41 -0700 Date: Wed, 12 Apr 1995 11:57:41 -0700 From: "Andrey A. Chernov" Message-Id: <199504121857.LAA20359@freefall.cdrom.com> To: CVS-commiters, cvs-usrsbin Subject: cvs commit: src/usr.sbin/cron/cron do_command.c Sender: cvs-usrsbin-owner@freebsd.org Precedence: bulk ache 95/04/12 11:57:40 Modified: usr.sbin/cron/cron do_command.c Log: Close MAILTO security hole From owner-cvs-usrsbin Wed Apr 12 12:04:31 1995 Return-Path: cvs-usrsbin-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id MAA20637 for cvs-usrsbin-outgoing; Wed, 12 Apr 1995 12:04:31 -0700 Received: (from ache@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id MAA20626 ; Wed, 12 Apr 1995 12:04:27 -0700 Date: Wed, 12 Apr 1995 12:04:27 -0700 From: "Andrey A. Chernov" Message-Id: <199504121904.MAA20626@freefall.cdrom.com> To: CVS-commiters, cvs-usrsbin Subject: cvs commit: src/usr.sbin/cron/lib entry.c Sender: cvs-usrsbin-owner@freebsd.org Precedence: bulk ache 95/04/12 12:04:27 Modified: usr.sbin/cron/lib entry.c Log: Fix home dir cheating From owner-cvs-usrsbin Wed Apr 12 12:28:35 1995 Return-Path: cvs-usrsbin-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id MAA21267 for cvs-usrsbin-outgoing; Wed, 12 Apr 1995 12:28:35 -0700 Received: (from ache@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id MAA21256 ; Wed, 12 Apr 1995 12:28:32 -0700 Date: Wed, 12 Apr 1995 12:28:32 -0700 From: "Andrey A. Chernov" Message-Id: <199504121928.MAA21256@freefall.cdrom.com> To: CVS-commiters, cvs-usrsbin Subject: cvs commit: src/usr.sbin/cron/cron config.h Sender: cvs-usrsbin-owner@freebsd.org Precedence: bulk ache 95/04/12 12:28:31 Modified: usr.sbin/cron/cron config.h Log: Don't set -or0s (timeout 0) for possible network MAILTO From owner-cvs-usrsbin Thu Apr 13 13:27:30 1995 Return-Path: cvs-usrsbin-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id NAA25882 for cvs-usrsbin-outgoing; Thu, 13 Apr 1995 13:27:30 -0700 Received: (from joerg@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id NAA25869 ; Thu, 13 Apr 1995 13:27:18 -0700 Date: Thu, 13 Apr 1995 13:27:18 -0700 From: Joerg Wunsch Message-Id: <199504132027.NAA25869@freefall.cdrom.com> To: CVS-commiters, cvs-usrsbin Subject: cvs commit: src/usr.sbin Makefile Sender: cvs-usrsbin-owner@freebsd.org Precedence: bulk joerg 95/04/13 13:27:16 Modified: usr.sbin Makefile Log: Include pcvt into the list of subdirs, so its utilities will be included into fututre distributions. From owner-cvs-usrsbin Thu Apr 13 13:58:23 1995 Return-Path: cvs-usrsbin-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id NAA27191 for cvs-usrsbin-outgoing; Thu, 13 Apr 1995 13:58:23 -0700 Received: (from ache@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id NAA27172 ; Thu, 13 Apr 1995 13:58:16 -0700 Date: Thu, 13 Apr 1995 13:58:16 -0700 From: "Andrey A. Chernov" Message-Id: <199504132058.NAA27172@freefall.cdrom.com> To: CVS-commiters, cvs-usrsbin Subject: cvs commit: src/usr.sbin/cron/cron Makefile do_command.c bitstring.3 bitstring.h Sender: cvs-usrsbin-owner@freebsd.org Precedence: bulk ache 95/04/13 13:58:15 Modified: usr.sbin/cron/cron Makefile do_command.c Removed: usr.sbin/cron/cron bitstring.3 bitstring.h Log: Really fix MAILTO hole by parsing spaces. Remove local bitstring copy From owner-cvs-usrsbin Thu Apr 13 14:06:59 1995 Return-Path: cvs-usrsbin-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id OAA27515 for cvs-usrsbin-outgoing; Thu, 13 Apr 1995 14:06:59 -0700 Received: (from ache@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id OAA27503 ; Thu, 13 Apr 1995 14:06:45 -0700 Date: Thu, 13 Apr 1995 14:06:45 -0700 From: "Andrey A. Chernov" Message-Id: <199504132106.OAA27503@freefall.cdrom.com> To: CVS-commiters, cvs-usrsbin Subject: cvs commit: src/usr.sbin/cron/cron putman.sh Sender: cvs-usrsbin-owner@freebsd.org Precedence: bulk ache 95/04/13 14:06:43 Removed: usr.sbin/cron/cron putman.sh Log: Remove junk From owner-cvs-usrsbin Fri Apr 14 14:54:22 1995 Return-Path: cvs-usrsbin-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id OAA08855 for cvs-usrsbin-outgoing; Fri, 14 Apr 1995 14:54:22 -0700 Received: (from ache@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id OAA08845 ; Fri, 14 Apr 1995 14:54:19 -0700 Date: Fri, 14 Apr 1995 14:54:19 -0700 From: "Andrey A. Chernov" Message-Id: <199504142154.OAA08845@freefall.cdrom.com> To: CVS-commiters, cvs-usrsbin Subject: cvs commit: src/usr.sbin/cron/cron config.h do_command.c Sender: cvs-usrsbin-owner@freebsd.org Precedence: bulk ache 95/04/14 14:54:19 Modified: usr.sbin/cron/cron config.h do_command.c Log: Fix MAILTO hole by passing -t to sendmail Submitted by: Mike Pritchard From owner-cvs-usrsbin Sat Apr 15 14:45:52 1995 Return-Path: cvs-usrsbin-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id OAA02899 for cvs-usrsbin-outgoing; Sat, 15 Apr 1995 14:45:52 -0700 Received: (from ats@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id OAA02889 ; Sat, 15 Apr 1995 14:45:50 -0700 Date: Sat, 15 Apr 1995 14:45:50 -0700 From: Andreas Schulz Message-Id: <199504152145.OAA02889@freefall.cdrom.com> To: CVS-commiters, cvs-usrsbin Subject: cvs commit: src/usr.sbin Makefile Sender: cvs-usrsbin-owner@freebsd.org Precedence: bulk ats 95/04/15 14:45:50 Modified: usr.sbin Makefile Log: Add mixer to the clean/cleandir targets to get it also cleaned up. From owner-cvs-usrsbin Sat Apr 15 14:59:29 1995 Return-Path: cvs-usrsbin-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id OAA03572 for cvs-usrsbin-outgoing; Sat, 15 Apr 1995 14:59:29 -0700 Received: (from bde@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id OAA03562 ; Sat, 15 Apr 1995 14:59:27 -0700 Date: Sat, 15 Apr 1995 14:59:27 -0700 From: Bruce Evans Message-Id: <199504152159.OAA03562@freefall.cdrom.com> To: CVS-commiters, cvs-usrsbin Subject: cvs commit: src/usr.sbin/bad144 bad144.c Sender: cvs-usrsbin-owner@freebsd.org Precedence: bulk bde 95/04/15 14:59:27 Modified: usr.sbin/bad144 bad144.c Log: - Don't write the label if the (undocumented) nflag is set. - Don't write the label directly - use DIOCWDINFO. - Avoid overflow in calculation of lseek() offsets. - Fix format args in strings some more. %ld and %lu were often reversed and #ifdefed out strings weren't fixed. - Don't hard code the raw partition letter or DKBAD*. - Write the qsort() comparision function in `C'. - Fix all remaining warnings from `cc -Wall -Walmost-really-all'. From owner-cvs-usrsbin Sat Apr 15 15:10:09 1995 Return-Path: cvs-usrsbin-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id PAA04182 for cvs-usrsbin-outgoing; Sat, 15 Apr 1995 15:10:09 -0700 Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.34]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id PAA04121 ; Sat, 15 Apr 1995 15:09:31 -0700 Received: (from bde@localhost) by godzilla.zeta.org.au (8.6.9/8.6.9) id IAA06391; Sun, 16 Apr 1995 08:07:22 +1000 Date: Sun, 16 Apr 1995 08:07:22 +1000 From: Bruce Evans Message-Id: <199504152207.IAA06391@godzilla.zeta.org.au> To: CVS-commiters@freefall.cdrom.com, bde@freefall.cdrom.com, cvs-usrsbin@freefall.cdrom.com Subject: Re: cvs commit: src/usr.sbin/bad144 bad144.c Sender: cvs-usrsbin-owner@freebsd.org Precedence: bulk > - Avoid overflow in calculation of lseek() offsets. > - Fix format args in strings some more. %ld and %lu were often reversed and > #ifdefed out strings weren't fixed. > - Don't hard code the raw partition letter or DKBAD*. Why does cvs strip leading whitspace in log messages? The `#ifdefed' line is supposed to be indented. Bruce From owner-cvs-usrsbin Sat Apr 15 16:35:51 1995 Return-Path: cvs-usrsbin-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id QAA07482 for cvs-usrsbin-outgoing; Sat, 15 Apr 1995 16:35:51 -0700 Received: (from wpaul@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id QAA07471 ; Sat, 15 Apr 1995 16:35:48 -0700 Date: Sat, 15 Apr 1995 16:35:48 -0700 From: Bill Paul Message-Id: <199504152335.QAA07471@freefall.cdrom.com> To: CVS-commiters, cvs-usrsbin Subject: cvs commit: src/usr.sbin/ypbind ypbind.c Sender: cvs-usrsbin-owner@freebsd.org Precedence: bulk wpaul 95/04/15 16:35:48 Modified: usr.sbin/ypbind ypbind.c Log: In environments with multiple NIS servers (a master and several slaves) one ypbind broadcast can yield several responses. This can lead to some confusion: the syslog message from ypbind will indicate a rebinding to the first server that responds, but we may subsequently change our binding to another server when the other responses arrive. This results in ypbind reporting 'server OK' to one address and ypwhich reporting a binding to another. The behavior of the rpc_received() function has been changed to prevent this: subsequent responses received after a binding has already been established are ignored. Rebinding gratuitously each time we get a new response is silly anyway. Also backed out the non-fix I made in my last ypbind commit. (Pass me the extra large conical hat, please.) (At some point I'm going to seriously re-work ypbind and the _yp_dobind() library function to bring them in line with SunOS's documented behavior: binding requests are supposed to be 'client-driven.' The _yp_dobind() function should be responsible for retrying connections in response to calls from client programs rather than having ypbind broadcasting continously until a server responds. The current setup works okay in normal operation, but we broadcast far too often than we should.) From owner-cvs-usrsbin Sat Apr 15 16:40:08 1995 Return-Path: cvs-usrsbin-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id QAA07756 for cvs-usrsbin-outgoing; Sat, 15 Apr 1995 16:40:08 -0700 Received: from gndrsh.aac.dev.com (gndrsh.aac.dev.com [198.145.92.241]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id QAA07750 ; Sat, 15 Apr 1995 16:40:03 -0700 Received: (from rgrimes@localhost) by gndrsh.aac.dev.com (8.6.11/8.6.9) id QAA05684; Sat, 15 Apr 1995 16:35:54 -0700 From: "Rodney W. Grimes" Message-Id: <199504152335.QAA05684@gndrsh.aac.dev.com> Subject: Re: cvs commit: src/usr.sbin/bad144 bad144.c To: bde@zeta.org.au (Bruce Evans) Date: Sat, 15 Apr 1995 16:35:54 -0700 (PDT) Cc: CVS-commiters@freefall.cdrom.com, bde@freefall.cdrom.com, cvs-usrsbin@freefall.cdrom.com In-Reply-To: <199504152207.IAA06391@godzilla.zeta.org.au> from "Bruce Evans" at Apr 16, 95 08:07:22 am X-Mailer: ELM [version 2.4 PL24] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Content-Length: 1471 Sender: cvs-usrsbin-owner@freebsd.org Precedence: bulk > > > - Avoid overflow in calculation of lseek() offsets. > > - Fix format args in strings some more. %ld and %lu were often reversed and > > #ifdefed out strings weren't fixed. > > - Don't hard code the raw partition letter or DKBAD*. > > Why does cvs strip leading whitspace in log messages? The `#ifdefed' line > is supposed to be indented. Becuase who ever wrote log_accum.pl thought that is what it should do: # # Iterate over the body of the message collecting information. # while () { chop; # Drop the newline if (/^Modified Files/) { $state = $STATE_CHANGED; next; } if (/^Added Files/) { $state = $STATE_ADDED; next; } if (/^Removed Files/) { $state = $STATE_REMOVED; next; } if (/^Log Message/) { $state = $STATE_LOG; next; } s/^[ \t\n]+//; # delete leading space s/[ \t\n]+$//; # delete trailing space push (@changed_files, split) if ($state == $STATE_CHANGED); push (@added_files, split) if ($state == $STATE_ADDED); push (@removed_files, split) if ($state == $STATE_REMOVED); push (@log_lines, $_) if ($state == $STATE_LOG); } I need a concenses on this, but I am willing to delete the line that removes the leading space, it has annoyed me on several occasions. -- Rod Grimes rgrimes@gndrsh.aac.dev.com Accurate Automation Company Custom computers for FreeBSD From owner-cvs-usrsbin Sat Apr 15 16:44:14 1995 Return-Path: cvs-usrsbin-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id QAA07948 for cvs-usrsbin-outgoing; Sat, 15 Apr 1995 16:44:14 -0700 Received: from ref.tfs.com (ref.tfs.com [140.145.254.251]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id QAA07942 ; Sat, 15 Apr 1995 16:44:12 -0700 Received: (from phk@localhost) by ref.tfs.com (8.6.8/8.6.6) id QAA22632; Sat, 15 Apr 1995 16:43:34 -0700 From: Poul-Henning Kamp Message-Id: <199504152343.QAA22632@ref.tfs.com> Subject: Re: cvs commit: src/usr.sbin/bad144 bad144.c To: rgrimes@gndrsh.aac.dev.com (Rodney W. Grimes) Date: Sat, 15 Apr 1995 16:43:33 -0700 (PDT) Cc: bde@zeta.org.au, CVS-commiters@freefall.cdrom.com, bde@freefall.cdrom.com, cvs-usrsbin@freefall.cdrom.com In-Reply-To: <199504152335.QAA05684@gndrsh.aac.dev.com> from "Rodney W. Grimes" at Apr 15, 95 04:35:54 pm Content-Type: text Content-Length: 394 Sender: cvs-usrsbin-owner@freebsd.org Precedence: bulk > I need a concenses on this, but I am willing to delete the line > that removes the leading space, it has annoyed me on several occasions. > Please do! btw: Rod, how do I get a databook for a Opti 82C463 chip ? -- Poul-Henning Kamp -- TRW Financial Systems, Inc. 'All relevant people are pertinent' && 'All rude people are impertinent' => 'no rude people are relevant' From owner-cvs-usrsbin Sat Apr 15 18:05:33 1995 Return-Path: cvs-usrsbin-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id SAA10723 for cvs-usrsbin-outgoing; Sat, 15 Apr 1995 18:05:33 -0700 Received: from precipice.shockwave.com (precipice.shockwave.com [171.69.108.33]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id SAA10695 ; Sat, 15 Apr 1995 18:05:10 -0700 Received: from localhost (localhost [127.0.0.1]) by precipice.shockwave.com (8.6.11/8.6.9) with SMTP id RAA02447; Sat, 15 Apr 1995 17:57:05 -0700 Message-Id: <199504160057.RAA02447@precipice.shockwave.com> To: "Rodney W. Grimes" cc: bde@zeta.org.au (Bruce Evans), CVS-commiters@freefall.cdrom.com, bde@freefall.cdrom.com, cvs-usrsbin@freefall.cdrom.com Subject: Re: cvs commit: src/usr.sbin/bad144 bad144.c In-reply-to: Your message of "Sat, 15 Apr 1995 16:35:54 PDT." <199504152335.QAA05684@gndrsh.aac.dev.com> Date: Sat, 15 Apr 1995 17:57:05 -0700 From: Paul Traina Sender: cvs-usrsbin-owner@freebsd.org Precedence: bulk We originally put it in because twits had the habbit of doing: CSCdi12398438: this is a bug fix for killing ants instead of: CSCdi12394848: this is a bug fix for killing ants which made our log files look ugly. From: "Rodney W. Grimes" Subject: Re: cvs commit: src/usr.sbin/bad144 bad144.c > > > - Avoid overflow in calculation of lseek() offsets. > > - Fix format args in strings some more. %ld and %lu were often reversed >> and > > #ifdefed out strings weren't fixed. > > - Don't hard code the raw partition letter or DKBAD*. > > Why does cvs strip leading whitspace in log messages? The `#ifdefed' line > is supposed to be indented. Becuase who ever wrote log_accum.pl thought that is what it should do: # # Iterate over the body of the message collecting information. # while () { chop; # Drop the newline if (/^Modified Files/) { $state = $STATE_CHANGED; next; } if (/^Added Files/) { $state = $STATE_ADDED; next; } if (/^Removed Files/) { $state = $STATE_REMOVED; next; } if (/^Log Message/) { $state = $STATE_LOG; next; } s/^[ \t\n]+//; # delete leading space s/[ \t\n]+$//; # delete trailing space push (@changed_files, split) if ($state == $STATE_CHANGED); push (@added_files, split) if ($state == $STATE_ADDED); push (@removed_files, split) if ($state == $STATE_REMOVED); push (@log_lines, $_) if ($state == $STATE_LOG); } I need a concenses on this, but I am willing to delete the line that removes the leading space, it has annoyed me on several occasions. -- Rod Grimes rgrimes@gndrsh.aac.dev.com Accurate Automation Company Custom computers for FreeBSD From owner-cvs-usrsbin Sat Apr 15 18:40:28 1995 Return-Path: cvs-usrsbin-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id SAA12042 for cvs-usrsbin-outgoing; Sat, 15 Apr 1995 18:40:28 -0700 Received: (from bde@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id SAA12030 ; Sat, 15 Apr 1995 18:40:25 -0700 Date: Sat, 15 Apr 1995 18:40:25 -0700 From: Bruce Evans Message-Id: <199504160140.SAA12030@freefall.cdrom.com> To: CVS-commiters, cvs-usrsbin Subject: cvs commit: src/usr.sbin/xntpd Makefile.inc Sender: cvs-usrsbin-owner@freebsd.org Precedence: bulk bde 95/04/15 18:40:24 Modified: usr.sbin/xntpd Makefile.inc Log: Do what the previous log message claimed to do and don't enable DES if the user doesn't have the secure sources.