[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [hobbit] Typo in configure: /xmon -> /xymon
- To: hobbit (at) hswn.dk
- Subject: Re: [hobbit] Typo in configure: /xmon -> /xymon
- From: Henrik "Størner" <henrik (at) hswn.dk>
- Date: Fri, 12 Dec 2008 09:48:15 +0000 (UTC)
- Newsgroups: lists.hobbit
- Organization: Linux Users Inc.
- References: <200812121032.12811.stef.coene (at) docum.org>
- User-agent: nn/6.7.3
In <200812121032.12811.stef.coene (at) docum.org> Stef Coene <stef.coene (at) docum.org> writes:
>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"
Thanks, fixed.
>Henrik, for patches, what do you prefere?
>svn diff or a patch or ....
Unified diff ("diff -u"), which is also what an "svn diff" will provide.
But for things as simple as this I'll just fix it by hand.
Regards,
Henrik