Subversion Repositories lsh

Compare Revisions

Ignore whitespace Rev 74 → Rev 75

/trunk/debian/changelog
9,8 → 9,10
* lsh-server.postinst: If openssh-server is installed and lsh-server is
configured to use port 22, shut down sshd in addition to disabling it
(Closes: #567945).
* lsh-server.postinst: Close fd 3 (opened by debconf) to avoid "Closed
spurious fd" warnings.
 
-- Magnus Holmgren <holmgren@debian.org> Sun, 01 Aug 2010 20:05:52 +0200
-- Magnus Holmgren <holmgren@debian.org> Sun, 01 Aug 2010 20:38:36 +0200
 
lsh-utils (2.0.4-dfsg-6) unstable; urgency=low
 
/trunk/debian/lsh-server.postinst
95,6 → 95,7
db_get "lsh-server/lshd_port"; LSHD_PORT="$RET"
db_get "lsh-server/sftp"; ENABLE_SFTP="$RET"
exec 3>&-
 
# OK, now make the config file