From owner-cvs-etc Sun May 14 00:47:12 1995 Return-Path: cvs-etc-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id AAA28769 for cvs-etc-outgoing; Sun, 14 May 1995 00:47:12 -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 AAA28732 ; Sun, 14 May 1995 00:46:40 -0700 Received: (from bde@localhost) by godzilla.zeta.org.au (8.6.9/8.6.9) id RAA19196; Sun, 14 May 1995 17:46:27 +1000 Date: Sun, 14 May 1995 17:46:27 +1000 From: Bruce Evans Message-Id: <199505140746.RAA19196@godzilla.zeta.org.au> To: ache@freefall.cdrom.com, rgrimes@gndrsh.aac.dev.com Subject: Re: cvs commit: src/etc Makefile Cc: CVS-commiters@freefall.cdrom.com, cvs-etc@freefall.cdrom.com Sender: cvs-etc-owner@freebsd.org Precedence: bulk >> Modified: etc Makefile >> Log: >> Change ln -sf to rm -f and ln -s, first one work incorrectly >> for directories when called second time >Thank you for fixing this for me, now the real questions is what is >broken with ln -sf that makes it necessary to do this? >Please open a pr about the fact that ln -sf does not quite do the right >things for symbolic links to directories when called a second time. It's working as intended (brokenly). ln without -f follows symlinks to determine if the target is a directory, so ln -s any existing-symlink-to-existing-dir creates a symlink in the existing-dir. The -f flag shouldn't change this behaviour. It doesn't change it in either FreeBSD ln or gnu ln. The right way to handle this was for ln to default to not operating on directories. You would have had use a trailing slash in the file name if you really wanted a directory. ln wouldn't parse the slash but it would use lstat() instead of stat() to determine if the target is a directory. The trailing slash (or its absence) makes lstat() DTRT for symlinks to directories. As it is, the bug is in the documentation. ln.4 doesn't completely document the behaviour for symlinks to directories. ln.c names the target and source back to front. Bruce From owner-cvs-etc Sun May 14 23:55:24 1995 Return-Path: cvs-etc-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id XAA19511 for cvs-etc-outgoing; Sun, 14 May 1995 23:55:24 -0700 Received: (from gpalmer@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id XAA19499 ; Sun, 14 May 1995 23:55:20 -0700 Date: Sun, 14 May 1995 23:55:20 -0700 From: Gary Palmer Message-Id: <199505150655.XAA19499@freefall.cdrom.com> To: CVS-commiters, cvs-etc Subject: cvs commit: src/etc/etc.i386 MAKEDEV Sender: cvs-etc-owner@freebsd.org Precedence: bulk gpalmer 95/05/14 23:55:19 Modified: etc/etc.i386 MAKEDEV Log: Clean up the matcd entry so it deletes the *matcdl* entries before trying to create new ones. Reviewed by: davidg, rgrimes From owner-cvs-etc Mon May 15 02:44:16 1995 Return-Path: cvs-etc-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id CAA23840 for cvs-etc-outgoing; Mon, 15 May 1995 02:44:16 -0700 Received: (from rgrimes@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id CAA23830 ; Mon, 15 May 1995 02:44:12 -0700 Date: Mon, 15 May 1995 02:44:12 -0700 From: "Rodney W. Grimes" Message-Id: <199505150944.CAA23830@freefall.cdrom.com> To: CVS-commiters, cvs-etc Subject: cvs commit: src/etc/etc.i386 MAKEDEV Sender: cvs-etc-owner@freebsd.org Precedence: bulk rgrimes 95/05/15 02:44:12 Modified: etc/etc.i386 MAKEDEV Log: Remove all /dev/'s from device names, they should all be relative to /dev. Putting absolute paths in here breaks the make release process, and screws up testing of this script in other directories. Submitted by: bde From owner-cvs-etc Mon May 15 11:35:34 1995 Return-Path: cvs-etc-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id LAA10327 for cvs-etc-outgoing; Mon, 15 May 1995 11:35:34 -0700 Received: (from ache@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id LAA10316 ; Mon, 15 May 1995 11:35:28 -0700 Date: Mon, 15 May 1995 11:35:28 -0700 From: "Andrey A. Chernov" Message-Id: <199505151835.LAA10316@freefall.cdrom.com> To: CVS-commiters, cvs-etc Subject: cvs commit: src/etc master.passwd Sender: cvs-etc-owner@freebsd.org Precedence: bulk ache 95/05/15 11:35:24 Modified: etc master.passwd Log: Change xten shell from /dev/null to /nonexistant, adduser complaints instead. Change nobody user group from non existent in /etc/group (9999) to existent nobody (39). From owner-cvs-etc Mon May 15 11:42:24 1995 Return-Path: cvs-etc-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id LAA10563 for cvs-etc-outgoing; Mon, 15 May 1995 11:42:24 -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 LAA10550 ; Mon, 15 May 1995 11:42:07 -0700 Received: from localhost (localhost [127.0.0.1]) by precipice.shockwave.com (8.6.11/8.6.9) with SMTP id LAA20308; Mon, 15 May 1995 11:41:27 -0700 Message-Id: <199505151841.LAA20308@precipice.shockwave.com> To: "Andrey A. Chernov" cc: CVS-commiters@freefall.cdrom.com, cvs-etc@freefall.cdrom.com Subject: Re: cvs commit: src/etc master.passwd In-reply-to: Your message of "Mon, 15 May 1995 11:35:28 PDT." <199505151835.LAA10316@freefall.cdrom.com> Date: Mon, 15 May 1995 11:41:27 -0700 From: Paul Traina Sender: cvs-etc-owner@freebsd.org Precedence: bulk The standard uid/group for nobody should be -2 -2 (65534, 65534). While it doesn't -really- matter, if you're going to change it, make it conform. Paul From: "Andrey A. Chernov" Subject: cvs commit: src/etc master.passwd ache 95/05/15 11:35:24 Modified: etc master.passwd Log: Change xten shell from /dev/null to /nonexistant, adduser complaints instead. Change nobody user group from non existent in /etc/group (9999) to existent nobody (39). From owner-cvs-etc Mon May 15 12:01:56 1995 Return-Path: cvs-etc-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id MAA11334 for cvs-etc-outgoing; Mon, 15 May 1995 12:01:56 -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 MAA11326 ; Mon, 15 May 1995 12:01:51 -0700 Received: (from bde@localhost) by godzilla.zeta.org.au (8.6.9/8.6.9) id FAA07546; Tue, 16 May 1995 05:01:34 +1000 Date: Tue, 16 May 1995 05:01:34 +1000 From: Bruce Evans Message-Id: <199505151901.FAA07546@godzilla.zeta.org.au> To: ache@freefall.cdrom.com, pst@shockwave.com Subject: Re: cvs commit: src/etc master.passwd Cc: CVS-commiters@freefall.cdrom.com, cvs-etc@freefall.cdrom.com Sender: cvs-etc-owner@freebsd.org Precedence: bulk >The standard uid/group for nobody should be -2 -2 (65534, 65534). Even when (uid_t)-2 == 0xFFFFFFFEul ? >While it doesn't -really- matter, if you're going to change it, make it >conform. Group nobody already existed, but nobody noticed :-). > Change xten shell from /dev/null to /nonexistant, adduser > complaints instead. Now only spelling chackers should complain :-) Bruce From owner-cvs-etc Mon May 15 12:05:58 1995 Return-Path: cvs-etc-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id MAA11575 for cvs-etc-outgoing; Mon, 15 May 1995 12:05:58 -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 MAA11558 ; Mon, 15 May 1995 12:05:44 -0700 Received: from localhost (localhost [127.0.0.1]) by precipice.shockwave.com (8.6.11/8.6.9) with SMTP id MAA20407; Mon, 15 May 1995 12:04:56 -0700 Message-Id: <199505151904.MAA20407@precipice.shockwave.com> To: Bruce Evans cc: ache@freefall.cdrom.com, CVS-commiters@freefall.cdrom.com, cvs-etc@freefall.cdrom.com Subject: Re: cvs commit: src/etc master.passwd In-reply-to: Your message of "Tue, 16 May 1995 05:01:34 +1000." <199505151901.FAA07546@godzilla.zeta.org.au> Date: Mon, 15 May 1995 12:04:56 -0700 From: Paul Traina Sender: cvs-etc-owner@freebsd.org Precedence: bulk From: Bruce Evans Subject: Re: cvs commit: src/etc master.passwd >The standard uid/group for nobody should be -2 -2 (65534, 65534). Even when (uid_t)-2 == 0xFFFFFFFEul ? That's why I added the follow on 16 bit numbers. We're trying to be network compatible, so we should stick to 16 bit uid/gid sign extension. >While it doesn't -really- matter, if you're going to change it, make it >conform. Group nobody already existed, but nobody noticed :-). > Change xten shell from /dev/null to /nonexistant, adduser > complaints instead. Now only spelling chackers should complain :-) Bruce From owner-cvs-etc Mon May 15 12:09:34 1995 Return-Path: cvs-etc-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id MAA11724 for cvs-etc-outgoing; Mon, 15 May 1995 12:09:34 -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 MAA11718 ; Mon, 15 May 1995 12:09:29 -0700 Received: (from rgrimes@localhost) by gndrsh.aac.dev.com (8.6.11/8.6.9) id MAA07059; Mon, 15 May 1995 12:09:09 -0700 From: "Rodney W. Grimes" Message-Id: <199505151909.MAA07059@gndrsh.aac.dev.com> Subject: Re: cvs commit: src/etc master.passwd To: pst@shockwave.com (Paul Traina) Date: Mon, 15 May 1995 12:09:09 -0700 (PDT) Cc: ache@freefall.cdrom.com, CVS-commiters@freefall.cdrom.com, cvs-etc@freefall.cdrom.com In-Reply-To: <199505151841.LAA20308@precipice.shockwave.com> from "Paul Traina" at May 15, 95 11:41:27 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: 866 Sender: cvs-etc-owner@freebsd.org Precedence: bulk > > The standard uid/group for nobody should be -2 -2 (65534, 65534). > While it doesn't -really- matter, if you're going to change it, make it > conform. Yes, please do make them both 65534, do not use the -2 as it's value is uid_t/gid_t dependent and has caused me inoperability problems on some systems! > Paul > > From: "Andrey A. Chernov" > Subject: cvs commit: src/etc master.passwd > ache 95/05/15 11:35:24 > > Modified: etc master.passwd > Log: > Change xten shell from /dev/null to /nonexistant, adduser > complaints instead. > Change nobody user group from non existent in /etc/group (9999) to > existent nobody (39). > -- Rod Grimes rgrimes@gndrsh.aac.dev.com Accurate Automation Company Custom computers for FreeBSD From owner-cvs-etc Mon May 15 12:25:01 1995 Return-Path: cvs-etc-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id MAA12412 for cvs-etc-outgoing; Mon, 15 May 1995 12:25:01 -0700 Received: (from ache@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id MAA12395 ; Mon, 15 May 1995 12:24:58 -0700 Date: Mon, 15 May 1995 12:24:58 -0700 From: "Andrey A. Chernov" Message-Id: <199505151924.MAA12395@freefall.cdrom.com> To: CVS-commiters, cvs-etc Subject: cvs commit: src/etc group master.passwd Sender: cvs-etc-owner@freebsd.org Precedence: bulk ache 95/05/15 12:24:57 Modified: etc group master.passwd Log: change nobody master.passwd entry to 65534:65534 change nobody group entry to 65534 Suggested-by: pst From owner-cvs-etc Mon May 15 12:51:07 1995 Return-Path: cvs-etc-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id MAA13514 for cvs-etc-outgoing; Mon, 15 May 1995 12:51:07 -0700 Received: (from rgrimes@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id MAA13499 ; Mon, 15 May 1995 12:51:00 -0700 Date: Mon, 15 May 1995 12:51:00 -0700 From: "Rodney W. Grimes" Message-Id: <199505151951.MAA13499@freefall.cdrom.com> To: CVS-commiters, cvs-etc Subject: cvs commit: src/etc rc Sender: cvs-etc-owner@freebsd.org Precedence: bulk rgrimes 95/05/15 12:51:00 Modified: etc rc Log: The ``mount -a -t nfs'' should never have been backgrounded. If you have non-critical nfs volumes in /etc/fstab they should have option bg on them. The behavior of the system is more tuneable this way, and allows a slow mounting /usr over nfs to work. Submitted by: bde From owner-cvs-etc Mon May 15 13:32:42 1995 Return-Path: cvs-etc-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id NAA15008 for cvs-etc-outgoing; Mon, 15 May 1995 13:32:42 -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 NAA14982 ; Mon, 15 May 1995 13:32:20 -0700 Received: (from bde@localhost) by godzilla.zeta.org.au (8.6.9/8.6.9) id GAA09152; Tue, 16 May 1995 06:29:22 +1000 Date: Tue, 16 May 1995 06:29:22 +1000 From: Bruce Evans Message-Id: <199505152029.GAA09152@godzilla.zeta.org.au> To: bde@zeta.org.au, pst@shockwave.com Subject: Re: cvs commit: src/etc master.passwd Cc: CVS-commiters@freefall.cdrom.com, ache@freefall.cdrom.com, cvs-etc@freefall.cdrom.com Sender: cvs-etc-owner@freebsd.org Precedence: bulk > >The standard uid/group for nobody should be -2 -2 (65534, 65534). > > Even when (uid_t)-2 == 0xFFFFFFFEul ? >That's why I added the follow on 16 bit numbers. We're trying to be >network compatible, so we should stick to 16 bit uid/gid sign extension. What about mount/mount_ufs.c, which defines DEFAULT_ROOTUID as -2 and naively assigns it to a uid_t. This nobody has been very large for some time. There may be some (buggy) programs that expect to get -2 when they assign the uid to an int. Bruce From owner-cvs-etc Tue May 16 21:47:05 1995 Return-Path: cvs-etc-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id VAA20466 for cvs-etc-outgoing; Tue, 16 May 1995 21:47:05 -0700 Received: (from rgrimes@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id VAA20446 ; Tue, 16 May 1995 21:46:58 -0700 Date: Tue, 16 May 1995 21:46:58 -0700 From: "Rodney W. Grimes" Message-Id: <199505170446.VAA20446@freefall.cdrom.com> To: CVS-commiters, cvs-etc Subject: cvs commit: src/etc netstart sysconfig Sender: cvs-etc-owner@freebsd.org Precedence: bulk rgrimes 95/05/16 21:46:58 Modified: etc netstart sysconfig Log: Reviewed by: bde, jkh Add comment that you should not have to edit netstart, and if you do we would like to know about it. The lo0 interface is now handled just like any other interface, This makes it possible to do things to it from sysconfig. Redo the comments in sysconfig about network_interfaces and ifconfig_${X} to reflect the moving of lo0 to this scheme. We now have an uncommented variable for sysintall to find and play with. (Your welcome Jordan) Redo the way static routes are handled. Basically use the same scheme for routes that I did for network interfaces. This allows any number of static routes to be added from sysconfig. Make sure we do the default route first so we stand a chance of getting to our DNS server (if we have one) to resolve our own IP address from $hostname. From owner-cvs-etc Wed May 17 02:31:41 1995 Return-Path: cvs-etc-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id CAA05970 for cvs-etc-outgoing; Wed, 17 May 1995 02:31:41 -0700 Received: (from rgrimes@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id CAA05947 ; Wed, 17 May 1995 02:31:23 -0700 Date: Wed, 17 May 1995 02:31:23 -0700 From: "Rodney W. Grimes" Message-Id: <199505170931.CAA05947@freefall.cdrom.com> To: CVS-commiters, cvs-etc Subject: cvs commit: src/etc/mtree BSD.include.dist BSD.local.dist BSD.root.dist BSD.usr.dist BSD.var.dist Sender: cvs-etc-owner@freebsd.org Precedence: bulk rgrimes 95/05/17 02:31:21 Modified: etc/mtree BSD.include.dist BSD.local.dist BSD.root.dist BSD.usr.dist BSD.var.dist Log: Regenerate these using mtree -cdinx -kuname,gname,mode on a very recently built release after fixing all the wrong directory permissions in that release. Then use diff -c -b to verify them against the old versions, nothing but new directories added :-). And a lot of alphabetizing done! From owner-cvs-etc Wed May 17 02:52:24 1995 Return-Path: cvs-etc-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id CAA07001 for cvs-etc-outgoing; Wed, 17 May 1995 02:52:24 -0700 Received: from silvia.HIP.Berkeley.EDU (silvia.HIP.Berkeley.EDU [136.152.64.181]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id CAA06977 ; Wed, 17 May 1995 02:52:13 -0700 Received: (from asami@localhost) by silvia.HIP.Berkeley.EDU (8.6.11/8.6.9) id CAA09170; Wed, 17 May 1995 02:51:56 -0700 Date: Wed, 17 May 1995 02:51:56 -0700 Message-Id: <199505170951.CAA09170@silvia.HIP.Berkeley.EDU> To: rgrimes@freefall.cdrom.com CC: CVS-commiters@freefall.cdrom.com, cvs-etc@freefall.cdrom.com In-reply-to: <199505170931.CAA05947@freefall.cdrom.com> (rgrimes@freefall.cdrom.com) Subject: Re: cvs commit: src/etc/mtree BSD.include.dist BSD.local.dist BSD.root.dist BSD.usr.dist BSD.var.dist From: asami@cs.berkeley.edu (Satoshi Asami | =?ISO-2022-JP?B?GyRCQHUbKEI=?= =?ISO-2022-JP?B?GyRCOCsbKEIgGyRCOC0bKEI=?=) Sender: cvs-etc-owner@freebsd.org Precedence: bulk * Modified: etc/mtree BSD.include.dist BSD.local.dist BSD.root.dist ^^^^^^^^^^^^^^ Oh my goodness. Rod, did you know that a copy of this file is now included in every single non-X11 package that we build? ;) Anyway, I did a cvs diff, and other than one ordering change (sbin and share were in the wrong order), the only differences are the deleted extra spaces at the end of the lines, right? So I don't have to go rebuild the entire ports tree, right? Satoshi (please say yes.... ;) From owner-cvs-etc Wed May 17 03:02:25 1995 Return-Path: cvs-etc-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id DAA08388 for cvs-etc-outgoing; Wed, 17 May 1995 03:02:25 -0700 Received: (from rgrimes@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id DAA08353 ; Wed, 17 May 1995 03:02:14 -0700 Date: Wed, 17 May 1995 03:02:14 -0700 From: "Rodney W. Grimes" Message-Id: <199505171002.DAA08353@freefall.cdrom.com> To: CVS-commiters, cvs-etc Subject: cvs commit: src/etc group Sender: cvs-etc-owner@freebsd.org Precedence: bulk rgrimes 95/05/17 03:02:11 Modified: etc group Log: nogroup 32766 -> 65533 to go with nobody's change to 65534. From owner-cvs-etc Wed May 17 03:21:40 1995 Return-Path: cvs-etc-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id DAA10526 for cvs-etc-outgoing; Wed, 17 May 1995 03:21:40 -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 DAA10507 ; Wed, 17 May 1995 03:21:24 -0700 Received: (from rgrimes@localhost) by gndrsh.aac.dev.com (8.6.11/8.6.9) id DAA11291; Wed, 17 May 1995 03:20:36 -0700 From: "Rodney W. Grimes" Message-Id: <199505171020.DAA11291@gndrsh.aac.dev.com> Subject: Re: cvs commit: src/etc/mtree BSD.include.dist BSD.local.dist BSD.root.dist BSD.usr.dist BSD.var.dist To: asami@cs.berkeley.edu (Satoshi Asami | =?ISO-2022-JP?B?GyRCQHUbKEI=?= =?ISO-2022-JP?B?GyRCOCsbKEIgGyRCOC0bKEI=?=) Date: Wed, 17 May 1995 03:20:36 -0700 (PDT) Cc: rgrimes@freefall.cdrom.com, CVS-commiters@freefall.cdrom.com, cvs-etc@freefall.cdrom.com In-Reply-To: <199505170951.CAA09170@silvia.HIP.Berkeley.EDU> from "Satoshi Asami | =?ISO-2022-JP?B?GyRCQHUbKEI=?= =?ISO-2022-JP?B?GyRCOCsbKEIgGyRCOC0bKEI=?=" at May 17, 95 02:51:56 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: 863 Sender: cvs-etc-owner@freebsd.org Precedence: bulk > > * Modified: etc/mtree BSD.include.dist BSD.local.dist BSD.root.dist > ^^^^^^^^^^^^^^ > > Oh my goodness. Rod, did you know that a copy of this file is now > included in every single non-X11 package that we build? ;) What??? Your kidding me.. oh well... no big deal, see below... > > Anyway, I did a cvs diff, and other than one ordering change (sbin and > share were in the wrong order), the only differences are the deleted > extra spaces at the end of the lines, right? So I don't have to go > rebuild the entire ports tree, right? > > Satoshi (please say yes.... ;) YES!!!! This is not true of the other files... but for this one it is. -- Rod Grimes rgrimes@gndrsh.aac.dev.com Accurate Automation Company Custom computers for FreeBSD From owner-cvs-etc Thu May 18 03:51:07 1995 Return-Path: cvs-etc-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id DAA05329 for cvs-etc-outgoing; Thu, 18 May 1995 03:51:07 -0700 Received: (from jkh@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id DAA05319 ; Thu, 18 May 1995 03:51:05 -0700 Date: Thu, 18 May 1995 03:51:05 -0700 From: "Jordan K. Hubbard" Message-Id: <199505181051.DAA05319@freefall.cdrom.com> To: CVS-commiters, cvs-etc Subject: cvs commit: src/etc/etc.i386 MAKEDEV Sender: cvs-etc-owner@freebsd.org Precedence: bulk jkh 95/05/18 03:51:04 Modified: etc/etc.i386 MAKEDEV Log: Add tun0 to the all rule.