From 3e502bbe88cfc2b01233348fd989d5f32ca907cb Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Thu, 31 May 2012 19:37:06 +0200 Subject: [PATCH] note about csh Signed-off-by: Nico Schottelius --- doc/dev/logs/2012-05-31.csh-compatibilty | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 doc/dev/logs/2012-05-31.csh-compatibilty diff --git a/doc/dev/logs/2012-05-31.csh-compatibilty b/doc/dev/logs/2012-05-31.csh-compatibilty new file mode 100644 index 00000000..b653a826 --- /dev/null +++ b/doc/dev/logs/2012-05-31.csh-compatibilty @@ -0,0 +1,10 @@ +If root's shell is csh or other non-sh compatible, we have problems. +See https://github.com/telmich/cdist/issues/54. + +Stuff to try out: + + - "-o SendEnv name" [may break remote exec/copy] + - cat * | /bin/sh -s could also work, needs testing though + +Somebody who is affected should give this a try, especially the 2nd +variant.