note about csh
Signed-off-by: Nico Schottelius <nico@brief.schottelius.org>
This commit is contained in:
parent
f087057c98
commit
3e502bbe88
1 changed files with 10 additions and 0 deletions
10
doc/dev/logs/2012-05-31.csh-compatibilty
Normal file
10
doc/dev/logs/2012-05-31.csh-compatibilty
Normal file
|
@ -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.
|
Loading…
Reference in a new issue