mirror of
https://github.com/munin-monitoring/muninlite.git
synced 2024-12-22 05:42:13 +01:00
whitespace cleanup
This commit is contained in:
parent
215abe08ae
commit
b0e991d4d4
7 changed files with 27 additions and 30 deletions
|
@ -14,4 +14,3 @@ These distributions are known to be working with muninlite:
|
|||
|
||||
* OpenSuSE 10.2
|
||||
- Just works
|
||||
|
||||
|
|
|
@ -51,4 +51,3 @@ If it works, you will see these messages during boot:
|
|||
/mnt/tmp/packages/post-muninlite.ini chmoded
|
||||
Running /etc/post-muninlite.ini
|
||||
Starting inetd.
|
||||
|
||||
|
|
|
@ -106,7 +106,7 @@ do
|
|||
fi
|
||||
done
|
||||
else
|
||||
RES="$RES $PLUG";
|
||||
RES="$RES $PLUG"
|
||||
fi
|
||||
done
|
||||
PLUGINS=$RES
|
||||
|
|
|
@ -21,4 +21,3 @@ fetch_ntpdate() {
|
|||
echo "offset.value $OFFSET"
|
||||
echo "delay.value $DELAY"
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue