From patchwork Wed Apr 5 12:28:32 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 6774 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4Ps3pL36VNz3xG5 for ; Wed, 5 Apr 2023 12:28:58 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4Ps3p93my5z9S3; Wed, 5 Apr 2023 12:28:49 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4Ps3p900LMz30JV; Wed, 5 Apr 2023 12:28:49 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4Ps3p71QvNz30J0 for ; Wed, 5 Apr 2023 12:28:47 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4Ps3p7083rzQb; Wed, 5 Apr 2023 12:28:46 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1680697727; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=RCKbooC9Jmj2rJ+qps7UYhBEhHBIUp4LhWHj4hbIU0Q=; b=IhSmlFEkttZIK8Z+dgfeQ/gPX96m7j7KYlhTbgSAEit8HQo0Z9VyTFNUQV1JfbIZxnrimG t2SLJFP1uHW6XUCQ== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1680697727; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=RCKbooC9Jmj2rJ+qps7UYhBEhHBIUp4LhWHj4hbIU0Q=; b=KtDbxdCBpVQxxlxjQX1hzxvco89B9mHEUxZkh0RQKzk/f+7YjpifL20EAhXys7tt1tngJG ZFg09nrlKgHF8sNdOiBg+hNWCNwpyTmYIUoCE9jywsskfFSd5JvMn+L+QRX9HhWAvKNBWE JS6Z3iM4QM2L3/aBzxu+siWccpGtKn0CkjdVDFuWjmr2J5WbvRbtx0MZEelzi31ZRp/zZ8 J5Ne751KarFJtj9sUYp6tXEjNLpi3lGsrPAI81kbYbwvYJqiowWPlUSS3EtO3a5H1tTAdL lcJe7yjYY9z/45euJBAfd16HmmOLie0gVc9R5DbFK2deXqUPmvikh11bLUniuA== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH 08/11] wio: moved files from src/wio directory to standard IPFire location Date: Wed, 5 Apr 2023 14:28:32 +0200 Message-Id: <20230405122835.12821-8-adolf.belka@ipfire.org> In-Reply-To: <20230405122835.12821-1-adolf.belka@ipfire.org> References: <20230405122835.12821-1-adolf.belka@ipfire.org> MIME-Version: 1.0 X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.29 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: Adolf Belka --- {src => config}/wio/wio | 0 {src => config}/wio/wio-graphs.pl | 0 {src => config}/wio/wio-lib.pl | 0 {src => config}/wio/wioips | 0 4 files changed, 0 insertions(+), 0 deletions(-) rename {src => config}/wio/wio (100%) rename {src => config}/wio/wio-graphs.pl (100%) rename {src => config}/wio/wio-lib.pl (100%) rename {src => config}/wio/wioips (100%) diff --git a/src/wio/wio b/config/wio/wio similarity index 100% rename from src/wio/wio rename to config/wio/wio diff --git a/src/wio/wio-graphs.pl b/config/wio/wio-graphs.pl similarity index 100% rename from src/wio/wio-graphs.pl rename to config/wio/wio-graphs.pl diff --git a/src/wio/wio-lib.pl b/config/wio/wio-lib.pl similarity index 100% rename from src/wio/wio-lib.pl rename to config/wio/wio-lib.pl diff --git a/src/wio/wioips b/config/wio/wioips similarity index 100% rename from src/wio/wioips rename to config/wio/wioips