__motd now supports --source as well
Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
parent
240b4aebbc
commit
1a4fd4854c
3 changed files with 5 additions and 1 deletions
|
@ -26,7 +26,7 @@ else
|
||||||
source="$__type/files/motd"
|
source="$__type/files/motd"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
os=$(cat $__global/explorer/os)
|
os=$(cat "$__global/explorer/os")
|
||||||
|
|
||||||
|
|
||||||
case "$os" in
|
case "$os" in
|
||||||
|
|
1
conf/type/__motd/parameter/optional
Normal file
1
conf/type/__motd/parameter/optional
Normal file
|
@ -0,0 +1 @@
|
||||||
|
source
|
|
@ -1,3 +1,6 @@
|
||||||
|
1.3.2:
|
||||||
|
* Add --source to __motd
|
||||||
|
|
||||||
1.3.1: 2011-03-21
|
1.3.1: 2011-03-21
|
||||||
* Document cdist-type-build-emulation
|
* Document cdist-type-build-emulation
|
||||||
* Document cdist-type-emulator
|
* Document cdist-type-emulator
|
||||||
|
|
Loading…
Reference in a new issue