From patchwork Sat May 5 06:32:07 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Matthias Fischer X-Patchwork-Id: 1746 Return-Path: Received: from mail01.ipfire.org (unknown [172.28.1.200]) by web02.i.ipfire.org (Postfix) with ESMTP id AB8B960ACA for ; Fri, 4 May 2018 22:32:24 +0200 (CEST) Received: from mail01.i.ipfire.org (localhost [IPv6:::1]) by mail01.ipfire.org (Postfix) with ESMTP id 1A488105FDFC; Fri, 4 May 2018 21:32:24 +0100 (BST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=201801; t=1525465944; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:mime-version:content-type: content-transfer-encoding:in-reply-to:references:list-id: list-unsubscribe:list-subscribe:list-post; bh=kJA36Uui4hzpl+SOwsupDqIVB5edARLYwFObIxmZoa4=; b=LXHFEjkkfCpOaH+39C8k7HBoSiVwx+COWWkHdu46v1MUX11shl38ngui3yTRB/6Du7SZf/ 2gQShYrShzc9QN9it/aDCsb6VP8Vo2qIj8l2AHP+2H3L0T0SMX2ndyMpqe74P1DNcSqmSe gFQCSZrxJXZefZKwbLq+sTaeDi+sTrg5pF+LtXr0hADDf0Xn5s7tJrT7GKraxfPgvfyvaU Oi9NupAVaqOqyB2WVFqjw5NLwCFA3Kjrl2cbk2O1ISm15IuLKnQyabHkrTe5vyM1m0CvCb i/lFFFIHtSR66x/ISZ9udN7o8itwb5FfvyEXrzroiVO/zTZioS/F1Sa/F8aerw== Authentication-Results: mail01.i.ipfire.org; auth=pass smtp.auth=mfischer smtp.mailfrom=matthias.fischer@ipfire.org DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=201801; t=1525465932; h=from:from:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:mime-version:content-type: content-transfer-encoding:in-reply-to:references; bh=kJA36Uui4hzpl+SOwsupDqIVB5edARLYwFObIxmZoa4=; b=NUVb4NJ8ZSXNWkJAcnm/PWrHD3HyUbAdF73A5d82xtFIgpvkBcm3VDNiEfzsF0fOYdi2jc yVNkNpq3LQcGu2QHCaptjzT3GMNr1eNom2o5QRXXfKKHRugN4Va7QB03UnwWiqe7CZtosH 7fIE28PZLcri4UeQPKVcMzH4AF2J/WwnhX65GfhSD1xlwQ2CxGpazHpLcSjmMB8NpMnVb+ Q5miBpkCwcSXG4dI1AXQnyhyX/fvLut0N7n4KLUkppW29Ot3eto+8cxG9l9/PH4CZZfTAZ CTRf5W9dCLdC+DuGXadateSdguz6WrJEuT4j70SPh40lY9XaXf4QKx8VMFUTIQ== Received: from Devel.localdomain (p5B0A1994.dip0.t-ipconnect.de [91.10.25.148]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-SHA256 (128/128 bits)) (Client did not present a certificate) by mail01.ipfire.org (Postfix) with ESMTPSA id D787E1000588 for ; Fri, 4 May 2018 21:32:11 +0100 (BST) From: Matthias Fischer To: development@lists.ipfire.org Subject: [PATCH] Fixed typo Date: Fri, 4 May 2018 22:32:07 +0200 Message-Id: <20180504203207.3114-1-matthias.fischer@ipfire.org> X-Mailer: git-send-email 2.17.0 X-Spamd-Result: default: False [-2.10 / 11.00]; ASN(0.00)[asn:3320, ipnet:91.0.0.0/10, country:DE]; DKIM_SIGNED(0.00)[]; FROM_HAS_DN(0.00)[]; RCVD_TLS_ALL(0.00)[]; BAYES_HAM(-3.00)[100.00%]; ARC_NA(0.00)[]; FROM_EQ_ENVFROM(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; MID_CONTAINS_FROM(1.00)[]; RCVD_COUNT_ZERO(0.00)[0]; RCPT_COUNT_ONE(0.00)[1]; MIME_GOOD(-0.10)[text/plain]; TO_DN_NONE(0.00)[] X-Spam-Status: No, score=-2.10 X-Rspamd-Server: mail01.i.ipfire.org X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: IPFire development talk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: development-bounces@lists.ipfire.org Sender: "Development" Signed-off-by: Matthias Fischer --- config/rootfiles/core/121/{fileslists => filelists}/files | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename config/rootfiles/core/121/{fileslists => filelists}/files (100%) diff --git a/config/rootfiles/core/121/fileslists/files b/config/rootfiles/core/121/filelists/files similarity index 100% rename from config/rootfiles/core/121/fileslists/files rename to config/rootfiles/core/121/filelists/files