From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 1BE88139085 for ; Mon, 6 Feb 2017 20:14:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7A64221C039; Mon, 6 Feb 2017 20:14:42 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 583E521C039 for ; Mon, 6 Feb 2017 20:14:42 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8401734169B for ; Mon, 6 Feb 2017 20:14:41 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 248FB3DCA for ; Mon, 6 Feb 2017 20:14:40 +0000 (UTC) From: "Göktürk Yüksek" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Göktürk Yüksek" Message-ID: <1486412055.8ce98f6e1e6c1c94ef4ad5d92948cc98489cee9c.gokturk@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/util-vserver/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-cluster/util-vserver/files/util-vserver-0.30.216-varlock.patch X-VCS-Directories: sys-cluster/util-vserver/files/ X-VCS-Committer: gokturk X-VCS-Committer-Name: Göktürk Yüksek X-VCS-Revision: 8ce98f6e1e6c1c94ef4ad5d92948cc98489cee9c X-VCS-Branch: master Date: Mon, 6 Feb 2017 20:14:40 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: aac42ae0-ce68-47dd-9f41-92a21c4d9d9c X-Archives-Hash: 89488af58798269ac99ae652b61def51 commit: 8ce98f6e1e6c1c94ef4ad5d92948cc98489cee9c Author: Michael Mair-Keimberger (asterix) gmail com> AuthorDate: Mon Feb 6 16:58:11 2017 +0000 Commit: Göktürk Yüksek gentoo org> CommitDate: Mon Feb 6 20:14:15 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ce98f6e sys-cluster/util-vserver: remove unused patch .../files/util-vserver-0.30.216-varlock.patch | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/sys-cluster/util-vserver/files/util-vserver-0.30.216-varlock.patch b/sys-cluster/util-vserver/files/util-vserver-0.30.216-varlock.patch deleted file mode 100644 index 2597ff5..00000000 --- a/sys-cluster/util-vserver/files/util-vserver-0.30.216-varlock.patch +++ /dev/null @@ -1,19 +0,0 @@ -commit 13a83fe9e08e8667ee42c62d0631ca8ebbed7e89 -Author: Benedikt Böhm -Date: Sun Feb 10 20:35:06 2013 +0100 - - gentoo: use /var/run for new /run compatibility - -diff --git a/scripts/vserver-init.functions b/scripts/vserver-init.functions -index fef3c82..7feb27d 100755 ---- a/scripts/vserver-init.functions -+++ b/scripts/vserver-init.functions -@@ -27,7 +27,7 @@ elif test -e /etc/gentoo-release; then - success() { eend 0; } - passed() { eend 0; } - failure() { eend 1; } -- lockfile=/var/lock/vservers/$LOCKFILE -+ lockfile=/var/run/$LOCKFILE - else - _beginResult() { echo -n "$@..."; } - _postResult() { :; }