Make update-rc.d sneak sshd before dropbear sshd
authorOyvind Repvik <nail@nslu2-linux.org>
Wed, 3 Aug 2005 01:19:24 +0000 (01:19 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Wed, 3 Aug 2005 01:19:24 +0000 (01:19 +0000)
packages/openssh/openssh_4.0p1.bb

index e5b37d5..47225eb 100644 (file)
@@ -11,7 +11,7 @@ used to provide applications with a secure communication channel."
 HOMEPAGE = "http://www.openssh.org/"
 LICENSE = "BSD"
 MAINTAINER = "Bruno Randolf <bruno.randolf@4g-systems.biz>"
-PR = "r3"
+PR = "r4"
 
 SRC_URI = "ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-${PV}.tar.gz \
            file://configure.patch;patch=1 \
@@ -67,7 +67,7 @@ if test "x$D" != "x"; then
 else
        addgroup sshd
        adduser --system --home /var/run/sshd --no-create-home --disabled-password --ingroup sshd -s /bin/false sshd
-       update-rc.d sshd defaults
+       update-rc.d sshd defaults 9
 fi
 }