Subversion Repositories lsh

Compare Revisions

Ignore whitespace Rev 152 → Rev 151

/trunk/debian/lsh-server.postinst
140,7 → 140,11
EOF
 
if [ -x "/etc/init.d/ssh" ]; then
invoke-rc.d ssh stop || true
if [ -x "`which invoke-rc.d 2>/dev/null`" ]; then
invoke-rc.d ssh stop || true
else
/etc/init.d/ssh stop || true
fi
fi
fi
fi