From owner-cvs-all@FreeBSD.ORG Fri Sep 26 23:30:17 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8AE1110656A0; Fri, 26 Sep 2008 23:30:17 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 7A7478FC08; Fri, 26 Sep 2008 23:30:17 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m8QNUH1N056003; Fri, 26 Sep 2008 23:30:17 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m8QNUHpj055997; Fri, 26 Sep 2008 23:30:17 GMT (envelope-from miwi) Message-Id: <200809262330.m8QNUHpj055997@repoman.freebsd.org> From: Martin Wilke Date: Fri, 26 Sep 2008 23:30:17 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/sysutils Makefile ports/sysutils/safe-rm Makefile distinfo pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 26 Sep 2008 23:30:17 -0000 miwi 2008-09-26 23:30:17 UTC FreeBSD ports repository Modified files: sysutils Makefile Added files: sysutils/safe-rm Makefile distinfo pkg-descr Log: Tool intended to prevent the accidental deletion of important files by replacing /bin/rm with a wrapper, which checks the given arguments against a configurable blacklist of files and directories that should never be removed. WWW: http://code.google.com/p/safe-rm/ PR: ports/127332 Submitted by: Yi-Jheng Lin Revision Changes Path 1.1037 +1 -0 ports/sysutils/Makefile 1.1 +32 -0 ports/sysutils/safe-rm/Makefile (new) 1.1 +3 -0 ports/sysutils/safe-rm/distinfo (new) 1.1 +6 -0 ports/sysutils/safe-rm/pkg-descr (new)