__motd now supports --source as well

Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
remotes/origin/1.4
Nico Schottelius 14 years ago
parent 240b4aebbc
commit 1a4fd4854c
  1. 2
      conf/type/__motd/manifest
  2. 1
      conf/type/__motd/parameter/optional
  3. 3
      doc/changelog

@ -26,7 +26,7 @@ else
source="$__type/files/motd"
fi
os=$(cat $__global/explorer/os)
os=$(cat "$__global/explorer/os")
case "$os" in

@ -1,3 +1,6 @@
1.3.2:
* Add --source to __motd
1.3.1: 2011-03-21
* Document cdist-type-build-emulation
* Document cdist-type-emulator

Loading…
Cancel
Save