From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 038C51381F3 for ; Tue, 6 Nov 2012 23:02:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B6DF2E055E; Tue, 6 Nov 2012 23:02:06 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 31F0BE055E for ; Tue, 6 Nov 2012 23:02:06 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6A20F33DA18 for ; Tue, 6 Nov 2012 23:02:05 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id F3E2DE5442 for ; Tue, 6 Nov 2012 23:02:03 +0000 (UTC) From: "Robin H. Johnson" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Robin H. Johnson" Message-ID: <1352242902.670589571e3bb2706c6eaae0a3b966f6e4124355.robbat2@OpenRC> Subject: [gentoo-commits] proj/openrc:master commit in: init.d/ X-VCS-Repository: proj/openrc X-VCS-Files: init.d/bootmisc.in X-VCS-Directories: init.d/ X-VCS-Committer: robbat2 X-VCS-Committer-Name: Robin H. Johnson X-VCS-Revision: 670589571e3bb2706c6eaae0a3b966f6e4124355 X-VCS-Branch: master Date: Tue, 6 Nov 2012 23:02:03 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: db862647-1101-43fe-a86d-758606ff95ca X-Archives-Hash: e56255a66b81bf259ba84fc4931bc367 commit: 670589571e3bb2706c6eaae0a3b966f6e4124355 Author: Robin H. Johnson gentoo org> AuthorDate: Tue Nov 6 23:01:42 2012 +0000 Commit: Robin H. Johnson gentoo org> CommitDate: Tue Nov 6 23:01:42 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/openrc.git;a=commit;h=67058957 init.d/bootmisc: Another instance of the same pattern matching case. Signed-off-by: Robin H. Johnson gentoo.org> --- init.d/bootmisc.in | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/init.d/bootmisc.in b/init.d/bootmisc.in index 695e450..a96236a 100644 --- a/init.d/bootmisc.in +++ b/init.d/bootmisc.in @@ -29,7 +29,7 @@ cleanup_tmp_dir() # Faster than raw find if ! rm -rf -- [!ajlq\.]* 2>/dev/null ; then # Blah, too many files - find . -maxdepth 1 -name '[^ajlq\.]*' -exec rm -rf -- {} + + find . -maxdepth 1 -name '[!ajlq\.]*' -exec rm -rf -- {} + fi # pam_mktemp creates a .private directory within which