aboutsummaryrefslogtreecommitdiffstats
path: root/base-passwd
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2003-11-22 07:18:52 +0000
committerChris Larson <clarson@kergoth.com>2003-11-22 07:18:52 +0000
commit98e5596492ce4056911cfe0a16a1bde0786c9e4a (patch)
treeb65ee4bb69096e6e46b382a22c825cfadca7c597 /base-passwd
parent39b432aad0d35e96b48d063beafbc25fb040fabb (diff)
downloadopenembedded-98e5596492ce4056911cfe0a16a1bde0786c9e4a.tar.gz
Update some upstream URIs.
BKrev: 3fbf0ddcKa1Xea1ZrURxtxqG_150rQ
Diffstat (limited to 'base-passwd')
-rw-r--r--base-passwd/base-passwd_3.5.4.oe17
1 files changed, 8 insertions, 9 deletions
diff --git a/base-passwd/base-passwd_3.5.4.oe b/base-passwd/base-passwd_3.5.4.oe
index 004793b382..afe0972dd6 100644
--- a/base-passwd/base-passwd_3.5.4.oe
+++ b/base-passwd/base-passwd_3.5.4.oe
@@ -43,15 +43,9 @@ do_install () {
pkg_postinst () {
set -e
- if [ X"$1" != Xconfigure ]; then
- exit 0
- fi
-
- if ! [ -x ${sbindir}/update-passwd ]; then
- echo >&2 "`dirname $0`: ${sbindir}/update-passwd does not exist,"
- echo >&2 "or is not executable"
- exit 1
- fi
+# if [ X"$1" != Xconfigure ]; then
+# exit 0
+# fi
if [ ! -e ${D}/${sysconfdir}/passwd ] ; then
cp ${D}/${datadir}/base-passwd/passwd.master ${D}/${sysconfdir}/passwd
@@ -61,6 +55,11 @@ pkg_postinst () {
cp ${D}/${datadir}/base-passwd/group.master ${D}/${sysconfdir}/group
fi
+# if ! [ -x ${sbindir}/update-passwd ]; then
+# echo >&2 "`dirname $0`: ${sbindir}/update-passwd does not exist,"
+# echo >&2 "or is not executable"
+# exit 1
+# fi
# update-passwd -p ${D}/${datadir}/base-passwd/passwd.master \
# -g ${D}/${datadir}/base-passwd/group.master \
# -P ${D}/${sysconfdir}/passwd \