diff options
author | Chris Larson <clarson@kergoth.com> | 2003-10-21 20:04:09 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2003-10-21 20:04:09 +0000 |
commit | 08acb05c74b88a5ec1af144a68b82278806b9259 (patch) | |
tree | 52d0931610d8d23fe69397af6a38c05710d7b537 /base-passwd | |
parent | f178dfaf5998d06a56be3420eba77a238043b237 (diff) |
Change root's default shell to /bin/sh in the master passwd in base-passwd.
BKrev: 3f959139vdHngOEliTdN2n4FJy0GQg
Diffstat (limited to 'base-passwd')
-rw-r--r-- | base-passwd/base-passwd-3.5.4/nobash.patch | 0 | ||||
-rw-r--r-- | base-passwd/base-passwd_3.5.4.oe | 3 |
2 files changed, 2 insertions, 1 deletions
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 --- /dev/null +++ b/base-passwd/base-passwd-3.5.4/nobash.patch 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 |