Sophie

Sophie

distrib > Mandriva > 8.2 > i586 > by-pkgid > 1e37b358e88f9bfaf9bbdb7535695dd4 > files > 1

openssh-clients-3.6.1p2-1.2.82mdk.i586.rpm

# fix hanging ssh clients on exit
if test -n "$ZSH_VERSION"; then
       setopt hup
else
       shopt -s huponexit
fi