From 5455031a0cc63783c343dc3ea5fbe53f3cdf1391 Mon Sep 17 00:00:00 2001 From: Will Andrews Date: Wed, 12 Jul 2000 22:08:01 +0000 Subject: Fix /bin/echo -> echo problem that is caused due to the lack of -e option in the base system. Submitted by: Dan Larsson --- net/nagios/Makefile | 1 + net/netsaint/Makefile | 1 + 2 files changed, 2 insertions(+) (limited to 'net') diff --git a/net/nagios/Makefile b/net/nagios/Makefile index 8deae2a59135..589d0676009e 100644 --- a/net/nagios/Makefile +++ b/net/nagios/Makefile @@ -25,5 +25,6 @@ pre-fetch: pre-install: ${PERL} ${SCRIPTDIR}/createuser + ${PERL} -pi -e "s@/bin/echo@echo@g" ${WRKSRC}/hosts.cfg.in .include diff --git a/net/netsaint/Makefile b/net/netsaint/Makefile index 8deae2a59135..589d0676009e 100644 --- a/net/netsaint/Makefile +++ b/net/netsaint/Makefile @@ -25,5 +25,6 @@ pre-fetch: pre-install: ${PERL} ${SCRIPTDIR}/createuser + ${PERL} -pi -e "s@/bin/echo@echo@g" ${WRKSRC}/hosts.cfg.in .include -- cgit v1.2.3