mirror of
https://github.com/munin-monitoring/muninlite.git
synced 2024-12-22 13:52: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
|
* OpenSuSE 10.2
|
||||||
- Just works
|
- Just works
|
||||||
|
|
||||||
|
|
|
@ -51,4 +51,3 @@ If it works, you will see these messages during boot:
|
||||||
/mnt/tmp/packages/post-muninlite.ini chmoded
|
/mnt/tmp/packages/post-muninlite.ini chmoded
|
||||||
Running /etc/post-muninlite.ini
|
Running /etc/post-muninlite.ini
|
||||||
Starting inetd.
|
Starting inetd.
|
||||||
|
|
||||||
|
|
|
@ -106,7 +106,7 @@ do
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
else
|
else
|
||||||
RES="$RES $PLUG";
|
RES="$RES $PLUG"
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
PLUGINS=$RES
|
PLUGINS=$RES
|
||||||
|
|
|
@ -21,4 +21,3 @@ fetch_ntpdate() {
|
||||||
echo "offset.value $OFFSET"
|
echo "offset.value $OFFSET"
|
||||||
echo "delay.value $DELAY"
|
echo "delay.value $DELAY"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue