Subversion Repositories lsh

Compare Revisions

Ignore whitespace Rev 151 → Rev 152

/trunk/debian/changelog
4,8 → 4,10
(Closes: #884403).
* Build-Depend on debhelper (>= 9.20160709) instead of dh-systemd.
* Priority extra replaced by optional.
* lsh-server.postinst: Don't call /etc/init.d scripts directly (policy
9.3.3.2).
 
-- Magnus Holmgren <holmgren@debian.org> Tue, 09 Jan 2018 21:36:05 +0100
-- Magnus Holmgren <holmgren@debian.org> Tue, 09 Jan 2018 21:48:22 +0100
 
lsh-utils (2.1-11) unstable; urgency=low
 
/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