Subversion Repositories lsh

Compare Revisions

Regard whitespace Rev 151 → Rev 152

/trunk/debian/lsh-server.postinst
140,14 → 140,10
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
fi
fi
fi
 
create_seed_and_key
;;