From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1QbFLa-0004K4-Ir for garchives@archives.gentoo.org; Mon, 27 Jun 2011 17:11:42 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DF0CC1C021; Mon, 27 Jun 2011 17:11:34 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id B038F1C021 for ; Mon, 27 Jun 2011 17:11:34 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 34DBF1BC003 for ; Mon, 27 Jun 2011 17:11:34 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 1264B8003C for ; Mon, 27 Jun 2011 17:11:33 +0000 (UTC) From: "William Hubbs" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "William Hubbs" Message-ID: Subject: [gentoo-commits] proj/openrc:master commit in: sh/ X-VCS-Repository: proj/openrc X-VCS-Files: sh/Makefile X-VCS-Directories: sh/ X-VCS-Committer: WilliamH X-VCS-Committer-Name: William Hubbs X-VCS-Revision: e8413733c1716b62b9c139a640e1901fe316d8a9 Date: Mon, 27 Jun 2011 17:11:33 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: 5be774760b830991aec0e26715cda335 commit: e8413733c1716b62b9c139a640e1901fe316d8a9 Author: William Hubbs gentoo org> AuthorDate: Mon Jun 27 17:11:01 2011 +0000 Commit: William Hubbs gentoo org> CommitDate: Mon Jun 27 17:11:01 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/openrc.git;a=3D= commit;h=3De8413733 Revert "remove functions.sh symbolic link in init.d" This reverts commit f4407ac83d84e52c951b4a07640cdcad458010ea. --- sh/Makefile | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/sh/Makefile b/sh/Makefile index c246f9e..73d4641 100644 --- a/sh/Makefile +++ b/sh/Makefile @@ -13,6 +13,8 @@ include ${MK}/scripts.mk =20 _installafter: ${INSTALL} -d ${DESTDIR}/${INITDIR} + @# Put functions.sh into init for backwards compat + ln -snf ${LIBEXECDIR}/sh/functions.sh ${DESTDIR}/${INITDIR} || exit $$? =20 check test:: ./runtests.sh