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: X-Spam-Status: No, score=-2.8 required=3.0 tests=ALL_TRUSTED,AWL,BAYES_00, T_RP_MATCHES_RCVD shortcircuit=no autolearn=unavailable version=3.3.2 X-Original-To: meta@public-inbox.org Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id 69603633849 for ; Sat, 3 Oct 2015 11:14:13 +0000 (UTC) From: Eric Wong To: meta@public-inbox.org Subject: [PATCH 1/4] nntpd: executable permission Date: Sat, 3 Oct 2015 11:14:08 +0000 Message-Id: <20151003111411.1003-2-e@80x24.org> In-Reply-To: <20151003111411.1003-1-e@80x24.org> References: <20151003111411.1003-1-e@80x24.org> List-Id: Ensure we are executable for consistency and documentation. MakeMaker already makes this executable, but we might as well do the same... --- public-inbox-nntpd | 0 1 file changed, 0 insertions(+), 0 deletions(-) mode change 100644 => 100755 public-inbox-nntpd diff --git a/public-inbox-nntpd b/public-inbox-nntpd old mode 100644 new mode 100755 -- EW