From owner-cvs-all Wed May 8 7:47:52 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 065D037B404; Wed, 8 May 2002 07:47:45 -0700 (PDT) Received: (from nectar@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g48EljN12761; Wed, 8 May 2002 07:47:45 -0700 (PDT) (envelope-from nectar) Message-Id: <200205081447.g48EljN12761@freefall.freebsd.org> From: Jacques Vidrine Date: Wed, 8 May 2002 07:47:44 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc rc X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG nectar 2002/05/08 07:47:44 PDT Modified files: etc rc Log: It is dangerous to use globbing like so in startup scripts: rm -f /tmp/.X11-unix/* If /tmp/.X11-unix didn't already exist, a user could symlink it to a directory with files that he wants to wipe out, and wait for next reboot. Reported by: lumpy Revision Changes Path 1.312 +4 -2 src/etc/rc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message