summaryrefslogtreecommitdiff
path: root/ppp-dialin
diff options
context:
space:
mode:
authorRene Wagner <rw@handhelds.org>2004-09-30 16:27:27 +0000
committerRene Wagner <rw@handhelds.org>2004-09-30 16:27:27 +0000
commit3430e52f8276c356fbe6f11c914d9366b581c8ca (patch)
treebcb54094a06d88e5ee59ab4e27b53bea0432aee1 /ppp-dialin
parent675ba6cd208c9abf600dacce378a82cac0d8e200 (diff)
ppp-dialin: make use of new --empty-password option in tinylogin's adduser
BKrev: 415c33efKJumqmesd1KkYftv14p4WA
Diffstat (limited to 'ppp-dialin')
-rw-r--r--ppp-dialin/ppp-dialin_0.1.oe3
1 files changed, 2 insertions, 1 deletions
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 <reenoo@gmx.de>"
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