Date: Tue, 6 Feb 1996 14:49:13 -0800 (PST) From: John Polstra <jdp> To: CVS-committers, cvs-usrsbin Subject: cvs commit: src/usr.sbin/pkg_install/create perform.c Message-ID: <199602062249.OAA20264@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
jdp 96/02/06 14:49:13 Modified: usr.sbin/pkg_install/create perform.c Log: Fixed pkg_create to eliminate the limits on the size of the PLIST. Formerly, there were limits on both the number of files (hard-coded into the program) and the number of characters (because of the ARG_MAX limit in exec(2)). In this new version, the filenames are passed to tar through a pipe, using tar's "-T" option, rather than on the command line. Revision Changes Path 1.29 +41 -31 src/usr.sbin/pkg_install/create/perform.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199602062249.OAA20264>