From e8413733c1716b62b9c139a640e1901fe316d8a9 Mon Sep 17 00:00:00 2001 From: William Hubbs Date: Mon, 27 Jun 2011 12:11:01 -0500 Subject: Revert "remove functions.sh symbolic link in init.d" This reverts commit f4407ac83d84e52c951b4a07640cdcad458010ea. --- sh/Makefile | 2 ++ 1 file changed, 2 insertions(+) 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 _installafter: ${INSTALL} -d ${DESTDIR}/${INITDIR} + @# Put functions.sh into init for backwards compat + ln -snf ${LIBEXECDIR}/sh/functions.sh ${DESTDIR}/${INITDIR} || exit $$? check test:: ./runtests.sh -- cgit v1.2.3