forked from ungleich-public/cdist
it's not preos, but cdist-preos
Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
parent
a5bfd41195
commit
c10fedaf8c
2 changed files with 4 additions and 1 deletions
|
@ -71,7 +71,7 @@ if uname -r | grep -s '.owl' >/dev/null 2>&1; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ -f /etc/cdist-preos ]; then
|
if [ -f /etc/cdist-preos ]; then
|
||||||
echo preos
|
echo cdist-preos
|
||||||
exit 0
|
exit 0
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,6 @@
|
||||||
|
2.0.2:
|
||||||
|
* Add support for detection of OpenWall Linux (Matthias Teege)
|
||||||
|
|
||||||
2.0.1: 2011-09-23
|
2.0.1: 2011-09-23
|
||||||
* Bugfix core: Always print source of error in case of exec errors
|
* Bugfix core: Always print source of error in case of exec errors
|
||||||
* Bugfix core: Various smaller bugs in string concatenation
|
* Bugfix core: Various smaller bugs in string concatenation
|
||||||
|
|
Loading…
Reference in a new issue