Sophie

Sophie

distrib > Mandriva > 2006.0 > i586 > media > main-src > by-pkgid > 1c5f92f040e8db7463b109129cf53dfd > files > 17

openssh-4.2p1-1mdk.src.rpm

#!/bin/sh
# fix hanging ssh clients on exit

if [ -n "$BASH_VERSION" ]; then
	shopt -s huponexit
elif [ -n "$ZSH_VERSION" ]; then
	setopt hup
fi