From owner-cvs-etc Sun Oct 13 09:53:03 1996 Return-Path: owner-cvs-etc Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id JAA24752 for cvs-etc-outgoing; Sun, 13 Oct 1996 09:53:03 -0700 (PDT) Received: (from joerg@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id JAA24733; Sun, 13 Oct 1996 09:52:42 -0700 (PDT) Date: Sun, 13 Oct 1996 09:52:42 -0700 (PDT) From: Joerg Wunsch Message-Id: <199610131652.JAA24733@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-etc Subject: cvs commit: src/etc printcap src/etc/mtree BSD.var.dist Sender: owner-cvs-etc@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk joerg 96/10/13 09:52:42 Modified: etc printcap etc/mtree BSD.var.dist Log: Uncomment the "raw" lp entry in /etc/printcap. We start lpd by default, so there's no use in running it without any printer definition in printcap. Also added a bunch of hints about the printer setup, to guide the admin about the printer setup (handbook, "apsfilter"), and a commented-out sample setup for a remote printer. In the same line, add /var/spool/lpd/output to BSD.var.dist since it is referred to by the "lp" entry in printcap. Revision Changes Path 1.5 +30 -2 src/etc/printcap 1.26 +3 -1 src/etc/mtree/BSD.var.dist From owner-cvs-etc Mon Oct 14 10:26:15 1996 Return-Path: owner-cvs-etc Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id KAA12438 for cvs-etc-outgoing; Mon, 14 Oct 1996 10:26:15 -0700 (PDT) Received: (from pst@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id KAA12420; Mon, 14 Oct 1996 10:25:55 -0700 (PDT) Date: Mon, 14 Oct 1996 10:25:55 -0700 (PDT) From: Paul Traina Message-Id: <199610141725.KAA12420@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys, cvs-etc Subject: cvs commit: src/sys/i386/boot/biosboot Makefile src/etc make.conf src/sys/i386/boot/rawboot Makefile Sender: owner-cvs-etc@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk pst 96/10/14 10:25:54 Modified: etc make.conf sys/i386/boot/biosboot Makefile sys/i386/boot/rawboot Makefile Log: Expose the control mechanism for serial console boot so that the default shipped with freebsd can be changed without modifying the Makefiles directly. Creates: BOOT_FORCE_COMCONSOLE BOOT_PROBE_KEYBOARD BOOT_PROBE_KEYBOARD_LOCK BOOT_COMCONSOLE (port value for console) Revision Changes Path 1.35 +20 -1 src/etc/make.conf 1.50 +15 -5 src/sys/i386/boot/biosboot/Makefile 1.2 +19 -7 src/sys/i386/boot/rawboot/Makefile From owner-cvs-etc Mon Oct 14 10:28:03 1996 Return-Path: owner-cvs-etc Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id KAA12576 for cvs-etc-outgoing; Mon, 14 Oct 1996 10:28:03 -0700 (PDT) Received: (from pst@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id KAA12533; Mon, 14 Oct 1996 10:27:54 -0700 (PDT) Date: Mon, 14 Oct 1996 10:27:54 -0700 (PDT) From: Paul Traina Message-Id: <199610141727.KAA12533@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-etc Subject: cvs commit: src/etc make.conf Sender: owner-cvs-etc@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk pst 96/10/14 10:27:54 Modified: etc make.conf Log: catch a mismatch after final review... Revision Changes Path 1.36 +6 -2 src/etc/make.conf From owner-cvs-etc Thu Oct 17 20:45:35 1996 Return-Path: owner-cvs-etc Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id UAA21045 for cvs-etc-outgoing; Thu, 17 Oct 1996 20:45:35 -0700 (PDT) Received: (from jkh@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id UAA21027; Thu, 17 Oct 1996 20:45:23 -0700 (PDT) Date: Thu, 17 Oct 1996 20:45:23 -0700 (PDT) From: "Jordan K. Hubbard" Message-Id: <199610180345.UAA21027@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-etc Subject: cvs commit: src/etc/ppp ppp.conf.iij.sample ppp.conf.server.sample ppp.dialup.sample ppp.pap.dialup.sample ppp.conf.iij Sender: owner-cvs-etc@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jkh 96/10/17 20:45:22 Added: etc/ppp ppp.conf.iij.sample ppp.conf.server.sample ppp.dialup.sample ppp.pap.dialup.sample Removed: etc/ppp ppp.conf.iij Log: Clean up the example files by giving them a unified set of names (which I don't like, finding them rather redundantly named, but I'm just going with the flow here). From owner-cvs-etc Sat Oct 19 10:10:44 1996 Return-Path: owner-cvs-etc Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id KAA23247 for cvs-etc-outgoing; Sat, 19 Oct 1996 10:10:44 -0700 (PDT) Received: (from pst@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id KAA23230; Sat, 19 Oct 1996 10:10:32 -0700 (PDT) Date: Sat, 19 Oct 1996 10:10:32 -0700 (PDT) From: Paul Traina Message-Id: <199610191710.KAA23230@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-etc Subject: cvs commit: src/etc Makefile Sender: owner-cvs-etc@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk pst 96/10/19 10:10:31 Modified: etc Makefile Log: Recent ppp changes broke make release. :-( Revision Changes Path 1.143 +4 -3 src/etc/Makefile From owner-cvs-etc Sat Oct 19 13:02:56 1996 Return-Path: owner-cvs-etc Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id NAA00571 for cvs-etc-outgoing; Sat, 19 Oct 1996 13:02:56 -0700 (PDT) Received: (from ache@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id NAA00553; Sat, 19 Oct 1996 13:02:44 -0700 (PDT) Date: Sat, 19 Oct 1996 13:02:44 -0700 (PDT) From: "Andrey A. Chernov" Message-Id: <199610192002.NAA00553@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-etc Subject: cvs commit: src/etc csh.login profile Sender: owner-cvs-etc@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk ache 96/10/19 13:02:43 Modified: etc csh.login profile Log: Add MM_CHARSET setting (MIME charset), it is good for tin, metamail, etc. Add mesg y All things commented out Revision Changes Path 1.16 +6 -2 src/etc/csh.login 1.8 +6 -2 src/etc/profile From owner-cvs-etc Sat Oct 19 14:03:47 1996 Return-Path: owner-cvs-etc Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id OAA05541 for cvs-etc-outgoing; Sat, 19 Oct 1996 14:03:47 -0700 (PDT) Received: (from alex@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id OAA05467; Sat, 19 Oct 1996 14:03:28 -0700 (PDT) Date: Sat, 19 Oct 1996 14:03:28 -0700 (PDT) From: Alex Nash Message-Id: <199610192103.OAA05467@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-etc Subject: cvs commit: src/etc daily Sender: owner-cvs-etc@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk alex 96/10/19 14:03:26 Modified: etc daily Log: If /etc/daily.local is present, run it just before the security check. Closes PR#1822. Submitted by: John-Mark Gurney (w/some changes) Revision Changes Path 1.21 +5 -0 src/etc/daily From owner-cvs-etc Sat Oct 19 14:15:03 1996 Return-Path: owner-cvs-etc Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id OAA06331 for cvs-etc-outgoing; Sat, 19 Oct 1996 14:15:03 -0700 (PDT) Received: from time.cdrom.com (time.cdrom.com [204.216.27.226]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id OAA06313; Sat, 19 Oct 1996 14:14:57 -0700 (PDT) Received: from time.cdrom.com (localhost [127.0.0.1]) by time.cdrom.com (8.7.6/8.6.9) with ESMTP id OAA07706; Sat, 19 Oct 1996 14:14:57 -0700 (PDT) To: Alex Nash cc: CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-etc@freefall.freebsd.org Subject: Re: cvs commit: src/etc daily In-reply-to: Your message of "Sat, 19 Oct 1996 14:03:28 PDT." <199610192103.OAA05467@freefall.freebsd.org> Date: Sat, 19 Oct 1996 14:14:57 -0700 Message-ID: <7703.845759697@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-cvs-etc@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk I thought /etc/daily was, by definition, local? Jordan > alex 96/10/19 14:03:26 > > Modified: etc daily > Log: > If /etc/daily.local is present, run it just before the security check. > Closes PR#1822. > > Submitted by: John-Mark Gurney (w/some changes) > > Revision Changes Path > 1.21 +5 -0 src/etc/daily From owner-cvs-etc Sat Oct 19 14:30:59 1996 Return-Path: owner-cvs-etc Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id OAA07896 for cvs-etc-outgoing; Sat, 19 Oct 1996 14:30:59 -0700 (PDT) Received: from Kitten.mcs.com (Kitten.mcs.com [192.160.127.90]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id OAA07882; Sat, 19 Oct 1996 14:30:54 -0700 (PDT) Received: from venus.mcs.com (root@Venus.mcs.com [192.160.127.92]) by Kitten.mcs.com (8.8.0/8.8.Beta.3) with SMTP id QAA08017; Sat, 19 Oct 1996 16:30:50 -0500 (CDT) Received: by venus.mcs.com (/\==/\ Smail3.1.28.1 #28.13) id ; Sat, 19 Oct 96 16:30 CDT Date: Sat, 19 Oct 1996 16:30:49 -0500 (CDT) From: Alex Nash X-Sender: nash@Venus.mcs.com To: "Jordan K. Hubbard" cc: Alex Nash , CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-etc@freefall.freebsd.org Subject: Re: cvs commit: src/etc daily In-Reply-To: <7703.845759697@time.cdrom.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-etc@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Sat, 19 Oct 1996, Jordan K. Hubbard wrote: > I thought /etc/daily was, by definition, local? [...] > > Modified: etc daily > > Log: > > If /etc/daily.local is present, run it just before the security check. > > Closes PR#1822. As pointed out in the PR, this is symmetrical with /etc/rc (which looks for the presence of rc.local). Additionally, I think it's a convenience for the end user considering that /etc/daily is a moving target (6 changes since the beginning of the year). Alex From owner-cvs-etc Sat Oct 19 14:35:31 1996 Return-Path: owner-cvs-etc Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id OAA08448 for cvs-etc-outgoing; Sat, 19 Oct 1996 14:35:31 -0700 (PDT) Received: from time.cdrom.com (time.cdrom.com [204.216.27.226]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id OAA08438; Sat, 19 Oct 1996 14:35:25 -0700 (PDT) Received: from time.cdrom.com (localhost [127.0.0.1]) by time.cdrom.com (8.7.6/8.6.9) with ESMTP id OAA07794; Sat, 19 Oct 1996 14:35:23 -0700 (PDT) To: Alex Nash cc: Alex Nash , CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-etc@freefall.freebsd.org Subject: Re: cvs commit: src/etc daily In-reply-to: Your message of "Sat, 19 Oct 1996 16:30:49 CDT." Date: Sat, 19 Oct 1996 14:35:23 -0700 Message-ID: <7792.845760923@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-cvs-etc@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Hmmm. So what about weekly.local and monthly.local then? :-) Jordan > On Sat, 19 Oct 1996, Jordan K. Hubbard wrote: > > > I thought /etc/daily was, by definition, local? > [...] > > > Modified: etc daily > > > Log: > > > If /etc/daily.local is present, run it justFrom owner-cvs-etc Sat Oct 19 14:52:33 1996 Return-Path: owner-cvs-etc Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id OAA10946 for cvs-etc-outgoing; Sat, 19 Oct 1996 14:52:33 -0700 (PDT) Received: (from alex@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id OAA10917; Sat, 19 Oct 1996 14:52:20 -0700 (PDT) Date: Sat, 19 Oct 1996 14:52:20 -0700 (PDT) From: Alex Nash Message-Id: <199610192152.OAA10917@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-etc Subject: cvs commit: src/etc weekly monthly Sender: owner-cvs-etc@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk alex 96/10/19 14:52:19 Modified: etc weekly monthly Log: Invoke weekly.local and monthly.local if they exist. Suggested by: jkh Revision Changes Path 1.17 +7 -1 src/etc/weekly 1.6 +6 -0 src/etc/monthly From owner-cvs-etc Sat Oct 19 14:53:01 1996 Return-Path: owner-cvs-etc Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id OAA10976 for cvs-etc-outgoing; Sat, 19 Oct 1996 14:53:01 -0700 (PDT) Received: from Kitten.mcs.com (Kitten.mcs.com [192.160.127.90]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id OAA10970; Sat, 19 Oct 1996 14:52:58 -0700 (PDT) Received: from venus.mcs.com (root@Venus.mcs.com [192.160.127.92]) by Kitten.mcs.com (8.8.0/8.8.Beta.3) with SMTP id QAA08510; Sat, 19 Oct 1996 16:52:57 -0500 (CDT) Received: by venus.mcs.com (/\==/\ Smail3.1.28.1 #28.13) id ; Sat, 19 Oct 96 16:52 CDT Date: Sat, 19 Oct 1996 16:52:56 -0500 (CDT) From: Alex Nash X-Sender: nash@Venus.mcs.com To: "Jordan K. Hubbard" cc: Alex Nash , CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-etc@freefall.freebsd.org Subject: Re: cvs commit: src/etc daily In-Reply-To: <7792.845760923@time.cdrom.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-etc@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Sat, 19 Oct 1996, Jordan K. Hubbard wrote: > Hmmm. So what about weekly.local and monthly.local then? :-) $ cvs ci weekly monthly Enter passphrase for RSA key 'alex@nash': Checking in weekly; /home/ncvs/src/etc/weekly,v <-- weekly new revision: 1.17; previous revision: 1.16 done Checking in monthly; /home/ncvs/src/etc/monthly,v <-- monthly new revision: 1.6; previous revision: 1.5 done Mailing the commit message... :) Alex From owner-cvs-etc Sat Oct 19 14:58:28 1996 Return-Path: owner-cvs-etc Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id OAA11480 for cvs-etc-outgoing; Sat, 19 Oct 1996 14:58:28 -0700 (PDT) Received: from time.cdrom.com (time.cdrom.com [204.216.27.226]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id OAA11466; Sat, 19 Oct 1996 14:58:23 -0700 (PDT) Received: from time.cdrom.com (localhost [127.0.0.1]) by time.cdrom.com (8.7.6/8.6.9) with ESMTP id OAA07954; Sat, 19 Oct 1996 14:58:19 -0700 (PDT) To: Alex Nash cc: Alex Nash , CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-etc@freefall.freebsd.org Subject: Re: cvs commit: src/etc daily In-reply-to: Your message of "Sat, 19 Oct 1996 16:52:56 CDT." Date: Sat, 19 Oct 1996 14:58:18 -0700 Message-ID: <7951.845762298@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-cvs-etc@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk OK, I blinked first, you win. ;-) Jordan > On Sat, 19 Oct 1996, Jordan K. Hubbard wrote: > > > Hmmm. So what about weekly.local and monthly.local then? :-) > > $ cvs ci weekly monthly > Enter passphrase for RSA key 'alex@nash': > Checking in weekly; > /home/ncvs/src/etc/weekly,v <-- weekly > new revision: 1.17; previous revision: 1.16 > done > Checking in monthly; > /home/ncvs/src/etc/monthly,v <-- monthly > new revision: 1.6; previous revision: 1.5 > done > Mailing the commit message... > > :) > > Alex