From: Chris Larson Date: Tue, 21 Oct 2003 20:04:09 +0000 (+0000) Subject: Change root's default shell to /bin/sh in the master passwd in base-passwd. X-Git-Tag: Release-2010-05/1~20647 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=08acb05c74b88a5ec1af144a68b82278806b9259;p=openembedded.git Change root's default shell to /bin/sh in the master passwd in base-passwd. BKrev: 3f959139vdHngOEliTdN2n4FJy0GQg --- diff --git a/base-passwd/base-passwd-3.5.4/nobash.patch b/base-passwd/base-passwd-3.5.4/nobash.patch new file mode 100644 index 0000000000..e69de29bb2 diff --git a/base-passwd/base-passwd_3.5.4.oe b/base-passwd/base-passwd_3.5.4.oe index 67a808689c..004793b382 100644 --- a/base-passwd/base-passwd_3.5.4.oe +++ b/base-passwd/base-passwd_3.5.4.oe @@ -2,7 +2,8 @@ DEPENDS = virtual/libc RDEPENDS = libc6 SRC_URI := ${DEBIAN_MIRROR}/main/b/base-passwd/base-passwd_3.5.4.tar.gz \ - file://${FILESDIR}/configure.patch;patch=1 + file://${FILESDIR}/configure.patch;patch=1 \ + file://${FILESDIR}/nobash.patch;patch=1 S := ${WORKDIR}/${P} inherit autotools