xref: /illumos-gate/usr/src/man/man5/space.5 (revision bbf21555)
te
Copyright 1989 AT&T Copyright (c) 1997, Sun Microsystems, Inc. All Rights Reserved
The contents of this file are subject to the terms of the Common Development and Distribution License (the "License"). You may not use this file except in compliance with the License.
You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE or http://www.opensolaris.org/os/licensing. See the License for the specific language governing permissions and limitations under the License.
When distributing Covered Code, include this CDDL HEADER in each file and include the License file at usr/src/OPENSOLARIS.LICENSE. If applicable, add the following below this CDDL HEADER, with the fields enclosed by brackets "[]" replaced with your own identifying information: Portions Copyright [yyyy] [name of copyright owner]
SPACE 5 "Feb 7, 1997"
NAME
space - disk space requirement file
DESCRIPTION

space is an ASCII file that gives information about disk space requirements for the target environment. The space file defines space needed beyond what is used by objects defined in the prototype(5) file; for example, files which will be installed with the installf(8) command. The space file should define the maximum amount of additional space that a package will require.

The generic format of a line in this file is:

pathname blocks inodes

Definitions for the fields are as follows: pathname

Specify a directory name which may or may not be the mount point for a filesystem. Names that do not begin with a slash ('/') indicate relocatable directories.

blocks

Define the number of disk blocks required for installation of the files and directory entries contained in the pathname (using a 512-byte block size).

inodes

Define the number of inodes required for installation of the files and directory entries contained in the pathname.

EXAMPLES

Example 1 A sample file.

# extra space required by config data which is
# dynamically loaded onto the system
data 500 1
SEE ALSO

prototype (5), installf (8)

Application Packaging Developer's Guide