From: Rene Wagner Date: Thu, 30 Sep 2004 16:27:27 +0000 (+0000) Subject: ppp-dialin: make use of new --empty-password option in tinylogin's adduser X-Git-Tag: Release-2010-05/1~16807 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3430e52f8276c356fbe6f11c914d9366b581c8ca;p=openembedded.git ppp-dialin: make use of new --empty-password option in tinylogin's adduser BKrev: 415c33efKJumqmesd1KkYftv14p4WA --- diff --git a/ppp-dialin/ppp-dialin_0.1.oe b/ppp-dialin/ppp-dialin_0.1.oe index 8e47be6485..2c4579bfe9 100644 --- a/ppp-dialin/ppp-dialin_0.1.oe +++ b/ppp-dialin/ppp-dialin_0.1.oe @@ -2,6 +2,7 @@ DESCRIPTION = "Enables PPP dial-in through a serial connection" MAINTAINER = "Rene Wagner " DEPENDS = "ppp" RDEPENDS = "ppp" +PR = "r1" SRC_URI = "file://host-peer \ file://ppp-dialin" @@ -19,7 +20,7 @@ if test "x$D" != "x"; then exit 1 else addgroup ppp - adduser --system --home /dev/null --no-create-home --disabled-password --ingroup ppp -s /usr/sbin/ppp-dialin ppp + adduser --system --home /dev/null --no-create-home --empty-password --ingroup ppp -s /usr/sbin/ppp-dialin ppp chgrp ppp /usr/sbin/ppp-dialin chmod u+s /usr/sbin/ppp-dialin fi