Sophie

Sophie

distrib > Mandriva > 10.2 > x86_64 > by-pkgid > 18ac0140c0a05d413fa14480a744d515 > files > 17

openssh-4.3p1-0.1.102mdk.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