Subversion Repositories lsh

Compare Revisions

Ignore whitespace Rev 151 → Rev 152

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