[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Typo in configure: /xmon -> /xymon
- To: hobbit (at) hswn.dk
- Subject: Typo in configure: /xmon -> /xymon
- From: Stef Coene <stef.coene (at) docum.org>
- Date: Fri, 12 Dec 2008 10:32:12 +0100
- User-agent: KMail/1.9.10
I don't think this is mentioned before:
236 if test -z "$BBHOSTURL"
237 then
238 BBHOSTURL="/xmon"
239 elif test "$BBHOSTURL" = "/"
240 then
line 238 should be (the y is missing)
238 BBHOSTURL="/xymon"
Henrik, for patches, what do you prefere?
svn diff or a patch or ....
Stef