diff options
author | Will Andrews <will@FreeBSD.org> | 2000-07-12 22:14:22 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2000-07-12 22:14:22 +0000 |
commit | d1663d0b2eaa5035fddd2a57e9a260011af69366 (patch) | |
tree | 165c63559472353046d21c4fe5f4dd6038a22605 /net-mgmt | |
parent | Fix /bin/echo -> echo problem that is caused due to the lack of -e option (diff) |
Oops, revert last commit. In my rush to fix a "problem", I forgot to
actually check to see that this /bin/echo wasn't accounted for. 8)
Notes
Notes:
svn path=/head/; revision=30538
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/nagios/Makefile | 1 | ||||
-rw-r--r-- | net-mgmt/nagios12/Makefile | 1 | ||||
-rw-r--r-- | net-mgmt/nagios2/Makefile | 1 | ||||
-rw-r--r-- | net-mgmt/netsaint/Makefile | 1 |
4 files changed, 0 insertions, 4 deletions
diff --git a/net-mgmt/nagios/Makefile b/net-mgmt/nagios/Makefile index 589d0676009e..8deae2a59135 100644 --- a/net-mgmt/nagios/Makefile +++ b/net-mgmt/nagios/Makefile @@ -25,6 +25,5 @@ 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 589d0676009e..8deae2a59135 100644 --- a/net-mgmt/nagios12/Makefile +++ b/net-mgmt/nagios12/Makefile @@ -25,6 +25,5 @@ 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 589d0676009e..8deae2a59135 100644 --- a/net-mgmt/nagios2/Makefile +++ b/net-mgmt/nagios2/Makefile @@ -25,6 +25,5 @@ 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 589d0676009e..8deae2a59135 100644 --- a/net-mgmt/netsaint/Makefile +++ b/net-mgmt/netsaint/Makefile @@ -25,6 +25,5 @@ pre-fetch: pre-install: ${PERL} ${SCRIPTDIR}/createuser - ${PERL} -pi -e "s@/bin/echo@echo@g" ${WRKSRC}/hosts.cfg.in .include <bsd.port.mk> |