Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/share/man/man7 Add documentation for "UNLIMIT_RESOURCES".



details:   https://anonhg.NetBSD.org/src/rev/126c1817bbd2
branches:  trunk
changeset: 520183:126c1817bbd2
user:      tron <tron%NetBSD.org@localhost>
date:      Fri Jan 04 12:02:13 2002 +0000

description:
Add documentation for "UNLIMIT_RESOURCES".

diffstat:

 share/man/man7/packages.7 |  10 ++++++++--
 1 files changed, 8 insertions(+), 2 deletions(-)

diffs (31 lines):

diff -r 7747f853309c -r 126c1817bbd2 share/man/man7/packages.7
--- a/share/man/man7/packages.7 Fri Jan 04 11:30:33 2002 +0000
+++ b/share/man/man7/packages.7 Fri Jan 04 12:02:13 2002 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: packages.7,v 1.63 2001/12/26 08:08:23 lukem Exp $
+.\"    $NetBSD: packages.7,v 1.64 2002/01/04 12:02:13 tron Exp $
 .\"
 .\" from: NetBSD: bsd.pkg.mk,v 1.89 1998/06/01 21:30:10 hubertf Exp
 .\"
@@ -203,7 +203,7 @@
 which may be shortened when you use gensolpkg. Only add SVR4_PKGNAME if
 .Pa ${PKGNAME}
 does not produce an unique package name on a SVR4 system.
-The lenght of SVR4_PKGNAME is limited to 5 characters.
+The length of SVR4_PKGNAME is limited to 5 characters.
 .It PKGREVISION
 This number indicates the package's revision within the NetBSD
 Packages Collection (pkgsrc). If set, this will be attached to the
@@ -356,6 +356,12 @@
 and "/usr/pkg/bin/perl" in the named files with the value of ${PERL5}.
 This can be used to point perl scripts to the proper interpreter that pkgsrc installs.
 Note: it looks for the listed files in ${WRKSRC}.
+.It UNLIMIT_RESOURCES
+List of process limits which need to be raised to hard limits for building
+this package. Use a list of single letters which are understood by the
+.Pa ulimit command in
+.Xr sh 1 .
+A value of "d s" will e.g. increase datasize and stacksize.
 .It USE_LIBTOOL
 Says that the package uses
 .Pa libtool



Home | Main Index | Thread Index | Old Index