[Nagios-devel] PATCH: Fix missing quotes in Makefile.in

Support forum for Nagios Core, Nagios Plugins, NCPA, NRPE, NSCA, NDOUtils and more. Engage with the community of users including those using the open source solutions.
Locked
Guest

[Nagios-devel] PATCH: Fix missing quotes in Makefile.in

Post by Guest »

--========GMX167501297952388219972
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: 8bit

Hi list,

the attached patch file fixes the following error during "make all":

- Look at the sample config files
- Read the documentation on the Nagios Library at:
/bin/sh: Syntax error: Unterminated quoted string

Patch file was created from recent SVN repository using git diff.

Regards,
Bernd

--
Empfehlen Sie GMX DSL Ihren Freunden und Bekannten und wir
belohnen Sie mit bis zu 50,- Euro! https://freundschaftswerbung.gmx.de

--========GMX167501297952388219972
Content-Type: text/x-patch; charset="iso-8859-15";
name="missing-quotes-Makefile.patch"
Content-Transfer-Encoding: 8bit
Content-Disposition: attachment; filename="missing-quotes-Makefile.patch"

diff --git a/Makefile.in b/Makefile.in
index 2689720..f5739ac 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -113,7 +113,7 @@ all:
@echo ""
@echo " - Look at the sample config files"
@echo " - Read the documentation on the Nagios Library at:"
- @echo " http://library.nagios.com
+ @echo " http://library.nagios.com"
@echo ""
@echo "before you post a question to one of the mailing lists."
@echo "Also make sure to include pertinent information that could"


--========GMX167501297952388219972--





This post was automatically imported from historical nagios-devel mailing list archives
Original poster: [email protected]
Locked