Received: from knopi.disroot.org (knopi.disroot.org [178.21.23.139]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id 9433E781A6C for ; Mon, 29 Jul 2019 22:06:08 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by disroot.org (Postfix) with ESMTP id 5D533246F2; Mon, 29 Jul 2019 23:59:44 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at disroot.org Received: from knopi.disroot.org ([127.0.0.1]) by localhost (disroot.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id CFo5CLiGw1_q; Mon, 29 Jul 2019 23:59:43 +0200 (CEST) From: Bart Ribbers DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=disroot.org; s=mail; t=1564437583; bh=7IgKwlZ1ZHbQhH7GeQAjvLZ8qItu0nQWsXyWljrYztQ=; h=From:To:Cc:Subject:Date:In-Reply-To:References; b=kRy50bbqPSaimrp01OHvJoqkdDKmbQuJVmlc1Ojh/fhjCcqhwuGprQFeyA5p44b+8 nZtdj8iGB4VelOwJBwXODq2kDm99qNAgl/x+t9bLoDYhmC08jXlmimkTtrttEY821t 0BuWnmg7o2AHfKRAwclA0wLt8wEEGNB41mNzsqRIG7yPl67b8IhgDhh8YD10qxv9gS LmtIAMPkBqO2ZYmg28uEyHMb8HWFYJYMOjHrcUAreRUKIow5tcs5uae/z5OEhACXNU STO1/cAAfhHiIt/oNbOhmoD0+f5JF41DVD7WO6/qmIEu38cp6q3DuMbYyi/zqsDrRv L5QMhpWCtp90w== To: alpine-aports@lists.alpinelinux.org Cc: ska-devel@skarnet.org, Bart Ribbers Subject: [PATCH 2/3] main/utmps: move from testing Date: Mon, 29 Jul 2019 23:58:36 +0200 Message-Id: <20190729215837.17658-2-bribbers@disroot.org> In-Reply-To: <20190729215837.17658-1-bribbers@disroot.org> References: <20190729215837.17658-1-bribbers@disroot.org> Mime-Version: 1.0 Content-Transfer-Encoding: 8bit utmps has been in testing for more than a year after being moved from main, it's time to move it back. --- {testing => main}/utmps/APKBUILD | 0 {testing => main}/utmps/utmpd.run | 0 {testing => main}/utmps/utmps.initd | 0 {testing => main}/utmps/utmps.pre-install | 0 {testing => main}/utmps/utmps.pre-upgrade | 0 {testing => main}/utmps/wtmpd.run | 0 6 files changed, 0 insertions(+), 0 deletions(-) rename {testing => main}/utmps/APKBUILD (100%) rename {testing => main}/utmps/utmpd.run (100%) rename {testing => main}/utmps/utmps.initd (100%) rename {testing => main}/utmps/utmps.pre-install (100%) rename {testing => main}/utmps/utmps.pre-upgrade (100%) rename {testing => main}/utmps/wtmpd.run (100%) diff --git a/testing/utmps/APKBUILD b/main/utmps/APKBUILD similarity index 100% rename from testing/utmps/APKBUILD rename to main/utmps/APKBUILD diff --git a/testing/utmps/utmpd.run b/main/utmps/utmpd.run similarity index 100% rename from testing/utmps/utmpd.run rename to main/utmps/utmpd.run diff --git a/testing/utmps/utmps.initd b/main/utmps/utmps.initd similarity index 100% rename from testing/utmps/utmps.initd rename to main/utmps/utmps.initd diff --git a/testing/utmps/utmps.pre-install b/main/utmps/utmps.pre-install similarity index 100% rename from testing/utmps/utmps.pre-install rename to main/utmps/utmps.pre-install diff --git a/testing/utmps/utmps.pre-upgrade b/main/utmps/utmps.pre-upgrade similarity index 100% rename from testing/utmps/utmps.pre-upgrade rename to main/utmps/utmps.pre-upgrade diff --git a/testing/utmps/wtmpd.run b/main/utmps/wtmpd.run similarity index 100% rename from testing/utmps/wtmpd.run rename to main/utmps/wtmpd.run -- 2.22.0