K 10 svn:author V 3 jdp K 8 svn:date V 27 1996-02-06T22:49:11.000000Z K 7 svn:log V 353 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. END