Hi I tried to use the thinlinc package in thinstation and had to change the init script to work with version 5.4: cheers Manuel --- thinlinc.init 2015-10-30 10:35:22.000000000 +0100 +++ thinlinc.init~ 2016-01-15 11:28:48.275233966 +0100 @@ -9,17 +9,14 @@ case "$1" in init) + HOME=/etc/skel + # If the file already exists, it was probably downloaded by # /etc/init.d/network on Thinstation 2.2 or later. # # From now on, we don't support ThinStation 2.1 or older with # automatic download of known_hosts. - if [ -e ${HOME}/.ssh/known_hosts ] ; then - mkdir -p ${HOME}/.thinlinc - cp -a ${HOME}/.ssh/known_hosts ${HOME}/.thinlinc/ - fi - let x=0 while [ -n "`eval echo '$SESSION_'$x'_TYPE'`" ] ; do TLTYPE=`eval echo '$SESSION_'$x'_TYPE'`
I just realized, that the part with the copy is needed. so we just need the to add HOME=/etc/skel
*** This bug has been marked as a duplicate of bug 5574 ***