From owner-cvs-all Wed Mar 28 3: 1:53 2001 Delivered-To: cvs-all@freebsd.org Received: from Awfulhak.org (awfulhak.demon.co.uk [194.222.196.252]) by hub.freebsd.org (Postfix) with ESMTP id 3DE9137B71E; Wed, 28 Mar 2001 03:01:29 -0800 (PST) (envelope-from brian@Awfulhak.org) Received: from hak.lan.Awfulhak.org (root@hak.lan.Awfulhak.org [172.16.0.12]) by Awfulhak.org (8.11.3/8.11.3) with ESMTP id f2SB1cT68225; Wed, 28 Mar 2001 12:01:38 +0100 (BST) (envelope-from brian@lan.Awfulhak.org) Received: from hak.lan.Awfulhak.org (brian@localhost [127.0.0.1]) by hak.lan.Awfulhak.org (8.11.3/8.11.3) with ESMTP id f2SB5Um54076; Wed, 28 Mar 2001 12:05:30 +0100 (BST) (envelope-from brian@hak.lan.Awfulhak.org) Message-Id: <200103281105.f2SB5Um54076@hak.lan.Awfulhak.org> X-Mailer: exmh version 2.3.1 01/18/2001 with nmh-1.0.4 To: Jordan Hubbard Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, brian@Awfulhak.org Subject: Re: cvs commit: src/etc rc In-Reply-To: Message from Brian Somers of "Wed, 28 Mar 2001 02:13:27 -0800." <200103281013.f2SADRu73758@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Wed, 28 Mar 2001 12:05:30 +0100 From: Brian Somers Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I think this should be MFCd. It's preventing some PPPoE diagnostic sockets from working where the PPPoE connection isn't shutting down cleanly at machine shutdown time - leaving a stray socket file in /var/run. 4.2-release (rc 1.212.2.8) had a ``rm /var/run/*'' which removed these sockets. purgedir() was used instead in version 1.212.2.13 to prevent problems when people create directories under /var/run. It's not a show stopper if it isn't merged though... it's just potentially irritating. > brian 2001/03/28 02:13:27 PST > > Modified files: > etc rc > Log: > Remove sockets found in /var/run or /var/spool/lock at boot time > (as well as files). > > Revision Changes Path > 1.258 +2 -2 src/etc/rc -- Brian Don't _EVER_ lose your sense of humour ! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message