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 62A6E138D0C for ; Wed, 8 Jul 2015 18:47:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C7238E090B; Wed, 8 Jul 2015 18:47:35 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7E288E090B for ; Wed, 8 Jul 2015 18:47:35 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7A1843411AF for ; Wed, 8 Jul 2015 18:47:34 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0A3F7743 for ; Wed, 8 Jul 2015 18:47:32 +0000 (UTC) From: "Anthony G. Basile" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anthony G. Basile" Message-ID: <1436381407.c35d3065e9d6df418e0af6cee21c2efbb696b0a9.blueness@gentoo> Subject: [gentoo-commits] proj/grs:desktop-amd64-uclibc-hardened commit in: scripts/ X-VCS-Repository: proj/grs X-VCS-Files: scripts/clean.sh X-VCS-Directories: scripts/ X-VCS-Committer: blueness X-VCS-Committer-Name: Anthony G. Basile X-VCS-Revision: c35d3065e9d6df418e0af6cee21c2efbb696b0a9 X-VCS-Branch: desktop-amd64-uclibc-hardened Date: Wed, 8 Jul 2015 18:47:32 +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: b08f07c6-aba2-4745-8186-fd0e4f6b11f7 X-Archives-Hash: 1cded2ffa4b74120bd5531202d3368e4 commit: c35d3065e9d6df418e0af6cee21c2efbb696b0a9 Author: Anthony G. Basile gentoo org> AuthorDate: Wed Jul 8 18:50:07 2015 +0000 Commit: Anthony G. Basile gentoo org> CommitDate: Wed Jul 8 18:50:07 2015 +0000 URL: https://gitweb.gentoo.org/proj/grs.git/commit/?id=c35d3065 scripts/clean.sh: fix typo. scripts/clean.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/clean.sh b/scripts/clean.sh index 0424c9d..b1ad9e0 100644 --- a/scripts/clean.sh +++ b/scripts/clean.sh @@ -2,4 +2,4 @@ for d in /tmp /var/tmp /var/log; do find ${d} -mindepth 1 -exec rm -rf {} + -rm -rf /etc/resolv.con +rm -rf /etc/resolv.conf