Sophie

Sophie

distrib > Mandriva > 9.1 > ppc > by-pkgid > 2359898ddcf5aaf26abb771eee9fc205 > files > 1

openssh-clients-3.5p1-7mdk.ppc.rpm

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