diff options
author | Aaron Griffin <aaronmgriffin@gmail.com> | 2007-11-30 06:30:57 +0100 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2007-12-11 06:03:16 +0100 |
commit | 9558639d8009483fbf422b138d020745986f82f1 (patch) | |
tree | cf890ed10c73efeac239cfe3a9425e172640bdab /scripts/updatesync.sh.in | |
parent | f8b113ed97652da62c217cef139c58ca1d75d647 (diff) | |
download | pacman-9558639d8009483fbf422b138d020745986f82f1.tar.gz pacman-9558639d8009483fbf422b138d020745986f82f1.tar.xz |
popen does NOT require /bin/sh in a subchroot
I appears that when chrooted, the /bin/sh used by popen is that of the parent
process. This is true until the process forks once chrooted, which we do not
want to do.
As such, this actually makes things nicer. We don't need a /bin/sh in a chroot
to run install scriptlets, and don't need to check for it in the root directory
Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'scripts/updatesync.sh.in')
0 files changed, 0 insertions, 0 deletions