1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
|
Source: switchsh
Section: utils
Priority: optional
Maintainer: Raphael Geissert <atomo64@gmail.com>
Build-Depends: debhelper (>= 5), cdbs, hardening-wrapper, quilt
Standards-Version: 3.8.0
Homepage: http://www.linux.it/~md/software/
XS-DM-Upload-Allowed: yes
Vcs-Git: git://git.debian.org/git/users/atomo64-guest/switchsh.git
Vcs-Browser: http://git.debian.org/?p=users/atomo64-guest/switchsh.git
Package: switchsh
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: bind-mount bash as /bin/sh
Small program to bind-mount bash as /bin/sh for its child processes.
.
It can be used when bash is not the default shell interpreter but a given
program makes use of bashisms (features not required by Policy for sh) and one
wants to run it without changing (or can not change) the default sh.
|