copy_into_jail(1) copy_into_jail(1) NAME copy_into_jail - copy file and linked shlibs into jail directory SYNOPSIS copy_into_jail /path/to/file jail_directory DESCRIPTION copy_into_jail copies file and linked shlibs into jail directory. This is mainly an internal function used by buildpkg's JAIL install mode, but as I often need such a function in shell scripts i.e. to build jails for chrooted environments, I thought it would be useful to export this function also as a command. SEE ALSO buildpkg-0.0.2r28f(1). COPYRIGHT Copyright (c) 2001-2004 by DiCE/PsychoMix http://savannah.nongnu.org/projects/buildpkg This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCI- DENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSI- NESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSI- BILITY OF SUCH DAMAGE. 2002-01-13 buildpkg-0.0.2r28f copy_into_jail(1)