summaryrefslogtreecommitdiff
path: root/net-mgmt
diff options
context:
space:
mode:
authorWill Andrews <will@FreeBSD.org>2000-07-12 22:08:01 +0000
committerWill Andrews <will@FreeBSD.org>2000-07-12 22:08:01 +0000
commit5455031a0cc63783c343dc3ea5fbe53f3cdf1391 (patch)
tree216814d69906340b7a9a0a01bc2b7a4763708b96 /net-mgmt
parentRemove dir created during installation (diff)
Fix /bin/echo -> echo problem that is caused due to the lack of -e option
in the base system. Submitted by: Dan Larsson <dl@tyfon.net>
Notes
Notes: svn path=/head/; revision=30537
Diffstat (limited to 'net-mgmt')
-rw-r--r--net-mgmt/nagios/Makefile1
-rw-r--r--net-mgmt/nagios12/Makefile1
-rw-r--r--net-mgmt/nagios2/Makefile1
-rw-r--r--net-mgmt/netsaint/Makefile1
4 files changed, 4 insertions, 0 deletions
diff --git a/net-mgmt/nagios/Makefile b/net-mgmt/nagios/Makefile
index 8deae2a59135..589d0676009e 100644
--- a/net-mgmt/nagios/Makefile
+++ b/net-mgmt/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 <bsd.port.mk>
diff --git a/net-mgmt/nagios12/Makefile b/net-mgmt/nagios12/Makefile
index 8deae2a59135..589d0676009e 100644
--- a/net-mgmt/nagios12/Makefile
+++ b/net-mgmt/nagios12/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 <bsd.port.mk>
diff --git a/net-mgmt/nagios2/Makefile b/net-mgmt/nagios2/Makefile
index 8deae2a59135..589d0676009e 100644
--- a/net-mgmt/nagios2/Makefile
+++ b/net-mgmt/nagios2/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 <bsd.port.mk>
diff --git a/net-mgmt/netsaint/Makefile b/net-mgmt/netsaint/Makefile
index 8deae2a59135..589d0676009e 100644
--- a/net-mgmt/netsaint/Makefile
+++ b/net-mgmt/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 <bsd.port.mk>