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 D4444138D0C for ; Wed, 8 Jul 2015 18:48:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 59E4DE0928; Wed, 8 Jul 2015 18:48:19 +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 067E6E0976 for ; Wed, 8 Jul 2015 18:48:19 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1860F3411DF for ; Wed, 8 Jul 2015 18:48:13 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2303A743 for ; Wed, 8 Jul 2015 18:48:06 +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: <1436381440.d75aa00ff213e50bae833fa6c64eefa50d22d8ed.blueness@gentoo> Subject: [gentoo-commits] proj/grs:desktop-amd64-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: d75aa00ff213e50bae833fa6c64eefa50d22d8ed X-VCS-Branch: desktop-amd64-hardened Date: Wed, 8 Jul 2015 18:48:06 +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: 9dd5aba4-cfea-4d32-a711-2ee4b827c1b4 X-Archives-Hash: bbcda59681b68281402acf0fad9c5a76 commit: d75aa00ff213e50bae833fa6c64eefa50d22d8ed Author: Anthony G. Basile gentoo org> AuthorDate: Wed Jul 8 18:50:40 2015 +0000 Commit: Anthony G. Basile gentoo org> CommitDate: Wed Jul 8 18:50:40 2015 +0000 URL: https://gitweb.gentoo.org/proj/grs.git/commit/?id=d75aa00f 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