From owner-cvs-usrsbin Mon Sep 2 16:39:09 1996 Return-Path: owner-cvs-usrsbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id QAA19216 for cvs-usrsbin-outgoing; Mon, 2 Sep 1996 16:39:09 -0700 (PDT) Received: (from peter@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id QAA19196; Mon, 2 Sep 1996 16:39:00 -0700 (PDT) Date: Mon, 2 Sep 1996 16:39:00 -0700 (PDT) From: Peter Wemm Message-Id: <199609022339.QAA19196@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrsbin Subject: cvs commit: src/usr.sbin/watch Makefile Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk peter 96/09/02 16:39:00 Modified: usr.sbin/watch Makefile Log: Set ${DPADD}, use +=, add $Id$ Revision Changes Path 1.5 +4 -1 src/usr.sbin/watch/Makefile From owner-cvs-usrsbin Wed Sep 4 15:25:43 1996 Return-Path: owner-cvs-usrsbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id PAA06306 for cvs-usrsbin-outgoing; Wed, 4 Sep 1996 15:25:43 -0700 (PDT) Received: (from bde@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id PAA06289; Wed, 4 Sep 1996 15:25:37 -0700 (PDT) Date: Wed, 4 Sep 1996 15:25:37 -0700 (PDT) From: Bruce Evans Message-Id: <199609042225.PAA06289@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-lib, cvs-usrbin, cvs-libexec, cvs-usrsbin Subject: cvs commit: src/usr.bin/tn3270/tools/mkastods Makefile src/usr.bin/tn3270/tools/mkdstoas Makefile src/usr.bin/tn3270/tools/mkhits Makefile src/usr.sbin/pccard/pccardc Makefile src/lib/libcom_err Makefile src/libexec/xtend Makefile src/usr.bin/tn3270/tools/mkastosc Makefile src/usr.bin/tn3270/tools/mkdctype Makefile src/usr.sbin/named Makefile.inc src/usr.sbin/tzsetup Makefile Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 96/09/04 15:25:36 Modified: lib/libcom_err Makefile libexec/xtend Makefile usr.bin/tn3270/tools/mkastods Makefile usr.bin/tn3270/tools/mkastosc Makefile usr.bin/tn3270/tools/mkdctype Makefile usr.bin/tn3270/tools/mkdstoas Makefile usr.bin/tn3270/tools/mkhits Makefile usr.sbin/named Makefile.inc usr.sbin/pccard/pccardc Makefile usr.sbin/tzsetup Makefile Log: Removed unused `-I.'s from CFLAGS. "." means the object directory, so it is just confusing to use it when nothing is included from the object directory unless the object directory is also the source directory. It is confusing for "." not to mean the source directory anyway, so used `-I.'s should be replaced by `-I${.OBJDIR}'. Revision Changes Path 1.4 +1 -2 src/lib/libcom_err/Makefile 1.3 +2 -2 src/libexec/xtend/Makefile 1.2 +1 -1 src/usr.bin/tn3270/tools/mkastods/Makefile 1.2 +1 -1 src/usr.bin/tn3270/tools/mkastosc/Makefile 1.2 +1 -1 src/usr.bin/tn3270/tools/mkdctype/Makefile 1.2 +1 -1 src/usr.bin/tn3270/tools/mkdstoas/Makefile 1.2 +1 -1 src/usr.bin/tn3270/tools/mkhits/Makefile 1.2 +2 -2 src/usr.sbin/named/Makefile.inc 1.3 +2 -2 src/usr.sbin/pccard/pccardc/Makefile 1.4 +2 -2 src/usr.sbin/tzsetup/Makefile From owner-cvs-usrsbin Wed Sep 4 15:31:38 1996 Return-Path: owner-cvs-usrsbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id PAA06566 for cvs-usrsbin-outgoing; Wed, 4 Sep 1996 15:31:38 -0700 (PDT) Received: (from bde@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id PAA06552; Wed, 4 Sep 1996 15:31:33 -0700 (PDT) Date: Wed, 4 Sep 1996 15:31:33 -0700 (PDT) From: Bruce Evans Message-Id: <199609042231.PAA06552@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrsbin Subject: cvs commit: src/usr.sbin/xten Makefile Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 96/09/04 15:31:33 Modified: usr.sbin/xten Makefile Log: Removed another unused `-I.' and cleaned up. Revision Changes Path 1.5 +3 -6 src/usr.sbin/xten/Makefile From owner-cvs-usrsbin Wed Sep 4 15:43:34 1996 Return-Path: owner-cvs-usrsbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id PAA07381 for cvs-usrsbin-outgoing; Wed, 4 Sep 1996 15:43:34 -0700 (PDT) Received: (from bde@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id PAA07356; Wed, 4 Sep 1996 15:43:22 -0700 (PDT) Date: Wed, 4 Sep 1996 15:43:22 -0700 (PDT) From: Bruce Evans Message-Id: <199609042243.PAA07356@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrsbin Subject: cvs commit: src/usr.sbin/pppd Makefile Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 96/09/04 15:43:21 Modified: usr.sbin/pppd Makefile Log: Removed bogus unused `-I..' and unnecessary override of BINDIR. Didn't clean up. Revision Changes Path 1.4 +2 -3 src/usr.sbin/pppd/Makefile From owner-cvs-usrsbin Thu Sep 5 04:18:36 1996 Return-Path: owner-cvs-usrsbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id EAA06962 for cvs-usrsbin-outgoing; Thu, 5 Sep 1996 04:18:36 -0700 (PDT) Received: (from adam@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id EAA06947; Thu, 5 Sep 1996 04:18:29 -0700 (PDT) Date: Thu, 5 Sep 1996 04:18:29 -0700 (PDT) From: Adam David Message-Id: <199609051118.EAA06947@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrsbin Subject: cvs commit: src/usr.sbin/xntpd/doc ntpdate.8 Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk adam 96/09/05 04:18:29 Modified: usr.sbin/xntpd/doc ntpdate.8 Log: typo Revision Changes Path 1.3 +1 -1 src/usr.sbin/xntpd/doc/ntpdate.8 From owner-cvs-usrsbin Thu Sep 5 08:55:18 1996 Return-Path: owner-cvs-usrsbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id IAA26058 for cvs-usrsbin-outgoing; Thu, 5 Sep 1996 08:55:18 -0700 (PDT) Received: (from wpaul@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id IAA25967; Thu, 5 Sep 1996 08:53:44 -0700 (PDT) Date: Thu, 5 Sep 1996 08:53:44 -0700 (PDT) From: Bill Paul Message-Id: <199609051553.IAA25967@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrsbin Subject: cvs commit: src/usr.sbin/rpc.yppasswdd yppasswdd_server.c Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk wpaul 96/09/05 08:53:43 Modified: usr.sbin/rpc.yppasswdd yppasswdd_server.c Log: When updating a password via the standard RPC handler, reset the password change time (pw_change) to zero. Revision Changes Path 1.8 +3 -2 src/usr.sbin/rpc.yppasswdd/yppasswdd_server.c From owner-cvs-usrsbin Thu Sep 5 10:17:12 1996 Return-Path: owner-cvs-usrsbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id KAA03170 for cvs-usrsbin-outgoing; Thu, 5 Sep 1996 10:17:12 -0700 (PDT) Received: (from bde@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id KAA03127; Thu, 5 Sep 1996 10:16:12 -0700 (PDT) Date: Thu, 5 Sep 1996 10:16:12 -0700 (PDT) From: Bruce Evans Message-Id: <199609051716.KAA03127@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-games, cvs-lib, cvs-usrbin, cvs-gnu, cvs-libexec, cvs-sbin, cvs-usrsbin Subject: cvs commit: src/games/fortune/fortune Makefile src/gnu/lib/libg++ Makefile src/gnu/usr.bin/man/manpath Makefile src/lib/libss Makefile src/libexec/telnetd Makefile src/sbin/init Makefile src/usr.bin/netstat Makefile src/usr.bin/tip/tip Makefile src/usr.bin/tn3270/tn3270 Makefile src/usr.bin/vmstat Makefile src/usr.sbin/rpc.yppasswdd Makefile src/usr.sbin/rpc.ypxfrd Makefile src/usr.sbin/sup/supfilesrv Makefile src/usr.sbin/sup/supscan Makefile src/games/atc Makefile src/gnu/usr.bin/man/man Makefile src/lib/libcurses Makefile src/lib/libncurses Makefile src/libexec/xtend Makefile src/libexec/ypxfr Makefile src/sbin/ifconfig Makefile src/usr.bin/systat Makefile src/usr.bin/telnet Makefile src/usr.sbin/pcvt/kcon Makefile src/usr.sbin/slstat Makefile src/usr.sbin/spray Makefile src/usr.sbin/sup/sup Makefile src/usr.sbin/xntpd/xntpd Makefile Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 96/09/05 10:16:11 Modified: games/atc Makefile games/fortune/fortune Makefile gnu/lib/libg++ Makefile gnu/usr.bin/man/man Makefile gnu/usr.bin/man/manpath Makefile lib/libcurses Makefile lib/libncurses Makefile lib/libss Makefile libexec/telnetd Makefile libexec/xtend Makefile libexec/ypxfr Makefile sbin/ifconfig Makefile sbin/init Makefile usr.bin/netstat Makefile usr.bin/systat Makefile usr.bin/telnet Makefile usr.bin/tip/tip Makefile usr.bin/tn3270/tn3270 Makefile usr.bin/vmstat Makefile usr.sbin/pcvt/kcon Makefile usr.sbin/rpc.yppasswdd Makefile usr.sbin/rpc.ypxfrd Makefile usr.sbin/slstat Makefile usr.sbin/spray Makefile usr.sbin/sup/sup Makefile usr.sbin/sup/supfilesrv Makefile usr.sbin/sup/supscan Makefile usr.sbin/xntpd/xntpd Makefile Log: Fixed DPADD. Revision Changes Path 1.7 +1 -1 src/games/atc/Makefile 1.3 +1 -1 src/games/fortune/fortune/Makefile 1.13 +3 -3 src/gnu/lib/libg++/Makefile 1.20 +5 -4 src/gnu/usr.bin/man/man/Makefile 1.15 +4 -3 src/gnu/usr.bin/man/manpath/Makefile 1.8 +3 -2 src/lib/libcurses/Makefile 1.19 +3 -2 src/lib/libncurses/Makefile 1.14 +5 -4 src/lib/libss/Makefile 1.7 +2 -2 src/libexec/telnetd/Makefile 1.4 +3 -2 src/libexec/xtend/Makefile 1.4 +3 -2 src/libexec/ypxfr/Makefile 1.5 +1 -1 src/sbin/ifconfig/Makefile 1.8 +5 -5 src/sbin/init/Makefile 1.7 +1 -1 src/usr.bin/netstat/Makefile 1.3 +1 -1 src/usr.bin/systat/Makefile 1.8 +2 -1 src/usr.bin/telnet/Makefile 1.6 +2 -1 src/usr.bin/tip/tip/Makefile 1.7 +2 -2 src/usr.bin/tn3270/tn3270/Makefile 1.4 +1 -1 src/usr.bin/vmstat/Makefile 1.4 +8 -1 src/usr.sbin/pcvt/kcon/Makefile 1.5 +3 -2 src/usr.sbin/rpc.yppasswdd/Makefile 1.3 +3 -2 src/usr.sbin/rpc.ypxfrd/Makefile 1.3 +2 -2 src/usr.sbin/slstat/Makefile 1.2 +2 -1 src/usr.sbin/spray/Makefile 1.5 +3 -3 src/usr.sbin/sup/sup/Makefile 1.5 +3 -3 src/usr.sbin/sup/supfilesrv/Makefile 1.3 +3 -3 src/usr.sbin/sup/supscan/Makefile 1.9 +2 -1 src/usr.sbin/xntpd/xntpd/Makefile From owner-cvs-usrsbin Thu Sep 5 23:36:26 1996 Return-Path: owner-cvs-usrsbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id XAA29341 for cvs-usrsbin-outgoing; Thu, 5 Sep 1996 23:36:26 -0700 (PDT) Received: (from jkh@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id XAA29293; Thu, 5 Sep 1996 23:36:13 -0700 (PDT) Date: Thu, 5 Sep 1996 23:36:13 -0700 (PDT) From: "Jordan K. Hubbard" Message-Id: <199609060636.XAA29293@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrsbin Subject: cvs commit: src/usr.sbin/newsyslog newsyslog.c Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jkh 96/09/05 23:36:12 Modified: usr.sbin/newsyslog newsyslog.c Log: PR#2724 in NetBSD notes that newsyslog save log files even if the number of copies to save is zero. Incorporate suggested fix with some stylistic cleanup to make the resulting code more readable. Submitted-By: Kenneth Stailey Revision Changes Path 1.6 +15 -6 src/usr.sbin/newsyslog/newsyslog.c From owner-cvs-usrsbin Fri Sep 6 08:40:23 1996 Return-Path: owner-cvs-usrsbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id IAA01914 for cvs-usrsbin-outgoing; Fri, 6 Sep 1996 08:40:23 -0700 (PDT) Received: (from peter@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id IAA01880; Fri, 6 Sep 1996 08:40:13 -0700 (PDT) Date: Fri, 6 Sep 1996 08:40:13 -0700 (PDT) From: Peter Wemm Message-Id: <199609061540.IAA01880@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrsbin Subject: cvs commit: src/usr.sbin/sup/supfilesrv supfilesrv.c Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk peter 96/09/06 08:40:12 Modified: usr.sbin/sup/supfilesrv supfilesrv.c Log: Rewrite part of the compression support so that it does not leave files in /var/tmp. Sup needs to send the file size, so that prevents running gzip in a pipeline (sigh). It now opens a temporary file, and immediately unlinks it. It sends gzip's output to the temp file, and when gzip is done, it rewinds the file and sends it. When the last fd is closed, the file storage is reclaimed. With luck, this will stop those 15MB gzip < emacs-19.30.tgz > /var/tmp/tmp.xxxx files from being left behind and blowing out /var on freefall. While I have the platform, let me quote a fortune entry which sup reminds me of: "It is a crock of sh!t, and it stinks!" Revision Changes Path 1.5 +52 -9 src/usr.sbin/sup/supfilesrv/supfilesrv.c From owner-cvs-usrsbin Fri Sep 6 09:08:48 1996 Return-Path: owner-cvs-usrsbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id JAA04089 for cvs-usrsbin-outgoing; Fri, 6 Sep 1996 09:08:48 -0700 (PDT) Received: (from peter@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id JAA04046; Fri, 6 Sep 1996 09:08:33 -0700 (PDT) Date: Fri, 6 Sep 1996 09:08:33 -0700 (PDT) From: Peter Wemm Message-Id: <199609061608.JAA04046@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrsbin Subject: cvs commit: src/usr.sbin/sup/lib scm.c Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk peter 96/09/06 09:08:33 Modified: usr.sbin/sup/lib scm.c Log: Turn on SO_KEEPALIVE on network connections. Since we limit the number of connections, we cannot afford to allow "disappeared" client to cause us to leave one of the 14 connections open and hanging in a read() forever. (SO_KEEPALIVE causes probe packets to be sent after a few hours of IDLE time where no data has been transferred. Sup should NEVER do this, so the only time it will have an effect is if it looses the remote machine) Revision Changes Path 1.3 +5 -0 src/usr.sbin/sup/lib/scm.c From owner-cvs-usrsbin Fri Sep 6 16:06:59 1996 Return-Path: owner-cvs-usrsbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id QAA07449 for cvs-usrsbin-outgoing; Fri, 6 Sep 1996 16:06:59 -0700 (PDT) Received: (from phk@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id QAA07236; Fri, 6 Sep 1996 16:05:25 -0700 (PDT) Date: Fri, 6 Sep 1996 16:05:25 -0700 (PDT) From: Poul-Henning Kamp Message-Id: <199609062305.QAA07236@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrsbin Subject: cvs commit: src/usr.sbin/lsdev Makefile i386.c lsdev.8 lsdev.c lsdev.h Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk phk 96/09/06 16:05:24 Removed: usr.sbin/lsdev Makefile i386.c lsdev.8 lsdev.c lsdev.h Log: Remove lsdev. Devconf never grew up. From owner-cvs-usrsbin Fri Sep 6 16:09:08 1996 Return-Path: owner-cvs-usrsbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id QAA08259 for cvs-usrsbin-outgoing; Fri, 6 Sep 1996 16:09:08 -0700 (PDT) Received: (from phk@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id QAA07669; Fri, 6 Sep 1996 16:07:38 -0700 (PDT) Date: Fri, 6 Sep 1996 16:07:38 -0700 (PDT) From: Poul-Henning Kamp Message-Id: <199609062307.QAA07669@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrsbin Subject: cvs commit: src/usr.sbin Makefile Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk phk 96/09/06 16:07:37 Modified: usr.sbin Makefile Log: remove devconf tools from make tree. Revision Changes Path 1.96 +2 -2 src/usr.sbin/Makefile From owner-cvs-usrsbin Fri Sep 6 18:43:19 1996 Return-Path: owner-cvs-usrsbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id SAA15775 for cvs-usrsbin-outgoing; Fri, 6 Sep 1996 18:43:19 -0700 (PDT) Received: (from peter@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id SAA15756; Fri, 6 Sep 1996 18:43:10 -0700 (PDT) Date: Fri, 6 Sep 1996 18:43:10 -0700 (PDT) From: Peter Wemm Message-Id: <199609070143.SAA15756@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrsbin Subject: cvs commit: src/usr.sbin/rwhod rwhod.c Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk peter 96/09/06 18:43:10 Modified: usr.sbin/rwhod rwhod.c Log: When looking for "group daemon" (since that's what's in mtree), make sure we actually look for the *group* and not the user's gid. user daemon has traditionally been group 31 (guest). Also clear out the groups vector so that it doesn't inherit the groups of the invoking user (ever run rwhod by hand before?) Unfortunately, we can't empty the supplemental groups list because the !&@^#! egid is stored in there! :-( Revision Changes Path 1.5 +7 -4 src/usr.sbin/rwhod/rwhod.c From owner-cvs-usrsbin Sat Sep 7 11:49:07 1996 Return-Path: owner-cvs-usrsbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id LAA29153 for cvs-usrsbin-outgoing; Sat, 7 Sep 1996 11:49:07 -0700 (PDT) Received: (from peter@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id LAA29131; Sat, 7 Sep 1996 11:48:56 -0700 (PDT) Date: Sat, 7 Sep 1996 11:48:56 -0700 (PDT) From: Peter Wemm Message-Id: <199609071848.LAA29131@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrsbin Subject: cvs commit: src/usr.sbin/ctm/ctm_dequeue ctm_dequeue.c src/usr.sbin/ctm/ctm_smail ctm_smail.c src/usr.sbin/ctm/mkCTM ctm_conf.gnats ctm_conf.cvs-cur ctm_conf.smp-cur ctm_conf.src-cur mkCTM Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk peter 96/09/07 11:48:54 Modified: usr.sbin/ctm/ctm_dequeue ctm_dequeue.c usr.sbin/ctm/ctm_smail ctm_smail.c usr.sbin/ctm/mkCTM ctm_conf.cvs-cur ctm_conf.smp-cur ctm_conf.src-cur mkCTM Added: usr.sbin/ctm/mkCTM ctm_conf.gnats Log: - resync with configs running on freefall - add ctm_conf.gnats from freefall - add support for doing both the immediate mailout and the queued mailout. - use "sendmail -odq -t" rather than "sendamil -t" to make it queue to the mailqueue rather than immediately begin transmission. This allows us to take advantage of our ordered dequeueing system without blowing WC's T1 to hell with a 50 part mailout in parallel. - bump the max ctm size from 3MB to 10MB.... This is mainly for the fast list. Revision Changes Path 1.3 +2 -2 src/usr.sbin/ctm/ctm_dequeue/ctm_dequeue.c 1.7 +2 -2 src/usr.sbin/ctm/ctm_smail/ctm_smail.c 1.7 +4 -3 src/usr.sbin/ctm/mkCTM/ctm_conf.cvs-cur 1.2 +2 -3 src/usr.sbin/ctm/mkCTM/ctm_conf.smp-cur 1.8 +3 -1 src/usr.sbin/ctm/mkCTM/ctm_conf.src-cur 1.15 +12 -1 src/usr.sbin/ctm/mkCTM/mkCTM From owner-cvs-usrsbin Sat Sep 7 12:46:44 1996 Return-Path: owner-cvs-usrsbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id MAA03300 for cvs-usrsbin-outgoing; Sat, 7 Sep 1996 12:46:44 -0700 (PDT) Received: (from peter@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id MAA03264; Sat, 7 Sep 1996 12:46:34 -0700 (PDT) Date: Sat, 7 Sep 1996 12:46:34 -0700 (PDT) From: Peter Wemm Message-Id: <199609071946.MAA03264@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrsbin Subject: cvs commit: src/usr.sbin/ctm/ctm_dequeue ctm_dequeue.c Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk peter 96/09/07 12:46:33 Modified: usr.sbin/ctm/ctm_dequeue ctm_dequeue.c Log: fts_children() returns NULL if there are no files. If there was a failure then errno != 0. Revision Changes Path 1.4 +6 -3 src/usr.sbin/ctm/ctm_dequeue/ctm_dequeue.c From owner-cvs-usrsbin Sat Sep 7 12:50:56 1996 Return-Path: owner-cvs-usrsbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id MAA03755 for cvs-usrsbin-outgoing; Sat, 7 Sep 1996 12:50:56 -0700 (PDT) Received: (from peter@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id MAA03734; Sat, 7 Sep 1996 12:50:50 -0700 (PDT) Date: Sat, 7 Sep 1996 12:50:50 -0700 (PDT) From: Peter Wemm Message-Id: <199609071950.MAA03734@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrsbin Subject: cvs commit: src/usr.sbin/ctm/mkCTM mkCTM Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk peter 96/09/07 12:50:49 Modified: usr.sbin/ctm/mkCTM mkCTM Log: After queueing deltas, send out an initial two mails since that will cover 99.9% of the cases at with out delay as before. Revision Changes Path 1.16 +3 -0 src/usr.sbin/ctm/mkCTM/mkCTM From owner-cvs-usrsbin Sat Sep 7 13:41:29 1996 Return-Path: owner-cvs-usrsbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id NAA08464 for cvs-usrsbin-outgoing; Sat, 7 Sep 1996 13:41:29 -0700 (PDT) Received: (from peter@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id NAA08433; Sat, 7 Sep 1996 13:41:12 -0700 (PDT) Date: Sat, 7 Sep 1996 13:41:12 -0700 (PDT) From: Peter Wemm Message-Id: <199609072041.NAA08433@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrsbin Subject: cvs commit: src/usr.sbin/ctm/ctm_dequeue ctm_dequeue.c Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk peter 96/09/07 13:41:11 Modified: usr.sbin/ctm/ctm_dequeue ctm_dequeue.c Log: make the "-l logfile" option actually do something.. Revision Changes Path 1.5 +4 -1 src/usr.sbin/ctm/ctm_dequeue/ctm_dequeue.c From owner-cvs-usrsbin Sat Sep 7 14:06:33 1996 Return-Path: owner-cvs-usrsbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id OAA10528 for cvs-usrsbin-outgoing; Sat, 7 Sep 1996 14:06:33 -0700 (PDT) Received: (from peter@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id OAA10510; Sat, 7 Sep 1996 14:06:24 -0700 (PDT) Date: Sat, 7 Sep 1996 14:06:24 -0700 (PDT) From: Peter Wemm Message-Id: <199609072106.OAA10510@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrsbin Subject: cvs commit: src/usr.sbin/ctm/ctm_smail ctm_smail.c Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk peter 96/09/07 14:06:23 Modified: usr.sbin/ctm/ctm_smail ctm_smail.c Log: make it slightly less verbose while creating queue entries.. Revision Changes Path 1.8 +9 -3 src/usr.sbin/ctm/ctm_smail/ctm_smail.c From owner-cvs-usrsbin Sat Sep 7 14:09:57 1996 Return-Path: owner-cvs-usrsbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id OAA10849 for cvs-usrsbin-outgoing; Sat, 7 Sep 1996 14:09:57 -0700 (PDT) Received: (from peter@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id OAA10825; Sat, 7 Sep 1996 14:09:46 -0700 (PDT) Date: Sat, 7 Sep 1996 14:09:46 -0700 (PDT) From: Peter Wemm Message-Id: <199609072109.OAA10825@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrsbin Subject: cvs commit: src/usr.sbin/ctm/mkCTM dequeue Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk peter 96/09/07 14:09:44 Added: usr.sbin/ctm/mkCTM dequeue Log: Add dequeue script for the record.