it's not preos, but cdist-preos

Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
Nico Schottelius 2011-09-25 21:10:18 +02:00
parent a5bfd41195
commit c10fedaf8c
2 changed files with 4 additions and 1 deletions

View File

@ -71,7 +71,7 @@ if uname -r | grep -s '.owl' >/dev/null 2>&1; then
fi
if [ -f /etc/cdist-preos ]; then
echo preos
echo cdist-preos
exit 0
fi

View File

@ -1,3 +1,6 @@
2.0.2:
* Add support for detection of OpenWall Linux (Matthias Teege)
2.0.1: 2011-09-23
* Bugfix core: Always print source of error in case of exec errors
* Bugfix core: Various smaller bugs in string concatenation