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 620781396DB for ; Fri, 13 Oct 2017 16:31:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 81A82E0B4B; Fri, 13 Oct 2017 16:31:45 +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-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 626DDE0BCB for ; Fri, 13 Oct 2017 16:31:45 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1B5C133BF47 for ; Fri, 13 Oct 2017 16:31:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 78C3590A4 for ; Fri, 13 Oct 2017 16:31:42 +0000 (UTC) From: "Steve Arnold" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Steve Arnold" Message-ID: <1466862304.d5a37316925ff7bfa438da95826c9ffc8dd280ac.nerdboy@gentoo> Subject: [gentoo-commits] proj/crossdev:master commit in: / X-VCS-Repository: proj/crossdev X-VCS-Files: crossdev X-VCS-Directories: / X-VCS-Committer: nerdboy X-VCS-Committer-Name: Steve Arnold X-VCS-Revision: d5a37316925ff7bfa438da95826c9ffc8dd280ac X-VCS-Branch: master Date: Fri, 13 Oct 2017 16:31:42 +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: 53f50a13-fd05-4e33-86e2-7729d283e443 X-Archives-Hash: caf93f91025b059999e74cbd028fa8e3 commit: d5a37316925ff7bfa438da95826c9ffc8dd280ac Author: Benda Xu gentoo org> AuthorDate: Mon Jun 6 05:58:41 2016 +0000 Commit: Steve Arnold gentoo org> CommitDate: Sat Jun 25 13:45:04 2016 +0000 URL: https://gitweb.gentoo.org/proj/crossdev.git/commit/?id=d5a37316 crossdev: use new path for functions.sh crossdev | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crossdev b/crossdev index 00ddea7..6939c70 100755 --- a/crossdev +++ b/crossdev @@ -21,7 +21,7 @@ EROOT=${ROOT%/}"${EPREFIX}"/ : ${PORTAGE_CONFIGROOT:=${EROOT}} CONFIGROOT="${PORTAGE_CONFIGROOT}/etc/portage" -source "${EPREFIX}"/etc/init.d/functions.sh || exit 1 +source "${EPREFIX}"/lib/gentoo/functions.sh || exit 1 esyslog() { :; } die_logs() { echo