Gentoo Archives: gentoo-commits

From: William Hubbs <williamh@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/openrc:master commit in: sh/
Date: Mon, 27 Jun 2011 16:56:39
Message-Id: f4407ac83d84e52c951b4a07640cdcad458010ea.WilliamH@gentoo
1 commit: f4407ac83d84e52c951b4a07640cdcad458010ea
2 Author: William Hubbs <williamh <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jun 27 16:56:12 2011 +0000
4 Commit: William Hubbs <williamh <AT> gentoo <DOT> org>
5 CommitDate: Mon Jun 27 16:56:12 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/openrc.git;a=commit;h=f4407ac8
7
8 remove functions.sh symbolic link in init.d
9
10 ---
11 sh/Makefile | 2 --
12 1 files changed, 0 insertions(+), 2 deletions(-)
13
14 diff --git a/sh/Makefile b/sh/Makefile
15 index 73d4641..c246f9e 100644
16 --- a/sh/Makefile
17 +++ b/sh/Makefile
18 @@ -13,8 +13,6 @@ include ${MK}/scripts.mk
19
20 _installafter:
21 ${INSTALL} -d ${DESTDIR}/${INITDIR}
22 - @# Put functions.sh into init for backwards compat
23 - ln -snf ${LIBEXECDIR}/sh/functions.sh ${DESTDIR}/${INITDIR} || exit $$?
24
25 check test::
26 ./runtests.sh