Subversion Repositories lsh

Compare Revisions

Ignore whitespace Rev 55 → Rev 56

/branches/experimental/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
sftp/sftp-server.8*
/branches/experimental/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