Sophie

Sophie

distrib > Mandriva > 10.0 > i586 > media > main-src > by-pkgid > 5324c7207752fa6f419bcb61e6a5ea43 > files > 12

openssh-3.6.1p2-12mdk.src.rpm

# fix hanging ssh clients on exit
if [ "$SHELL" != "/bin/ksh" ]; then
  if [ -n "$ZSH_VERSION" ]; then
       setopt hup
  else
       shopt -s huponexit
  fi
fi