Subversion Repositories lsh

Compare Revisions

Regard whitespace Rev 39 → Rev 40

/trunk/debian/scripts/lsh-server-config
File deleted
/trunk/debian/lsh-server.manpages
1,6 → 1,5
debian/mans/lsh-execuv.8
debian/mans/lsh-pam-checkpw.8
debian/mans/lsh-krb-checkpw.8
debian/mans/lsh-server-config.8
doc/lshd.8
src/sftp/sftp-server.8*
/trunk/debian/changelog
17,8 → 17,9
declare that it should start before the services that depend on an
SSH server (Closes: #542689). Thanks to Petter Reinholdtsen.
* Support the status action.
* Drop the no longer useful lsh-server-config script.
 
-- Magnus Holmgren <holmgren@debian.org> Thu, 03 Sep 2009 00:10:38 +0200
-- Magnus Holmgren <holmgren@debian.org> Thu, 03 Sep 2009 00:18:41 +0200
 
lsh-utils (2.0.4-dfsg-2) unstable; urgency=low
 
/trunk/debian/rules
16,7 → 16,3
DEB_DH_INSTALL_SOURCEDIR := debian/tmp
 
LDFLAGS += -Wl,-z,defs -Wl,--as-needed
 
common-install-arch::
install -m755 debian/scripts/lsh-server-config \
debian/tmp/usr/sbin
/trunk/debian/mans/lsh-server-config.8
File deleted
/trunk/debian/lsh-server.install
2,5 → 2,4
usr/sbin/lsh-execuv
usr/sbin/lsh-krb-checkpw
usr/sbin/lsh-pam-checkpw
usr/sbin/lsh-server-config
usr/sbin/sftp-server usr/lib/lsh-server
/trunk/debian/lsh-server.postinst
57,10 → 57,9
# OK, now make the config file
 
cat <<"EOF" >"$LSHD_DEFAULTS"
# Configuration file generated by lsh-server-config.
# Configuration file generated by lsh-server.postinst.
# You can change the lsh-server configuration either by editing
# this file, or by running /usr/sbin/lsh-server-config, which uses
# a debconf interface to set up lsh-server.
# this file, or by running dpkg-reconfigure lsh-server.
#
EOF
 
88,7 → 87,7
# stop ssh from starting at bootup
cat <<"EOF" >"$file"
LSH_SERVER_CONFIG_GENERATED
# Generated by lsh-server-config
# Generated by lsh-server.postinst
# Please don't remove this file unless you have first disabled lsh, and don't
# change the first line ... otherwise lsh-server won't recognise it!!!
EOF