[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [xymon] Xymon 4.3.0 beta-3 now available
- To: xymon (at) xymon.com
- Subject: Re: [xymon] Xymon 4.3.0 beta-3 now available
- From: Stef Coene <stef.coene (at) docum.org>
- Date: Thu, 18 Nov 2010 13:43:20 +0100
- References: <20101114181752.GA7174 (at) hswn.dk>
- User-agent: KMail/1.13.5 (Linux/2.6.35-22-generic; KDE/4.5.1; i686; ; )
Henrik,
I found an error in the output of the configure scripts:
xymon: ALL=(ALL) NOPASSWD: /usr/local/sbin/fping
This line should be (remove a ":" after xymon)
xymon ALL=(ALL) NOPASSWD: /usr/local/sbin/fping
Also, it would be handy of /usr/local/sbin/fping is replaced by the found
fping binary.
diff build/fping.sh*
78c78
< echo " xymon ALL=(ALL) NOPASSWD: $FPING"
---
> echo " xymon: ALL=(ALL) NOPASSWD:
/usr/local/sbin/fping"
Stef