packages/openssh/openssh_4.3p2.bb: Fix Q&A errors. Remove debug files from openssh...
authorStelios Koroneos <skoroneos@digital-opsis.com>
Mon, 5 Mar 2007 18:29:48 +0000 (18:29 +0000)
committerStelios Koroneos <skoroneos@digital-opsis.com>
Mon, 5 Mar 2007 18:29:48 +0000 (18:29 +0000)
packages/openssh/openssh_4.3p2.bb

index 1146575..c311780 100644 (file)
@@ -14,7 +14,7 @@ It is intended as a replacement for rlogin, rsh and rcp, and can be \
 used to provide applications with a secure communication channel."
 HOMEPAGE = "http://www.openssh.org/"
 LICENSE = "BSD"
-PR = "r0"
+PR = "r1"
 
 SRC_URI = "ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-${PV}.tar.gz \
            file://sshd_config \
@@ -56,12 +56,14 @@ do_install_append() {
 }
 
 PACKAGES =+ " openssh-scp openssh-ssh openssh-sshd openssh-sftp openssh-misc"
+FILES_openssh-dbg +=${bindir}/.debug ${libdir}exec/.debug"
 FILES_openssh-scp = "${bindir}/scp.${PN}"
 FILES_openssh-ssh = "${bindir}/ssh.${PN} ${bindir}/slogin /${sysconfdir}/ssh/ssh_config"
 FILES_openssh-sshd = "${sbindir}/sshd /${sysconfdir}/init.d/sshd ${bindir}/ssh-keygen"
 FILES_openssh-sshd += " /${sysconfdir}/ssh/moduli /${sysconfdir}/ssh/sshd_config /var/run/sshd"
 FILES_openssh-sftp = "${bindir}/sftp ${libdir}exec/sftp-server"
-FILES_openssh-misc = "${bindir} ${libdir}exec/"
+FILES_openssh-misc = "${bindir}/ssh* ${libdir}exec/ssh*"
+
 RDEPENDS_openssh += " openssh-scp openssh-ssh openssh-sshd"
 DEPENDS_openssh-sshd += " update-rc.d"
 RDEPENDS_openssh-sshd += " update-rc.d"