From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS22989 208.118.235.0/24 X-Spam-Status: No, score=-2.1 required=3.0 tests=AWL,BAYES_00 shortcircuit=no autolearn=unavailable version=3.3.2 X-Original-To: dtas-all@80x24.org Received: from lists.gnu.org (lists.gnu.org [208.118.235.17]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by dcvr.yhbt.net (Postfix) with ESMTPS id 4A28E63384D for ; Sat, 3 Oct 2015 09:38:17 +0000 (UTC) Received: from localhost ([::1]:37583 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZiJGi-000819-CU for dtas-all@80x24.org; Sat, 03 Oct 2015 05:38:16 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:57014) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZiJGg-00080t-DR for dtas-all@nongnu.org; Sat, 03 Oct 2015 05:38:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZiJGb-0003Bu-Bg for dtas-all@nongnu.org; Sat, 03 Oct 2015 05:38:14 -0400 Received: from dcvr.yhbt.net ([64.71.152.64]:52044) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZiJGb-0003Ba-6o for dtas-all@nongnu.org; Sat, 03 Oct 2015 05:38:09 -0400 Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id C2431633844; Sat, 3 Oct 2015 09:38:07 +0000 (UTC) Date: Sat, 3 Oct 2015 09:38:07 +0000 From: Eric Wong To: dtas-all@nongnu.org Subject: [PATCH] dtas-readahead: make executable Message-ID: <20151003093807.GA13375@dcvr.yhbt.net> References: <20150907214034.28039-1-e@80x24.org> <20150920230237.GA29471@dcvr.yhbt.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20150920230237.GA29471@dcvr.yhbt.net> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 64.71.152.64 X-BeenThere: dtas-all@nongnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dtas-all-bounces+dtas-all=80x24.org@nongnu.org Sender: dtas-all-bounces+dtas-all=80x24.org@nongnu.org Oops, files in bin/ should be executable. --- bin/dtas-readahead | 0 1 file changed, 0 insertions(+), 0 deletions(-) mode change 100644 => 100755 bin/dtas-readahead diff --git a/bin/dtas-readahead b/bin/dtas-readahead old mode 100644 new mode 100755 -- EW